javeme commented on code in PR #1975:
URL:
https://github.com/apache/incubator-hugegraph/pull/1975#discussion_r999474896
##########
hugegraph-api/src/main/java/com/baidu/hugegraph/core/GraphManager.java:
##########
@@ -308,6 +308,8 @@ private com.alipay.remoting.rpc.RpcServer
remotingRpcServer() {
ServerConfig serverConfig = Whitebox.getInternalState(this.rpcServer,
"serverConfig");
serverConfig.buildIfAbsent();
+
+ // Start remote rpc server if none rpc services registered
Review Comment:
prefer to add the key info `raft mode enabled`
```java
/*
* Start remote rpc server if none rpc services registered
* Note it goes here only when raft mode enabled
* /
```
--
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]