|
ExpiredLockException: Expired lock on KeyColumn
Recreated, the Traversal object extends Iterator: public interface Traversal<S, E> extends Iterator<E>, Serializable, Cloneable, AutoCloseable {...}
Recreated, the Traversal object extends Iterator: public interface Traversal<S, E> extends Iterator<E>, Serializable, Cloneable, AutoCloseable {...}
|
By
hadoopmarc@...
· #6741
·
|
|
ExpiredLockException: Expired lock on KeyColumn
Two things to check come up: am I right in assuming that your remote connection to JanusGraph-Server does not use Sessions (indeed you do no not want ths because this would prevent auto commit of indi
Two things to check come up: am I right in assuming that your remote connection to JanusGraph-Server does not use Sessions (indeed you do no not want ths because this would prevent auto commit of indi
|
By
hadoopmarc@...
· #6738
·
Edited
|
|
Throw ExecutionException for E() syntax
No, the query syntax is not correct. See https://javadoc.io/doc/org.apache.tinkerpop/gremlin-core/latest/index-all.html#I:V and you not that V() exists for both the GraphTraversalSource, the GraphTrav
No, the query syntax is not correct. See https://javadoc.io/doc/org.apache.tinkerpop/gremlin-core/latest/index-all.html#I:V and you not that V() exists for both the GraphTraversalSource, the GraphTrav
|
By
hadoopmarc@...
· #6734
·
|
|
[BUG] Throw ExecutionException
\u in a java/groovy string means that a unicode character follows. If that is not your intention, you have to escape the backslash, like: gremlin> println '\\u河ⴛ)' \u河ⴛ) ==>null Best wishes, Marc
\u in a java/groovy string means that a unicode character follows. If that is not your intention, you have to escape the backslash, like: gremlin> println '\\u河ⴛ)' \u河ⴛ) ==>null Best wishes, Marc
|
By
hadoopmarc@...
· #6719
·
Edited
|
|
[BUG ]Encountering an unexpected exception [java.lang.IllegalArgumentException] when ordering vertices/edges by property values that are not defined for all
Hi Joye, Here you go, in the gremlin console with janusgraph-0.6.3: ``` gremlin> graph = JanusGraphFactory.open('conf/janusgraph-inmemory.properties') ==>standardjanusgraph[inmemory:[127.0.0.1]] greml
Hi Joye, Here you go, in the gremlin console with janusgraph-0.6.3: ``` gremlin> graph = JanusGraphFactory.open('conf/janusgraph-inmemory.properties') ==>standardjanusgraph[inmemory:[127.0.0.1]] greml
|
By
hadoopmarc@...
· #6709
·
|
|
Janusgraph support of Open Search
Hi Yingjie Li, The latest janusgraph-1.0.0-rc2 ships with elasticsearch-rest-client 8.6. According to the OpenSearch docs, the latest opensearch versions should be compatible with that. What goes wron
Hi Yingjie Li, The latest janusgraph-1.0.0-rc2 ships with elasticsearch-rest-client 8.6. According to the OpenSearch docs, the latest opensearch versions should be compatible with that. What goes wron
|
By
hadoopmarc@...
· #6700
·
|
|
[BUG] Syntax error using logical operator OR
See https://issues.apache.org/jira/browse/TINKERPOP-2898 Stephen Mallette remarks that in Case 1 and Case 2 the root cause is "in" being a keyword in Groovy. So, implicit anonymous traversals starting
See https://issues.apache.org/jira/browse/TINKERPOP-2898 Stephen Mallette remarks that in Case 1 and Case 2 the root cause is "in" being a keyword in Groovy. So, implicit anonymous traversals starting
|
By
hadoopmarc@...
· #6699
·
|
|
[BUG] Syntax error using logical operator OR
Please also mention: https://issues.apache.org/jira/browse/TINKERPOP-2897 https://issues.apache.org/jira/browse/TINKERPOP-2895
Please also mention: https://issues.apache.org/jira/browse/TINKERPOP-2897 https://issues.apache.org/jira/browse/TINKERPOP-2895
|
By
hadoopmarc@...
· #6698
·
|
|
[BUG] Syntax error using logical operator AND
I can confirm this one too. Maybe you can combine this issue with the one in https://lists.lfaidata.foundation/g/janusgraph-users/topic/bug_syntax_error_using/97516263 as they might well be related. B
I can confirm this one too. Maybe you can combine this issue with the one in https://lists.lfaidata.foundation/g/janusgraph-users/topic/bug_syntax_error_using/97516263 as they might well be related. B
|
By
hadoopmarc@...
· #6695
·
|
|
[BUG] Syntax error using logical operator OR
I can conform this behaviour in janusgraph-0.6.2, with the inmemory backend with graph.set-vertex-id=true and the graph from https://lists.lfaidata.foundation/g/janusgraph-users/topic/merged_query_usi
I can conform this behaviour in janusgraph-0.6.2, with the inmemory backend with graph.set-vertex-id=true and the graph from https://lists.lfaidata.foundation/g/janusgraph-users/topic/merged_query_usi
|
By
hadoopmarc@...
· #6694
·
Edited
|
|
Merged query using logical operator AND returns false results
I cannot reproduce the issue you encountered. ``` gremlin> g.V().order().by(desc).order().by(asc).dedup().fold() ==>[v[4128],v[4232],v[4288],v[4304],v[4336],v[8328],v[8384],v[12424],v[12480],v[16576]]
I cannot reproduce the issue you encountered. ``` gremlin> g.V().order().by(desc).order().by(asc).dedup().fold() ==>[v[4128],v[4232],v[4288],v[4304],v[4336],v[8328],v[8384],v[12424],v[12480],v[16576]]
|
By
hadoopmarc@...
· #6692
·
|
|
Logging in Janusgraph 0.6.3
Hi Mladen, I guess this behviour was introduced in https://github.com/JanusGraph/janusgraph/pull/3217. Note that there are many vulnerability issues with log4j: https://mvnrepository.com/artifact/log4
Hi Mladen, I guess this behviour was introduced in https://github.com/JanusGraph/janusgraph/pull/3217. Note that there are many vulnerability issues with log4j: https://mvnrepository.com/artifact/log4
|
By
hadoopmarc@...
· #6687
·
|
|
security vulnerability: janusgraph-full-1.0.0-rc1: in ./lib ( netty-all.4.1.58.Final) as well as ./lib/gremlin-console-3.6.1.jar & gremlin-driver.3.6.1.jar (netty-all.4.1.77.Final)
Hi Yingjie, Still not clear to me. what do you mean with "they embed netty-all.4.1.77.Final.jar"? The gremlin jars only contain the code from Tinkerpop, no netty bytecode. the Cassandra lib directory
Hi Yingjie, Still not clear to me. what do you mean with "they embed netty-all.4.1.77.Final.jar"? The gremlin jars only contain the code from Tinkerpop, no netty bytecode. the Cassandra lib directory
|
By
hadoopmarc@...
· #6682
·
|
|
security vulnerability: janusgraph-full-1.0.0-rc1: in ./lib ( netty-all.4.1.58.Final) as well as ./lib/gremlin-console-3.6.1.jar & gremlin-driver.3.6.1.jar (netty-all.4.1.77.Final)
Hi Yingjie, Sorry, I do not understand. The gremlin-console-3.6.1.jar and gremlin-driver.3.6.1.jar are part of janusgraph-1.0.0-rc1. Marc
Hi Yingjie, Sorry, I do not understand. The gremlin-console-3.6.1.jar and gremlin-driver.3.6.1.jar are part of janusgraph-1.0.0-rc1. Marc
|
By
hadoopmarc@...
· #6680
·
|
|
JanusGraph all in one supporting of Elasticsearch 8
Support of elasticsearch-8.x is still work in progress, see: https://github.com/JanusGraph/janusgraph/discussions/3467
Support of elasticsearch-8.x is still work in progress, see: https://github.com/JanusGraph/janusgraph/discussions/3467
|
By
hadoopmarc@...
· #6678
·
Edited
|
|
exit the initilization groovy if graph exist
Discussed in: https://groups.google.com/g/gremlin-users/c/BEA6b8CWryI
Discussed in: https://groups.google.com/g/gremlin-users/c/BEA6b8CWryI
|
By
hadoopmarc@...
· #6670
·
Edited
|
|
While committing graph getting exception, caused by: org.janusgraph.diskstorage.locking.consistentkey.ExpiredLockException: Expired lock on KeyColumn
Also discussed here: https://github.com/JanusGraph/janusgraph/discussions/3359
Also discussed here: https://github.com/JanusGraph/janusgraph/discussions/3359
|
By
hadoopmarc@...
· #6667
·
|
|
What Unit of Measurement Do the Time-Related JMX Metrics Use?
Thanks for reporting back!
Thanks for reporting back!
|
By
hadoopmarc@...
· #6665
·
|
|
Issue Setting up ConfiguredGraphFactory
Hi Paul, If you want a session that keeps state of assigned variables on the remote, you have to specify this on connection setup, see the first gremlin line in the example from the ref docs: https://
Hi Paul, If you want a session that keeps state of assigned variables on the remote, you have to specify this on connection setup, see the first gremlin line in the example from the ref docs: https://
|
By
hadoopmarc@...
· #6663
·
Edited
|
|
Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi Yingjie, OK, I tried for myself. From the initial log lines in the Gremlin Console: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/tera/lib/janusgraph-full-1
Hi Yingjie, OK, I tried for myself. From the initial log lines in the Gremlin Console: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/tera/lib/janusgraph-full-1
|
By
hadoopmarc@...
· #6659
·
|