SOLR-5970: Adding upgrade notes for this change

This commit is contained in:
Ishan Chattopadhyaya 2019-05-07 14:07:52 +05:30
parent 733b071564
commit b2eebf0793
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ Upgrade Notes
* SOLR-13394: The default GC has been changed from CMS to G1. To override this (in order to switch to CMS or any
other GC), use GC_TUNE section of bin/solr.in.sh or bin/solr.in.cmd.
* SOLR-5970: Until now, the CREATE command of Collections API returned status 0 even in case of failure. Now, the status
code will be non-zero in case of failures (e.g. 4xx, 5xx).
New Features
----------------------