OpenSearch/x-pack/plugin/ilm
Tal Levy 7c738fd241
Skip Shrink when numberOfShards not changed (#37953)
Previously, ShrinkAction would fail if
it was executed on an index that had
the same number of shards as the target
shrunken number.

This PR introduced a new BranchingStep that
is used inside of ShrinkAction to branch which
step to move to next, depending on the
shard values. So no shrink will occur if the
shard count is unchanged.
2019-01-30 15:09:17 -08:00
..
qa Skip Shrink when numberOfShards not changed (#37953) 2019-01-30 15:09:17 -08:00
src Skip Shrink when numberOfShards not changed (#37953) 2019-01-30 15:09:17 -08:00
build.gradle Build: Pull "skip assemble on qa" to common build (#35214) 2018-11-05 16:16:00 -05:00