SOLR-8203: reject updates if core container is shutting down

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2015-11-02 14:59:23 +00:00
parent 368d19a2b9
commit 548ceacaaa

View File

@ -307,6 +307,12 @@ Bug Fixes
* SOLR-8126: update-<component-name> does not work if the component is only
present in solrconfig.xml (noble)
* SOLR-8203: Stop processing updates more quickly on node shutdown. When a node
is shut down, streaming updates would continue, but new update requests would
be aborted. This can cause big update reorders that can cause replicas to
get out of sync. (Mark Miller, yonik)
Optimizations
----------------------