mirror of https://github.com/apache/lucene.git
fix nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec52a87046
commit
d41c7651d4
|
@ -432,7 +432,7 @@ public class PeerSync {
|
|||
|
||||
ModifiableSolrParams params = new ModifiableSolrParams();
|
||||
params.set(DistributedUpdateProcessor.SEEN_LEADER, true);
|
||||
params.set("peersync",true); // nocommit
|
||||
// params.set("peersync",true); // debugging
|
||||
SolrQueryRequest req = new LocalSolrQueryRequest(uhandler.core, params);
|
||||
SolrQueryResponse rsp = new SolrQueryResponse();
|
||||
|
||||
|
|
Loading…
Reference in New Issue