|
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
·
|
|
Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi Yingjie, See my earlier comment, with respect to janusgraph-0.6.2: >>My suggestion was incomplete. In addition to removing the log4j-1.2.17.jar file from the lib folder, you have to remove the slf4
Hi Yingjie, See my earlier comment, with respect to janusgraph-0.6.2: >>My suggestion was incomplete. In addition to removing the log4j-1.2.17.jar file from the lib folder, you have to remove the slf4
|
By
hadoopmarc@...
· #6656
·
|
|
Composite Indexing not working as expected for property on vertex in janusgraph 0.6.1
Hi Nikita, Can you please provide me with the complete steps to reproduce your issue? Preferably code lines that work in the Gremlin Console for the JanusGraph inmemory graph, including the schema and
Hi Nikita, Can you please provide me with the complete steps to reproduce your issue? Preferably code lines that work in the Gremlin Console for the JanusGraph inmemory graph, including the schema and
|
By
hadoopmarc@...
· #6653
·
|
|
Composite Indexing not working as expected for property on vertex in janusgraph 0.6.1
> Can the indexing work with property of single cardinality? Yes.
> Can the indexing work with property of single cardinality? Yes.
|
By
hadoopmarc@...
· #6651
·
|
|
Required Capacity Error - JanusGraph on Cassandra
Hi Joe, With "an index on type and range" you really mean: mgmt.buildIndex('byTypeAndRange', Vertex.class).addKey(type).addKey(range).buildCompositeIndex() Indeed, supernodes have little value in trav
Hi Joe, With "an index on type and range" you really mean: mgmt.buildIndex('byTypeAndRange', Vertex.class).addKey(type).addKey(range).buildCompositeIndex() Indeed, supernodes have little value in trav
|
By
hadoopmarc@...
· #6649
·
|
|
Composite Indexing not working as expected for property on vertex in janusgraph 0.6.1
Hi Nikita, Indeed, the janusgraph query optimizer can not handle the has("newid",unfold().is("hash data")) construct in the right way and the index does not trigger. But then, this construct is not ne
Hi Nikita, Indeed, the janusgraph query optimizer can not handle the has("newid",unfold().is("hash data")) construct in the right way and the index does not trigger. But then, this construct is not ne
|
By
hadoopmarc@...
· #6648
·
|
|
Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi Yingjie, As edited in my previous reaction, the Cassandra jars in the JanusGraph distribution do not include the log4j jar. As to elasticsearch, your best choices are: not use mixed indices (check
Hi Yingjie, As edited in my previous reaction, the Cassandra jars in the JanusGraph distribution do not include the log4j jar. As to elasticsearch, your best choices are: not use mixed indices (check
|
By
hadoopmarc@...
· #6646
·
|
|
Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi Yingjie, As to the short term workaround with removing the log4j jars, from the lib folder you can still use the gremlin console if you edit the ext/plugins.txt file and remove the lines with the h
Hi Yingjie, As to the short term workaround with removing the log4j jars, from the lib folder you can still use the gremlin console if you edit the ext/plugins.txt file and remove the lines with the h
|
By
hadoopmarc@...
· #6644
·
Edited
|
|
Composite Indexing not working as expected for property on vertex in janusgraph 0.6.1
H Nikita, Two questions: Do I understand right that g.V().has("newid", "xyz").count().profile() gives and index warning while g.V().has("newid","xyz").valueMap(true).tryNext().isPresent() does not giv
H Nikita, Two questions: Do I understand right that g.V().has("newid", "xyz").count().profile() gives and index warning while g.V().has("newid","xyz").valueMap(true).tryNext().isPresent() does not giv
|
By
hadoopmarc@...
· #6634
·
|
|
Required Capacity Error - JanusGraph on Cassandra
Hi Joe, I have no detailed knowledge of the JanusGraph backend code myself, but just a reaction for clarification (so that others see more hints to the cause of the issue): Is it possible that the val
Hi Joe, I have no detailed knowledge of the JanusGraph backend code myself, but just a reaction for clarification (so that others see more hints to the cause of the issue): Is it possible that the val
|
By
hadoopmarc@...
· #6633
·
Edited
|
|
Connecting to server from java: can't lock berkeleyje
The stacktrace is not very helpful, unfortunately, but that is not your doing. The original example does not use an "ats" variable but instantiates g with a oneliner, but it hard to see why this could
The stacktrace is not very helpful, unfortunately, but that is not your doing. The original example does not use an "ats" variable but instantiates g with a oneliner, but it hard to see why this could
|
By
hadoopmarc@...
· #6621
·
|
|
Connecting to server from java: can't lock berkeleyje
You can take a look at: https://docs.janusgraph.org/interactions/connecting/java/ Apparently, you used JanusGraphFactory, which opens an embedded JanusGraph instance in the client. If you want to clie
You can take a look at: https://docs.janusgraph.org/interactions/connecting/java/ Apparently, you used JanusGraphFactory, which opens an embedded JanusGraph instance in the client. If you want to clie
|
By
hadoopmarc@...
· #6618
·
|
|
Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi Yingjie, My suggestion was incomplete. In addition to removing the log4j-1.2.17.jar file from the lib folder, you have to remove the slf4j-log4j12-1.7.30.jar file as well. Otherwise, JanusGraph ser
Hi Yingjie, My suggestion was incomplete. In addition to removing the log4j-1.2.17.jar file from the lib folder, you have to remove the slf4j-log4j12-1.7.30.jar file as well. Otherwise, JanusGraph ser
|
By
hadoopmarc@...
· #6615
·
|