|
Re: Gremlin giving stale response
Hi Marc,
Using read-only strategy is a really good suggesion. Let me try that, thanks!
Regards,
Aman
Hi Marc,
Using read-only strategy is a really good suggesion. Let me try that, thanks!
Regards,
Aman
|
By
Aman <amandeep.srivastava1996@...>
·
#6453
·
|
|
Re: Gremlin giving stale response
Hi Aman,
Without saying that I understand everything of the JanusGraph behaviour that you describe, I can add the following:
when accessing the graph via JanusGraph server (what you call the gremlin
Hi Aman,
Without saying that I understand everything of the JanusGraph behaviour that you describe, I can add the following:
when accessing the graph via JanusGraph server (what you call the gremlin
|
By
hadoopmarc@...
·
#6452
·
|
|
Re: JanusGraph database cache on distributed setup
Hi Wasantha,
It's great to hear that you have solved the previous problem.
Regarding contributing to the community, I would suggest you create a GitHub issue first, describing the problem and your
Hi Wasantha,
It's great to hear that you have solved the previous problem.
Regarding contributing to the community, I would suggest you create a GitHub issue first, describing the problem and your
|
By
Boxuan Li
·
#6451
·
|
|
Gremlin giving stale response
Hi,
I've built a service around JanusGraph to ingest/retrieve data. When I ingest a new edge, the same is not reflected on the gremlin endpoint of JG. However, ingested vertices count is updated
Hi,
I've built a service around JanusGraph to ingest/retrieve data. When I ingest a new edge, the same is not reflected on the gremlin endpoint of JG. However, ingested vertices count is updated
|
By
Aman <amandeep.srivastava1996@...>
·
#6450
·
|
|
Re: JanusGraph database cache on distributed setup
Hi Boxuan,
We were able to overcome sync issue on multiple JG instance after doing modifications on void invalidate(StaticBuffer key, List<CachableStaticBuffer> entries) as suggested. We had few
Hi Boxuan,
We were able to overcome sync issue on multiple JG instance after doing modifications on void invalidate(StaticBuffer key, List<CachableStaticBuffer> entries) as suggested. We had few
|
By
washerath@...
·
#6449
·
|
|
Connective predicate with id throws an IllegalArgumentException (Invalid condition)
Hello,
If a query contains a connective predicate with string ids, it fails with an IllegalArgumentException:
gremlin> g.V().or(has(T.id, "1933504"), has(T.id, "2265280"), has(T.id, "2027592"))
Hello,
If a query contains a connective predicate with string ids, it fails with an IllegalArgumentException:
gremlin> g.V().or(has(T.id, "1933504"), has(T.id, "2265280"), has(T.id, "2027592"))
|
By
toom@...
·
#6448
·
|
|
Re: Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
Hi Krishna,
Sorry for the late reply. Can you try one thing:
See if this config works or not. If this works, then likely the problem is not with JanusGraph. Otherwise, there might be a bug, and it
Hi Krishna,
Sorry for the late reply. Can you try one thing:
See if this config works or not. If this works, then likely the problem is not with JanusGraph. Otherwise, there might be a bug, and it
|
By
Boxuan Li
·
#6447
·
|
|
Re: JanusGraph Best Practice to Store the Data
Hi,
There are a few factors you might want to consider:
1. An increase of your transaction-wise cache and database-level cache memory usage.
2. Cassandra does not support large column value well.
Hi,
There are a few factors you might want to consider:
1. An increase of your transaction-wise cache and database-level cache memory usage.
2. Cassandra does not support large column value well.
|
By
Boxuan Li
·
#6446
·
|
|
JanusGraph Best Practice to Store the Data
Hi Team,
We are running JanusGraph + Cassandra combination for storing through Gremlin Commands from Java Api.
Thinking of saving the full JSON document into Graph alongside relationship.
Gremlin
Hi Team,
We are running JanusGraph + Cassandra combination for storing through Gremlin Commands from Java Api.
Thinking of saving the full JSON document into Graph alongside relationship.
Gremlin
|
By
kaintharinder@...
·
#6445
·
Edited
|
|
Re: Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
Hi hadoopmarc
It's a typo in the post, I had just typed that people can understand I am passing it as a string.
in acutal code, i am using property file and reading those properties in configuration2
Hi hadoopmarc
It's a typo in the post, I had just typed that people can understand I am passing it as a string.
in acutal code, i am using property file and reading those properties in configuration2
|
By
krishna.sailesh2@...
·
#6444
·
|
|
Re: Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
Hi Krishna,
The properties you cite are not quoted in the right way:
"storage.hostname: "cass01,cass02,cass03""Are these typos in the post or in your actual code?
Best wishes, Marc
Hi Krishna,
The properties you cite are not quoted in the right way:
"storage.hostname: "cass01,cass02,cass03""Are these typos in the post or in your actual code?
Best wishes, Marc
|
By
hadoopmarc@...
·
#6443
·
|
|
Re: Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
HI Boxuan,
I am using the same above mentioned config in the properties file, loading configuration2 object using java and loading janusgraph.
Thanks
Krishna Jalla
HI Boxuan,
I am using the same above mentioned config in the properties file, loading configuration2 object using java and loading janusgraph.
Thanks
Krishna Jalla
|
By
krishna.sailesh2@...
·
#6442
·
|
|
No writes: Janusgraph bigtable
using configured graph factory we are creating graph by send the below query using gremlin client
let client = new
using configured graph factory we are creating graph by send the below query using gremlin client
let client = new
|
By
51kumarakhil@...
·
#6441
·
|
|
Re: Error starting Cassandra when running janusgraph-full-0.6.1
Hello Marc,
YES, You are right.
./bin/janusgraph.sh start gives no error, and ./janusgraph-full-0.6.1/bin/janusgraph.sh start does.
Yingjie
Hello Marc,
YES, You are right.
./bin/janusgraph.sh start gives no error, and ./janusgraph-full-0.6.1/bin/janusgraph.sh start does.
Yingjie
|
By
Yingjie Li
·
#6439
·
|
|
Re: Error starting Cassandra when running janusgraph-full-0.6.1
https://github.com/JanusGraph/janusgraph/issues/2985
https://github.com/JanusGraph/janusgraph/issues/2985
|
By
hadoopmarc@...
·
#6438
·
|
|
Re: Error starting Cassandra when running janusgraph-full-0.6.1
Hello Marc,
I am using Mac OS Monterey and Java 8 (1.8.0_251). I have been using Janusgraph 0.5.3 with no issues.
Thanks
Yingjie
Hello Marc,
I am using Mac OS Monterey and Java 8 (1.8.0_251). I have been using Janusgraph 0.5.3 with no issues.
Thanks
Yingjie
|
By
Yingjie Li
·
#6437
·
|
|
Re: Error starting Cassandra when running janusgraph-full-0.6.1
Hi Yingyie,
My answer above was not accurate. Actually, on my system the startup only succeeds with:
$ cd janusgraph-full-0.6.1
$ bin/janusgraph.sh start
So, it fails when you start it the way you
Hi Yingyie,
My answer above was not accurate. Actually, on my system the startup only succeeds with:
$ cd janusgraph-full-0.6.1
$ bin/janusgraph.sh start
So, it fails when you start it the way you
|
By
hadoopmarc@...
·
#6436
·
|
|
Re: Error starting Cassandra when running janusgraph-full-0.6.1
Hi Yingjie
To see a NullpointException from the very first start is rather disappointing, so thumbs up for your patience!
To make things reproducible, what OS + verion and JVM + version do you
Hi Yingjie
To see a NullpointException from the very first start is rather disappointing, so thumbs up for your patience!
To make things reproducible, what OS + verion and JVM + version do you
|
By
hadoopmarc@...
·
#6435
·
|
|
Re: Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
Hi Krishna, just want to make sure you are using a fresh 0.6.1 installation, not using any of the old config coming from 0.6.0, right?
Hi Krishna, just want to make sure you are using a fresh 0.6.1 installation, not using any of the old config coming from 0.6.0, right?
|
By
Boxuan Li
·
#6434
·
|
|
Error starting Cassandra when running janusgraph-full-0.6.1
Hello,
I came across the issue below when migrating from janusgraph-full-0.5.3 to janusgraph-full-0.6.1.
When I run 'janusgraph.sh start' after downloading janusgraph-full-0.6.1. I got error of
Hello,
I came across the issue below when migrating from janusgraph-full-0.5.3 to janusgraph-full-0.6.1.
When I run 'janusgraph.sh start' after downloading janusgraph-full-0.6.1. I got error of
|
By
Yingjie Li
·
#6433
·
|