|
Re: 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
·
|
|
Re: Composite Indexing not working as expected for property on vertex in janusgraph 0.6.1
Hi hadoopmarc,
Thanks for elaborate explanation.
The cardinality is SINGLE for the property "newid".
newid | SINGLE | class java.lang.String
Can the indexing work with
Hi hadoopmarc,
Thanks for elaborate explanation.
The cardinality is SINGLE for the property "newid".
newid | SINGLE | class java.lang.String
Can the indexing work with
|
By
Nikita Pande
·
#6650
·
|
|
Re: 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
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
|
By
hadoopmarc@...
·
#6649
·
|
|
Re: 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
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
|
By
hadoopmarc@...
·
#6648
·
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi Yingjie,
You can also download our latest artifacts from github action. https://github.com/JanusGraph/janusgraph/actions/workflows/ci-release.yml?query=branch%3Amaster+is%3Acompleted
Just go to the
Hi Yingjie,
You can also download our latest artifacts from github action. https://github.com/JanusGraph/janusgraph/actions/workflows/ci-release.yml?query=branch%3Amaster+is%3Acompleted
Just go to the
|
By
Jansen, Jan
·
#6647
·
|
|
Re: 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
·
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Marc,
Yes, we use Cassandra and Elasticsearch at the backend from janusgraph-full-0.6.2 . What are the steps to disable log4j?
Thanks
Yingjie
Th
Marc,
Yes, we use Cassandra and Elasticsearch at the backend from janusgraph-full-0.6.2 . What are the steps to disable log4j?
Thanks
Yingjie
Th
|
By
Yingjie Li
·
#6645
·
|
|
Re: 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
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
|
By
hadoopmarc@...
·
#6644
·
Edited
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hello Jan,
Yes, the only issue is the log4j2 that comes with janusgraph-full-0.6.2.zip installation. If there are some configurations that can be changed to fix this issue, that's all what we need.
Hello Jan,
Yes, the only issue is the log4j2 that comes with janusgraph-full-0.6.2.zip installation. If there are some configurations that can be changed to fix this issue, that's all what we need.
|
By
Yingjie Li
·
#6643
·
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi
It won't be possible to backport without breaking change. We could work on release of janusgraph 1, after we finished upgrading to Tinkerpop 3.6. We have multiple libs with CVEs in 0.6.
If your
Hi
It won't be possible to backport without breaking change. We could work on release of janusgraph 1, after we finished upgrading to Tinkerpop 3.6. We have multiple libs with CVEs in 0.6.
If your
|
By
Jansen, Jan
·
#6642
·
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
I see. Basically we got a violation notification from the IT dept of our company when running the Janusgraph and were asked to either fix or remove the application. As this is a relatively severe
I see. Basically we got a violation notification from the IT dept of our company when running the Janusgraph and were asked to either fix or remove the application. As this is a relatively severe
|
By
Yingjie Li
·
#6641
·
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Sorry I am not sure about that… Maybe Jan (CCed) could answer that?
Sorry I am not sure about that… Maybe Jan (CCed) could answer that?
|
By
Boxuan Li
·
#6640
·
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hello Boxuan,
Does it mean there is no existing release version for full install with this issue being fixed? Would it be possible to have a release with the fix as the code seems available?
The
Hello Boxuan,
Does it mean there is no existing release version for full install with this issue being fixed? Would it be possible to have a release with the fix as the code seems available?
The
|
By
Yingjie Li
·
#6639
·
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi Yingjie,
You might need to backport https://github.com/JanusGraph/janusgraph/pull/2890 to 0.6 branch and build your own JanusGraph. You are also welcome to use the master branch to build
Hi Yingjie,
You might need to backport https://github.com/JanusGraph/janusgraph/pull/2890 to 0.6 branch and build your own JanusGraph. You are also welcome to use the master branch to build
|
By
Boxuan Li
·
#6638
·
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Just wondering if anybody has a fix for this? The security issue is a roadblock for us to continue using Janusgraph in our project.
Thanks
Just wondering if anybody has a fix for this? The security issue is a roadblock for us to continue using Janusgraph in our project.
Thanks
|
By
Yingjie Li
·
#6637
·
|
|
Re: Required Capacity Error - JanusGraph on Cassandra
Hi Marc - as usual you are on the right path. The number of edges on the nodes in question was very high, so doing any sort of query on it is slow. The query was timing out; not sure what
Hi Marc - as usual you are on the right path. The number of edges on the nodes in question was very high, so doing any sort of query on it is slow. The query was timing out; not sure what
|
By
Joe Obernberger
·
#6636
·
|
|
Re: Composite Indexing not working as expected for property on vertex in janusgraph 0.6.1
hi @hadoopmarc So the problem is :
"gremlin> g.V().has("newid","xyz").valueMap(true).tryNext().isPresent()"however it gives false.
- This one would have given true response . Also it does use index
hi @hadoopmarc So the problem is :
"gremlin> g.V().has("newid","xyz").valueMap(true).tryNext().isPresent()"however it gives false.
- This one would have given true response . Also it does use index
|
By
Nikita Pande
·
#6635
·
Edited
|
|
Re: 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
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
|
By
hadoopmarc@...
·
#6634
·
|
|
Re: 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
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
|
By
hadoopmarc@...
·
#6633
·
Edited
|
|
Re: Composite Indexing not working as expected for property on vertex in janusgraph 0.6.1
gremlin> g.V().has("newid","xyz").valueMap(true).tryNext().isPresent()
==>false
gremlin> g.V().has("newid",unfold().is("hash data")).valueMap(true).tryNext().isPresent()
07:01:35 WARN
gremlin> g.V().has("newid","xyz").valueMap(true).tryNext().isPresent()
==>false
gremlin> g.V().has("newid",unfold().is("hash data")).valueMap(true).tryNext().isPresent()
07:01:35 WARN
|
By
Nikita Pande
·
#6632
·
Edited
|