You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2015/11/02 15:59:23 UTC

svn commit: r1712035 - /lucene/dev/trunk/solr/CHANGES.txt

Author: yonik
Date: Mon Nov  2 14:59:23 2015
New Revision: 1712035

URL: http://svn.apache.org/viewvc?rev=1712035&view=rev
Log:
SOLR-8203: reject updates if core container is shutting down

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1712035&r1=1712034&r2=1712035&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Nov  2 14:59:23 2015
@@ -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
 ----------------------