From 96b059c9dd67eef3a49da63d388fac7f4d3809f2 Mon Sep 17 00:00:00 2001 From: Noble Paul Date: Fri, 11 Mar 2016 00:52:52 +0530 Subject: [PATCH] SOLR-8135: SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection reproducible failure --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index feb0e10dc2e..0aca8e09c5a 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -283,6 +283,8 @@ Bug Fixes other than count, resulted in incorrect results. This has been fixed, and facet.prefix support for facet.method=uif has been enabled. (Mikhail Khludnev, yonik) +* SOLR-8135: If a core reload is fired after a core close, it is not a recoverable error (noble) + Optimizations ---------------------- * SOLR-7876: Speed up queries and operations that use many terms when timeAllowed has not been