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

This commit is contained in:
Noble Paul 2016-10-27 14:35:18 +05:30
parent 0cadbb995b
commit 8c020e395b

View File

@ -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)