|
Re: potential memory leak
Hi ViVek,
I would suggest to upgrade to 0.6.0 version of JanusGraph.
It's hard to understand your case from that scope of information you provided. Generally, I would suggest checking if you always
Hi ViVek,
I would suggest to upgrade to 0.6.0 version of JanusGraph.
It's hard to understand your case from that scope of information you provided. Generally, I would suggest checking if you always
|
By
Oleksandr Porunov
·
#6219
·
|
|
Re: Options for Bulk Read/Bulk Export
To add to Mark's suggestions there is also a multiQuery option in janusgraph-core. Notice, it's internal API and not Gremlin. Thus, it might be unavailable to you if you can access JanusGraph internal
To add to Mark's suggestions there is also a multiQuery option in janusgraph-core. Notice, it's internal API and not Gremlin. Thus, it might be unavailable to you if you can access JanusGraph internal
|
By
Oleksandr Porunov
·
#6218
·
|
|
Re: Options for Bulk Read/Bulk Export
Hi,
There are three solution directions:
if you have keys to your vertices available, either vertex ids or unique values of some vertex property, you can start as many gremlin clients as your
Hi,
There are three solution directions:
if you have keys to your vertices available, either vertex ids or unique values of some vertex property, you can start as many gremlin clients as your
|
By
hadoopmarc@...
·
#6217
·
|
|
Options for Bulk Read/Bulk Export
Hi There, we have Janus-Graph with back-end store Foundation DB and index back-end as Elastic Search. Please let me know what is the best way to export/read Millions of Records from JaunusGraph by
Hi There, we have Janus-Graph with back-end store Foundation DB and index back-end as Elastic Search. Please let me know what is the best way to export/read Millions of Records from JaunusGraph by
|
By
subbu165@...
·
#6216
·
|
|
Re: Queries with negated text predicates fail with lucene
Hi Marc,
IMHO, an index should not prevent a query to work. Moreover the result of a query should not depends of backends (storage and index). If an index backend cannot process a predicate, the
Hi Marc,
IMHO, an index should not prevent a query to work. Moreover the result of a query should not depends of backends (storage and index). If an index backend cannot process a predicate, the
|
By
toom@...
·
#6215
·
|
|
Re: Potential transaction issue (JG 0.6.0)
I have also encountered this problem, but I have found a reliable way to reproduce.
The following query works perfectly in the gremlin console (both server and client from Janusgraph 0.6.0
I have also encountered this problem, but I have found a reliable way to reproduce.
The following query works perfectly in the gremlin console (both server and client from Janusgraph 0.6.0
|
By
Charles <dostanian@...>
·
#6214
·
|
|
Re: Queries with negated text predicates fail with lucene
Hi Toom,
See, https://docs.janusgraph.org/index-backend/text-search/#full-text-search_1
Indeed, the negative text predicates are only available to Elasticsearch (and, apparently as you say, to the
Hi Toom,
See, https://docs.janusgraph.org/index-backend/text-search/#full-text-search_1
Indeed, the negative text predicates are only available to Elasticsearch (and, apparently as you say, to the
|
By
hadoopmarc@...
·
#6213
·
|
|
Queries with negated text predicates fail with lucene
Hi,
With JanusGraph 0.6.0 and Lucene index backend, queries fail if they contain predicate like textNotPrefix, textNotContains:
java.lang.IllegalArgumentException: Relation is not supported for string
Hi,
With JanusGraph 0.6.0 and Lucene index backend, queries fail if they contain predicate like textNotPrefix, textNotContains:
java.lang.IllegalArgumentException: Relation is not supported for string
|
By
toom@...
·
#6212
·
|
|
potential memory leak
Hi Team,
We are facing some issues with the Janusgraph 0.5.3, we captured heap dumps and find memory leaks.
Can you please check if this is a leak suspect?
--
ViVek Raghuwanshi
Mobile
Hi Team,
We are facing some issues with the Janusgraph 0.5.3, we captured heap dumps and find memory leaks.
Can you please check if this is a leak suspect?
--
ViVek Raghuwanshi
Mobile
|
By
Vivek Singh Raghuwanshi
·
#6211
·
|
|
Re: Query performance with range
Hi Claudio,
Paging with range can only work with a vertex centric index, otherwise the vertex table is scanned for every page. If you just want all results, the alternative is to forget about the
Hi Claudio,
Paging with range can only work with a vertex centric index, otherwise the vertex table is scanned for every page. If you just want all results, the alternative is to forget about the
|
By
hadoopmarc@...
·
#6210
·
|
|
Re: Thread goes into Waiting state forever
Hi Tanroop,
Does the problem also occur if you replace v() with V().limit(1) inside your query?
If not, at what result size does your issue start to occur?
Btw, your post has a typo: "user" and
Hi Tanroop,
Does the problem also occur if you replace v() with V().limit(1) inside your query?
If not, at what result size does your issue start to occur?
Btw, your post has a typo: "user" and
|
By
hadoopmarc@...
·
#6209
·
|
|
Query performance with range
Hi,
I have some performance issue extacting nodes attached to a node with pagination
I have a simple graph with CompositeIndex on property name (Please find schema definition in attachments).
The
Hi,
I have some performance issue extacting nodes attached to a node with pagination
I have a simple graph with CompositeIndex on property name (Please find schema definition in attachments).
The
|
By
Claudio Fumagalli
·
#6208
·
|
|
Re: GraphTraversal Thread Stuck
Hi
You are suggesting above experiment for isolating the issue right ?
I thought about not using the CQL executor service but we are in primary stage have not done any workload tests to figure out the
Hi
You are suggesting above experiment for isolating the issue right ?
I thought about not using the CQL executor service but we are in primary stage have not done any workload tests to figure out the
|
By
ssbothe3@...
·
#6207
·
|
|
Re: Thread goes into Waiting state forever
Hi Tanroop,
I have also faced same issue and have posted a query about it on this channel 'GraphTraversal Thread Stuck'.
Did you found the root cause of above issue ?
Thanks,
Sujay Bothe
Hi Tanroop,
I have also faced same issue and have posted a query about it on this channel 'GraphTraversal Thread Stuck'.
Did you found the root cause of above issue ?
Thanks,
Sujay Bothe
|
By
ssbothe3@...
·
#6206
·
|
|
Re: Janusgraph upgrade 0.5.2 --> 0.6.0 | CQL issue
Hi Pawan,
OK, I did a small upgrade session myself and did not encounter any issues (apart from having to set numTokens: 4 in conf/cassandra.yaml).
This is what I did:
Start from a fresh
Hi Pawan,
OK, I did a small upgrade session myself and did not encounter any issues (apart from having to set numTokens: 4 in conf/cassandra.yaml).
This is what I did:
Start from a fresh
|
By
hadoopmarc@...
·
#6205
·
|
|
Re: JanusGraph custom types
I've seen this - https://docs.janusgraph.org/advanced-topics/serializer/
But an example would greatly help (btw, we develop mostly in Python).
I've seen this - https://docs.janusgraph.org/advanced-topics/serializer/
But an example would greatly help (btw, we develop mostly in Python).
|
By
schwartz@...
·
#6204
·
|
|
JanusGraph custom types
Hi!
Is there a way to add custom property types to JanusGraph (similar to RelationIdentifier / Geoshape) to be later used by the
GraphSON serializer? Ideally without re-building JanusGraph.
Due to
Hi!
Is there a way to add custom property types to JanusGraph (similar to RelationIdentifier / Geoshape) to be later used by the
GraphSON serializer? Ideally without re-building JanusGraph.
Due to
|
By
schwartz@...
·
#6203
·
Edited
|
|
Re: 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
·
|
|
Re: Janusgraph upgrade 0.5.2 --> 0.6.0 | CQL issue
Hi Pawan,
It seems I miss the practical experience, but it seems you have to set graph.allow-upgrade=true (although it is not clear whether this applies to all version changes or only to "storage
Hi Pawan,
It seems I miss the practical experience, but it seems you have to set graph.allow-upgrade=true (although it is not clear whether this applies to all version changes or only to "storage
|
By
hadoopmarc@...
·
#6201
·
|
|
Re: 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
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
|
By
Pawan Shriwas
·
#6200
·
|