From ecb3ea2dab3ed8a65f983d7dcbf5fc65ef60ca57 Mon Sep 17 00:00:00 2001 From: Noble Paul Date: Wed, 26 Oct 2016 13:36:37 +0530 Subject: [PATCH] SOLR-9692: blockUnknown property still breaks the internode communication --- solr/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 68a979baa5b..af0c87f0275 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -393,7 +393,7 @@ Bug Fixes * SOLR-9389: HDFS Transaction logs stay open for writes which leaks Xceivers. (Tim Owen via Mark Miller) -* SOLR-9188: blockUnknown property makes inter-node communication impossible (noble) +* SOLR-9692: blockUnknown property makes inter-node communication impossible (noble) * SOLR-9455: Deleting a sub-shard in recovery state can mark parent shard as inactive. (shalin)