jadepeng opened a new pull request, #1975:
URL: https://github.com/apache/incubator-hugegraph/pull/1975
使用rocksdb作为后端存储+开启raft,不能成功启动,`registerRpcServices`时未导出service,rpcserver未启动
增加判断,如果server未启动,手动启动
```
/*
* Skip register cache-rpc service if it's non-shared storage,
* because we assume cache of non-shared storage is updated by raft.
*/
if (!this.backendStoreFeatures().supportsSharedStorage()) {
return;
}
```
--
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]