You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/12/11 02:20:11 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 595 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/595/

2 tests failed.
FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'X val' for path 'x' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "params":{"wt":"json"},   "context":{     "webapp":"/xi/pw",     "path":"/test1",     "httpMethod":"GET"},   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",   "x":null},  from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'X val' for path 'x' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{"wt":"json"},
  "context":{
    "webapp":"/xi/pw",
    "path":"/test1",
    "httpMethod":"GET"},
  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
  "x":null},  from server:  null
	at __randomizedtesting.SeedInfo.seed([2226B1F0BB424122:FA6B9CA74C9FE482]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:535)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:232)
	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:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	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:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.schema.TestManagedSchemaThreadSafety.testThreadSafety

Error Message:
java.lang.RuntimeException: org.apache.solr.common.SolrException: Error attempting to access /configs/managed-config/managed-schema

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.apache.solr.common.SolrException: Error attempting to access /configs/managed-config/managed-schema
	at __randomizedtesting.SeedInfo.seed([2226B1F0BB424122:B86CA5A868DDF3D4]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.schema.TestManagedSchemaThreadSafety.testThreadSafety(TestManagedSchemaThreadSafety.java:126)
	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 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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	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:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: org.apache.solr.common.SolrException: Error attempting to access /configs/managed-config/managed-schema
	at org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:159)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.solr.common.SolrException: Error attempting to access /configs/managed-config/managed-schema
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:141)
	at org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:156)
	... 6 more
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /configs/managed-config/managed-schema
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
	at org.apache.solr.schema.TestManagedSchemaThreadSafety$SuspendingZkClient.getData(TestManagedSchemaThreadSafety.java:74)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126)
	... 7 more




