elasticsearch/qa/multi-cluster-search
Matteo Piergiovanni d9c15c526e
Add counters to _clusters response for all states (#99566)
To help the user know what the possible cluster states are and to 
provide an accurate accounting, we added counters summarising
`running`, `partial` and `failed` clusters to the `_clusters` section.
Changes:
- Now in the response is present the number of `running` clusters.
- We split up `partial` and `successful` (before was summed up in the 
`successful` counter).
- We now have a counter for `failed` clusters.
- Now `total` is always equal to `running` + `skipped` + `failed` + 
`partial` + `successful`.
2023-09-28 09:28:45 +02:00
..
src/test Add counters to _clusters response for all states (#99566) 2023-09-28 09:28:45 +02:00
build.gradle [Tests] Enhance multi cluster search test skipping (#85566) 2022-04-20 17:54:42 +02:00