Details
-
Improvement
-
Resolution: Fixed
-
Major
-
7.0.5, 7.1.3
Description
"indexer.settings.rebalance.redistribute_indexes" flag should work with partitioned indexes. Currently, the flag is only considered for non-partitioned indexes. This flag is helpful to restrict the number of index movements during rebalance.
Issue | Resolution |
The indexer.settings.rebalance.redistribute_indexes flag did not affect partitioned indexes. Partitioned Indexes were by default considered for movement during Rebalance. | The indexer.settings.rebalance.redistribute_indexes flag has been modified to consider partitioned and non-partitioned indexes when restricting the number of index movements during a rebalance. |