Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
7.2, 8.0
-
None
Description
SearchRateTrigger events are processed by ComputePlanAction and depending on the condition either a MoveReplicaSuggester or AddReplicaSuggester is selected.
When AddReplicaSuggester is selected there's currently a bug in master, due to an API change (Hint.COLL_SHARD should be used instead of Hint.COLL). However, after fixing that bug ComputePlanAction goes into an endless loop because the suggester endlessly keeps creating new operations.
Please see the patch that fixes the Hint.COLL_SHARD issue and modifies the unit test to illustrate this failure.
Attachments
Attachments
Issue Links
- blocks
-
SOLR-11403 Convert some autoscaling tests to use the simulation framework
- Closed
-
SOLR-11285 Support simulations at scale in the autoscaling framework
- Closed