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 7b3d29dda7
commit d9c4846ee1
1 changed files with 3 additions and 1 deletions

View File

@ -232,6 +232,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
----------------------
@ -396,7 +398,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)