janusgraph icon indicating copy to clipboard operation
janusgraph copied to clipboard

JanusGraph: an open-source, distributed graph database

Results 372 janusgraph issues
Sort by recently updated
recently updated
newest added

TinkerPop 3.6.0 is released in April. https://tinkerpop.apache.org/docs/current/upgrade/#_tinkerpop_3_6_0

- Version: 0.6.2 - Storage Backend: cql - Expected Behavior: janusgraph-cql should not have a dependency on `graalvm nativeimage svm` - Current Behavior: a dependency is declared See package on...

kind/bug/possible

This is modified from the existing test. ```java @Test public void updateConfigurationTest() throws Exception { final MapConfiguration graphConfig = getGraphConfig(); final String graphName = graphConfig.getString(GRAPH_NAME.toStringWithoutRoot()); try { ConfiguredGraphFactory.createConfiguration(graphConfig); final StandardJanusGraph...

kind/enhancement
area/docs

Fixes #3017 * Upgrade Cassandra testing dist version to 4.0.6 * Enable full dist builds on java 11 tests * Fix log collection during local testing ----- Thank you for...

cla: external

#3018 https://github.com/JanusGraph/janusgraph/issues/3018

cla: external

## Flaky Test * **Test Name:** CQLConfiguredGraphFactoryTest>AbstractConfiguredGraphFactoryTest.updateConfigurationShouldRemoveGraphFromCache * **Link:** https://github.com/JanusGraph/janusgraph/blob/ba93c4bfda9e4c72b01aae7dc2ee9c3c5b5f37d1/janusgraph-backend-testutils/src/main/java/org/janusgraph/core/AbstractConfiguredGraphFactoryTest.java#L233 * **Branch:** `master`, PR was #3095 * **Notes:** The job was: `tests (cql, -Pcassandra3-murmur -Dtest="**/core/cql/*", murmur-core, 8)`. It passed on...

testing/flaky

```java [ERROR] Errors: [ERROR] ThriftGraphTest>JanusGraphTest.testVertexTTLImplicitKey:5772 » NullPointer ``` Job was: ``` MODULE='cassandra' ARGS='-Dtest=**/graphdb/thrift/* -Dtest.skip.ordered=true -Dtest.skip.ssl=true -Dtest.skip.serial=true' ``` on branch `0.3`.

storage/cassandra
testing/flaky

**Over the period of time we are observing some ghost vertices on our production setup where if we do gremlin query for having msid =18038893 shows ghost vertex.** gremlin> g.V().has('msid',18038893)...

kind/bug/confirmed

``JanusGraphManagement`` has only methods ``get()`` and ``set()`` for changing config values. Set method does not accept null values, which means there is NO way to clear any property once set....

I think this feature might be useful in some situations. For example when we want to remove the edge and then add it with the same id or if we...

kind/enhancement