SOLR-11026: MoveReplicaSuggester must check if the 'target' becomes more 'loaded' than the 'source' if an operation is performed

This commit is contained in:
Noble Paul 2017-07-18 19:25:25 +09:30
parent 3a6672a40e
commit 39b904cec8
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ Bug Fixes
* SOLR-11026: MoveReplicaSuggester must check if the target becomes more 'loaded' than the source
if an operation is performed (noble)
* SOLR-10994: CREATE, CREATESHARD & ADDREPLICA to use policy framework & support replica types (noble)
Optimizations
----------------------