JisoLya commented on issue #2839: URL: https://github.com/apache/incubator-hugegraph/issues/2839#issuecomment-3121247130
When there are multiple store instances, the first time the init-store.sh script is run, the multiple stores need to complete data synchronization. Potential issues: 1. pd cannot access the other store instances, thus failing to complete synchronization. It is advisable to check network issues. 2. Deploy pd first, and then run the init-store.sh script after all store instances have been deployed. 在有多个store实例的情况下,首次运行init-store.sh脚本多个store需要完成数据的同步,可能的问题: 1. pd无法访问到其余的store实例,从而无法完成同步,考虑检查网络问题 2. 优先部署pd,再将所有的store实例部署完成后,运行init-store.sh脚本 -- 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]
