You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/08/01 19:44:44 UTC

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 94 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/94/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestRebalanceLeaders.test

Error Message:
timeout waiting for collection in cluster state: collection=testcollection

Stack Trace:
java.lang.RuntimeException: timeout waiting for collection in cluster state: collection=testcollection
	at __randomizedtesting.SeedInfo.seed([7DC90BCB254B2C6B:F59D34118BB74193]:0)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:348)
	at org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11470 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRebalanceLeaders
   [junit4]   2> 844859 INFO  (SUITE-TestRebalanceLeaders-seed#[7DC90BCB254B2C6B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/init-core-data-001
   [junit4]   2> 844860 INFO  (SUITE-TestRebalanceLeaders-seed#[7DC90BCB254B2C6B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 844861 INFO  (SUITE-TestRebalanceLeaders-seed#[7DC90BCB254B2C6B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 844861 INFO  (SUITE-TestRebalanceLeaders-seed#[7DC90BCB254B2C6B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 844866 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 844866 INFO  (Thread-2329) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 844866 INFO  (Thread-2329) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 844870 ERROR (Thread-2329) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 844976 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.ZkTestServer start zk server on port:65082
   [junit4]   2> 845038 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 845041 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 845044 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 845046 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 845049 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 845051 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 845054 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 845056 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 845058 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 845061 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 845063 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 845066 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 845304 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 845305 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5cf03d4c{/,null,AVAILABLE}
   [junit4]   2> 845305 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b392e0{HTTP/1.1,[http/1.1]}{127.0.0.1:65085}
   [junit4]   2> 845305 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server Started @849189ms
   [junit4]   2> 845305 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/tempDir-001/control/data, hostContext=/, hostPort=65085, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/control-001/cores}
   [junit4]   2> 845306 ERROR (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 845306 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 845306 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 845306 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 845306 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-01T19:00:40.175Z
   [junit4]   2> 845309 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 845309 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/control-001/solr.xml
   [junit4]   2> 845313 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 845316 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65082/solr
   [junit4]   2> 845436 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65085_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 845437 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65085_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65085_
   [junit4]   2> 845438 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65085_    ] o.a.s.c.Overseer Overseer (id=98409777708204036-127.0.0.1:65085_-n_0000000000) starting
   [junit4]   2> 845448 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65085_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65085_
   [junit4]   2> 845452 INFO  (zkCallback-1562-thread-1-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 845564 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65085_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 845567 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65085_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 845567 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65085_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 845568 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65085_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/control-001/cores
   [junit4]   2> 845585 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 845586 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65082/solr ready
   [junit4]   2> 845588 INFO  (qtp1293318312-10377) [n:127.0.0.1:65085_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:65085_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 845592 INFO  (OverseerThreadFactory-4618-thread-1-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 845706 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 845707 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 845824 INFO  (zkCallback-1562-thread-1-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 846748 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 846779 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 846837 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 846856 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 846857 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 846857 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 846857 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 846858 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=79.689453125, floorSegmentMB=0.2138671875, forceMergeDeletesPctAllowed=25.15561350256534, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 846861 WARN  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 846900 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 846900 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 846902 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 846902 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 846902 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1319642985, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 846903 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@174a04d7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 846904 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 846904 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 846911 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 846911 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574556445473505280
   [junit4]   2> 846911 INFO  (searcherExecutor-4621-thread-1-processing-n:127.0.0.1:65085_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@174a04d7[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 846922 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 846922 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 846922 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65085/control_collection_shard1_replica_n1/
   [junit4]   2> 846922 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 846922 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:65085/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 846922 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 846927 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65085/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 847038 INFO  (zkCallback-1562-thread-1-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 847097 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 847100 INFO  (qtp1293318312-10379) [n:127.0.0.1:65085_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1393
   [junit4]   2> 847112 INFO  (qtp1293318312-10377) [n:127.0.0.1:65085_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 847217 INFO  (zkCallback-1562-thread-1-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 847609 INFO  (OverseerCollectionConfigSetProcessor-98409777708204036-127.0.0.1:65085_-n_0000000000) [n:127.0.0.1:65085_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 848121 INFO  (qtp1293318312-10377) [n:127.0.0.1:65085_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:65085_&wt=javabin&version=2} status=0 QTime=2533
   [junit4]   2> 848130 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 848131 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65082/solr ready
   [junit4]   2> 848132 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 848133 INFO  (qtp1293318312-10382) [n:127.0.0.1:65085_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 848135 INFO  (OverseerThreadFactory-4618-thread-2-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 848136 WARN  (OverseerThreadFactory-4618-thread-2-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 848355 INFO  (qtp1293318312-10382) [n:127.0.0.1:65085_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 848355 INFO  (qtp1293318312-10382) [n:127.0.0.1:65085_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=222
   [junit4]   2> 848619 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-1-001 of type NRT
   [junit4]   2> 848619 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 848620 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ea1b4ce{/,null,AVAILABLE}
   [junit4]   2> 848620 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d160be5{HTTP/1.1,[http/1.1]}{127.0.0.1:65094}
   [junit4]   2> 848620 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server Started @852504ms
   [junit4]   2> 848620 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=65094, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-1-001/cores}
   [junit4]   2> 848621 ERROR (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 848621 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 848621 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 848621 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 848621 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-01T19:00:43.490Z
   [junit4]   2> 848624 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 848624 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-1-001/solr.xml
   [junit4]   2> 848628 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 848631 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65082/solr
   [junit4]   2> 848642 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65094_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 848646 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65094_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 848648 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65094_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65094_
   [junit4]   2> 848650 INFO  (zkCallback-1562-thread-1-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 848650 INFO  (zkCallback-1569-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 848652 INFO  (zkCallback-1574-thread-1-processing-n:127.0.0.1:65094_) [n:127.0.0.1:65094_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 848716 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65094_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 848720 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65094_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 848720 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65094_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 848720 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65094_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-1-001/cores
   [junit4]   2> 848738 INFO  (qtp1293318312-10375) [n:127.0.0.1:65085_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:65094_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 848741 INFO  (OverseerThreadFactory-4618-thread-3-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:65094_ for creating new replica
   [junit4]   2> 848741 INFO  (OverseerCollectionConfigSetProcessor-98409777708204036-127.0.0.1:65085_-n_0000000000) [n:127.0.0.1:65085_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 848744 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 848745 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 849776 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 849790 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema [collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 849847 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 849867 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 849867 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n1' (registry 'solr.core.collection1.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 849867 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 849867 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-1-001/cores/collection1_shard2_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 849869 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=79.689453125, floorSegmentMB=0.2138671875, forceMergeDeletesPctAllowed=25.15561350256534, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 849871 WARN  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 849910 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 849910 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 849911 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 849911 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 849915 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1319642985, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 849915 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a6839f5[collection1_shard2_replica_n1] main]
   [junit4]   2> 849917 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 849917 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 849917 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 849918 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574556448626573312
   [junit4]   2> 849918 INFO  (searcherExecutor-4632-thread-1-processing-n:127.0.0.1:65094_ x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore [collection1_shard2_replica_n1] Registered new searcher Searcher@7a6839f5[collection1_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 849925 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 849925 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 849925 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65094/collection1_shard2_replica_n1/
   [junit4]   2> 849925 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 849925 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:65094/collection1_shard2_replica_n1/ has no replicas
   [junit4]   2> 849925 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 849929 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65094/collection1_shard2_replica_n1/ shard2
   [junit4]   2> 850098 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 850101 INFO  (qtp792574130-10418) [n:127.0.0.1:65094_ c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1356
   [junit4]   2> 850107 INFO  (qtp1293318312-10375) [n:127.0.0.1:65085_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:65094_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1369
   [junit4]   2> 850388 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-2-001 of type NRT
   [junit4]   2> 850388 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 850389 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c40c9d2{/,null,AVAILABLE}
   [junit4]   2> 850390 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c25a4d{HTTP/1.1,[http/1.1]}{127.0.0.1:65099}
   [junit4]   2> 850390 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server Started @854273ms
   [junit4]   2> 850390 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=65099, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-2-001/cores}
   [junit4]   2> 850390 ERROR (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 850390 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 850390 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 850390 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 850390 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-01T19:00:45.259Z
   [junit4]   2> 850394 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 850394 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-2-001/solr.xml
   [junit4]   2> 850398 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 850400 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65082/solr
   [junit4]   2> 850412 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65099_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 850415 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65099_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 850417 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65099_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65099_
   [junit4]   2> 850419 INFO  (zkCallback-1562-thread-2-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 850419 INFO  (zkCallback-1574-thread-1-processing-n:127.0.0.1:65094_) [n:127.0.0.1:65094_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 850419 INFO  (zkCallback-1569-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 850421 INFO  (zkCallback-1580-thread-1-processing-n:127.0.0.1:65099_) [n:127.0.0.1:65099_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 850491 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65099_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 850494 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65099_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 850494 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65099_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 850496 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65099_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-2-001/cores
   [junit4]   2> 850517 INFO  (qtp1443488620-10448) [n:127.0.0.1:65099_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:65099_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 850520 INFO  (OverseerThreadFactory-4618-thread-4-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:65099_ for creating new replica
   [junit4]   2> 850520 INFO  (OverseerCollectionConfigSetProcessor-98409777708204036-127.0.0.1:65085_-n_0000000000) [n:127.0.0.1:65085_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 850523 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n3&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 850524 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 851565 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 851582 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.s.IndexSchema [collection1_shard3_replica_n3] Schema name=test
   [junit4]   2> 851637 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 851657 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n3' using configuration from collection collection1, trusted=true
   [junit4]   2> 851657 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard3.replica_n3' (registry 'solr.core.collection1.shard3.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 851657 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 851657 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SolrCore [[collection1_shard3_replica_n3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-2-001/cores/collection1_shard3_replica_n3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-2-001/cores/collection1_shard3_replica_n3/data/]
   [junit4]   2> 851658 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=79.689453125, floorSegmentMB=0.2138671875, forceMergeDeletesPctAllowed=25.15561350256534, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 851660 WARN  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 851701 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 851702 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 851702 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 851702 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 851703 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1319642985, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 851703 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@b899b05[collection1_shard3_replica_n3] main]
   [junit4]   2> 851705 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 851705 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 851705 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 851706 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574556450501427200
   [junit4]   2> 851706 INFO  (searcherExecutor-4643-thread-1-processing-n:127.0.0.1:65099_ x:collection1_shard3_replica_n3 s:shard3 c:collection1) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SolrCore [collection1_shard3_replica_n3] Registered new searcher Searcher@b899b05[collection1_shard3_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 851712 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 851712 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 851712 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65099/collection1_shard3_replica_n3/
   [junit4]   2> 851712 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 851713 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.SyncStrategy http://127.0.0.1:65099/collection1_shard3_replica_n3/ has no replicas
   [junit4]   2> 851713 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 851717 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65099/collection1_shard3_replica_n3/ shard3
   [junit4]   2> 851890 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 851893 INFO  (qtp1443488620-10449) [n:127.0.0.1:65099_ c:collection1 s:shard3  x:collection1_shard3_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n3&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1369
   [junit4]   2> 851899 INFO  (qtp1443488620-10448) [n:127.0.0.1:65099_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:65099_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2} status=0 QTime=1382
   [junit4]   2> 852154 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-3-001 of type NRT
   [junit4]   2> 852155 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 852156 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@78088e55{/,null,AVAILABLE}
   [junit4]   2> 852156 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@25610ff{HTTP/1.1,[http/1.1]}{127.0.0.1:65105}
   [junit4]   2> 852156 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server Started @856040ms
   [junit4]   2> 852156 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=65105, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-3-001/cores}
   [junit4]   2> 852157 ERROR (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 852157 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 852157 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 852157 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 852157 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-01T19:00:47.026Z
   [junit4]   2> 852159 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 852159 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-3-001/solr.xml
   [junit4]   2> 852164 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 852167 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65082/solr
   [junit4]   2> 852179 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65105_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 852183 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65105_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 852185 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65105_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65105_
   [junit4]   2> 852187 INFO  (zkCallback-1569-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852187 INFO  (zkCallback-1574-thread-1-processing-n:127.0.0.1:65094_) [n:127.0.0.1:65094_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852187 INFO  (zkCallback-1562-thread-1-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852187 INFO  (zkCallback-1580-thread-1-processing-n:127.0.0.1:65099_) [n:127.0.0.1:65099_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852189 INFO  (zkCallback-1586-thread-1-processing-n:127.0.0.1:65105_) [n:127.0.0.1:65105_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 852234 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65105_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 852237 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65105_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 852237 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65105_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 852238 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65105_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-3-001/cores
   [junit4]   2> 852277 INFO  (qtp1443488620-10450) [n:127.0.0.1:65099_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:65105_&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 852280 INFO  (OverseerThreadFactory-4618-thread-5-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:65105_ for creating new replica
   [junit4]   2> 852280 INFO  (OverseerCollectionConfigSetProcessor-98409777708204036-127.0.0.1:65085_-n_0000000000) [n:127.0.0.1:65085_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 852283 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard4_replica_n5&action=CREATE&collection=collection1&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 852283 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 853323 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 853340 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.s.IndexSchema [collection1_shard4_replica_n5] Schema name=test
   [junit4]   2> 853413 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 853432 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard4_replica_n5' using configuration from collection collection1, trusted=true
   [junit4]   2> 853433 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard4.replica_n5' (registry 'solr.core.collection1.shard4.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 853433 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 853433 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SolrCore [[collection1_shard4_replica_n5] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-3-001/cores/collection1_shard4_replica_n5], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-3-001/cores/collection1_shard4_replica_n5/data/]
   [junit4]   2> 853434 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=79.689453125, floorSegmentMB=0.2138671875, forceMergeDeletesPctAllowed=25.15561350256534, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 853436 WARN  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 853475 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 853475 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 853476 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 853476 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 853477 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1319642985, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 853477 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@38de88ea[collection1_shard4_replica_n5] main]
   [junit4]   2> 853479 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 853479 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 853479 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 853479 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574556452360552448
   [junit4]   2> 853480 INFO  (searcherExecutor-4654-thread-1-processing-n:127.0.0.1:65105_ x:collection1_shard4_replica_n5 s:shard4 c:collection1) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SolrCore [collection1_shard4_replica_n5] Registered new searcher Searcher@38de88ea[collection1_shard4_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 853486 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 853486 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 853486 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65105/collection1_shard4_replica_n5/
   [junit4]   2> 853486 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 853486 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.SyncStrategy http://127.0.0.1:65105/collection1_shard4_replica_n5/ has no replicas
   [junit4]   2> 853486 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 853490 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65105/collection1_shard4_replica_n5/ shard4
   [junit4]   2> 853649 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 853653 INFO  (qtp1191966489-10477) [n:127.0.0.1:65105_ c:collection1 s:shard4  x:collection1_shard4_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard4_replica_n5&action=CREATE&collection=collection1&shard=shard4&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1370
   [junit4]   2> 853658 INFO  (qtp1443488620-10450) [n:127.0.0.1:65099_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:65105_&action=ADDREPLICA&collection=collection1&shard=shard4&type=NRT&wt=javabin&version=2} status=0 QTime=1381
   [junit4]   2> 853946 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-4-001 of type NRT
   [junit4]   2> 853947 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 853948 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@282a1c7b{/,null,AVAILABLE}
   [junit4]   2> 853949 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@35886230{HTTP/1.1,[http/1.1]}{127.0.0.1:65110}
   [junit4]   2> 853949 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.Server Started @857832ms
   [junit4]   2> 853949 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/, hostPort=65110, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-4-001/cores}
   [junit4]   2> 853949 ERROR (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 853949 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 853949 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 853949 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 853949 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-01T19:00:48.818Z
   [junit4]   2> 853952 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 853952 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-4-001/solr.xml
   [junit4]   2> 853956 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 853959 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65082/solr
   [junit4]   2> 853971 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65110_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 853974 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65110_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 853979 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65110_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65110_
   [junit4]   2> 853981 INFO  (zkCallback-1574-thread-1-processing-n:127.0.0.1:65094_) [n:127.0.0.1:65094_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 853981 INFO  (zkCallback-1569-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 853981 INFO  (zkCallback-1586-thread-1-processing-n:127.0.0.1:65105_) [n:127.0.0.1:65105_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 853981 INFO  (zkCallback-1580-thread-1-processing-n:127.0.0.1:65099_) [n:127.0.0.1:65099_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 853981 INFO  (zkCallback-1562-thread-2-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 853983 INFO  (zkCallback-1592-thread-1-processing-n:127.0.0.1:65110_) [n:127.0.0.1:65110_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 854043 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65110_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 854046 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65110_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 854047 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65110_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 854048 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [n:127.0.0.1:65110_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-4-001/cores
   [junit4]   2> 854080 INFO  (qtp1443488620-10451) [n:127.0.0.1:65099_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:65110_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 854083 INFO  (OverseerThreadFactory-4618-thread-5-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:65110_ for creating new replica
   [junit4]   2> 854083 INFO  (OverseerCollectionConfigSetProcessor-98409777708204036-127.0.0.1:65085_-n_0000000000) [n:127.0.0.1:65085_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 854086 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n7&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 854087 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 855128 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 855145 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.s.IndexSchema [collection1_shard1_replica_n7] Schema name=test
   [junit4]   2> 855208 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 855227 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n7' using configuration from collection collection1, trusted=true
   [junit4]   2> 855228 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n7' (registry 'solr.core.collection1.shard1.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11836e1b
   [junit4]   2> 855228 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 855228 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.SolrCore [[collection1_shard1_replica_n7] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-4-001/cores/collection1_shard1_replica_n7], dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001/shard-4-001/cores/collection1_shard1_replica_n7/data/]
   [junit4]   2> 855230 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=79.689453125, floorSegmentMB=0.2138671875, forceMergeDeletesPctAllowed=25.15561350256534, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 855232 WARN  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 855278 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 855279 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 855280 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 855280 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 855281 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1319642985, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 855281 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@15cd5a87[collection1_shard1_replica_n7] main]
   [junit4]   2> 855282 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 855282 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 855283 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 855283 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574556454252183552
   [junit4]   2> 855284 INFO  (searcherExecutor-4665-thread-1-processing-n:127.0.0.1:65110_ x:collection1_shard1_replica_n7 s:shard1 c:collection1) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.SolrCore [collection1_shard1_replica_n7] Registered new searcher Searcher@15cd5a87[collection1_shard1_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 855290 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 855290 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 855290 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65110/collection1_shard1_replica_n7/
   [junit4]   2> 855290 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 855290 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.SyncStrategy http://127.0.0.1:65110/collection1_shard1_replica_n7/ has no replicas
   [junit4]   2> 855290 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 855295 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65110/collection1_shard1_replica_n7/ shard1
   [junit4]   2> 855401 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 855403 INFO  (qtp212325071-10506) [n:127.0.0.1:65110_ c:collection1 s:shard1  x:collection1_shard1_replica_n7] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n7&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1316
   [junit4]   2> 855405 INFO  (qtp1443488620-10451) [n:127.0.0.1:65099_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:65110_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1324
   [junit4]   2> 855408 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 855408 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: testcollection
   [junit4]   2> 855411 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 855413 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65082/solr ready
   [junit4]   2> 855414 INFO  (qtp1443488620-10453) [n:127.0.0.1:65099_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=19&collection.configName=conf1&nrtReplicas=3&name=testcollection&action=CREATE&numShards=6&tlogReplicas=0&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 855416 INFO  (OverseerThreadFactory-4618-thread-5-processing-n:127.0.0.1:65085_) [n:127.0.0.1:65085_    ] o.a.s.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 855416 INFO  (OverseerCollectionConfigSetProcessor-98409777708204036-127.0.0.1:65085_-n_0000000000) [n:127.0.0.1:65085_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 855633 INFO  (qtp1293318312-10378) [n:127.0.0.1:65085_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=testcollection_shard1_replica_n1&action=CREATE&numShards=6&collection=testcollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 855636 INFO  (qtp1443488620-10446) [n:127.0.0.1:65099_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=testcollection_shard1_replica_n2&action=CREATE&numShards=6&collection=testcol

[...truncated too long message...]

ca_n7, tag=1107617763
   [junit4]   2> 904961 INFO  (coreCloseExecutor-4728-thread-1) [n:127.0.0.1:65110_ c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1107617763
   [junit4]   2> 904962 WARN  (zkCallback-1592-thread-2-processing-n:127.0.0.1:65110_) [n:127.0.0.1:65110_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 904963 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@35886230{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 904963 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@282a1c7b{/,null,UNAVAILABLE}
   [junit4]   2> 904964 ERROR (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 904966 INFO  (TEST-TestRebalanceLeaders.test-seed#[7DC90BCB254B2C6B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:65082 65082
   [junit4]   2> 904982 INFO  (Thread-2329) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:65082 65082
   [junit4]   2> 905156 WARN  (Thread-2329) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	5	/solr/collections/testcollection/state.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRebalanceLeaders -Dtests.method=test -Dtests.seed=7DC90BCB254B2C6B -Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=CNT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   60.3s J0 | TestRebalanceLeaders.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: timeout waiting for collection in cluster state: collection=testcollection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7DC90BCB254B2C6B:F59D34118BB74193]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:348)
   [junit4]    > 	at org.apache.solr.cloud.TestRebalanceLeaders.test(TestRebalanceLeaders.java:73)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestRebalanceLeaders_7DC90BCB254B2C6B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=263, maxMBSortInHeap=6.260321460677347, sim=RandomSimilarity(queryNorm=true): {}, locale=tr-TR, timezone=CNT
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_141 (64-bit)/cpus=3,threads=1,free=58687560,total=362807296
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrXml, HdfsRecoverLeaseTest, TestLazyCores, TestRawTransformer, TestSolrCloudWithDelegationTokens, TestSolrConfigHandlerConcurrent, TestSolrCoreSnapshots, RAMDirectoryFactoryTest, AlternateDirectoryTest, TestRandomFlRTGCloud, SpatialHeatmapFacetsTest, TriLevelCompositeIdRoutingTest, RemoteQueryErrorTest, TestConfigSetImmutable, OverriddenZkACLAndCredentialsProvidersTest, HdfsChaosMonkeyNothingIsSafeTest, TestLeaderElectionWithEmptyReplica, TestMaxScoreQueryParser, SliceStateTest, SoftAutoCommitTest, TestNumericTokenStream, TimeZoneUtilsTest, DirectUpdateHandlerOptimizeTest, TestNamedUpdateProcessors, SaslZkACLProviderTest, TestCloudManagedSchema, TestIBSimilarityFactory, XmlUpdateRequestHandlerTest, BlockCacheTest, V2ApiIntegrationTest, HighlighterTest, TestCryptoKeys, HdfsBasicDistributedZk2Test, TestInitQParser, TestJsonFacetRefinement, SuggestComponentTest, TestTolerantUpdateProcessorRandomCloud, TestXmlQParser, TestIntervalFaceting, TestDistributedSearch, CoreAdminCreateDiscoverTest, DistributedFacetPivotSmallAdvancedTest, UUIDUpdateProcessorFallbackTest, AnalysisAfterCoreReloadTest, CheckHdfsIndexTest, TestFieldSortValues, CursorPagingTest, ZkCLITest, TestTolerantSearch, CloudExitableDirectoryReaderTest, TestFieldCacheVsDocValues, PathHierarchyTokenizerFactoryTest, SubstringBytesRefFilterTest, SimpleMLTQParserTest, SyncSliceTest, TestManagedSchema, TestSolrCloudWithHadoopAuthPlugin, TestDFRSimilarityFactory, DefaultValueUpdateProcessorTest, CollectionsAPIAsyncDistributedZkTest, CoreAdminHandlerTest, IndexSchemaTest, TestChildDocTransformer, SuggesterTest, ClusterStateUpdateTest, TestPHPSerializedResponseWriter, HttpPartitionTest, TestSQLHandlerNonCloud, TestAuthorizationFramework, TestNumericRangeQuery32, TestPerFieldSimilarityWithDefaultOverride, SpellCheckCollatorWithCollapseTest, TestComplexPhraseQParserPlugin, AutoScalingHandlerTest, TestCopyFieldCollectionResource, TestEmbeddedSolrServerSchemaAPI, ShardRoutingTest, ConcurrentDeleteAndCreateCollectionTest, TestExtendedDismaxParser, DocValuesNotIndexedTest, TestReplicationHandler, SuggesterWFSTTest, URLClassifyProcessorTest, TestCSVResponseWriter, AssignTest, EnumFieldTest, FastVectorHighlighterTest, TestBackupRepositoryFactory, ScriptEngineTest, ConfigureRecoveryStrategyTest, TestSchemaManager, TestRTimerTree, TestReloadDeadlock, TestSolrCoreProperties, NoCacheHeaderTest, CdcrReplicationDistributedZkTest, TestManagedResource, XsltUpdateRequestHandlerTest, TestFreeTextSuggestions, SpatialRPTFieldTypeTest, TestLegacyFieldReuse, MergeStrategyTest, DocValuesTest, NotRequiredUniqueKeyTest, TestConfigSets, TestSweetSpotSimilarityFactory, TestQuerySenderListener, TestOnReconnectListenerSupport, TestRuleBasedAuthorizationPlugin, PrimUtilsTest, TestRebalanceLeaders]
   [junit4] Completed [213/727 (1!)] on J0 in 60.33s, 1 test, 1 error <<< FAILURES!

[...truncated 32865 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1637058405
 [ecj-lint] Compiling 823 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1637058405
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java (at line 144)
 [ecj-lint] 	RAMOutputStream out = new RAMOutputStream();
 [ecj-lint] 	                ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java (at line 186)
 [ecj-lint] 	RAMOutputStream out = new RAMOutputStream();
 [ecj-lint] 	                ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/core/src/java/org/apache/lucene/index/ReadersAndUpdates.java (at line 846)
 [ecj-lint] 	SegmentReader newReader = new SegmentReader(info, reader, liveDocs, info.info.maxDoc() - delCount);
 [ecj-lint] 	              ^^^^^^^^^
 [ecj-lint] Resource leak: 'newReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. ERROR in /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/core/src/java/org/apache/lucene/index/TieredMergePolicy.java (at line 23)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:810: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/build.xml:203: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:2007: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:2046: Compile failed; see the compiler error output for details.

Total time: 76 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any