|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi Yingjie,
The JanusGraph and TinkerPop code only explicitly depend on slfj4j, so you can choose the logging implementation. you want You can simply remove the log4j-1.2.17.jar from the lib folder of
Hi Yingjie,
The JanusGraph and TinkerPop code only explicitly depend on slfj4j, so you can choose the logging implementation. you want You can simply remove the log4j-1.2.17.jar from the lib folder of
|
By
hadoopmarc@...
·
#6593
·
Edited
|
|
Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hello All,
I have run janusgraph all in one 0.6.1 (janusgraph-full-0.6.1) and have embeded cassandra and elastic search. It seems that the embeded log4j has security issues and the recomended fixes
Hello All,
I have run janusgraph all in one 0.6.1 (janusgraph-full-0.6.1) and have embeded cassandra and elastic search. It seems that the embeded log4j has security issues and the recomended fixes
|
By
Yingjie Li
·
#6592
·
|
|
Re: 0.5.3 Upsert and RemoveRelation Issues
Thanks Sammy. Regarding your last question, I believe it’s a design choice to let user know something wrong happened.
Thanks Sammy. Regarding your last question, I believe it’s a design choice to let user know something wrong happened.
|
By
Boxuan Li
·
#6591
·
|
|
Re: 0.5.3 Upsert and RemoveRelation Issues
I tried to create a snippet but was unable to reproduce the error. I will have to consult with some people over the weekday. Apologies, creating the snippet may take a bit of time.
In the meantime, do
I tried to create a snippet but was unable to reproduce the error. I will have to consult with some people over the weekday. Apologies, creating the snippet may take a bit of time.
In the meantime, do
|
By
sammy.jia@...
·
#6590
·
|
|
Re: 0.5.3 Upsert and RemoveRelation Issues
Hi,
Thanks for reporting and investigating! To help us understand more about the context, would you mind sharing an isolated code snippet that is runnable and can reproduce the error? I was trying to
Hi,
Thanks for reporting and investigating! To help us understand more about the context, would you mind sharing an isolated code snippet that is runnable and can reproduce the error? I was trying to
|
By
Boxuan Li
·
#6589
·
|
|
0.5.3 Upsert and RemoveRelation Issues
Hello,
I am using Java and JanusGraph 0.5.3, but I am having issues with a specific snippet of code. The code upserts a vertex and then adds a Cardinality.single property to the upserted vertex, even
Hello,
I am using Java and JanusGraph 0.5.3, but I am having issues with a specific snippet of code. The code upserts a vertex and then adds a Cardinality.single property to the upserted vertex, even
|
By
sammy.jia@...
·
#6588
·
|
|
Re: Incorrect result when lucene index is present
OK, I repeated the experiment and got "0 1" again, so I expand on what I did.
I use the janusgraph-0.6.2 full binary distribution and start cassandra and elasticsearch with:
$ bin/janusgraph.sh
OK, I repeated the experiment and got "0 1" again, so I expand on what I did.
I use the janusgraph-0.6.2 full binary distribution and start cassandra and elasticsearch with:
$ bin/janusgraph.sh
|
By
hadoopmarc@...
·
#6587
·
Edited
|
|
Re: Incorrect result when lucene index is present
Hey Marc,
I actually just tested your example where p and q are of type Integer with cql and elasticsearch:
PropertiesConfiguration conf =
Hey Marc,
I actually just tested your example where p and q are of type Integer with cql and elasticsearch:
PropertiesConfiguration conf =
|
By
inverseintegral42@...
·
#6586
·
|
|
Re: Incorrect result when lucene index is present
Dear Marc,
I will report the issue on GitHub in that case. Currently, I'm busy with a project that automatically identifies these bugs but in the near future I can definitely start submitting PRs for
Dear Marc,
I will report the issue on GitHub in that case. Currently, I'm busy with a project that automatically identifies these bugs but in the near future I can definitely start submitting PRs for
|
By
inverseintegral42@...
·
#6585
·
|
|
Re: Using ConfiguredGraphFactory from docker image
Thanks for bringing this up. Indeed, managing custom images is a barrier that you sometimes want to avoid. Can you give the runtime configuration of the standard image a try and report back where this
Thanks for bringing this up. Indeed, managing custom images is a barrier that you sometimes want to avoid. Can you give the runtime configuration of the standard image a try and report back where this
|
By
hadoopmarc@...
·
#6584
·
Edited
|
|
Re: Incorrect result when lucene index is present
Hi inverseintegral,
You have been quite succesful as a test driver, that is detecting easily reproducible issues!
The current issue seems more like an issue of undefined behaviour, rather than an
Hi inverseintegral,
You have been quite succesful as a test driver, that is detecting easily reproducible issues!
The current issue seems more like an issue of undefined behaviour, rather than an
|
By
hadoopmarc@...
·
#6583
·
|
|
Using ConfiguredGraphFactory from docker image
Is it possible to use the ConfiguredGaphFactory so that graphs can be created and deleted dynamically while still using the default docker image? I've been using it by manually copying a modified
Is it possible to use the ConfiguredGaphFactory so that graphs can be created and deleted dynamically while still using the default docker image? I've been using it by manually copying a modified
|
By
cdburke@...
·
#6582
·
|
|
Re: Lucene index inconsistency
Yes that's correct. Initially, I sent a mail to the mailing list but it took 2 weeks to show up, so in the meantime I made an account and directly created the topic.
I have reported the topic to the
Yes that's correct. Initially, I sent a mail to the mailing list but it took 2 weeks to show up, so in the meantime I made an account and directly created the topic.
I have reported the topic to the
|
By
inverseintegral42@...
·
#6581
·
|
|
Re: Lucene index inconsistency
I assume you reposted this inadvertenly? I saw you created issue https://github.com/JanusGraph/janusgraph/issues/3146 to document this inconvenience.
Thanks,
Marc
I assume you reposted this inadvertenly? I saw you created issue https://github.com/JanusGraph/janusgraph/issues/3146 to document this inconvenience.
Thanks,
Marc
|
By
hadoopmarc@...
·
#6580
·
|
|
Lucene index inconsistency
Hey everyone,
I'm currently running janusgraph-inmemory with janusgraph-lucence both version 0.6.2
And I'm experiencing strange behaviour when creating an index that contains an underscore in its
Hey everyone,
I'm currently running janusgraph-inmemory with janusgraph-lucence both version 0.6.2
And I'm experiencing strange behaviour when creating an index that contains an underscore in its
|
By
Inverse Integral <inverseintegral42@...>
·
#6579
·
|
|
Incorrect result when lucene index is present
When I run the following code with janusgraph-inmemory and janusgraph-lucene both in version 0.6.2
PropertiesConfiguration conf =
When I run the following code with janusgraph-inmemory and janusgraph-lucene both in version 0.6.2
PropertiesConfiguration conf =
|
By
inverseintegral42@...
·
#6578
·
|
|
Re: Lucene index long overflow
OK, good catch, it is a bug. I had not recognized Long.MAX_VALUE in your query. The LuceneIndex class converts the neq to a range query and adds + 1 to the requested value without any check. The
OK, good catch, it is a bug. I had not recognized Long.MAX_VALUE in your query. The LuceneIndex class converts the neq to a range query and adds + 1 to the requested value without any check. The
|
By
hadoopmarc@...
·
#6577
·
|
|
Re: Lucene index long overflow
Your example indeed seems to work fine. If you change the traversal as such:
g.V().has("age", P.neq(9223372036854775807L))
it should throw an exception. The neq predicate seems to be the problem
Your example indeed seems to work fine. If you change the traversal as such:
g.V().has("age", P.neq(9223372036854775807L))
it should throw an exception. The neq predicate seems to be the problem
|
By
inverseintegral42@...
·
#6576
·
|
|
Re: Lucene index long overflow
I am not sure what the trouble is in your approach. Using variable names key and label might be problematic (it is in the Gremlin Console). Rather than building out your example, I chose to rework the
I am not sure what the trouble is in your approach. Using variable names key and label might be problematic (it is in the Gremlin Console). Rather than building out your example, I chose to rework the
|
By
hadoopmarc@...
·
#6575
·
Edited
|
|
Re: Lucene index long overflow
A similar problem occurs when using the following traversal:graph.traversal()
.V()
.hasLabel("test")
.has("prop", P.neq(-9223372036854775808L))
.count()
A similar problem occurs when using the following traversal:graph.traversal()
.V()
.hasLabel("test")
.has("prop", P.neq(-9223372036854775808L))
.count()
|
By
inverseintegral42@...
·
#6574
·
|