Build Log:
[...truncated 12405 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/init-core-data-001
   [junit4]   2> 1647798 INFO  (SUITE-TestDynamicLoading-seed#[2226B1F0BB424122]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1647798 INFO  (SUITE-TestDynamicLoading-seed#[2226B1F0BB424122]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /xi/pw
   [junit4]   2> 1647804 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1647804 INFO  (Thread-3782) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1647804 INFO  (Thread-3782) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1647904 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.ZkTestServer start zk server on port:44982
   [junit4]   2> 1647922 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1647923 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1647924 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1647925 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1647926 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1647927 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1647928 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1647929 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1647929 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1647930 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1647931 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1648016 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores/collection1
   [junit4]   2> 1648017 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1648018 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3db9ceec{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1648021 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@512a1e72{SSL,[ssl, http/1.1]}{127.0.0.1:45611}
   [junit4]   2> 1648021 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server Started @1651843ms
   [junit4]   2> 1648021 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/control/data, hostContext=/xi/pw, hostPort=45611, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores}
   [junit4]   2> 1648021 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1648021 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1648022 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1648022 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1648022 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-11T01:47:43.485Z
   [junit4]   2> 1648036 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1648036 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/solr.xml
   [junit4]   2> 1648040 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1648041 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1648050 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45611_xi%2Fpw
   [junit4]   2> 1648051 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.Overseer Overseer (id=97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) starting
   [junit4]   2> 1648059 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45611_xi%2Fpw
   [junit4]   2> 1648062 INFO  (zkCallback-2788-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1648124 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores
   [junit4]   2> 1648124 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1648128 INFO  (OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1648138 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1648150 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1648244 WARN  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1648246 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1648254 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1648255 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores/collection1/data/]
   [junit4]   2> 1648255 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1648255 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1648261 WARN  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1648267 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1648267 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1648268 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1648268 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1648268 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1648268 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6729528a[collection1] main]
   [junit4]   2> 1648269 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1648270 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1648270 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1648270 INFO  (coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553382363609694208
   [junit4]   2> 1648272 INFO  (searcherExecutor-7386-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6729528a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1648279 INFO  (coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1648279 INFO  (coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1648280 INFO  (coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45611/xi/pw/collection1/
   [junit4]   2> 1648280 INFO  (coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1648280 INFO  (coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:45611/xi/pw/collection1/ has no replicas
   [junit4]   2> 1648283 INFO  (coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45611/xi/pw/collection1/ shard1
   [junit4]   2> 1648433 INFO  (coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1648635 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1648640 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44982/solr ready
   [junit4]   2> 1648640 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1648715 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores/collection1
   [junit4]   2> 1648715 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001
   [junit4]   2> 1648717 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1648720 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@679d8900{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1648722 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11efe18b{SSL,[ssl, http/1.1]}{127.0.0.1:50195}
   [junit4]   2> 1648722 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server Started @1652544ms
   [junit4]   2> 1648722 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/xi/pw, hostPort=50195, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores}
   [junit4]   2> 1648722 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1648722 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1648722 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1648722 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1648722 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-11T01:47:44.185Z
   [junit4]   2> 1648731 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1648731 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/solr.xml
   [junit4]   2> 1648736 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1648737 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1648743 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1648753 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50195_xi%2Fpw
   [junit4]   2> 1648756 INFO  (zkCallback-2788-thread-3-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1648756 INFO  (zkCallback-2792-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1648776 INFO  (zkCallback-2797-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1648826 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores
   [junit4]   2> 1648826 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1648828 INFO  (OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1649839 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1649850 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1649935 WARN  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1649937 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1649950 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1649950 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1649951 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1649951 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1649954 WARN  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1649961 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1649961 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1649962 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1649962 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1649962 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1649962 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5edf2ba5[collection1] main]
   [junit4]   2> 1649963 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1649963 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1649963 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1649963 INFO  (coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553382365384933376
   [junit4]   2> 1649966 INFO  (searcherExecutor-7397-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5edf2ba5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1649968 INFO  (coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1649968 INFO  (coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1649968 INFO  (coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:50195/xi/pw/collection1/
   [junit4]   2> 1649968 INFO  (coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1649968 INFO  (coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:50195/xi/pw/collection1/ has no replicas
   [junit4]   2> 1649971 INFO  (coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:50195/xi/pw/collection1/ shard2
   [junit4]   2> 1650122 INFO  (coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1650432 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores/collection1
   [junit4]   2> 1650433 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001
   [junit4]   2> 1650434 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1650435 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3623f22e{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1650436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e9da4e7{SSL,[ssl, http/1.1]}{127.0.0.1:43218}
   [junit4]   2> 1650436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server Started @1654258ms
   [junit4]   2> 1650436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/xi/pw, hostPort=43218, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores}
   [junit4]   2> 1650436 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1650437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1650437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1650437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1650437 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-11T01:47:45.900Z
   [junit4]   2> 1650439 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1650439 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/solr.xml
   [junit4]   2> 1650447 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1650448 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1650453 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1650455 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43218_xi%2Fpw
   [junit4]   2> 1650457 INFO  (zkCallback-2797-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1650457 INFO  (zkCallback-2792-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1650457 INFO  (zkCallback-2788-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1650473 INFO  (zkCallback-2803-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1650511 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores
   [junit4]   2> 1650511 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1650513 INFO  (OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1651520 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1651532 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1651657 WARN  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1651659 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1651667 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1651667 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1651667 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1651668 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1651671 WARN  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1651677 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1651677 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1651677 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1651677 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1651678 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1651678 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52102a2a[collection1] main]
   [junit4]   2> 1651678 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1651679 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1651679 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1651679 INFO  (coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553382367184289792
   [junit4]   2> 1651682 INFO  (searcherExecutor-7408-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@52102a2a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1651685 INFO  (coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1651685 INFO  (coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1651685 INFO  (coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43218/xi/pw/collection1/
   [junit4]   2> 1651685 INFO  (coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1651685 INFO  (coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:43218/xi/pw/collection1/ has no replicas
   [junit4]   2> 1651687 INFO  (coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43218/xi/pw/collection1/ shard1
   [junit4]   2> 1651792 INFO  (coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1652095 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores/collection1
   [junit4]   2> 1652096 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001
   [junit4]   2> 1652097 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1652098 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d40d433{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1652099 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13e8ca72{SSL,[ssl, http/1.1]}{127.0.0.1:42005}
   [junit4]   2> 1652099 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server Started @1655921ms
   [junit4]   2> 1652099 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/xi/pw, hostPort=42005, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores}
   [junit4]   2> 1652100 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1652100 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1652100 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1652100 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1652100 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-11T01:47:47.563Z
   [junit4]   2> 1652103 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1652103 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/solr.xml
   [junit4]   2> 1652131 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1652131 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1652137 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1652139 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42005_xi%2Fpw
   [junit4]   2> 1652140 INFO  (zkCallback-2797-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1652140 INFO  (zkCallback-2792-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1652140 INFO  (zkCallback-2803-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1652141 INFO  (zkCallback-2788-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1652150 INFO  (zkCallback-2809-thread-2-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1652189 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores
   [junit4]   2> 1652190 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1652191 INFO  (OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1653208 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1653234 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1653851 WARN  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1653853 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1653860 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1653860 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1653861 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1653861 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1653865 WARN  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1653872 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1653872 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1653872 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1653872 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1653872 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1653873 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4dd79257[collection1] main]
   [junit4]   2> 1653874 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1653874 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1653874 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1653875 INFO  (searcherExecutor-7419-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4dd79257[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1653875 INFO  (coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553382369486962688
   [junit4]   2> 1653879 INFO  (coreZkRegister-7413-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1653880 INFO  (updateExecutor-2806-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1653880 INFO  (recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1653880 INFO  (recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1653880 INFO  (recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1653880 INFO  (recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1653880 INFO  (recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [https://127.0.0.1:50195/xi/pw/collection1/] and I am [https://127.0.0.1:42005/xi/pw/collection1/]
   [junit4]   2> 1653884 INFO  (recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:50195/xi/pw]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:42005_xi%252Fpw&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1653954 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1653955 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 1653955 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:42005_xi%2Fpw, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"https://127.0.0.1:42005/xi/pw","node_name":"127.0.0.1:42005_xi%2Fpw","state":"recovering"}
   [junit4]   2> 1653955 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 1653955 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:42005_xi%252Fpw&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1654401 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores/collection1
   [junit4]   2> 1654401 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001
   [junit4]   2> 1654402 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1654403 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d8f13fc{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1654405 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@525358e8{SSL,[ssl, http/1.1]}{127.0.0.1:57875}
   [junit4]   2> 1654405 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.e.j.s.Server Started @1658227ms
   [junit4]   2> 1654405 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/xi/pw, hostPort=57875, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores}
   [junit4]   2> 1654406 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1654406 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1654406 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1654406 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1654406 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-11T01:47:49.869Z
   [junit4]   2> 1654409 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1654409 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/solr.xml
   [junit4]   2> 1654413 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1654415 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1654436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1654439 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57875_xi%2Fpw
   [junit4]   2> 1654440 INFO  (zkCallback-2809-thread-2-processing-n:127.0.0.1:42005_xi%2Fpw) [n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1654440 INFO  (zkCallback-2803-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) [n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1654440 INFO  (zkCallback-2788-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1654440 INFO  (zkCallback-2792-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1654441 INFO  (zkCallback-2797-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) [n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1654441 INFO  (zkCallback-2816-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1654475 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores
   [junit4]   2> 1654475 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1654476 INFO  (OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) [n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1655487 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1655503 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1655615 WARN  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1655617 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1655628 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1655629 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1655629 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1655630 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1655633 WARN  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1655641 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1655641 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1655642 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1655642 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1655642 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1655642 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a05a51a[collection1] main]
   [junit4]   2> 1655644 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1655644 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1655644 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1655646 INFO  (searcherExecutor-7430-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6a05a51a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1655646 INFO  (coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553382371343990784
   [junit4]   2> 1655651 INFO  (coreZkRegister-7424-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1655652 INFO  (updateExecutor-2813-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1655652 INFO  (recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1655652 INFO  (recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1655652 INFO  (recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1655652 INFO  (recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1655652 INFO  (recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [https://127.0.0.1

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

figs/managed-config/managed-schema
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
   [junit4]   2> 	at org.apache.solr.schema.TestManagedSchemaThreadSafety$SuspendingZkClient.getData(TestManagedSchemaThreadSafety.java:74)
   [junit4]   2> 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126)
   [junit4]   2> 	at org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:156)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1759333 INFO  (TEST-TestManagedSchemaThreadSafety.testThreadSafety-seed#[2226B1F0BB424122]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testThreadSafety
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestManagedSchemaThreadSafety -Dtests.method=testThreadSafety -Dtests.seed=2226B1F0BB424122 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar -Dtests.timezone=Europe/Uzhgorod -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   3.29s J2 | TestManagedSchemaThreadSafety.testThreadSafety <<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.apache.solr.common.SolrException: Error attempting to access /configs/managed-config/managed-schema
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2226B1F0BB424122:B86CA5A868DDF3D4]:0)
   [junit4]    > 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]    > 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaThreadSafety.testThreadSafety(TestManagedSchemaThreadSafety.java:126)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.common.SolrException: Error attempting to access /configs/managed-config/managed-schema
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:159)
   [junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error attempting to access /configs/managed-config/managed-schema
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:141)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:156)
   [junit4]    > 	... 6 more
   [junit4]    > Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /configs/managed-config/managed-schema
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
   [junit4]    > 	at org.apache.solr.schema.TestManagedSchemaThreadSafety$SuspendingZkClient.getData(TestManagedSchemaThreadSafety.java:74)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126)
   [junit4]    > 	... 7 more
   [junit4]   2> 1759336 INFO  (SUITE-TestManagedSchemaThreadSafety-seed#[2226B1F0BB424122]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39256 39256
   [junit4]   2> 1759437 INFO  (Thread-3800) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39256 39256
   [junit4]   2> 1759438 INFO  (SUITE-TestManagedSchemaThreadSafety-seed#[2226B1F0BB424122]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaThreadSafety_2226B1F0BB424122-001
   [junit4]   2> Dec 11, 2016 1:49:33 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ar, timezone=Europe/Uzhgorod
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=334963408,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldTypeResource, TestSolrConfigHandlerConcurrent, TestRebalanceLeaders, SpatialRPTFieldTypeTest, SegmentsInfoRequestHandlerTest, ResponseLogComponentTest, SaslZkACLProviderTest, TestSolrQueryParser, ConnectionReuseTest, SimpleFacetsTest, TestLeaderInitiatedRecoveryThread, AddSchemaFieldsUpdateProcessorFactoryTest, AnalyticsMergeStrategyTest, TestNumericTerms32, TestIndexSearcher, TestInitQParser, LukeRequestHandlerTest, CollectionsAPISolrJTest, SolrCoreCheckLockOnStartupTest, HighlighterMaxOffsetTest, SpellPossibilityIteratorTest, SuggestComponentTest, TestPerFieldSimilarityClassic, FullSolrCloudDistribCmdsTest, RecoveryZkTest, AddBlockUpdateTest, TestSchemaSimilarityResource, MinimalSchemaTest, TestCollationField, TestSolrDeletionPolicy1, DistribCursorPagingTest, SolrPluginUtilsTest, TestHdfsCloudBackupRestore, DirectoryFactoryTest, TestManagedSchema, SOLR749Test, BooleanFieldTest, TestFieldCacheSanityChecker, TestBulkSchemaAPI, CircularListTest, PKIAuthenticationIntegrationTest, UpdateParamsTest, TestTolerantUpdateProcessorCloud, TestDFRSimilarityFactory, LeaderFailoverAfterPartitionTest, TestDocTermOrds, TestBlobHandler, TestCollectionAPI, SuggesterTSTTest, WrapperMergePolicyFactoryTest, QueryResultKeyTest, PingRequestHandlerTest, TestCloudDeleteByQuery, DistributedExpandComponentTest, BigEndianAscendingWordSerializerTest, OpenExchangeRatesOrgProviderTest, TestMiniSolrCloudCluster, SuggesterWFSTTest, HdfsWriteToMultipleCollectionsTest, DocValuesMultiTest, TestRecovery, TestLFUCache, TestJavabinTupleStreamParser, TestJmxMonitoredMap, TestOnReconnectListenerSupport, SharedFSAutoReplicaFailoverUtilsTest, TestExceedMaxTermLength, ZkStateReaderTest, HdfsThreadLeakTest, BlockJoinFacetDistribTest, LeaderInitiatedRecoveryOnShardRestartTest, ConnectionManagerTest, TestPhraseSuggestions, TestCoreDiscovery, OverseerTest, TestMergePolicyConfig, DistributedSuggestComponentTest, SmileWriterTest, BadIndexSchemaTest, DOMUtilTest, TestExportWriter, UnloadDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, TestOrdValues, CdcrBootstrapTest, TestReload, TestSizeLimitedDistributedMap, SolrCloudExampleTest, BasicDistributedZk2Test, RequestHandlersTest, DocExpirationUpdateProcessorFactoryTest, TestSolrJ, TestManagedResource, DistributedFacetPivotLongTailTest, TestPostingsSolrHighlighter, TestFieldCacheVsDocValues, TestNRTOpen, TestSolrCloudSnapshots, TimeZoneUtilsTest, RestartWhileUpdatingTest, ForceLeaderTest, TestSchemaManager, CoreAdminHandlerTest, SuggesterTest, TestAnalyzedSuggestions, TermVectorComponentDistributedTest, CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OverseerRolesTest, RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestClusterProperties, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDownShardTolerantSearch, TestLocalFSCloudBackupRestore, TestRequestStatusCollectionAPI, TestStressLiveNodes, TestImplicitCoreProperties, TestReloadAndDeleteDocs, TestSolrConfigHandler, TestSolrDynamicMBean, RequestLoggingTest, TestHdfsBackupRestoreCore, TestSQLHandler, TestExpandComponent, TestTrackingShardHandlerFactory, TestDefaultSearchFieldResource, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldResource, TestSchemaNameResource, TestSolrQueryParserResource, TestManagedStopFilterFactory, TestCloudManagedSchema, TestManagedSchemaAPI, TestManagedSchemaThreadSafety]
   [junit4] Completed [576/660 (2!)] on J2 in 3.83s, 1 test, 1 error <<< FAILURES!

[...truncated 62653 lines...]



[JENKINS] Lucene-Solr-Tests-6.x - Build # 596 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/596/

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

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([B5BBBF67A6FE1BC5:3DEF80BD0802763D]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1251)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:697)
	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:97)
	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 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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12270 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_B5BBBF67A6FE1BC5-001/init-core-data-001
   [junit4]   2> 1698137 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[B5BBBF67A6FE1BC5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1698138 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[B5BBBF67A6FE1BC5]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_B5BBBF67A6FE1BC5-001/tempDir-001
   [junit4]   2> 1698138 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[B5BBBF67A6FE1BC5]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1698139 INFO  (Thread-3349) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1698139 INFO  (Thread-3349) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1698239 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[B5BBBF67A6FE1BC5]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45544
   [junit4]   2> 1698250 INFO  (jetty-launcher-2214-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1698251 INFO  (jetty-launcher-2214-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1698255 INFO  (jetty-launcher-2214-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56bd0f76{/solr,null,AVAILABLE}
   [junit4]   2> 1698255 INFO  (jetty-launcher-2214-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@814b159{HTTP/1.1,[http/1.1]}{127.0.0.1:48254}
   [junit4]   2> 1698255 INFO  (jetty-launcher-2214-thread-1) [    ] o.e.j.s.Server Started @1702287ms
   [junit4]   2> 1698255 INFO  (jetty-launcher-2214-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48254}
   [junit4]   2> 1698256 ERROR (jetty-launcher-2214-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1698256 INFO  (jetty-launcher-2214-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1698256 INFO  (jetty-launcher-2214-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1698256 INFO  (jetty-launcher-2214-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1698256 INFO  (jetty-launcher-2214-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-11T21:47:14.243Z
   [junit4]   2> 1698262 INFO  (jetty-launcher-2214-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b0ab830{/solr,null,AVAILABLE}
   [junit4]   2> 1698262 INFO  (jetty-launcher-2214-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5dcab16{HTTP/1.1,[http/1.1]}{127.0.0.1:55733}
   [junit4]   2> 1698263 INFO  (jetty-launcher-2214-thread-2) [    ] o.e.j.s.Server Started @1702295ms
   [junit4]   2> 1698263 INFO  (jetty-launcher-2214-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55733}
   [junit4]   2> 1698263 ERROR (jetty-launcher-2214-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1698263 INFO  (jetty-launcher-2214-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1698263 INFO  (jetty-launcher-2214-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1698263 INFO  (jetty-launcher-2214-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1698263 INFO  (jetty-launcher-2214-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-11T21:47:14.250Z
   [junit4]   2> 1698277 INFO  (jetty-launcher-2214-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1698277 INFO  (jetty-launcher-2214-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1698288 INFO  (jetty-launcher-2214-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1698288 INFO  (jetty-launcher-2214-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45544/solr
   [junit4]   2> 1698290 INFO  (jetty-launcher-2214-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1698291 INFO  (jetty-launcher-2214-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45544/solr
   [junit4]   2> 1698320 INFO  (jetty-launcher-2214-thread-2) [n:127.0.0.1:55733_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55733_solr
   [junit4]   2> 1698322 INFO  (jetty-launcher-2214-thread-2) [n:127.0.0.1:55733_solr    ] o.a.s.c.Overseer Overseer (id=97091114377347077-127.0.0.1:55733_solr-n_0000000000) starting
   [junit4]   2> 1698327 INFO  (jetty-launcher-2214-thread-1) [n:127.0.0.1:48254_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48254_solr
   [junit4]   2> 1698330 INFO  (zkCallback-2224-thread-1-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1698341 INFO  (zkCallback-2225-thread-1-processing-n:127.0.0.1:55733_solr) [n:127.0.0.1:55733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1698352 INFO  (jetty-launcher-2214-thread-2) [n:127.0.0.1:55733_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55733_solr
   [junit4]   2> 1698353 INFO  (zkCallback-2224-thread-1-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1698354 INFO  (zkCallback-2225-thread-1-processing-n:127.0.0.1:55733_solr) [n:127.0.0.1:55733_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1698370 INFO  (jetty-launcher-2214-thread-1) [n:127.0.0.1:48254_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_B5BBBF67A6FE1BC5-001/tempDir-001/node1/.
   [junit4]   2> 1698392 INFO  (jetty-launcher-2214-thread-2) [n:127.0.0.1:55733_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_B5BBBF67A6FE1BC5-001/tempDir-001/node2/.
   [junit4]   2> 1698407 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[B5BBBF67A6FE1BC5]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1698408 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[B5BBBF67A6FE1BC5]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45544/solr ready
   [junit4]   2> 1698414 INFO  (qtp970589501-13769) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=a05605fc-4934-417b-9bbd-5f41333754f1&replicationFactor=1&collection.configName=config&name=solr_9504&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1698415 INFO  (qtp970589501-13769) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=a05605fc-4934-417b-9bbd-5f41333754f1&replicationFactor=1&collection.configName=config&name=solr_9504&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1698417 INFO  (qtp970589501-13770) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1698418 INFO  (qtp970589501-13770) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1698426 INFO  (OverseerThreadFactory-6535-thread-1-processing-n:127.0.0.1:55733_solr) [n:127.0.0.1:55733_solr    ] o.a.s.c.CreateCollectionCmd Create collection solr_9504
   [junit4]   2> 1698532 INFO  (qtp424040469-13779) [n:127.0.0.1:55733_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=a05605fc-4934-417b-9bbd-5f41333754f119869084076551911&qt=/admin/cores&collection.configName=config&newCollection=true&name=solr_9504_shard1_replica1&action=CREATE&numShards=1&collection=solr_9504&shard=shard1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1698532 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=a05605fc-4934-417b-9bbd-5f41333754f119869084076551911&qt=/admin/cores&collection.configName=config&newCollection=true&name=solr_9504_shard1_replica1&action=CREATE&numShards=1&collection=solr_9504&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1698534 INFO  (qtp424040469-13780) [n:127.0.0.1:55733_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : a05605fc-4934-417b-9bbd-5f41333754f119869084076551911
   [junit4]   2> 1698534 INFO  (qtp424040469-13780) [n:127.0.0.1:55733_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=a05605fc-4934-417b-9bbd-5f41333754f119869084076551911&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1698637 INFO  (zkCallback-2225-thread-2-processing-n:127.0.0.1:55733_solr) [n:127.0.0.1:55733_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1699420 INFO  (qtp970589501-13771) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1699421 INFO  (qtp970589501-13771) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1699536 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : a05605fc-4934-417b-9bbd-5f41333754f119869084076551911
   [junit4]   2> 1699536 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=a05605fc-4934-417b-9bbd-5f41333754f119869084076551911&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1699542 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1699550 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.s.IndexSchema [solr_9504_shard1_replica1] Schema name=minimal
   [junit4]   2> 1699552 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1699553 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'solr_9504_shard1_replica1' using configuration from collection solr_9504
   [junit4]   2> 1699554 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [[solr_9504_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_B5BBBF67A6FE1BC5-001/tempDir-001/node2/solr_9504_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_B5BBBF67A6FE1BC5-001/tempDir-001/node2/./solr_9504_shard1_replica1/data/]
   [junit4]   2> 1699571 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1699572 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1699572 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1699572 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1699573 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@11e66685[solr_9504_shard1_replica1] main]
   [junit4]   2> 1699574 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1699575 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1699575 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1699575 INFO  (searcherExecutor-6540-thread-1-processing-x:solr_9504_shard1_replica1 r:core_node1 a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE n:127.0.0.1:55733_solr s:shard1 c:solr_9504) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1] Registered new searcher Searcher@11e66685[solr_9504_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1699575 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553457831542259712
   [junit4]   2> 1699582 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1699582 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1699582 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:55733/solr/solr_9504_shard1_replica1/
   [junit4]   2> 1699582 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1699582 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:55733/solr/solr_9504_shard1_replica1/ has no replicas
   [junit4]   2> 1699586 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:55733/solr/solr_9504_shard1_replica1/ shard1
   [junit4]   2> 1699689 INFO  (zkCallback-2225-thread-1-processing-n:127.0.0.1:55733_solr) [n:127.0.0.1:55733_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1699737 INFO  (parallelCoreAdminExecutor-6538-thread-1-processing-n:127.0.0.1:55733_solr a05605fc-4934-417b-9bbd-5f41333754f119869084076551911 CREATE) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1699841 INFO  (zkCallback-2225-thread-2-processing-n:127.0.0.1:55733_solr) [n:127.0.0.1:55733_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1700424 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1700425 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1700538 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : a05605fc-4934-417b-9bbd-5f41333754f119869084076551911
   [junit4]   2> 1700539 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=a05605fc-4934-417b-9bbd-5f41333754f119869084076551911&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1700541 INFO  (OverseerThreadFactory-6535-thread-1-processing-n:127.0.0.1:55733_solr) [n:127.0.0.1:55733_solr    ] 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> 1701427 INFO  (qtp970589501-13773) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1701428 INFO  (qtp970589501-13773) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1701430 INFO  (qtp970589501-13766) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1701430 INFO  (qtp970589501-13766) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=a05605fc-4934-417b-9bbd-5f41333754f1&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1701449 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1701453 INFO  (qtp424040469-13776) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1553457833509388288)]} 0 1
   [junit4]   2> 1701455 INFO  (qtp424040469-13779) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1553457833513582592)]} 0 0
   [junit4]   2> 1701457 INFO  (qtp424040469-13780) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1553457833515679744)]} 0 0
   [junit4]   2> 1701459 INFO  (qtp424040469-13782) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1553457833517776896)]} 0 0
   [junit4]   2> 1701461 INFO  (qtp424040469-13782) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1553457833519874048)]} 0 0
   [junit4]   2> 1701462 INFO  (qtp424040469-13777) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1553457833520922624)]} 0 0
   [junit4]   2> 1701464 INFO  (qtp424040469-13776) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1553457833523019776)]} 0 0
   [junit4]   2> 1701466 INFO  (qtp424040469-13779) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1553457833525116928)]} 0 0
   [junit4]   2> 1701468 INFO  (qtp424040469-13780) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1553457833527214080)]} 0 0
   [junit4]   2> 1701469 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1553457833528262656)]} 0 0
   [junit4]   2> 1701471 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1701471 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1a92bb39
   [junit4]   2> 1701508 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c4a1b67[solr_9504_shard1_replica1] main]
   [junit4]   2> 1701508 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1701508 INFO  (searcherExecutor-6540-thread-1-processing-n:127.0.0.1:55733_solr x:solr_9504_shard1_replica1 s:shard1 c:solr_9504 r:core_node1) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1] Registered new searcher Searcher@1c4a1b67[solr_9504_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):C10)))}
   [junit4]   2> 1701509 INFO  (qtp424040469-13781) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [solr_9504_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=solr_9504:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 37
   [junit4]   2> 1701509 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.a.s.c.ChaosMonkey monkey: kill shard! 55733
   [junit4]   2> 1701510 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5dcab16{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1701512 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=220598719
   [junit4]   2> 1701515 INFO  (coreCloseExecutor-6545-thread-1) [n:127.0.0.1:55733_solr c:solr_9504 s:shard1 r:core_node1 x:solr_9504_shard1_replica1] o.a.s.c.SolrCore [solr_9504_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@575c44a
   [junit4]   2> 1701516 INFO  (zkCallback-2225-thread-2-processing-n:127.0.0.1:55733_solr) [n:127.0.0.1:55733_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1701519 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.a.s.c.Overseer Overseer (id=97091114377347077-127.0.0.1:55733_solr-n_0000000000) closing
   [junit4]   2> 1701519 INFO  (OverseerStateUpdate-97091114377347077-127.0.0.1:55733_solr-n_0000000000) [n:127.0.0.1:55733_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:55733_solr
   [junit4]   2> 1701525 INFO  (zkCallback-2231-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1701525 INFO  (zkCallback-2224-thread-1-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1701525 WARN  (zkCallback-2225-thread-2-processing-n:127.0.0.1:55733_solr) [n:127.0.0.1:55733_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1701525 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b0ab830{/solr,null,UNAVAILABLE}
   [junit4]   2> 1701526 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 55733
   [junit4]   2> 1701527 INFO  (zkCallback-2224-thread-2-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:48254_solr
   [junit4]   2> 1701528 INFO  (qtp970589501-13769) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params async=94208957-7542-422e-9c56-ec9eef268479&action=ADDREPLICA&collection=solr_9504&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1701529 INFO  (qtp970589501-13769) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=94208957-7542-422e-9c56-ec9eef268479&action=ADDREPLICA&collection=solr_9504&shard=shard1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1701530 INFO  (zkCallback-2224-thread-2-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.Overseer Overseer (id=97091114377347078-127.0.0.1:48254_solr-n_0000000001) starting
   [junit4]   2> 1701546 INFO  (OverseerThreadFactory-6548-thread-1-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"solr_9504",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "async":"94208957-7542-422e-9c56-ec9eef268479",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 1701547 INFO  (OverseerThreadFactory-6548-thread-1-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:48254_solr for creating new replica
   [junit4]   2> 1701549 INFO  (qtp970589501-13767) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=94208957-7542-422e-9c56-ec9eef26847919869087094138462&qt=/admin/cores&collection.configName=config&name=solr_9504_shard1_replica2&action=CREATE&collection=solr_9504&shard=shard1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1701549 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=94208957-7542-422e-9c56-ec9eef26847919869087094138462&qt=/admin/cores&collection.configName=config&name=solr_9504_shard1_replica2&action=CREATE&collection=solr_9504&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1701553 INFO  (zkCallback-2224-thread-2-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1701564 INFO  (qtp970589501-13771) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1701564 INFO  (qtp970589501-13771) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702530 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1702532 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a9f6e24{/solr,null,AVAILABLE}
   [junit4]   2> 1702533 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@49ff4cfe{HTTP/1.1,[http/1.1]}{127.0.0.1:55733}
   [junit4]   2> 1702533 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a9f6e24{/solr,null,UNAVAILABLE}
   [junit4]   2> 1702566 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1702566 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1702571 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1702579 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.s.IndexSchema [solr_9504_shard1_replica2] Schema name=minimal
   [junit4]   2> 1702581 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1702582 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1  x:solr_9504_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'solr_9504_shard1_replica2' using configuration from collection solr_9504
   [junit4]   2> 1702582 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.SolrCore [[solr_9504_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_B5BBBF67A6FE1BC5-001/tempDir-001/node1/solr_9504_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_B5BBBF67A6FE1BC5-001/tempDir-001/node1/./solr_9504_shard1_replica2/data/]
   [junit4]   2> 1702600 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1702600 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1702601 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1702601 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1702602 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@10d45336[solr_9504_shard1_replica2] main]
   [junit4]   2> 1702603 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1702603 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1702604 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1702604 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1553457834718396416
   [junit4]   2> 1702606 INFO  (searcherExecutor-6549-thread-1-processing-x:solr_9504_shard1_replica2 r:core_node2 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE n:127.0.0.1:48254_solr s:shard1 c:solr_9504) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.SolrCore [solr_9504_shard1_replica2] Registered new searcher Searcher@10d45336[solr_9504_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1702609 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1702712 INFO  (zkCallback-2224-thread-2-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1703569 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1703569 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1704571 INFO  (qtp970589501-13766) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1704571 INFO  (qtp970589501-13766) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1705535 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1705536 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5edeb8ff{/solr,null,AVAILABLE}
   [junit4]   2> 1705537 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2572a978{HTTP/1.1,[http/1.1]}{127.0.0.1:55733}
   [junit4]   2> 1705537 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5edeb8ff{/solr,null,UNAVAILABLE}
   [junit4]   2> 1705573 INFO  (qtp970589501-13766) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1705573 INFO  (qtp970589501-13766) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1706576 INFO  (qtp970589501-13767) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1706576 INFO  (qtp970589501-13767) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1707578 INFO  (qtp970589501-13767) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1707578 INFO  (qtp970589501-13767) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1708580 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1708580 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1709583 INFO  (qtp970589501-13769) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1709583 INFO  (qtp970589501-13769) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1710585 INFO  (qtp970589501-13766) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1710585 INFO  (qtp970589501-13766) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1711588 INFO  (qtp970589501-13771) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1711588 INFO  (qtp970589501-13771) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1712590 INFO  (qtp970589501-13767) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1712590 INFO  (qtp970589501-13767) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1712622 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Was waiting for replicas to come up, but they are taking too long - assuming they won't come back till later
   [junit4]   2> 1712622 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1712622 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:48254/solr/solr_9504_shard1_replica2/
   [junit4]   2> 1712622 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1712622 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.SyncStrategy http://127.0.0.1:48254/solr/solr_9504_shard1_replica2/ has no replicas
   [junit4]   2> 1712625 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:48254/solr/solr_9504_shard1_replica2/ shard1
   [junit4]   2> 1712627 INFO  (zkCallback-2224-thread-1-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1712676 INFO  (parallelCoreAdminExecutor-6536-thread-1-processing-n:127.0.0.1:48254_solr 94208957-7542-422e-9c56-ec9eef26847919869087094138462 CREATE) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1712780 INFO  (zkCallback-2224-thread-1-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1713593 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 94208957-7542-422e-9c56-ec9eef26847919869087094138462
   [junit4]   2> 1713593 INFO  (qtp970589501-13772) [n:127.0.0.1:48254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=94208957-7542-422e-9c56-ec9eef26847919869087094138462&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1713596 INFO  (OverseerThreadFactory-6548-thread-1-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1715543 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1715544 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e34f4{/solr,null,AVAILABLE}
   [junit4]   2> 1715545 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@42849fc2{HTTP/1.1,[http/1.1]}{127.0.0.1:55733}
   [junit4]   2> 1715545 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e34f4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1715552 INFO  (OverseerCollectionConfigSetProcessor-97091114377347078-127.0.0.1:48254_solr-n_0000000001) [n:127.0.0.1:48254_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1745546 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1745564 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79714f0b{/solr,null,AVAILABLE}
   [junit4]   2> 1745565 ERROR (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.a.s.c.ChaosMonkey Could not get the port to start jetty again
   [junit4]   2> java.net.BindException: Address already in use
   [junit4]   2> 	at sun.nio.ch.Net.bind0(Native Method)
   [junit4]   2> 	at sun.nio.ch.Net.bind(Net.java:433)
   [junit4]   2> 	at sun.nio.ch.Net.bind(Net.java:425)
   [junit4]   2> 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
   [junit4]   2> 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
   [junit4]   2> 	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:317)
   [junit4]   2> 	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
   [junit4]   2> 	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:235)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.doStart(Server.java:401)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:348)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.ChaosMonkey.start(ChaosMonkey.java:602)
   [junit4]   2> 	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:94)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1745566 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@79508d39{HTTP/1.1,[http/1.1]}{127.0.0.1:55733}
   [junit4]   2> 1745567 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@79714f0b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1775576 INFO  (TEST-TestLeaderElectionWithEmptyReplica.test-seed#[B5BBBF67A6FE1BC5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLeaderElectionWithEmptyReplica -Dtests.method=test -Dtests.seed=B5BBBF67A6FE1BC5 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pt-PT -Dtests.timezone=Africa/Juba -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   74.1s J1 | TestLeaderElectionWithEmptyReplica.test <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B5BBBF67A6FE1BC5:3DEF80BD0802763D]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1251)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:697)
   [junit4]    > 	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:97)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1775580 INFO  (jetty-launcher-2214-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@814b159{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1775581 INFO  (jetty-launcher-2214-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=562427275
   [junit4]   2> 1775583 INFO  (coreCloseExecutor-6554-thread-1) [n:127.0.0.1:48254_solr c:solr_9504 s:shard1 r:core_node2 x:solr_9504_shard1_replica2] o.a.s.c.SolrCore [solr_9504_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@46675e56
   [junit4]   2> 1775584 INFO  (zkCallback-2224-thread-4-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solr_9504/state.json] for collection [solr_9504] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1775586 INFO  (jetty-launcher-2214-thread-3) [    ] o.a.s.c.Overseer Overseer (id=97091114377347078-127.0.0.1:48254_solr-n_0000000001) closing
   [junit4]   2> 1775586 INFO  (OverseerStateUpdate-97091114377347078-127.0.0.1:48254_solr-n_0000000001) [n:127.0.0.1:48254_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:48254_solr
   [junit4]   2> 1775592 WARN  (zkCallback-2224-thread-4-processing-n:127.0.0.1:48254_solr) [n:127.0.0.1:48254_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1775592 INFO  (jetty-launcher-2214-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@56bd0f76{/solr,null,UNAVAILABLE}
   [junit4]   2> 1775594 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[B5BBBF67A6FE1BC5]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45544 45544
   [junit4]   2> 1775683 INFO  (Thread-3349) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45544 45544
   [junit4]   2> 1775686 WARN  (Thread-3349) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/solr_9504/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	62	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1775686 INFO  (SUITE-TestLeaderElectionWithEmptyReplica-seed#[B5BBBF67A6FE1BC5]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_B5BBBF67A6FE1BC5-001
   [junit4]   2> Dec 11, 2016 9:48:31 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=2030, maxMBSortInHeap=7.7917400939263635, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=pt-PT, timezone=Africa/Juba
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=68001480,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressUserVersions, TestDeleteCollectionOnDownNodes, CursorMarkTest, SimpleMLTQParserTest, TestRestoreCore, DocumentBuilderTest, TestShardHandlerFactory, TestChildDocTransformer, ConvertedLegacyTest, CoreAdminRequestStatusTest, JavabinLoaderTest, OpenCloseCoreStressTest, TestDynamicLoading, TestMiniSolrCloudClusterSSL, TestQueryTypes, TestManagedSchemaThreadSafety, EchoParamsTest, SecurityConfHandlerTest, HdfsSyncSliceTest, TestUpdate, TestCursorMarkWithoutUniqueKey, ZkCLITest, ReplicationFactorTest, TestTrie, TestFreeTextSuggestions, TestNamedUpdateProcessors, MultiTermTest, WordBreakSolrSpellCheckerTest, ParsingFieldUpdateProcessorsTest, SolrCmdDistributorTest, BaseCdcrDistributedZkTest, FileUtilsTest, DistribJoinFromCollectionTest, TestSimpleTrackingShardHandler, HttpSolrCallGetCoreTest, TestCSVResponseWriter, SampleTest, TestRequestForwarding, HighlighterTest, TestConfigSetsAPIExclusivity, AliasIntegrationTest, RAMDirectoryFactoryTest, TestFieldSortValues, TestHdfsBackupRestoreCore, TestCloudManagedSchema, BlobRepositoryCloudTest, TestRandomRequestDistribution, SuggesterFSTTest, SolrInfoMBeanTest, DocValuesNotIndexedTest, TestAnalyzeInfixSuggestions, HdfsLockFactoryTest, CopyFieldTest, TestSystemIdResolver, TestUseDocValuesAsStored2, TestBM25SimilarityFactory, SpellCheckComponentTest, ClusterStateUpdateTest, TestSearchPerf, BasicFunctionalityTest, TestConfigSets, DistanceUnitsTest, TestPartialUpdateDeduplication, TestHashQParserPlugin, OverseerCollectionConfigSetProcessorTest, CdcrUpdateLogTest, TestQueryWrapperFilter, UpdateRequestProcessorFactoryTest, DistributedQueryComponentOptimizationTest, ShardRoutingTest, SpatialFilterTest, DeleteStatusTest, LeaderInitiatedRecoveryOnCommitTest, SortByFunctionTest, TermVectorComponentTest, SoftAutoCommitTest, HdfsUnloadDistributedZkTest, TestConfigOverlay, TestGraphMLResponseWriter, TestDocBasedVersionConstraints, IndexSchemaRuntimeFieldTest, TestFieldTypeCollectionResource, TestFieldCacheSortRandom, TestStressVersions, MultiThreadedOCPTest, SolrCLIZkUtilsTest, ClassificationUpdateProcessorFactoryTest, BigEndianAscendingWordDeserializerTest, MoreLikeThisHandlerTest, SpellCheckCollatorTest, DistributedFacetPivotSmallTest, CollectionReloadTest, TestMissingGroups, TestUniqueKeyFieldResource, TestCollationFieldDocValues, TestAuthenticationFramework, TestScoreJoinQPScore, CollectionsAPIAsyncDistributedZkTest, DirectSolrSpellCheckerTest, TestPKIAuthenticationPlugin, TestSuggestSpellingConverter, TestSweetSpotSimilarityFactory, DistributedFacetPivotLargeTest, SolrIndexSplitterTest, TestCharFilters, TestElisionMultitermQuery, TestHashPartitioner, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ZkSolrClientTest, ShardRoutingCustomTest, TestDistributedGrouping, TermVectorComponentDistributedTest, TestReload, TestRangeQuery, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, TestOmitPositions, XmlUpdateRequestHandlerTest, RequestHandlersTest, TestSolrQueryParser, IndexSchemaTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, PingRequestHandlerTest, TestBinaryResponseWriter, SOLR749Test, TestSolrIndexConfig, SolrIndexConfigTest, TestSolrDeletionPolicy2, TestDocSet, MinimalSchemaTest, OutputWriterTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, URLClassifyProcessorTest, DateMathParserTest, PrimUtilsTest, SpellingQueryConverterTest, TestUtils, SliceStateTest, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, CollectionsAPISolrJTest, DeleteInactiveReplicaTest, DeleteNodeTest, DistributedQueueTest, HttpPartitionTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica]
   [junit4] Completed [503/660 (1!)] on J1 in 78.10s, 1 test, 1 error <<< FAILURES!

[...truncated 62950 lines...]