OpenSearch/rest-api-spec/test/indices.stats
Christoph Büscher 2beda3953d Remove expansion of empty index arguments in RoutingTable
RoutingTables activePrimaryShardsGrouped(), allActiveShardsGrouped() and
allAssignedShardsGrouped() methods treated empty index array input
parameters as meaning "all" indices and expanded to the routing maps
keyset. However, the expansion of index names is now already done in
MetaData#concreteIndices(). Returning an empty index name list here
when a wildcard pattern didn't match any index name could lead to
problems like #9081 because the RoutingTable still expanded this
list of names to "_all". In case of e.g. the recovery endpoint this
could lead to problems.

Closes #9081
Closes #10148
2015-04-02 12:29:47 +02:00
..
10_index.yaml Remove expansion of empty index arguments in RoutingTable 2015-04-02 12:29:47 +02:00
11_metric.yaml Recovery: add throttle stats 2015-03-20 10:13:40 +01:00
12_level.yaml [TEST] Remove indentation on indices.stats test setups 2014-06-18 11:59:40 -04:00
13_fields.yaml [TEST] Remove indentation on indices.stats test setups 2014-06-18 11:59:40 -04:00
14_groups.yaml [TEST] Remove indentation on indices.stats test setups 2014-06-18 11:59:40 -04:00
15_types.yaml [TEST] Remove indentation on indices.stats test setups 2014-06-18 11:59:40 -04:00