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/05 04:33:21 UTC

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap

Error Message:
Document mismatch on target after sync expected:<10000> but was:<0>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync expected:<10000> but was:<0>
	at __randomizedtesting.SeedInfo.seed([A3FC4E12C5F1CA7B:742B616571AE523C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap(CdcrBootstrapTest.java:134)
	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)


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":"/h_/m",     "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":"/h_/m",
    "path":"/test1",
    "httpMethod":"GET"},
  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
  "x":null},  from server:  null
	at __randomizedtesting.SeedInfo.seed([A3FC4E12C5F1CA7B:7BB16345322C6FDB]: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)




Build Log:
[...truncated 10814 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_A3FC4E12C5F1CA7B-001/init-core-data-001
   [junit4]   2> 186347 INFO  (SUITE-TestDynamicLoading-seed#[A3FC4E12C5F1CA7B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 186348 INFO  (SUITE-TestDynamicLoading-seed#[A3FC4E12C5F1CA7B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /h_/m
   [junit4]   2> 186359 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 186360 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 186360 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 186460 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ZkTestServer start zk server on port:49785
   [junit4]   2> 186466 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x158cd0899a60000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 186481 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186484 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186485 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186487 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186489 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186490 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186492 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186493 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186495 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186496 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186502 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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> 186514 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x158cd0899a60001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 186604 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/control-001/cores/collection1
   [junit4]   2> 186606 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 186609 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9794bc4{/h_/m,null,AVAILABLE}
   [junit4]   2> 186615 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a18651f{HTTP/1.1,[http/1.1]}{127.0.0.1:47464}
   [junit4]   2> 186615 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server Started @191231ms
   [junit4]   2> 186615 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/tempDir-001/control/data, hostContext=/h_/m, hostPort=47464, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_A3FC4E12C5F1CA7B-001/control-001/cores}
   [junit4]   2> 186615 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 186615 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 186615 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 186615 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 186615 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-05T03:30:42.977Z
   [junit4]   2> 186620 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 186620 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/control-001/solr.xml
   [junit4]   2> 186627 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 186628 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49785/solr
   [junit4]   2> 186659 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47464_h_%2Fm
   [junit4]   2> 186660 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.Overseer Overseer (id=97052828809691140-127.0.0.1:47464_h_%2Fm-n_0000000000) starting
   [junit4]   2> 186672 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47464_h_%2Fm
   [junit4]   2> 186674 INFO  (zkCallback-128-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 186716 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:47464_h_%2Fm    ] 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_A3FC4E12C5F1CA7B-001/control-001/cores
   [junit4]   2> 186716 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 186720 INFO  (OverseerStateUpdate-97052828809691140-127.0.0.1:47464_h_%2Fm-n_0000000000) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 187735 WARN  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 187736 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 187767 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 187859 WARN  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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> 187862 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 187882 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 187882 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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_A3FC4E12C5F1CA7B-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_A3FC4E12C5F1CA7B-001/control-001/cores/collection1/data/]
   [junit4]   2> 187882 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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@13c664c3
   [junit4]   2> 187884 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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=25, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=54.30859375, floorSegmentMB=0.720703125, forceMergeDeletesPctAllowed=2.646206379463397, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6704418493327549
   [junit4]   2> 187890 WARN  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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> 187898 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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> 187898 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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> 187899 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 187899 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 187900 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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=47, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=38.6796875, floorSegmentMB=0.716796875, forceMergeDeletesPctAllowed=21.56708390648044, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11796075132175465
   [junit4]   2> 187900 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e871f15[collection1] main]
   [junit4]   2> 187901 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 187902 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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> 187902 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 187902 INFO  (coreLoadExecutor-375-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm 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 1552845262567768064
   [junit4]   2> 187903 INFO  (searcherExecutor-376-thread-1-processing-n:127.0.0.1:47464_h_%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e871f15[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 187917 INFO  (coreZkRegister-368-thread-1-processing-n:127.0.0.1:47464_h_%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 187917 INFO  (coreZkRegister-368-thread-1-processing-n:127.0.0.1:47464_h_%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47464_h_%2Fm 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> 187917 INFO  (coreZkRegister-368-thread-1-processing-n:127.0.0.1:47464_h_%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47464/h_/m/collection1/
   [junit4]   2> 187917 INFO  (coreZkRegister-368-thread-1-processing-n:127.0.0.1:47464_h_%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 187917 INFO  (coreZkRegister-368-thread-1-processing-n:127.0.0.1:47464_h_%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:47464/h_/m/collection1/ has no replicas
   [junit4]   2> 187921 INFO  (coreZkRegister-368-thread-1-processing-n:127.0.0.1:47464_h_%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:47464/h_/m/collection1/ shard1
   [junit4]   2> 188072 INFO  (coreZkRegister-368-thread-1-processing-n:127.0.0.1:47464_h_%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47464_h_%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 188231 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 188232 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49785/solr ready
   [junit4]   2> 188235 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 188348 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-1-001/cores/collection1
   [junit4]   2> 188349 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-1-001
   [junit4]   2> 188350 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 188351 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4259780e{/h_/m,null,AVAILABLE}
   [junit4]   2> 188352 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49523309{HTTP/1.1,[http/1.1]}{127.0.0.1:37709}
   [junit4]   2> 188356 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server Started @192972ms
   [junit4]   2> 188356 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/h_/m, hostPort=37709, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_A3FC4E12C5F1CA7B-001/shard-1-001/cores}
   [junit4]   2> 188356 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 188356 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 188356 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 188356 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 188357 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-05T03:30:44.719Z
   [junit4]   2> 188361 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 188361 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-1-001/solr.xml
   [junit4]   2> 188368 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 188369 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49785/solr
   [junit4]   2> 188394 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 188399 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37709_h_%2Fm
   [junit4]   2> 188403 INFO  (zkCallback-128-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 188403 INFO  (zkCallback-137-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 188404 INFO  (zkCallback-132-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 188455 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:37709_h_%2Fm    ] 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_A3FC4E12C5F1CA7B-001/shard-1-001/cores
   [junit4]   2> 188455 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 188462 INFO  (OverseerStateUpdate-97052828809691140-127.0.0.1:47464_h_%2Fm-n_0000000000) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 189483 WARN  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 189485 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 189501 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 189597 WARN  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm 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> 189600 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 189617 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 189620 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm 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_A3FC4E12C5F1CA7B-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_A3FC4E12C5F1CA7B-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 189620 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm 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@13c664c3
   [junit4]   2> 189621 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=54.30859375, floorSegmentMB=0.720703125, forceMergeDeletesPctAllowed=2.646206379463397, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6704418493327549
   [junit4]   2> 189627 WARN  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm 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> 189649 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 189650 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm 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> 189650 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 189650 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 189653 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=38.6796875, floorSegmentMB=0.716796875, forceMergeDeletesPctAllowed=21.56708390648044, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11796075132175465
   [junit4]   2> 189653 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5089cf23[collection1] main]
   [junit4]   2> 189656 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 189656 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm 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> 189656 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 189658 INFO  (searcherExecutor-387-thread-1-processing-n:127.0.0.1:37709_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5089cf23[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 189659 INFO  (coreLoadExecutor-386-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm 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 1552845264410116096
   [junit4]   2> 189673 INFO  (coreZkRegister-381-thread-1-processing-n:127.0.0.1:37709_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 189673 INFO  (coreZkRegister-381-thread-1-processing-n:127.0.0.1:37709_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:37709_h_%2Fm 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> 189673 INFO  (coreZkRegister-381-thread-1-processing-n:127.0.0.1:37709_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37709/h_/m/collection1/
   [junit4]   2> 189673 INFO  (coreZkRegister-381-thread-1-processing-n:127.0.0.1:37709_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 189673 INFO  (coreZkRegister-381-thread-1-processing-n:127.0.0.1:37709_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:37709/h_/m/collection1/ has no replicas
   [junit4]   2> 189679 INFO  (coreZkRegister-381-thread-1-processing-n:127.0.0.1:37709_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37709/h_/m/collection1/ shard2
   [junit4]   2> 189832 INFO  (coreZkRegister-381-thread-1-processing-n:127.0.0.1:37709_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:37709_h_%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 190106 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-2-001/cores/collection1
   [junit4]   2> 190107 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-2-001
   [junit4]   2> 190108 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 190110 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e533c35{/h_/m,null,AVAILABLE}
   [junit4]   2> 190110 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6c387b76{HTTP/1.1,[http/1.1]}{127.0.0.1:45579}
   [junit4]   2> 190110 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server Started @194727ms
   [junit4]   2> 190110 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/h_/m, hostPort=45579, 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_A3FC4E12C5F1CA7B-001/shard-2-001/cores}
   [junit4]   2> 190110 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 190114 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 190114 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 190114 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 190114 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-05T03:30:46.476Z
   [junit4]   2> 190146 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 190146 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-2-001/solr.xml
   [junit4]   2> 190156 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 190165 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49785/solr
   [junit4]   2> 190251 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:45579_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 190259 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:45579_h_%2Fm    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45579_h_%2Fm
   [junit4]   2> 190261 INFO  (zkCallback-137-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 190263 INFO  (zkCallback-132-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 190280 INFO  (zkCallback-128-thread-5-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 190285 INFO  (zkCallback-143-thread-2-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 190336 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:45579_h_%2Fm    ] 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_A3FC4E12C5F1CA7B-001/shard-2-001/cores
   [junit4]   2> 190337 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:45579_h_%2Fm    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 190341 INFO  (OverseerStateUpdate-97052828809691140-127.0.0.1:47464_h_%2Fm-n_0000000000) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 191364 WARN  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 191365 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 191401 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 191520 WARN  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm 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> 191523 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 191551 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 191552 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm 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_A3FC4E12C5F1CA7B-001/shard-2-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_A3FC4E12C5F1CA7B-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 191552 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm 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@13c664c3
   [junit4]   2> 191563 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=54.30859375, floorSegmentMB=0.720703125, forceMergeDeletesPctAllowed=2.646206379463397, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6704418493327549
   [junit4]   2> 191571 WARN  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm 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> 191584 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 191584 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm 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> 191585 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 191585 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 191590 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=38.6796875, floorSegmentMB=0.716796875, forceMergeDeletesPctAllowed=21.56708390648044, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11796075132175465
   [junit4]   2> 191590 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@421e2493[collection1] main]
   [junit4]   2> 191592 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 191593 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm 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> 191593 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 191593 INFO  (coreLoadExecutor-397-thread-1-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm 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 1552845266438062080
   [junit4]   2> 191596 INFO  (searcherExecutor-398-thread-1-processing-n:127.0.0.1:45579_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@421e2493[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 191607 INFO  (coreZkRegister-392-thread-1-processing-n:127.0.0.1:45579_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 191607 INFO  (coreZkRegister-392-thread-1-processing-n:127.0.0.1:45579_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45579_h_%2Fm 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> 191607 INFO  (coreZkRegister-392-thread-1-processing-n:127.0.0.1:45579_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45579/h_/m/collection1/
   [junit4]   2> 191607 INFO  (coreZkRegister-392-thread-1-processing-n:127.0.0.1:45579_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 191607 INFO  (coreZkRegister-392-thread-1-processing-n:127.0.0.1:45579_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:45579/h_/m/collection1/ has no replicas
   [junit4]   2> 191611 INFO  (coreZkRegister-392-thread-1-processing-n:127.0.0.1:45579_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45579/h_/m/collection1/ shard1
   [junit4]   2> 191762 INFO  (coreZkRegister-392-thread-1-processing-n:127.0.0.1:45579_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45579_h_%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 191944 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-3-001/cores/collection1
   [junit4]   2> 191945 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-3-001
   [junit4]   2> 191946 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 191953 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44ae070d{/h_/m,null,AVAILABLE}
   [junit4]   2> 191953 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@41d61f4b{HTTP/1.1,[http/1.1]}{127.0.0.1:55683}
   [junit4]   2> 191953 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server Started @196570ms
   [junit4]   2> 191953 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/h_/m, hostPort=55683, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_A3FC4E12C5F1CA7B-001/shard-3-001/cores}
   [junit4]   2> 191954 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 191954 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 191954 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 191954 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 191954 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-05T03:30:48.316Z
   [junit4]   2> 191964 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 191964 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-3-001/solr.xml
   [junit4]   2> 191972 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 191972 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49785/solr
   [junit4]   2> 192014 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:55683_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 192019 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:55683_h_%2Fm    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55683_h_%2Fm
   [junit4]   2> 192028 INFO  (zkCallback-132-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 192029 INFO  (zkCallback-128-thread-1-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 192028 INFO  (zkCallback-143-thread-2-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 192028 INFO  (zkCallback-137-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 192042 INFO  (zkCallback-149-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 192082 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:55683_h_%2Fm    ] 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_A3FC4E12C5F1CA7B-001/shard-3-001/cores
   [junit4]   2> 192083 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:55683_h_%2Fm    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 192088 INFO  (OverseerStateUpdate-97052828809691140-127.0.0.1:47464_h_%2Fm-n_0000000000) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 193105 WARN  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 193106 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 193122 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 193238 WARN  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm 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> 193240 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 193268 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 193268 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm 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_A3FC4E12C5F1CA7B-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_A3FC4E12C5F1CA7B-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 193268 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm 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@13c664c3
   [junit4]   2> 193270 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=54.30859375, floorSegmentMB=0.720703125, forceMergeDeletesPctAllowed=2.646206379463397, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6704418493327549
   [junit4]   2> 193295 WARN  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm 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> 193319 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 193319 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm 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> 193319 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 193319 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 193320 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=38.6796875, floorSegmentMB=0.716796875, forceMergeDeletesPctAllowed=21.56708390648044, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11796075132175465
   [junit4]   2> 193322 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@60120f3a[collection1] main]
   [junit4]   2> 193323 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 193324 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm 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> 193324 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 193325 INFO  (searcherExecutor-409-thread-1-processing-n:127.0.0.1:55683_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@60120f3a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 193325 INFO  (coreLoadExecutor-408-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm 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 1552845268254195712
   [junit4]   2> 193337 INFO  (coreZkRegister-403-thread-1-processing-n:127.0.0.1:55683_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 193339 INFO  (updateExecutor-146-thread-1-processing-n:127.0.0.1:55683_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 193353 INFO  (recoveryExecutor-147-thread-1-processing-n:127.0.0.1:55683_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 193354 INFO  (recoveryExecutor-147-thread-1-processing-n:127.0.0.1:55683_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 193354 INFO  (recoveryExecutor-147-thread-1-processing-n:127.0.0.1:55683_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 193354 INFO  (recoveryExecutor-147-thread-1-processing-n:127.0.0.1:55683_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55683_h_%2Fm 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> 193354 INFO  (recoveryExecutor-147-thread-1-processing-n:127.0.0.1:55683_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:37709/h_/m/collection1/] and I am [http://127.0.0.1:55683/h_/m/collection1/]
   [junit4]   2> 193360 INFO  (recoveryExecutor-147-thread-1-processing-n:127.0.0.1:55683_h_%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55683_h_%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:37709/h_/m]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:55683_h_%252Fm&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 193369 INFO  (qtp843803715-1020) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 193370 INFO  (qtp843803715-1020) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 193370 INFO  (qtp843803715-1020) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:55683_h_%2Fm, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:55683/h_/m","node_name":"127.0.0.1:55683_h_%2Fm","state":"down"}
   [junit4]   2> 193724 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-4-001/cores/collection1
   [junit4]   2> 193725 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-4-001
   [junit4]   2> 193725 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 193727 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6bf3925f{/h_/m,null,AVAILABLE}
   [junit4]   2> 193727 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76303df2{HTTP/1.1,[http/1.1]}{127.0.0.1:33442}
   [junit4]   2> 193727 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.e.j.s.Server Started @198344ms
   [junit4]   2> 193727 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/h_/m, hostPort=33442, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_A3FC4E12C5F1CA7B-001/shard-4-001/cores}
   [junit4]   2> 193728 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 193730 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 193730 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 193731 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 193732 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-05T03:30:50.094Z
   [junit4]   2> 193737 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 193737 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] 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_A3FC4E12C5F1CA7B-001/shard-4-001/solr.xml
   [junit4]   2> 193747 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 193747 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49785/solr
   [junit4]   2> 193767 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:33442_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 193783 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:33442_h_%2Fm    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33442_h_%2Fm
   [junit4]   2> 193787 INFO  (zkCallback-132-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 193788 INFO  (zkCallback-143-thread-2-processing-n:127.0.0.1:45579_h_%2Fm) [n:127.0.0.1:45579_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 193788 INFO  (zkCallback-137-thread-1-processing-n:127.0.0.1:37709_h_%2Fm) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 193788 INFO  (zkCallback-149-thread-1-processing-n:127.0.0.1:55683_h_%2Fm) [n:127.0.0.1:55683_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 193789 INFO  (zkCallback-128-thread-5-processing-n:127.0.0.1:47464_h_%2Fm) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 193796 INFO  (zkCallback-156-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 193825 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:33442_h_%2Fm    ] 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_A3FC4E12C5F1CA7B-001/shard-4-001/cores
   [junit4]   2> 193825 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[A3FC4E12C5F1CA7B]) [n:127.0.0.1:33442_h_%2Fm    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 193828 INFO  (OverseerStateUpdate-97052828809691140-127.0.0.1:47464_h_%2Fm-n_0000000000) [n:127.0.0.1:47464_h_%2Fm    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 194370 INFO  (qtp843803715-1020) [n:127.0.0.1:37709_h_%2Fm    ] 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:55683_h_%2Fm, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:55683/h_/m","node_name":"127.0.0.1:55683_h_%2Fm","state":"recovering"}
   [junit4]   2> 194370 INFO  (qtp843803715-1020) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 194370 INFO  (qtp843803715-1020) [n:127.0.0.1:37709_h_%2Fm    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:55683_h_%252Fm&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 194844 WARN  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 194845 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 194859 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 194972 WARN  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm 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> 194975 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 194996 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 194997 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm 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_A3FC4E12C5F1CA7B-001/shard-4-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_A3FC4E12C5F1CA7B-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 194997 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm 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@13c664c3
   [junit4]   2> 194998 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=54.30859375, floorSegmentMB=0.720703125, forceMergeDeletesPctAllowed=2.646206379463397, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6704418493327549
   [junit4]   2> 195004 WARN  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm 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> 195014 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 195014 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm 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> 195015 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 195015 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 195016 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=38.6796875, floorSegmentMB=0.716796875, forceMergeDeletesPctAllowed=21.56708390648044, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11796075132175465
   [junit4]   2> 195016 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2590b127[collection1] main]
   [junit4]   2> 195020 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 195020 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm 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> 195020 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 195021 INFO  (coreLoadExecutor-419-thread-1-processing-n:127.0.0.1:33442_h_%2Fm) [n:127.0.0.1:33442_h_%2Fm 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 1552845270032580608
   [junit4]   2> 195024 INFO  (searcherExecutor-420-thread-1-processing-n:127.0.0.1:33442_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2590b127[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 195028 INFO  (coreZkRegister-414-thread-1-processing-n:127.0.0.1:33442_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 195029 INFO  (updateExecutor-153-thread-1-processing-n:127.0.0.1:33442_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 195029 INFO  (recoveryExecutor-154-thread-1-processing-n:127.0.0.1:33442_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 195030 INFO  (recoveryExecutor-154-thread-1-processing-n:127.0.0.1:33442_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 195030 INFO  (recoveryExecutor-154-thread-1-processing-n:127.0.0.1:33442_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 195030 INFO  (recoveryExecutor-154-thread-1-processing-n:127.0.0.1:33442_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:33442_h_%2Fm 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> 195030 INFO  (recoveryExecutor-154-thread-1-processing-n:127.0.0.1:33442_h_%2Fm x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:33442_h_%2Fm c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:45579/h_/m/collection1/] and I am [http://127.0.0.1:33442/h_/m/collection1/]
   [junit4]   2> 195035 INFO  (recoveryExecutor-154-thread-1-processing-n:127.

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

tch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1391514 INFO  (jetty-launcher-16776-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9acada5{/solr,null,UNAVAILABLE}
   [junit4]   2> 1391516 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37772 37772
   [junit4]   2> 1391601 INFO  (Thread-2413) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37772 37772
   [junit4]   2> 1391602 WARN  (Thread-2413) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/overseer/collection-queue-work
   [junit4]   2> 	7	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1391604 INFO  (jetty-launcher-16765-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4bb56aec{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1391604 INFO  (jetty-launcher-16765-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1093462928
   [junit4]   2> 1391607 INFO  (coreCloseExecutor-8084-thread-1) [n:127.0.0.1:37045_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.c.SolrCore [cdcr-target_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7174d695
   [junit4]   2> 1391607 INFO  (coreCloseExecutor-8084-thread-1) [n:127.0.0.1:37045_solr c:cdcr-target s:shard1 r:core_node1 x:cdcr-target_shard1_replica1] o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 1391608 INFO  (zkCallback-16771-thread-3-processing-n:127.0.0.1:37045_solr) [n:127.0.0.1:37045_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1391618 INFO  (jetty-launcher-16765-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97052906041311235-127.0.0.1:37045_solr-n_0000000000) closing
   [junit4]   2> 1391618 INFO  (OverseerStateUpdate-97052906041311235-127.0.0.1:37045_solr-n_0000000000) [n:127.0.0.1:37045_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37045_solr
   [junit4]   2> 1393123 WARN  (zkCallback-16771-thread-3-processing-n:127.0.0.1:37045_solr) [n:127.0.0.1:37045_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1393124 INFO  (jetty-launcher-16765-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4ac6ae84{/solr,null,UNAVAILABLE}
   [junit4]   2> 1393125 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33318 33318
   [junit4]   2> 1393208 INFO  (Thread-2403) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33318 33318
   [junit4]   2> 1393209 WARN  (Thread-2403) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/configs/cdcr-target/managed-schema
   [junit4]   2> 	7	/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2> 	7	/solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1393209 INFO  (TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[A3FC4E12C5F1CA7B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> 1393210 INFO  (SUITE-CdcrBootstrapTest-seed#[A3FC4E12C5F1CA7B]-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.CdcrBootstrapTest_A3FC4E12C5F1CA7B-001
   [junit4]   2> Dec 05, 2016 3:50:49 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=Asserting(Lucene62): {_version_=PostingsFormat(name=MockRandom), xyz=FSTOrd50, id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=728, maxMBSortInHeap=7.004558233680296, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=uk, timezone=America/Mexico_City
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=278094488,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedFacetPivotSmallTest, HdfsLockFactoryTest, DeleteStatusTest, RequestLoggingTest, TestLeaderElectionZkExpiry, SSLMigrationTest, TestHashPartitioner, RAMDirectoryFactoryTest, DistributedIntervalFacetingTest, TestPKIAuthenticationPlugin, ClusterStateUpdateTest, TestCSVResponseWriter, SecurityConfHandlerTest, TestRequestForwarding, TestStressVersions, HdfsSyncSliceTest, TestQuerySenderListener, TestUniqueKeyFieldResource, TestDynamicLoading, TestReRankQParserPlugin, TestUninvertingReader, DistributedFacetPivotLargeTest, TestInitParams, SuggestComponentContextFilterQueryTest, TestSearcherReuse, BlockDirectoryTest, TestCharFilters, ClassificationUpdateProcessorFactoryTest, TestLMDirichletSimilarityFactory, CoreAdminRequestStatusTest, TestElisionMultitermQuery, TestShortCircuitedRequests, TestUpdate, SpatialFilterTest, HighlighterTest, OpenCloseCoreStressTest, TestRestoreCore, IndexSchemaTest, TestRTimerTree, TestSuggestSpellingConverter, DateRangeFieldTest, CollectionsAPIAsyncDistributedZkTest, TestTrie, WordBreakSolrSpellCheckerTest, TestLRUCache, SolrCmdDistributorTest, TestCursorMarkWithoutUniqueKey, SampleTest, MoreLikeThisHandlerTest, TestUseDocValuesAsStored2, HdfsChaosMonkeySafeLeaderTest, TestLockTree, ZkSolrClientTest, TestMissingGroups, TestStressLiveNodes, TestManagedSchemaThreadSafety, DistanceFunctionTest, BadCopyFieldTest, ConvertedLegacyTest, PreAnalyzedFieldManagedSchemaCloudTest, ZkControllerTest, TestDistributedGrouping, URLClassifyProcessorTest, CdcrUpdateLogTest, SimplePostToolTest, TestFieldTypeCollectionResource, SystemInfoHandlerTest, TlogReplayBufferedWhileIndexingTest, CSVRequestHandlerTest, IndexBasedSpellCheckerTest, TestCollapseQParserPlugin, TestCloudPivotFacet, SpellingQueryConverterTest, TestConfigSetsAPIExclusivity, CustomCollectionTest, DirectSolrSpellCheckerTest, TestSchemaResource, LoggingHandlerTest, IndexSchemaRuntimeFieldTest, TestRTGBase, DistributedQueryComponentOptimizationTest, TestClusterProperties, TestSerializedLuceneMatchVersion, ConfigSetsAPITest, TestFuzzyAnalyzedSuggestions, BitVectorTest, BlockJoinFacetSimpleTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFreeTextSuggestions, TestSolrConfigHandlerCloud, OverseerStatusTest, TestMiniSolrCloudClusterSSL, DocValuesTest, TestDynamicFieldResource, TestSimpleTrackingShardHandler, BaseCdcrDistributedZkTest, AliasIntegrationTest, TestLuceneMatchVersion, TermVectorComponentTest, TestChildDocTransformer, LeaderElectionContextKeyTest, DateMathParserTest, TestLegacyFieldCache, TestCollationFieldDocValues, TestWordDelimiterFilterFactory, VersionInfoTest, HttpSolrCallGetCoreTest, TestFieldSortValues, DistributedDebugComponentTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestZkChroot, AutoCommitTest, TermVectorComponentDistributedTest, DistributedTermsComponentTest, StatsComponentTest, BadIndexSchemaTest, TestFiltering, SoftAutoCommitTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, DefaultValueUpdateProcessorTest, DocValuesMultiTest, SolrInfoMBeanTest, TestSurroundQueryParser, TestQueryUtils, TestWriterPerf, DocumentAnalysisRequestHandlerTest, TestOmitPositions, TermsComponentTest, DocumentBuilderTest, FastVectorHighlighterTest, TestCollationField, UpdateRequestProcessorFactoryTest, JsonLoaderTest, TestComponentsName, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, TestConfig, TestSolrCoreProperties, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest, TestSystemIdResolver, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, TestCrossCoreJoin, TestTolerantSearch, TestJettySolrRunner, ActionThrottleTest, CdcrBootstrapTest]
   [junit4] Completed [434/658 (2!)] on J1 in 204.30s, 3 tests, 1 failure <<< FAILURES!

[...truncated 61480 lines...]