mirror of https://github.com/apache/lucene.git
dont advertise sync state yet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
37b596b450
commit
c6d69c632f
|
@ -46,7 +46,8 @@ public class SyncStrategy {
|
|||
|
||||
public boolean sync(ZkController zkController, SolrCore core,
|
||||
ZkNodeProps leaderProps) {
|
||||
zkController.publish(core, ZkStateReader.SYNC);
|
||||
// TODO: look at our state usage of sync
|
||||
// zkController.publish(core, ZkStateReader.SYNC);
|
||||
|
||||
// solrcloud_debug
|
||||
// System.out.println("SYNC UP");
|
||||
|
|
Loading…
Reference in New Issue