javeme commented on code in PR #1975:
URL: 
https://github.com/apache/incubator-hugegraph/pull/1975#discussion_r994772671


##########
hugegraph-api/src/main/java/com/baidu/hugegraph/core/GraphManager.java:
##########
@@ -308,6 +308,9 @@ private com.alipay.remoting.rpc.RpcServer 
remotingRpcServer() {
         ServerConfig serverConfig = Whitebox.getInternalState(this.rpcServer,
                                                               "serverConfig");
         serverConfig.buildIfAbsent();
+        if (!serverConfig.getServer().isStarted()) {
+            serverConfig.getServer().start();

Review Comment:
   good fix~ can we add some comment here for when to go here?



-- 
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]

Reply via email to