|
Re: Dynamic control of graph configuration
Have you tried https://docs.janusgraph.org/basics/transactions/#transaction-configuration ? It allows you to enable/disable storage.batch-loading per transaction.
Have you tried https://docs.janusgraph.org/basics/transactions/#transaction-configuration ? It allows you to enable/disable storage.batch-loading per transaction.
|
By
Boxuan Li
·
#5977
·
|
|
Re: Dynamic control of graph configuration
Hi Frederick,
This is a good question, but I have no answer. For myself, I have always take a fresh janusgraph instance if I wanted to change one of the properties!
Best wishes, Marc
Hi Frederick,
This is a good question, but I have no answer. For myself, I have always take a fresh janusgraph instance if I wanted to change one of the properties!
Best wishes, Marc
|
By
hadoopmarc@...
·
#5976
·
|
|
Re: Avoiding duplicate vertex creation using unique indices
Hi Umesh,
I read this yesterday and thought your reasoning was sound, but at the same time it seemed unlikely it was in the ref docs for no reason. Just now, a scenario appeared to me where both locks
Hi Umesh,
I read this yesterday and thought your reasoning was sound, but at the same time it seemed unlikely it was in the ref docs for no reason. Just now, a scenario appeared to me where both locks
|
By
hadoopmarc@...
·
#5975
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
It works well with version 0.6.0-SNAPSHOT.
hope the realease version come soon
It works well with version 0.6.0-SNAPSHOT.
hope the realease version come soon
|
By
zhouyu74748585@...
·
#5974
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
Sorry I misunderstood your problem. I thought you have a cluster with different transport ports, which is not supported prior to Cassandra 4.
Turns out your cluster is using a uniform non-default
Sorry I misunderstood your problem. I thought you have a cluster with different transport ports, which is not supported prior to Cassandra 4.
Turns out your cluster is using a uniform non-default
|
By
Boxuan Li
·
#5973
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
Got it. It does not seem to be a JanusGraph problem. I didn’t dig deep into it but seems it’s a limitation of Cassandra. See https://datastax-oss.atlassian.net/browse/JAVA-1388#icft=JAVA-1388 and
Got it. It does not seem to be a JanusGraph problem. I didn’t dig deep into it but seems it’s a limitation of Cassandra. See https://datastax-oss.atlassian.net/browse/JAVA-1388#icft=JAVA-1388 and
|
By
Boxuan Li
·
#5972
·
|
|
Avoiding duplicate vertex creation using unique indices
Hi All,
To avoid a situation of duplicate vertex creation due to parallel transactions, we are using index uniqueness over property which defines uniqueness of vertex. As per doc, we need to
Hi All,
To avoid a situation of duplicate vertex creation due to parallel transactions, we are using index uniqueness over property which defines uniqueness of vertex. As per doc, we need to
|
By
Umesh Gade <er.umeshgade@...>
·
#5971
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
Hi,
I am sorry to make you confused. I get the line number 220 from a .class file, not a .java file.
the line number in java file is 246. you can read it from the screenshot
but I don't mean this
Hi,
I am sorry to make you confused. I get the line number 220 from a .class file, not a .java file.
the line number in java file is 246. you can read it from the screenshot
but I don't mean this
|
By
zhouyu74748585@...
·
#5970
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
I am a bit confused here.
In fed8439, CQLStoreManager.java#L220
I am a bit confused here.
In fed8439, CQLStoreManager.java#L220
|
By
Boxuan Li
·
#5969
·
|
|
Re: Count Query
I have gone through the commit, I think that will help. To confirm we need to test it with the master branch as it has been not released yet. Earlier, we downloaded the full version from the releases
I have gone through the commit, I think that will help. To confirm we need to test it with the master branch as it has been not released yet. Earlier, we downloaded the full version from the releases
|
By
Vinayak Bali
·
#5968
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
Yes. We face same issue when using custom ports with C* backend. The first host:port in storage.hostname is processed correctly. For the remainder of comma separated host:port, JanusGraph tried to
Yes. We face same issue when using custom ports with C* backend. The first host:port in storage.hostname is processed correctly. For the remainder of comma separated host:port, JanusGraph tried to
|
By
Ronnie
·
#5967
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
The janusgraph will try to connect with 192.168.223.3:9042
I find the codes in janusgraph-cql-0.5.3.jar,
the codes is:
final Builder builder = Cluster.builder()
The janusgraph will try to connect with 192.168.223.3:9042
I find the codes in janusgraph-cql-0.5.3.jar,
the codes is:
final Builder builder = Cluster.builder()
|
By
zhouyu74748585@...
·
#5966
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
What happens when you only use “192.168.223.3” as your storage.hostname, and don’t set storage.port?
I am also not sure about what version of line 220 you are looking at. What is the commit
What happens when you only use “192.168.223.3” as your storage.hostname, and don’t set storage.port?
I am also not sure about what version of line 220 you are looking at. What is the commit
|
By
Boxuan Li
·
#5965
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
Hi,
the version is 0.53,and the line is line 220 in org.janusgraph.diskstorage.cql.CQLStoreManager
The cluster builder's port is default 9042.
when I set one host,the logs are the same.if I set
Hi,
the version is 0.53,and the line is line 220 in org.janusgraph.diskstorage.cql.CQLStoreManager
The cluster builder's port is default 9042.
when I set one host,the logs are the same.if I set
|
By
zhouyu74748585@...
·
#5964
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
Hi,
I am not sure what code you think is problematic. Can you provide 1) your JanusGraph version, and 2) the specific line(s) that you believe a bug exists?
What happens if you only provide only ONE
Hi,
I am not sure what code you think is problematic. Can you provide 1) your JanusGraph version, and 2) the specific line(s) that you believe a bug exists?
What happens if you only provide only ONE
|
By
Boxuan Li
·
#5963
·
|
|
Re: EOL version components
Thanks Florian for sharing these details !
Best regards,
Dev
Thanks Florian for sharing these details !
Best regards,
Dev
|
By
kumkar.dev@...
·
#5962
·
|
|
Re: EOL version components
Hi Dev,
you can follow the progress here: https://github.com/JanusGraph/janusgraph/pull/2672
There is no ETA, but we are planning to release 0.6.0 as soon as possible. It is currently blocked by a
Hi Dev,
you can follow the progress here: https://github.com/JanusGraph/janusgraph/pull/2672
There is no ETA, but we are planning to release 0.6.0 as soon as possible. It is currently blocked by a
|
By
rngcntr
·
#5961
·
|
|
Re: EOL version components
Hi Boxuan,
If possible can you please share 0.6.0 tentative release date? This would help us in planning updates.
Thanks
Dev
Hi Boxuan,
If possible can you please share 0.6.0 tentative release date? This would help us in planning updates.
Thanks
Dev
|
By
kumkar.dev@...
·
#5960
·
|
|
Re: Failed to connect to a Cassandra cluster's all nodes without default port
hi,
all the nodes have the same port。one of the nodes can keep the correct port, the others will be changed to 9042.
the code is in org.janusgraph.diskstorage.cql.CQLStoreManager
and in this
hi,
all the nodes have the same port。one of the nodes can keep the correct port, the others will be changed to 9042.
the code is in org.janusgraph.diskstorage.cql.CQLStoreManager
and in this
|
By
zhouyu74748585@...
·
#5959
·
|
|
Re: Count Query
Could you check your query on master branch?Possibly this https://github.com/JanusGraph/janusgraph/commit/7550033d1746d0844bac79e3a8b85685c2c6c79d fix improve this type of query
Could you check your query on master branch?Possibly this https://github.com/JanusGraph/janusgraph/commit/7550033d1746d0844bac79e3a8b85685c2c6c79d fix improve this type of query
|
By
owner.mad.epa@...
·
#5958
·
|