JanusGraph
JanusGraph - Distributed, open source, massively scalable graph database.
Join ServerCommunity questions
Channels
Direct Search using Lucene
I am trying this code but it is throwing me an error.
Sending multiple lines in the console to a remote server
Graph object not available to create custom long id in remote server setup
Different vertex Ids with exactly same properties
I recently encountered an issue where I saw two different vertices with different vertex ID but have exactly same properties,
Even when I have indexed the property as UNIQUE.
Is this a known issue of rc2 version?
Preservation of order for LIST property
index convergence to REGISTERED failed
mgmt.awaitGraphIndexStatus(graph, 'byId').status(SchemaStatus.REGISTERED).call()
i get the logs of the process running and then
88775326 [main] INFO org.janusgraph.graphdb.database.management.GraphIndexStatusWatcher - Timed out (PT1M) while waiting for index byId to converge on status(es) [REGISTERED]
==>GraphIndexStatusReport[success=false, indexName='byId', targetStatus=[REGISTERED], notConverged={id=INSTALL...
Does the quintillion edges limitation stil exists after introducing custom vertex id support?
Would also like to know when are we planning to release 1.0.0 stable release?
https://docs.janusgraph.org/master/advanced-topics/custom-vertex-id/
Could not acquire new ID block from storage
Hope you are having a good day!!
What I am doing ?
I am using Janus graph to store my graph in a Cassandra keyspace. My keyspace would have multiple graphs, so I am creating different tables for different graphs. for eg: If I have two separate graph, then I would have two different table for edgestore, lets say one table would be graph1_edgestore and the other table would be graph2_edgestore. I am using custom storage backend to write to such tables.
Currently at one point of time, I...
StaleIndexRecordUtil.forceRemoveVertexFromGraphIndex not working
It is weird that even If I pass a non existent vertex ID, the job does not fail.
any idea why such behavior? or am I missing something?
Problem with mixed index query : All property & hasId
Everything works fine when i only use "has(label, key, value)" alone: index is called, but when i used "has(label, key, value).hasId(within(ids))" GraphCentricQuery is correctly built but it doesn't retrieve my vertex. Any idea why this doesn't work ?
(I use or step in order to use JanusGraphStepStrategy to fold has container)
thanks you for your help
Impact of ID Pool Initialisation on Query Performance
We're currently operating a JanusGraph setup with
cluster.max-partitions set at 1024
and ids.num-partition at 10
. Our primary goal is to ensure high availability for the cluster instances. However, we've noticed that the initialization of the ID pool is causing disruptions, during server restarts. The root cause seems to be the initialisation of ID pool threads for each partition until every partition has a ID pool.Upon server restart, the ID pool is initialised based...
JanusGraph fails on initial startup (cql-es)
I have a problem that's been popping up once in a while regarding only the initial startup of Cassandra/ES/JanusGraph.
Sometimes it fails with "table edgestore doesn't exist", or "table janusgraph_ids doesn't exist". However, if I restart the JG pod, it completes. To me, it sounds like some sort of race condition.
There's a thread for JG 0.6.0 with the same error:
https://lists.lfaidata.foundation/g/janusgraph-users/topic/unconfigured_table_exceptions/85741983?p=,,,20,0,0,0::recentpo...
Exhaust all paths between two or more vertices
Standard way of restructuring of existing data
<Node: User A> --<Edge--Pays>--<Node: Payment 1>--<Edge--Receives>--<Node: User B>
, and using this existing data, we would like to add an direct edge from User A to User B for faster queries. Is there a standard way to achieve this?Find all paths between two vertices
Here's my non-working query
`g.V().has('lbl', 'DexpiElement').has('tagname', 'tagA') \
.emit() \
.repeat( \
bothE().has('lbl', within('HAS_CHILD', 'HAS_CONNECTION', 'HAS_NODE', 'CONNECTED_TO', 'MAIN_CONNECTED_FROM', 'MAIN_CONNECTED_TO', 'HAS_GRAPHI...
Is there a way to access the management from gremlin remote console?
What configuration i can use for the root.schema.default?
JanusGraph Instance startup failure due to id block allocation
Could not acquire new ID block from storage
. Please see the full stack trace in the image attached, not sure why this is happening I'm trying to spawn up a single instance (There are few other instances which are already running)Storing large temporal data in janusgraph