-
We need to start preparing Ferma to use Tinkerpop v3 as the backend. If we can get someone to update the code in a new branch to be fully compatible with the Tinkerpop v3 release, and all the unit tes…
-
## Issue:
ArangoDB crashed reporting the following lines, "out of memory".
Even tough there are 100+GB of free RAM
```
2016-07-12T21:17:30Z [1] INFO file-descriptors (nofiles) hard limit is 1048576,…
-
Getting test case failures with below errors on
```
$ mvn clean install
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Runn…
-
Another question rather than an issue; I'm not sure if it pertains to Gremlin in general or to gremlin-client so apologies if I'm posting in the wrong place.
I'd like to define a Geo index and use i…
-
I am able to reproduce the last issue opened about the serialization error. I get the following error when trying to add a vertex:
> Error: Error during serialization: (was java.lang.IllegalStateExce…
-
```
var gremlin = require('gremlin-client');
var client = gremlin.createClient(8182, 'localhost');
var query = client.stream('g.addV("bela", "menere")');
query.on('data', function(result) {
consol…
-
I'm not sure if this is related to `gremlin-javascript`, but this issue started right after I updated to the latest version. `g` and `graph` are no longer available to my calls by default. I'm still a…
-
UPDATE: The problem I'm seeing may be related to Issue #29 and possibly addressed in PR #31 (or at least provide a better/safer foundation for supporting what I'm trying to do).
I've created a NodeJ…
-
I have a code structure that looks like this
``` text
try {
//add new vertices, edges and retrieve and update existing ones.
...
graph.graph().tx().commit()
} catch(Throwable ex){
graph.gra…
-
Hi everybody
I was experimenting with the full text index of blazegraph and I've determined that the full text index doesn't work anymore after a reindex.
Steps to reproduce:
- Start the blazegrapgh v…