You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/28 17:26:31 UTC

[04/50] [abbrv] lucene-solr:jira/solr-9045: solr/CHANGES.txt: Re-order a couple entries in the 6.5.0 section to make it like the branch_6x version

solr/CHANGES.txt: Re-order a couple entries in the 6.5.0 section to make it like the branch_6x version


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/6ddf3693
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6ddf3693
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6ddf3693

Branch: refs/heads/jira/solr-9045
Commit: 6ddf3693bb196ab761edbc6fb0e9a4d20ab1633f
Parents: 9bc3fa3
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Feb 22 13:23:34 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Feb 22 13:23:34 2017 -0500

----------------------------------------------------------------------
 solr/CHANGES.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6ddf3693/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3924053..44e4fa9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -162,21 +162,21 @@ Bug Fixes
 * SOLR-10141: Upgrade to Caffeine 2.4.0 since v1.0.1 contributed to BlockCache corruption because the
   removal listener was called more than once for some items and not at all for other items. (Ben Manes, yonik)
 
-* SOLR-9846: Overseer is not always closed after being started. (Mark Miller)
-
 * SOLR-10114: Reordered delete-by-query causes inconsistenties between shards that have
   child documents (Mano Kovacs, Mihaly Toth, yonik)
 
 * SOLR-10159: When DBQ is reordered with an in-place update, upon whose updated value the DBQ is based
   on, the DBQ fails due to excessive caching in DeleteByQueryWrapper (Ishan Chattopadhyaya)
 
-* SOLR-10168: ShardSplit can fail with NPE in OverseerCollectionMessageHandler#waitForCoreAdminAsyncCallToComplete. (Mark Miller)
+* SOLR-10020: CoreAdminHandler silently swallows some errors. (Mike Drob via Erick Erickson)
+
+* SOLR-10063: CoreContainer shutdown has race condition that can cause a hang on shutdown. (Mark Miller)
 
 * SOLR-10170: ClassCastException in RecoveryStrategy. (Mark Miller)
 
-* SOLR-10020: CoreAdminHandler silently swallows some errors. (Mike Drob via Erick Erickson)
+* SOLR-9846: Overseer is not always closed after being started. (Mark Miller)
 
-* SOLR-10063: CoreContainer shutdown has race condition that can cause a hang on shutdown. (Mark Miller)
+* SOLR-10168: ShardSplit can fail with NPE in OverseerCollectionMessageHandler#waitForCoreAdminAsyncCallToComplete. (Mark Miller)
 
 Optimizations
 ----------------------