imbajin commented on code in PR #2552: URL: https://github.com/apache/incubator-hugegraph/pull/2552#discussion_r1636152731
########## hugegraph-pd/hg-pd-service/src/main/resources/application.yml: ########## @@ -52,13 +52,13 @@ pd: # If the minimum number of nodes is less than this number, the cluster will stop being stored initial-store-count: 1 # The initial store list is automatically activated in the store - initial-store-list: 127.0.0.1:8502 + initial-store-list: 127.0.0.1:8500 raft: # The address of the local raft service address: 127.0.0.1:8610 # The service address of the PD cluster - peers-list: 127.0.0.1:8610,127.0.0.1:8611,127.0.0.1:8612 + peers-list: 127.0.0.1:8610 Review Comment: Any potential impact? -- 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]
