Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
AddReplicaSuggester currently has a buggy behavior when both Hint.COLL and Hint.SHARD are specified - multiple collection names are retrieved but only a single shard name is retrieved, which would cause invalid combinations to be tried.
Instead it should support a different hint type where multiple valid combinations of collection+shard name can be specified. This type of information will be available from events generated by SearchRateTrigger (SOLR-11072) that collects the identities of "hot" shards that need additional replicas.