VGalaxies opened a new pull request, #2518:
URL: https://github.com/apache/incubator-hugegraph/pull/2518

   An error occurs when using Gremlin-Console Stand-alone in offline mode:
   
   ```text
   Error in scripts/example.groovy at [26: 
graph.serverStarted(GlobalMasterInfo.master("server-tinkerpop"))] - Failed to 
update/query server info: java.util.concurrent.ExecutionException: 
org.apache.hugegraph.backend.BackendException: Table 'hugegraph+v' is not opened
   ```
   
   Due to difficulty in pinpointing the cause and considering the above 
scenario as an example only, the RocksDB backend will be changed to the memory 
backend.
   
   @imbajin Perhaps the documentation at 
[https://hugegraph.apache.org/docs/clients/gremlin-console/](https://hugegraph.apache.org/docs/clients/gremlin-console/)
 also needs corresponding adjustments. It is not recommended for users to use 
it in production environments and is intended for example purposes only.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to