|
New Property keys in existing index getting stuck in registered state
6 messages
If I'm adding new keys to an existing index, many keys are getting stuck in the registered or installed state for example, I indexed a key "graphId" for the vertex in an index graphVertexIndex while I
If I'm adding new keys to an existing index, many keys are getting stuck in the registered or installed state for example, I indexed a key "graphId" for the vertex in an index graphVertexIndex while I
|
By
Harshit Sharma
·
|
|
Concurrent Transactions on JG Edges
5 messages
Hi, Is there a way by which I can prevent concurrent updates to edges? For vertices, I'm simply maintaining a version field with Lock consistency, so a concurrent update results in Permanent Locking E
Hi, Is there a way by which I can prevent concurrent updates to edges? For vertices, I'm simply maintaining a version field with Lock consistency, so a concurrent update results in Permanent Locking E
|
By
Aman
·
|
|
Janusgraph not able to find suitable index for a index enabled property key
21 messages
I'm working on a Janusgraph application. To improve gremlin query performance we are creating two mixed indexes, one for vertices and one for edges. Now Janusgraph can query indexes for property keys
I'm working on a Janusgraph application. To improve gremlin query performance we are creating two mixed indexes, one for vertices and one for edges. Now Janusgraph can query indexes for property keys
|
By
Harshit Sharma
·
|
|
Can I use spark computer on CQL without hadoop cluster
4 messages
Hi All, I am checking the possibility of using a graph computer using spark on CQL backend without hadoop installation. Please let me know if we can do this and how can i achieve this. I don't want to
Hi All, I am checking the possibility of using a graph computer using spark on CQL backend without hadoop installation. Please let me know if we can do this and how can i achieve this. I don't want to
|
By
Pawan Shriwas
·
|
|
Slowing of janusgraph
4 messages
Hi, i've three janusgraph (0.5.3) servers pointing to same bigTable with same configurations mentioned below. Configurations: I'm using ConfigurationManagementGraph , below is the properties file ----
Hi, i've three janusgraph (0.5.3) servers pointing to same bigTable with same configurations mentioned below. Configurations: I'm using ConfigurationManagementGraph , below is the properties file ----
|
By
51kumarakhil@...
·
|
|
Failure on mvn clean install
2 messages
Just unpacked janusgraph-full-0.6.0.zip and got the server started with ./bin/janusgraph-server.sh console. It started up fine. Then I cd to the examples directory and to a mvn clean install. I get th
Just unpacked janusgraph-full-0.6.0.zip and got the server started with ./bin/janusgraph-server.sh console. It started up fine. Then I cd to the examples directory and to a mvn clean install. I get th
|
By
benanavd@...
·
|
|
Parameterized bulk insert (addV) script in gremlin-python
3 messages
Good afternoon, I'm attempting to use gremlin-python to do bulk vertex or edge inserts, and I'd figured I could use params to send in a simple script. A simple proof of concept would be: cmd = 'g.addV
Good afternoon, I'm attempting to use gremlin-python to do bulk vertex or edge inserts, and I'd figured I could use params to send in a simple script. A simple proof of concept would be: cmd = 'g.addV
|
By
Scott Friedman
·
|
|
JG as a 3store, rdf support
3 messages
Hey folks, been playing with JG the last couple weeks and am able to import a few million triples using rdf2g (cassandra/solr backend). I'm processing around 1000 triples/sec currently after turning o
Hey folks, been playing with JG the last couple weeks and am able to import a few million triples using rdf2g (cassandra/solr backend). I'm processing around 1000 triples/sec currently after turning o
|
By
Matthew Nguyen
·
|
|
Using a user-supplied string as vertex ID
3 messages
Greetings, I'd like to specify unique string IDs for newly-added vertices in JanusGraph. I've verified that I can set graph.set-vertex-id to True and then add integer IDs via my (python) client as exp
Greetings, I'd like to specify unique string IDs for newly-added vertices in JanusGraph. I've verified that I can set graph.set-vertex-id to True and then add integer IDs via my (python) client as exp
|
By
Scott Friedman
·
|
|
Python output to mgmt queries
3 messages
Hi! I am trying to parse some basic info from the schema via Python but I am probably doing something wrong. I can request the management info with the Client object in python: from gremlin_python.dri
Hi! I am trying to parse some basic info from the schema via Python but I am probably doing something wrong. I can request the management info with the Client object in python: from gremlin_python.dri
|
By
dimi
·
|
|
Important | Queries for edge label connections
2 messages
Hi All, I need a solution for these two things, but I tried but was not able to find the solution. 1. I want to list the edgeLabel connection created in janusgraph mgmt.*addConnection* <https://www.ta
Hi All, I need a solution for these two things, but I tried but was not able to find the solution. 1. I want to list the edgeLabel connection created in janusgraph mgmt.*addConnection* <https://www.ta
|
By
Pawan Shriwas
·
|
|
high-scale-lib dependency
3 messages
There is a java library dependency in Janusgraph "high-scale-lib" which is old and unsupported (last update happened 8 years back, see https://github.com/boundary/high-scale-lib). When Janusgraph is i
There is a java library dependency in Janusgraph "high-scale-lib" which is old and unsupported (last update happened 8 years back, see https://github.com/boundary/high-scale-lib). When Janusgraph is i
|
By
sergeymetallic@...
·
|
|
Bindings for graphs created using ConfiguredGraphFactory not working as expected
3 messages
Hello, I have a local setup of JanusGraph 0.6.0 with Cassandra 3.11.9. I am creating a graph using the ConfiguredGraphFactory. For this, I am using the bundled properties and yaml files and creating t
Hello, I have a local setup of JanusGraph 0.6.0 with Cassandra 3.11.9. I am creating a graph using the ConfiguredGraphFactory. For this, I am using the bundled properties and yaml files and creating t
|
By
anya.sharma@...
·
|
|
JanusGraph and Apache Log4J CVE-2021-44228 (aka "log4shell")
A critical security vulnerability was reported in Apache Log4j 2 on December 9, 2021: CVE-2021-44228 [1]. JanusGraph itself is not directly affected by this vulnerability as it still uses log4j 1.2 an
A critical security vulnerability was reported in Apache Log4j 2 on December 9, 2021: CVE-2021-44228 [1]. JanusGraph itself is not directly affected by this vulnerability as it still uses log4j 1.2 an
|
By
Florian Hockmann
·
|
|
Drop graph not working
2 messages
Hi all. I'm creating dynamic graphs using configuredGraphFactory in bigTable. I'm able to create them but when I try to delete them then it seems that they only get deleted from janusgraph-server and
Hi all. I'm creating dynamic graphs using configuredGraphFactory in bigTable. I'm able to create them but when I try to delete them then it seems that they only get deleted from janusgraph-server and
|
By
51kumarakhil@...
·
|
|
Problem adding edges with the same label
2 messages
Hi All, I have the setup using Cassandra backend (Azure Cosmos DB fully managed). Seems it is not possible to add two edges with the same label. gremlin> g.addV() ==>v[4288] gremlin> g.addV() ==>v[420
Hi All, I have the setup using Cassandra backend (Azure Cosmos DB fully managed). Seems it is not possible to add two edges with the same label. gremlin> g.addV() ==>v[4288] gremlin> g.addV() ==>v[420
|
By
Miroslav Smiljanic
·
|
|
Commit progress listener
3 messages
Hi all, I've successfully using in my application an EventStrategy's listener with both the DefaultEventQueue and the TransactionalEventQueue: they gave a way for the listener to be invoked while the
Hi all, I've successfully using in my application an EventStrategy's listener with both the DefaultEventQueue and the TransactionalEventQueue: they gave a way for the listener to be invoked while the
|
By
marcorizzi82@...
·
|
|
NullPointerException comparing PredicateCondition (in equals method)
2 messages
Janusgraph (version 0.5.2) can be made to throw a NullPointerException using the following traversals: g.V().has(label, eq('User')).has(label, eq(null)) g.V().has(label, without('User')).has(label, wi
Janusgraph (version 0.5.2) can be made to throw a NullPointerException using the following traversals: g.V().has(label, eq('User')).has(label, eq(null)) g.V().has(label, without('User')).has(label, wi
|
By
albert.lockett@...
·
|
|
JanugGraph-0.6.0: Unable to open connection JanusGraphFactory with CL=ONE when quorum lost
4 messages
Hi, We just upgraded janus to 0.6.0 and started observing an issue which was working earlier. Scenario is, we open a connection with read/write CL="ONE" using JanugGraphFactory. But when quorum is los
Hi, We just upgraded janus to 0.6.0 and started observing an issue which was working earlier. Scenario is, we open a connection with read/write CL="ONE" using JanugGraphFactory. But when quorum is los
|
By
Umesh Gade
·
|
|
Cleaning up old data in large graphs
4 messages
Hello, I have a graph (Janusgraph 0.5.3 running on a cql backend and an elasticsearch index) that is updated in near real-time. About 50M new vertices and 100M new edges are added every month. A large
Hello, I have a graph (Janusgraph 0.5.3 running on a cql backend and an elasticsearch index) that is updated in near real-time. About 50M new vertices and 100M new edges are added every month. A large
|
By
Mladen Marović
·
|