|
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ć
·
|
|
Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
4 messages
Hi Everyone, I am facing a duplicate vertex creation issue even though the unique index is present in that property and when i retrive the data with the same index it returns only 1 record. Please see
Hi Everyone, I am facing a duplicate vertex creation issue even though the unique index is present in that property and when i retrive the data with the same index it returns only 1 record. Please see
|
By
Pawan Shriwas
·
|
|
jvm.options broken
2 messages
Hello Janusgraphers, seems that janusgraph-server.sh line 116 is broken. Only the last entry of the jvm options file is used. br, Matthias
Hello Janusgraphers, seems that janusgraph-server.sh line 116 is broken. Only the last entry of the jvm options file is used. br, Matthias
|
By
m.leinweber@...
·
|
|
Diagnosing slow write speeds to BigTable
4 messages
Hey there, folks. Firstly I want to say thanks for your help with the previous bug we uncovered. I'm evaluating JanusGraph performance on BigTable and observing very slow write speeds when writing eve
Hey there, folks. Firstly I want to say thanks for your help with the previous bug we uncovered. I'm evaluating JanusGraph performance on BigTable and observing very slow write speeds when writing eve
|
By
AC
·
|
|
How to change GLOBAL_OFFLINE configuration when graph can't be instantiated
5 messages
Hi, I am in a case where the index backend has been incorrectly configured to Elasticsearch. Now, when I try to instantiate my graph database, I get a "ConnectException: Connection refused", even if I
Hi, I am in a case where the index backend has been incorrectly configured to Elasticsearch. Now, when I try to instantiate my graph database, I get a "ConnectException: Connection refused", even if I
|
By
toom@...
·
|
|
Cassandra 4
2 messages
Hi, has anyone tried JG with Cassandra 4 ? Does it work ?
Hi, has anyone tried JG with Cassandra 4 ? Does it work ?
|
By
Kusnierz.Krzysztof@...
·
|
|
How to Merge Two Vertices in JanusGraph into single vertex
2 messages
Hi Folks can you please help me to know how to merge 2 vertices in Janus Graph into a single vertex? I am using Cassandra DB as a backend for JanusGraph and unique vertex constraint with id+name verte
Hi Folks can you please help me to know how to merge 2 vertices in Janus Graph into a single vertex? I am using Cassandra DB as a backend for JanusGraph and unique vertex constraint with id+name verte
|
By
krishna.sailesh2@...
·
|
|
Usage of CustomID on Vertexes
2 messages
Hi everyone, I have a confusion about the topic i mentioned below, could anyone give any suggestion about it? or does the problem familiar with you? what was your solution? I need to load data from a
Hi everyone, I have a confusion about the topic i mentioned below, could anyone give any suggestion about it? or does the problem familiar with you? what was your solution? I need to load data from a
|
By
hazalkecoglu@...
·
|
|
JanusGraph server clustering with NodeJS
3 messages
Hello! I'm new to JanusGraph and implemented "single janus server- single nodejs client" setup successfully. Able to create multiple dynamic graphs within the same janusServer instance (if anyone need
Hello! I'm new to JanusGraph and implemented "single janus server- single nodejs client" setup successfully. Able to create multiple dynamic graphs within the same janusServer instance (if anyone need
|
By
51kumarakhil@...
·
|
|
Edge traveresal .hasId() not returning expected results
4 messages
Hey folks, I'm seeing strange results trying to use the hasId step on an edge traversal: @ g.E("4r6-39s-69zp-3c8").toList res49: List[Edge] = List(e[4r6-39s-69zp-3c8][4240-RetrocomputerPurchaser->4328
Hey folks, I'm seeing strange results trying to use the hasId step on an edge traversal: @ g.E("4r6-39s-69zp-3c8").toList res49: List[Edge] = List(e[4r6-39s-69zp-3c8][4240-RetrocomputerPurchaser->4328
|
By
AC
·
|