Closed chunshao90 closed 1 year ago
Provides disgnose/shards api to check cluster shards status.
disgnose/shards
curl 0:8080/api/v1/diagnose/defaultCluster/shards { "status": "success", "data": { "shard_not_register": { "0": "127.0.0.1:8832", "1": "127.0.0.1:8832", "5": "127.0.0.1:8832", "6": "127.0.0.1:8832" }, "shard_not_ready": {} } }
Manual test and CI.
Rationale
Provides
disgnose/shards
api to check cluster shards status.Detailed Changes
disgnose/shards
api.Test Plan
Manual test and CI.