JisoLya commented on issue #2847: URL: https://github.com/apache/incubator-hugegraph/issues/2847#issuecomment-3143247104
# > Cluster_Not_Ready 先定位一下问题 1. 检查pd状态: curl http://localhost:8620/actuator/health 2. 检查store实例的状态 curl http://localhost:{store_address:store_port}/actuator/health 3. 尝试获取一下pd中注册的store curl http://localhost:8620/pd/api/v1/stores (这个官方文档似乎有点问题,可以试试下边这个) curl http://localhost:8620/v1/stores -- 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]
