You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/10/27 09:07:22 UTC

lucene-solr:branch_6x: SOLR-9692: blockUnknown property makes inter-node communication impossible

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 0cadbb995 -> 8c020e395


SOLR-9692: blockUnknown property makes inter-node communication impossible


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

Branch: refs/heads/branch_6x
Commit: 8c020e395b761ad967855ab94731925836389aeb
Parents: 0cadbb9
Author: Noble Paul <no...@apache.org>
Authored: Thu Oct 27 14:35:18 2016 +0530
Committer: Noble Paul <no...@apache.org>
Committed: Thu Oct 27 14:37:05 2016 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8c020e39/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6b9f5e7..d35c674 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -240,6 +240,8 @@ Bug Fixes
 
 * SOLR-4164: group.limit=-1 was not supported for grouping in distributed mode.
   (Cao Manh Dat, Lance Norskog, Webster Homer, hossman, yonik)
+
+* SOLR-9692: blockUnknown property makes inter-node communication impossible (noble)
  
 Optimizations
 ----------------------
@@ -404,7 +406,7 @@ Bug Fixes
 
 * SOLR-9389: HDFS Transaction logs stay open for writes which leaks Xceivers. (Tim Owen via Mark Miller)
 
-* SOLR-9692: blockUnknown property makes inter-node communication impossible (noble)
+* SOLR-9188: blockUnknown property makes inter-node communication impossible (noble)
 
 * SOLR-9455: Deleting a sub-shard in recovery state can mark parent shard as inactive. (shalin)