|
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
·
|
|
Bindings for graphs created using ConfiguredGraphFactory not working as expected
Hello,
I have a local setup of JanusGraph 0.6.0 with Cassandra 3.11.9. I am creating a graph using the ConfiguredGraphFactory. For this, I am using the bundled properties and yaml files and creating
Hello,
I have a local setup of JanusGraph 0.6.0 with Cassandra 3.11.9. I am creating a graph using the ConfiguredGraphFactory. For this, I am using the bundled properties and yaml files and creating
|
By
anya.sharma@...
·
#6252
·
Edited
|
|
Re: Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
Hi Marc,
Adding additional data -
Checking duplicate data with uniqueness constraints on name_cons field -
gremlin>
Hi Marc,
Adding additional data -
Checking duplicate data with uniqueness constraints on name_cons field -
gremlin>
|
By
Pawan Shriwas
·
#6251
·
|
|
Cleaning up old data in large graphs
Hello,
I have a graph (Janusgraph 0.5.3 running on a cql backend and an elasticsearch index) that is updated in near real-time. About 50M new vertices and 100M new edges are added every month. A
Hello,
I have a graph (Janusgraph 0.5.3 running on a cql backend and an elasticsearch index) that is updated in near real-time. About 50M new vertices and 100M new edges are added every month. A
|
By
Mladen Marović
·
#6250
·
|
|
Re: Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
Hi Marc;
Yes, We are committing the transaction after each operation.
how do you know about "duplicate vertex creation" when "it returns only 1 record"?
Vertex is being ingested with the same data
Hi Marc;
Yes, We are committing the transaction after each operation.
how do you know about "duplicate vertex creation" when "it returns only 1 record"?
Vertex is being ingested with the same data
|
By
Pawan Shriwas
·
#6249
·
|
|
Re: Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
Hi Pawan,
Your code mirrors the example at https://docs.janusgraph.org/advanced-topics/eventual-consistency/#data-consistency for the greatest part. Are you sure the changes on graphMgmt get
Hi Pawan,
Your code mirrors the example at https://docs.janusgraph.org/advanced-topics/eventual-consistency/#data-consistency for the greatest part. Are you sure the changes on graphMgmt get
|
By
hadoopmarc@...
·
#6248
·
|
|
Re: jvm.options broken
Hi Matthias,
Thanks for taking the trouble to report this. It took a while, but your report did not go unnoticed:
https://github.com/JanusGraph/janusgraph/issues/2857
Best wishes, Marc
Hi Matthias,
Thanks for taking the trouble to report this. It took a while, but your report did not go unnoticed:
https://github.com/JanusGraph/janusgraph/issues/2857
Best wishes, Marc
|
By
hadoopmarc@...
·
#6247
·
|
|
Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
Hi Everyone,
I am facing a duplicate vertex creation issue even though the unique index is present in that property and when i retrive the data with the same index it returns only 1 record.
Please see
Hi Everyone,
I am facing a duplicate vertex creation issue even though the unique index is present in that property and when i retrive the data with the same index it returns only 1 record.
Please see
|
By
Pawan Shriwas
·
#6246
·
|
|
Re: Diagnosing slow write speeds to BigTable
I have a follow-up question in addition to my reply above: Is there any guide for understanding the JanusGraph metrics available? I have written a basic metrics integration but I'm finding it quite
I have a follow-up question in addition to my reply above: Is there any guide for understanding the JanusGraph metrics available? I have written a basic metrics integration but I'm finding it quite
|
By
AC
·
#6245
·
|
|
Re: Diagnosing slow write speeds to BigTable
Hey again Boxuan, thanks for your help in this thread!
1) Read speed is quite fast, at least as fast as I would expect for using a remote database like BigTable.
2) That is a good idea, I will try
Hey again Boxuan, thanks for your help in this thread!
1) Read speed is quite fast, at least as fast as I would expect for using a remote database like BigTable.
2) That is a good idea, I will try
|
By
AC
·
#6244
·
|
|
Re: Diagnosing slow write speeds to BigTable
I am not an expert on this and I've never used BigTable or GCP before, but here are my two cents:
1) Did you test the read speed? Is it also very slow compared to writing?
2) Did you try using an
I am not an expert on this and I've never used BigTable or GCP before, but here are my two cents:
1) Did you test the read speed? Is it also very slow compared to writing?
2) Did you try using an
|
By
Boxuan Li
·
#6243
·
|
|
Diagnosing slow write speeds to BigTable
Hey there, folks. Firstly I want to say thanks for your help with the previous bug we uncovered.
I'm evaluating JanusGraph performance on BigTable and observing very slow write speeds when writing
Hey there, folks. Firstly I want to say thanks for your help with the previous bug we uncovered.
I'm evaluating JanusGraph performance on BigTable and observing very slow write speeds when writing
|
By
AC
·
#6242
·
|
|
Re: How to change GLOBAL_OFFLINE configuration when graph can't be instantiated
Hi Marc,
Your solution works if the configuration hasn't been changed yet. If you change the index backend and set a wrong hostname, you cannot access your data anymore:
mgmt =
Hi Marc,
Your solution works if the configuration hasn't been changed yet. If you change the index backend and set a wrong hostname, you cannot access your data anymore:
mgmt =
|
By
toom@...
·
#6241
·
|