Github user slackhappy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/294#discussion_r157842171 --- Diff: solr/core/src/java/org/apache/solr/cloud/Overseer.java --- @@ -68,7 +68,7 @@ public static final String QUEUE_OPERATION = "operation"; // System properties are used in tests to make them run fast - public static final int STATE_UPDATE_DELAY = Integer.getInteger("solr.OverseerStateUpdateDelay", 2000); // delay between cloud state updates + public static final int STATE_UPDATE_DELAY = ZkStateReader.STATE_UPDATE_DELAY; --- End diff -- Moved so that I could access this setting in ZkStateReader, but left an alias here for locality.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org