imbajin commented on code in PR #2411:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2411#discussion_r1445892759


##########
hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java:
##########
@@ -101,6 +101,8 @@ private static HugeGraph initGraph(String configPath) 
throws Exception {
                 LOG.info("Skip init-store due to the backend store of '{}' " +
                          "had been initialized", graph.name());
                 backendStoreInfo.checkVersion();
+                // Initializing the information required for creating the 
admin account.

Review Comment:
   ```suggestion
                   // Init the required information for creating the admin 
account (when switch from non-auth mode to auth mode)
   ```



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