|
Re: Template configuration parameters with comma-separated lists in Janusgraph 0.6.0
Hi Marc,
thanks for the reply, but the error in the linked issue is a bit different, and also I'm already using graphManager: "org.janusgraph.graphdb.management.JanusGraphManager", which seemed to
Hi Marc,
thanks for the reply, but the error in the linked issue is a bit different, and also I'm already using graphManager: "org.janusgraph.graphdb.management.JanusGraphManager", which seemed to
|
By
Mladen Marović
·
#6179
·
|
|
Re: Template configuration parameters with comma-separated lists in Janusgraph 0.6.0
Hi Mladen,
After your original post, the following issue was reported:
https://github.com/JanusGraph/janusgraph/issues/2822
Marc
Hi Mladen,
After your original post, the following issue was reported:
https://github.com/JanusGraph/janusgraph/issues/2822
Marc
|
By
hadoopmarc@...
·
#6178
·
|
|
Re: Template configuration parameters with comma-separated lists in Janusgraph 0.6.0
Hi,
thanks for the replies.
However, my point was that I'm explicitly setting a value WITHOUT brackets when creating a template configuration in the startup script:map.put('storage.hostname',
Hi,
thanks for the replies.
However, my point was that I'm explicitly setting a value WITHOUT brackets when creating a template configuration in the startup script:map.put('storage.hostname',
|
By
Mladen Marović
·
#6177
·
|
|
Re: Template configuration parameters with comma-separated lists in Janusgraph 0.6.0
Hi Mladen,
As Marc pointed out, this scenario is tested in the JanusGraph codebase. I noticed your error log contains:
2021-09-21 14:11:15,347 [pool-12-thread-1]
Hi Mladen,
As Marc pointed out, this scenario is tested in the JanusGraph codebase. I noticed your error log contains:
2021-09-21 14:11:15,347 [pool-12-thread-1]
|
By
Boxuan Li
·
#6176
·
|
|
Re: Template configuration parameters with comma-separated lists in Janusgraph 0.6.0
Hi Mladen,
The good news: there actually is an explicit MultiHost test for this in the janusgraph test
Hi Mladen,
The good news: there actually is an explicit MultiHost test for this in the janusgraph test
|
By
hadoopmarc@...
·
#6175
·
|
|
Re: Can we find connected nodes without using gremlin query
Hi Anjani,
In individual query for a subgraph of 40 nodes will typically take between 0.1 and 1 seconds (with scyllaDb being the fastest storage backend). The number of 200 TPS can be reached easily
Hi Anjani,
In individual query for a subgraph of 40 nodes will typically take between 0.1 and 1 seconds (with scyllaDb being the fastest storage backend). The number of 200 TPS can be reached easily
|
By
hadoopmarc@...
·
#6174
·
|
|
Re: Unconfigured table exceptions in Janusgraph 0.6.0
Great to hear that worked for you.
Caused by: com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed out after PT2SAs seen from this PR:
Great to hear that worked for you.
Caused by: com.datastax.oss.driver.api.core.DriverTimeoutException: Query timed out after PT2SAs seen from this PR:
|
By
Oleksandr Porunov
·
#6173
·
|
|
Re: Can we find connected nodes without using gremlin query
Thanks Marc for response.
Our graph is very large around 1TB, so can not hold in memory.
Subgraphs that we want to retrieve can have 30 -40 connected nodes.
We have requirement of around 200 TPS.
We
Thanks Marc for response.
Our graph is very large around 1TB, so can not hold in memory.
Subgraphs that we want to retrieve can have 30 -40 connected nodes.
We have requirement of around 200 TPS.
We
|
By
anjanisingh22@...
·
#6172
·
|
|
Re: JanusGraph 0.6.0 Binary Driver failing on serialization
Hi Chris,
Hard to interpret your report. It maybe worthwhile to try the documented way of remote connection with traversal.withRemote(...) or
Hi Chris,
Hard to interpret your report. It maybe worthwhile to try the documented way of remote connection with traversal.withRemote(...) or
|
By
hadoopmarc@...
·
#6171
·
|
|
Template configuration parameters with comma-separated lists in Janusgraph 0.6.0
Hello,
I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5.
One of the issues I came across seems to be
Hello,
I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5.
One of the issues I came across seems to be
|
By
Mladen Marović
·
#6170
·
|
|
Re: Can we find connected nodes without using gremlin query
Hi Anjani,
How large is your graph, can you hold it in memory in its entirety?
How large are the subgraphs you want to retrieve in terms of width and size?
What are your requirements regarding TPS?
Hi Anjani,
How large is your graph, can you hold it in memory in its entirety?
How large are the subgraphs you want to retrieve in terms of width and size?
What are your requirements regarding TPS?
|
By
hadoopmarc@...
·
#6169
·
|
|
Re: Unconfigured table exceptions in Janusgraph 0.6.0
Hello,
thanks for the responses. I attempted to add storage.cql.internal.string-configuration = "datastax-java-driver { advanced.metadata.schema.debouncer.window = 1 second }" to my
Hello,
thanks for the responses. I attempted to add storage.cql.internal.string-configuration = "datastax-java-driver { advanced.metadata.schema.debouncer.window = 1 second }" to my
|
By
Mladen Marović
·
#6168
·
|
|
Can we find connected nodes without using gremlin query
Hello Everyone,
We have a requirement to build a search functionality to find connected nodes based on some identifiers with high performance and TPS.
While doing analysis we noticed gremlin queries
Hello Everyone,
We have a requirement to build a search functionality to find connected nodes based on some identifiers with high performance and TPS.
While doing analysis we noticed gremlin queries
|
By
anjanisingh22@...
·
#6167
·
|
|
Re: Unconfigured table exceptions in Janusgraph 0.6.0
Also, notice, if you want to use multiple configuration options, you will need to split them using new line character. I.e. `\n` and not `;`.
See example here:
Also, notice, if you want to use multiple configuration options, you will need to split them using new line character. I.e. `\n` and not `;`.
See example here:
|
By
Oleksandr Porunov
·
#6166
·
|
|
Re: Unconfigured table exceptions in Janusgraph 0.6.0
You can also play with `advanced.metadata.schema.debouncer.max-events`. For more configurations see: https://docs.datastax.com/en/developer/java-driver/4.13/manual/core/configuration/reference/
You can also play with `advanced.metadata.schema.debouncer.max-events`. For more configurations see: https://docs.datastax.com/en/developer/java-driver/4.13/manual/core/configuration/reference/
|
By
Oleksandr Porunov
·
#6165
·
|
|
Re: Unconfigured table exceptions in Janusgraph 0.6.0
Hi,
Mladen that issue is most likely related to this discussion of how the new CQL driver updates schema view: https://groups.google.com/a/lists.datastax.com/g/java-driver-user/c/Bc0gQuOVVL0
As
Hi,
Mladen that issue is most likely related to this discussion of how the new CQL driver updates schema view: https://groups.google.com/a/lists.datastax.com/g/java-driver-user/c/Bc0gQuOVVL0
As
|
By
Oleksandr Porunov
·
#6164
·
|
|
Unconfigured table exceptions in Janusgraph 0.6.0
Hello,
I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5.
The first issue occurs during graph creation. I'm
Hello,
I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5.
The first issue occurs during graph creation. I'm
|
By
Mladen Marović
·
#6163
·
|
|
Re: JanusGraph 0.6.0 Binary Driver failing on serialization
Thank you Marc,
I was able to reproduce your sample by console: :remote connect tinkerpop.server conf/remote.yaml session # it is GryoMessageSerializerV3d0 - no problem here, but must have
Thank you Marc,
I was able to reproduce your sample by console: :remote connect tinkerpop.server conf/remote.yaml session # it is GryoMessageSerializerV3d0 - no problem here, but must have
|
By
cmilowka
·
#6161
·
|
|
Re: Berkeley JE information
Here is how I see this:
- the current public release with direct download is 4 years old 7.5.11, compiled with Java 8 and supporting Java 9 according to its and build script;
- the public Oracle
Here is how I see this:
- the current public release with direct download is 4 years old 7.5.11, compiled with Java 8 and supporting Java 9 according to its and build script;
- the public Oracle
|
By
kosulin@...
·
#6160
·
|
|
Re: Berkeley JE information
Thanks for this information [I mean the facts, this forum is not intended to spread opinions on third parties].
After, checking, I was surprised myself. The deviation from the JE has occurred since
Thanks for this information [I mean the facts, this forum is not intended to spread opinions on third parties].
After, checking, I was surprised myself. The deviation from the JE has occurred since
|
By
hadoopmarc@...
·
#6159
·
Edited
|