jasminegraph
jasminegraph copied to clipboard
Distributed Graph Database Server
- Code formatting - Performance optimizations - Solve process fork issue
If we take any of the log lines such as follows, ``` frontend_logger.info("Calculating Page Rank"); ``` Those should carry their corresponding frontend (FE) service session ID as well. This will...
We created this issue to keep track of removal of native mode related code.
There can be situations where `output[0][0]` is null. Need to check such occurences and fix them all.
Can reproduce by calling `merge` command on `powergrid` graph uploaded in integration tests
Currently, the partitioned graph data of JasmineGraph gets stored in `org.jasminegraph.server.instance.datafolder` and we have set its value by default to `/var/tmp/jasminegraph-localstore`. Instead of that we need to change the folder...
Need to change the following line in configuration file and set its value to false. ``` org.jasminegraph.fl.org.training=false ```
Need to have constant for Buffer size of 300.
Segfault happens when run merge command for certain types of graphs. Merge command is intended for only use with attribute graphs. Hence there should be appropriate checking and show proper...