mirror of https://github.com/apache/lucene.git
SOLR-5421: Remove double set of distrib.from param in processAdd method of DistributedUpdateProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1542177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b608c2e1f
commit
a917f0fd3e
|
@ -90,6 +90,9 @@ Other Changes
|
|||
* SOLR-5399: Add distributed request tracking information to DebugComponent
|
||||
(Tomás Fernández Löbbe via Ryan Ernst)
|
||||
|
||||
* SOLR-5421: Remove double set of distrib.from param in processAdd method of
|
||||
DistributedUpdateProcessor. (Anshum Gupta via shalin)
|
||||
|
||||
|
||||
================== 4.6.0 ==================
|
||||
|
||||
|
|
|
@ -593,8 +593,6 @@ public class DistributedUpdateProcessor extends UpdateRequestProcessor {
|
|||
zkController.getBaseUrl(), req.getCore().getName()));
|
||||
}
|
||||
|
||||
params.set("distrib.from", ZkCoreNodeProps.getCoreUrl(
|
||||
zkController.getBaseUrl(), req.getCore().getName()));
|
||||
cmdDistrib.distribAdd(cmd, nodes, params);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue