Soyan

Results 4 comments of Soyan

I want to try this, please assign it to me.

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

> 感谢大佬回复,这些我都试过了 机器一:"state":"Cluster_Not_Ready" 机器二:"state":"Cluster_OK" 可以把日志发出来