|
Janusgraph embedded multi instance(JVM) data sync issue
Hi Marc, All code and property configuration are shared in the last trail mail. I hope if we have not provided the cache properties then it means it will default false. Thanks, Pawan
Hi Marc, All code and property configuration are shared in the last trail mail. I hope if we have not provided the cache properties then it means it will default false. Thanks, Pawan
|
By
Pawan Shriwas
· #6374
·
|
|
Janusgraph embedded multi instance(JVM) data sync issue
Hi Marc, Thanks for your suggestion, However I am testing it on a local environment having a single replication factor. I believe if the replication factor is one then in all cases it should give me t
Hi Marc, Thanks for your suggestion, However I am testing it on a local environment having a single replication factor. I believe if the replication factor is one then in all cases it should give me t
|
By
Pawan Shriwas
· #6355
·
|
|
Janusgraph embedded multi instance(JVM) data sync issue
Hi Marc, I don't think data cache was created due to elastic search/mixed index only. I have seen this on basic property/node without index as well. I am thinking let's work on basic node/property the
Hi Marc, I don't think data cache was created due to elastic search/mixed index only. I have seen this on basic property/node without index as well. I am thinking let's work on basic node/property the
|
By
Pawan Shriwas
· #6349
·
|
|
Janusgraph embedded multi instance(JVM) data sync issue
Hi Marc, I have removed cache properties from instances and we already have new transactions for each api operation but still facing stale data issues in other instances for some time. Below is the co
Hi Marc, I have removed cache properties from instances and we already have new transactions for each api operation but still facing stale data issues in other instances for some time. Below is the co
|
By
Pawan Shriwas
· #6343
·
|
|
Janusgraph embedded multi instance(JVM) data sync issue
Hi Boxuan, Please see my inline response 1. What do you mean by creating some data? For example, do you mean by creating new vertices or just updating existing vertices? If it’s the latter case, then
Hi Boxuan, Please see my inline response 1. What do you mean by creating some data? For example, do you mean by creating new vertices or just updating existing vertices? If it’s the latter case, then
|
By
Pawan Shriwas
· #6307
·
|
|
Janusgraph embedded multi instance(JVM) data sync issue
Same case also happened with two or more gremlin consoles as well where we are creating/updating something on console 1 and not reflecting on others.
Same case also happened with two or more gremlin consoles as well where we are creating/updating something on console 1 and not reflecting on others.
|
By
Pawan Shriwas
· #6306
·
|
|
Can I use spark computer on CQL without hadoop cluster
Thanks team, I will check it based on your response and let you know if anything is needed.
Thanks team, I will check it based on your response and let you know if anything is needed.
|
By
Pawan Shriwas
· #6304
·
|
|
Janusgraph embedded multi instance(JVM) data sync issue
Hi All, I am facing one problem for synchronization of data stored between multiple embedded mode janusgraph instances. If we are creating some data into graph using JVM 1 and after committing when we
Hi All, I am facing one problem for synchronization of data stored between multiple embedded mode janusgraph instances. If we are creating some data into graph using JVM 1 and after committing when we
|
By
Pawan Shriwas
· #6303
·
|
|
Can I use spark computer on CQL without hadoop cluster
Hi All, I am checking the possibility of using a graph computer using spark on CQL backend without hadoop installation. Please let me know if we can do this and how can i achieve this. I don't want to
Hi All, I am checking the possibility of using a graph computer using spark on CQL backend without hadoop installation. Please let me know if we can do this and how can i achieve this. I don't want to
|
By
Pawan Shriwas
· #6299
·
|
|
Important | Queries for edge label connections
Hi All, I need a solution for these two things, but I tried but was not able to find the solution. 1. I want to list the edgeLabel connection created in janusgraph mgmt.addConnection(“belongsTo”, vert
Hi All, I need a solution for these two things, but I tried but was not able to find the solution. 1. I want to list the edgeLabel connection created in janusgraph mgmt.addConnection(“belongsTo”, vert
|
By
Pawan Shriwas
· #6280
·
|
|
Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
Hi Marc, Adding additional data - Checking duplicate data with uniqueness constraints on name_cons field - gremlin> g.V().has('gId',P.within('da209078-4a2f-4db2-b489-27da028df983','ba81f5d3-a29b-4a2c-
Hi Marc, Adding additional data - Checking duplicate data with uniqueness constraints on name_cons field - gremlin> g.V().has('gId',P.within('da209078-4a2f-4db2-b489-27da028df983','ba81f5d3-a29b-4a2c-
|
By
Pawan Shriwas
· #6251
·
|
|
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 and
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 and
|
By
Pawan Shriwas
· #6249
·
|
|
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
·
|
|
Janusgraph Schema dump
adding one more points 3. How can we get the mapped properties in a label or all labels
adding one more points 3. How can we get the mapped properties in a label or all labels
|
By
Pawan Shriwas
· #6223
·
|
|
Janusgraph Schema dump
Hi All, Is any one let me know how to do below two items in janusgraph. 1. Database Schema dump (Want to use same schema dump on another env using same export) 2. Database data dump for backup and res
Hi All, Is any one let me know how to do below two items in janusgraph. 1. Database Schema dump (Want to use same schema dump on another env using same export) 2. Database data dump for backup and res
|
By
Pawan Shriwas
· #6222
·
|
|
Janusgraph upgrade 0.5.2 --> 0.6.0 | CQL issue
Hi Marc, I have also tried with "graph.allow-upgrade=true" and added "storage.cql.request-timeout" as well but am still facing the same issue. Please check the attached janusgraph server log for your
Hi Marc, I have also tried with "graph.allow-upgrade=true" and added "storage.cql.request-timeout" as well but am still facing the same issue. Please check the attached janusgraph server log for your
|
By
Pawan Shriwas
· #6202
·
|
|
Janusgraph upgrade 0.5.2 --> 0.6.0 | CQL issue
Hi Marc, Thanks for your reply, But nothing was changed on the cassandra cluster part, Keyspace is already there with graph data and it was working before the janusgraph version upgrade. I don't know
Hi Marc, Thanks for your reply, But nothing was changed on the cassandra cluster part, Keyspace is already there with graph data and it was working before the janusgraph version upgrade. I don't know
|
By
Pawan Shriwas
· #6200
·
|
|
Janusgraph upgrade 0.5.2 --> 0.6.0 | CQL issue
Hi Everyone, I am facing one issue with janusgraph version 0.6.0 where I am upgrading my janusgraph console/server/embedded from 0.5.2 to 0.6.0 version. Please see below stacktrace for the same. Pleas
Hi Everyone, I am facing one issue with janusgraph version 0.6.0 where I am upgrading my janusgraph console/server/embedded from 0.5.2 to 0.6.0 version. Please see below stacktrace for the same. Pleas
|
By
Pawan Shriwas
· #6196
·
|