Remote store stats api returns no response if coordinator node does not contain remote enabled shard #7738
Labels
enhancement
Enhancement or improvement to existing feature or request
Storage:Durability
Issues and PRs related to the durability framework
v2.8.0
'Issues and PRs related to version v2.8.0'
Is your feature request related to a problem? Please describe.
Remote store stats api returns no response if coordinator node does not contain remote enabled shard
If lets say we have 3 nodes - N1, N2 and N3 and there is remote store enabled index index1 with 1 shard (on N1) and 0 replica, then if we call remotestore stats api on N1, it returns the stats. If we call the api on N2 or N3, it returns empty result.
Describe the solution you'd like
TransportRemoteStoreStatsAction.shards() method will be fixed to resolve the issue.
The text was updated successfully, but these errors were encountered: