|
JanusGraph and Apache Log4J CVE-2021-44228 (aka "log4shell")
A critical security vulnerability was reported in Apache Log4j 2 on December 9, 2021: CVE-2021-44228 [1]. JanusGraph itself is not directly affected by this vulnerability as it still uses log4j 1.2
A critical security vulnerability was reported in Apache Log4j 2 on December 9, 2021: CVE-2021-44228 [1]. JanusGraph itself is not directly affected by this vulnerability as it still uses log4j 1.2
|
By
Florian Hockmann
·
#6272
·
|
|
Re: Drop graph not working
Thanks for your report. Can you please provide the following details:
Which version of JanusGraph do you use?
Are you sure you did not set the storage.drop-on-clear property to false?
Do you have
Thanks for your report. Can you please provide the following details:
Which version of JanusGraph do you use?
Are you sure you did not set the storage.drop-on-clear property to false?
Do you have
|
By
hadoopmarc@...
·
#6271
·
|
|
Re: High HBase backend 'configuration' row contention
Hi Tendai,
I do not understand the concept of row contention. Is not this config row just the row that is retrieved most often on the region servers that contain it and are not other rows on these
Hi Tendai,
I do not understand the concept of row contention. Is not this config row just the row that is retrieved most often on the region servers that contain it and are not other rows on these
|
By
hadoopmarc@...
·
#6270
·
|
|
High HBase backend 'configuration' row contention
Hi,
We are running embedded Janusgraph (0.5.3) with an HBase backend (2.1.6) in our Spark jobs. Each Spark executor creates an instance of Janusgraph. At times there can be over 500 executors
Hi,
We are running embedded Janusgraph (0.5.3) with an HBase backend (2.1.6) in our Spark jobs. Each Spark executor creates an instance of Janusgraph. At times there can be over 500 executors
|
By
Tendai Munetsi
·
#6269
·
|
|
Re: Problem adding edges with the same label
The same problem does not exist when using InMemory Storage Backend.
The same problem does not exist when using InMemory Storage Backend.
|
By
Miroslav Smiljanic
·
#6268
·
|
|
Problem adding edges with the same label
Hi All,
I have the setup using Cassandra backend (Azure Cosmos DB fully managed).
Seems it is not possible to add two edges with the same label.
gremlin> g.addV()
==>v[4288]
gremlin>
Hi All,
I have the setup using Cassandra backend (Azure Cosmos DB fully managed).
Seems it is not possible to add two edges with the same label.
gremlin> g.addV()
==>v[4288]
gremlin>
|
By
Miroslav Smiljanic
·
#6267
·
|
|
Drop graph not working
Hi all.
I'm creating dynamic graphs using configuredGraphFactory in bigTable. I'm able to create them but when I try to delete them then it seems that they only get deleted from janusgraph-server and
Hi all.
I'm creating dynamic graphs using configuredGraphFactory in bigTable. I'm able to create them but when I try to delete them then it seems that they only get deleted from janusgraph-server and
|
By
51kumarakhil@...
·
#6266
·
|
|
Re: Commit progress listener
Thanks a lot Marc for the answer and the link to the gremlin-users group.
I was wondering if there's something "implementation specific" done in JanusGraph that could help in having such progress
Thanks a lot Marc for the answer and the link to the gremlin-users group.
I was wondering if there's something "implementation specific" done in JanusGraph that could help in having such progress
|
By
marcorizzi82@...
·
#6265
·
|
|
Re: NullPointerException comparing PredicateCondition (in equals method)
Hi Albert,
I tried with the GraphOfTheGods with janusgraph-0.5.3:
So, I guess you did not mean to say that these traversals should fail.
If it has anything to do with the way you use the
Hi Albert,
I tried with the GraphOfTheGods with janusgraph-0.5.3:
So, I guess you did not mean to say that these traversals should fail.
If it has anything to do with the way you use the
|
By
hadoopmarc@...
·
#6264
·
|
|
Re: JanugGraph-0.6.0: Unable to open connection JanusGraphFactory with CL=ONE when quorum lost
Hi Marc,
Thanks for reply. Yes, we are also doing thorough testing to check any compatibility issue and thus so far we haven't found any except this one. Strange thing is that the current issue posted
Hi Marc,
Thanks for reply. Yes, we are also doing thorough testing to check any compatibility issue and thus so far we haven't found any except this one. Strange thing is that the current issue posted
|
By
Umesh Gade
·
#6263
·
|
|
Re: JanugGraph-0.6.0: Unable to open connection JanusGraphFactory with CL=ONE when quorum lost
Hi Umesh,
I assume that checking the compatibility matrix at https://docs.janusgraph.org/changelog/ made you post the additional comment about cassandra 4.0.0 :-)
Indeed, support of cassandra 4.0 is
Hi Umesh,
I assume that checking the compatibility matrix at https://docs.janusgraph.org/changelog/ made you post the additional comment about cassandra 4.0.0 :-)
Indeed, support of cassandra 4.0 is
|
By
hadoopmarc@...
·
#6262
·
|
|
Re: Commit progress listener
Hi Marco,
Interesting idea! From what I read about the EventStrategy, this is a feature stemming from TinkerPop and questions about it could best be addressed there.
Note however that gremlin OLTP
Hi Marco,
Interesting idea! From what I read about the EventStrategy, this is a feature stemming from TinkerPop and questions about it could best be addressed there.
Note however that gremlin OLTP
|
By
hadoopmarc@...
·
#6261
·
|
|
Commit progress listener
Hi all,
I've successfully using in my application an EventStrategy's listener with both the DefaultEventQueue and the TransactionalEventQueue: they gave a way for the listener to be invoked while the
Hi all,
I've successfully using in my application an EventStrategy's listener with both the DefaultEventQueue and the TransactionalEventQueue: they gave a way for the listener to be invoked while the
|
By
marcorizzi82@...
·
#6260
·
|
|
Re: JanugGraph-0.6.0: Unable to open connection JanusGraphFactory with CL=ONE when quorum lost
One update:
Cassandra version is 4.0.0
--
Sincerely,
Umesh Gade
One update:
Cassandra version is 4.0.0
--
Sincerely,
Umesh Gade
|
By
Umesh Gade
·
#6259
·
|
|
JanugGraph-0.6.0: Unable to open connection JanusGraphFactory with CL=ONE when quorum lost
Hi,
We just upgraded janus to 0.6.0 and started observing an issue which was working earlier.
Scenario is, we open a connection with read/write CL="ONE" using JanugGraphFactory. But when quorum
Hi,
We just upgraded janus to 0.6.0 and started observing an issue which was working earlier.
Scenario is, we open a connection with read/write CL="ONE" using JanugGraphFactory. But when quorum
|
By
Umesh Gade
·
#6258
·
|
|
NullPointerException comparing PredicateCondition (in equals method)
Janusgraph (version 0.5.2) can be made to throw a NullPointerException using the following traversals:
g.V().has(label, eq('User')).has(label, eq(null))
g.V().has(label, without('User')).has(label,
Janusgraph (version 0.5.2) can be made to throw a NullPointerException using the following traversals:
g.V().has(label, eq('User')).has(label, eq(null))
g.V().has(label, without('User')).has(label,
|
By
albert.lockett@...
·
#6257
·
|
|
Re: Bindings for graphs created using ConfiguredGraphFactory not working as expected
Hi Anya,
In v0.6.0 the bin/janusgraph-server.sh start script does not start Cassandra any more. Are you sure you did start Cassandra ("cassandra/bin/cassandra") before starting JanusGraph?
Also check
Hi Anya,
In v0.6.0 the bin/janusgraph-server.sh start script does not start Cassandra any more. Are you sure you did start Cassandra ("cassandra/bin/cassandra") before starting JanusGraph?
Also check
|
By
hadoopmarc@...
·
#6256
·
|
|
Re: Cleaning up old data in large graphs
Hi Mladen,
Indeed, there is still a load of open issues regarding TTL:
https://github.com/JanusGraph/janusgraph/issues?q=is%3Aissue+is%3Aopen+ttl
Your last remark about empty vertices sounds
Hi Mladen,
Indeed, there is still a load of open issues regarding TTL:
https://github.com/JanusGraph/janusgraph/issues?q=is%3Aissue+is%3Aopen+ttl
Your last remark about empty vertices sounds
|
By
hadoopmarc@...
·
#6255
·
|
|
Re: Cleaning up old data in large graphs
Hi Mark,
thanks for the response.
As described in https://docs.janusgraph.org/schema/advschema/, TTL is already supported. However, there are two issues in my case:
a) Changing the TTL is supported,
Hi Mark,
thanks for the response.
As described in https://docs.janusgraph.org/schema/advschema/, TTL is already supported. However, there are two issues in my case:
a) Changing the TTL is supported,
|
By
Mladen Marović
·
#6254
·
Edited
|
|
Re: Cleaning up old data in large graphs
Hi Mladen,
Just two things that come up while reading your story:
the cassandra TTL feature seems promising for your use case, see e.g.
Hi Mladen,
Just two things that come up while reading your story:
the cassandra TTL feature seems promising for your use case, see e.g.
|
By
hadoopmarc@...
·
#6253
·
|