SOLR-11524: A new autoscaling/suggestions API end-point which gives autoscaling suggestions

SOLR-11519: Implement suggestions for replica count violations

SOLR-11518: Implement Suggestions for freedisk violations
This commit is contained in:
Noble Paul 2017-10-24 23:39:27 +10:30
parent 6305ed6695
commit f821673ff3
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ New Features
* SOLR-11072: Implement trigger for searchRate event type. (ab)
* SOLR-11524: A new autoscaling/suggestions API end-point which gives autoscaling suggestions (noble)
* SOLR-11519: Implement suggestions for replica count violations (noble)
* SOLR-11518: Implement Suggestions for freedisk violations (noble)
Bug Fixes
----------------------