|
Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
current_id can be obtained from: gremlin> import org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration gremlin> cf = graph.getConfiguration() gremlin> conf = cf.getConfiguration() ==>org.jan
current_id can be obtained from: gremlin> import org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration gremlin> cf = graph.getConfiguration() gremlin> conf = cf.getConfiguration() ==>org.jan
|
By
hadoopmarc@...
· #5743
·
|
|
Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi Srinivas, This took a while, because the exception message is not really helpful. There are lots of unanswered threads about this issue (search for forced shutdown and janusgraph instance). Can you
Hi Srinivas, This took a while, because the exception message is not really helpful. There are lots of unanswered threads about this issue (search for forced shutdown and janusgraph instance). Can you
|
By
hadoopmarc@...
· #5741
·
|
|
JMX authentication for cassandra
Hi Vinayak, This question is probably better addressed to: https://cassandra.apache.org/community/ as I cannot remember having seen this discussed in the JanusGraph community. Best wishes, Marc
Hi Vinayak, This question is probably better addressed to: https://cassandra.apache.org/community/ as I cannot remember having seen this discussed in the JanusGraph community. Best wishes, Marc
|
By
hadoopmarc@...
· #5736
·
|
|
Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Hi Vinayak, For embedded use of janusgraph, see: https://docs.janusgraph.org/getting-started/basic-usage/#loading-with-an-index-backend and replace the properties file with the one currently used by g
Hi Vinayak, For embedded use of janusgraph, see: https://docs.janusgraph.org/getting-started/basic-usage/#loading-with-an-index-backend and replace the properties file with the one currently used by g
|
By
hadoopmarc@...
· #5735
·
|
|
.JanusGraph/Elastic - Too many dynamic script compilations error for LIST type properties
Hi Naresh, Yes, elasticsearch, I should have recognized the "painless" scripting! This can mean the following things: your use case is maybe unusual, would it be possible to introduce a groupby step i
Hi Naresh, Yes, elasticsearch, I should have recognized the "painless" scripting! This can mean the following things: your use case is maybe unusual, would it be possible to introduce a groupby step i
|
By
hadoopmarc@...
· #5731
·
|
|
.JanusGraph/Elastic - Too many dynamic script compilations error for LIST type properties
Hi Naresh, I guess that the script that the error message refers to, is the script that your client executes remotely at gremlin server. You may want to study: https://tinkerpop.apache.org/docs/curren
Hi Naresh, I guess that the script that the error message refers to, is the script that your client executes remotely at gremlin server. You may want to study: https://tinkerpop.apache.org/docs/curren
|
By
hadoopmarc@...
· #5729
·
|
|
Incomplete javadoc
Hi Boxuan, Thanks for pointing this out. Now I can provide this link when needed. Then, there are still broken links to RelationIdentifier in janusgraph-core, see the last link in my original post. Be
Hi Boxuan, Thanks for pointing this out. Now I can provide this link when needed. Then, there are still broken links to RelationIdentifier in janusgraph-core, see the last link in my original post. Be
|
By
hadoopmarc@...
· #5728
·
|
|
Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Hi Vinayak, As the link shows, the issue is an issue in TinkerPop, so it cannot be solved here. Of course, you can look for workarounds. As sending result sets of multiple hundreds of Mb is not a typi
Hi Vinayak, As the link shows, the issue is an issue in TinkerPop, so it cannot be solved here. Of course, you can look for workarounds. As sending result sets of multiple hundreds of Mb is not a typi
|
By
hadoopmarc@...
· #5723
·
|
|
Incomplete javadoc
As of janusgraph 0.5.0 the RelationIdentifier seems to be missing from the javadoc: https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html https://javadoc.io/doc/org.j
As of janusgraph 0.5.0 the RelationIdentifier seems to be missing from the javadoc: https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html https://javadoc.io/doc/org.j
|
By
hadoopmarc@...
· #5722
·
|
|
Count Query Optimization
Hi all, I also thought about the vertex centrex index first, but I am afraid that the VCI can only help to filter the edges to follow, but it does not help in counting the edges. A better way to inves
Hi all, I also thought about the vertex centrex index first, but I am afraid that the VCI can only help to filter the edges to follow, but it does not help in counting the edges. A better way to inves
|
By
hadoopmarc@...
· #5721
·
|
|
Multiple vertices generated for the same index value and vertex properties missing with RF3
Hi Saurabh, The workaround you found has implications for performance. So, if you can describe how to reproduce the issue, you can make an issue for it on https://github.com/JanusGraph/janusgraph/issu
Hi Saurabh, The workaround you found has implications for performance. So, if you can describe how to reproduce the issue, you can make an issue for it on https://github.com/JanusGraph/janusgraph/issu
|
By
hadoopmarc@...
· #5718
·
|
|
Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi Srinivas, If you read https://docs.janusgraph.org/basics/configured-graph-factory/#configurationmanagementgraph you will see that the configured graph configs and their graphnames are stored in the
Hi Srinivas, If you read https://docs.janusgraph.org/basics/configured-graph-factory/#configurationmanagementgraph you will see that the configured graph configs and their graphnames are stored in the
|
By
hadoopmarc@...
· #5716
·
|
|
JMX authentication for cassandra
Hi Vinayak, Google is your friend: https://support.datastax.com/hc/en-us/articles/204226179-Step-by-step-instructions-for-securing-JMX-authentication-for-nodetool-utility-OpsCenter-and-JConsole Best w
Hi Vinayak, Google is your friend: https://support.datastax.com/hc/en-us/articles/204226179-Step-by-step-instructions-for-securing-JMX-authentication-for-nodetool-utility-OpsCenter-and-JConsole Best w
|
By
hadoopmarc@...
· #5715
·
|
|
JMX authentication for cassandra
Hi Vinayak, What happend after you tried: LOCAL_JMX=no if [ "$LOCAL_JMX" = "yes" ]; then JVM_OPTS="$JVM_OPTS -Dcassandra.jmx.local.port=$JMX_PORT -XX:+DisableExplicitGC" else JVM_OPTS="$JVM_OPTS -Dcom
Hi Vinayak, What happend after you tried: LOCAL_JMX=no if [ "$LOCAL_JMX" = "yes" ]; then JVM_OPTS="$JVM_OPTS -Dcassandra.jmx.local.port=$JMX_PORT -XX:+DisableExplicitGC" else JVM_OPTS="$JVM_OPTS -Dcom
|
By
hadoopmarc@...
· #5712
·
|
|
Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi Srinivas, Do I understand right that you get this error on restarting of gremlin server? How does the yaml config file for gremlin server look like? Best wishes, Marc
Hi Srinivas, Do I understand right that you get this error on restarting of gremlin server? How does the yaml config file for gremlin server look like? Best wishes, Marc
|
By
hadoopmarc@...
· #5711
·
|
|
Script16.groovy: 2: unable to resolve class StandardJanusGraph
Hi Vinayak, If I understand it right (did not test it), you have to use two gremlin consoles: Use one gremlin console to connect to your server and use ConfiguredGraphFactory. This will manage which g
Hi Vinayak, If I understand it right (did not test it), you have to use two gremlin consoles: Use one gremlin console to connect to your server and use ConfiguredGraphFactory. This will manage which g
|
By
hadoopmarc@...
· #5710
·
|
|
Multiple vertices generated for the same index value and vertex properties missing with RF3
Hi Saurabh, To be sure, in the valueMap(true) return value I see both the id token and an "id" property key appear (I am not even sure whether an "id" property key is allowed). Is this "id" property k
Hi Saurabh, To be sure, in the valueMap(true) return value I see both the id token and an "id" property key appear (I am not even sure whether an "id" property key is allowed). Is this "id" property k
|
By
hadoopmarc@...
· #5704
·
|
|
JMX authentication for cassandra
Hi Vinayak, Please review the change you made in the cassandra-env.sh, it does not make sense. I do not know about JMX settings for Cassandra either, but the cassandra-env.sh is written such that you
Hi Vinayak, Please review the change you made in the cassandra-env.sh, it does not make sense. I do not know about JMX settings for Cassandra either, but the cassandra-env.sh is written such that you
|
By
hadoopmarc@...
· #5702
·
|
|
[Performance Issue] Large partitions formed on janusgraph_ids table leading to read perf issues (throughput reduces to 1/3rd of original)
I learned from your other thread that you use many spark executors that have their own janusgraph instance. I remember that I used a similar scheme many years ago with janusgraph-0.1.1. At that time I
I learned from your other thread that you use many spark executors that have their own janusgraph instance. I remember that I used a similar scheme many years ago with janusgraph-0.1.1. At that time I
|
By
hadoopmarc@...
· #5701
·
Edited
|
|
[Performance Issue] Large partitions formed on janusgraph_ids table leading to read perf issues (throughput reduces to 1/3rd of original)
Please beware that this question was also posted as: https://lists.lfaidata.foundation/g/janusgraph-dev/topic/performance_issue_large/80821002?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,80821002
Please beware that this question was also posted as: https://lists.lfaidata.foundation/g/janusgraph-dev/topic/performance_issue_large/80821002?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,80821002
|
By
hadoopmarc@...
· #5700
·
|