Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2525/

3 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.test

Error Message:
KeeperErrorCode = Session expired for /clusterstate.json

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /clusterstate.json
        at 
__randomizedtesting.SeedInfo.seed([1F26F6B62AF44BAD:9772C96C84082655]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:566)
        at 
org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:370)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:681)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:676)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:471)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:341)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger

Error Message:
waitFor not elapsed but produced an event

Stack Trace:
java.lang.AssertionError: waitFor not elapsed but produced an event
        at 
__randomizedtesting.SeedInfo.seed([1F26F6B62AF44BAD:7CEDC034B33B3880]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger(IndexSizeTriggerTest.java:180)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode

Error Message:
unexpected DELETENODE status: 
{responseHeader={status=0,QTime=13},status={state=notfound,msg=Did not find 
[search_rate_trigger3/1e937260bc4585T4uhbxfmu00940y2ky27sll377/0] in any tasks 
queue}}

Stack Trace:
java.lang.AssertionError: unexpected DELETENODE status: 
{responseHeader={status=0,QTime=13},status={state=notfound,msg=Did not find 
[search_rate_trigger3/1e937260bc4585T4uhbxfmu00940y2ky27sll377/0] in any tasks 
queue}}
        at 
__randomizedtesting.SeedInfo.seed([1F26F6B62AF44BAD:3DB438341D3EC4D0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.lambda$testDeleteNode$6(SearchRateTriggerIntegrationTest.java:668)
        at java.util.ArrayList.forEach(ArrayList.java:1257)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:660)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13257 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> 1823789 INFO  
(SUITE-BasicDistributedZk2Test-seed#[1F26F6B62AF44BAD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/init-core-data-001
   [junit4]   2> 1823789 WARN  
(SUITE-BasicDistributedZk2Test-seed#[1F26F6B62AF44BAD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1823789 INFO  
(SUITE-BasicDistributedZk2Test-seed#[1F26F6B62AF44BAD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1823791 INFO  
(SUITE-BasicDistributedZk2Test-seed#[1F26F6B62AF44BAD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1823791 INFO  
(SUITE-BasicDistributedZk2Test-seed#[1F26F6B62AF44BAD]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1823793 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1823804 INFO  (Thread-4307) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1823804 INFO  (Thread-4307) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1823856 ERROR (Thread-4307) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1823904 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34250
   [junit4]   2> 1823906 INFO  (zkConnectionManagerCallback-1363-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1823917 INFO  (zkConnectionManagerCallback-1365-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1823920 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1823922 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1823923 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1823924 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1823925 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1823926 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1823926 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1823927 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1823928 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1823941 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1823942 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1823945 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 1824107 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1824124 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1824124 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1824124 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1824125 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4c5863a6{/,null,AVAILABLE}
   [junit4]   2> 1824125 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4d73821f{HTTP/1.1,[http/1.1]}{127.0.0.1:34114}
   [junit4]   2> 1824125 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.Server Started @1824446ms
   [junit4]   2> 1824125 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/tempDir-001/control/data,
 hostContext=/, hostPort=34114, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/control-001/cores}
   [junit4]   2> 1824125 ERROR 
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1824126 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1824126 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1824126 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1824126 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1824126 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-14T02:45:15.601Z
   [junit4]   2> 1824164 INFO  (zkConnectionManagerCallback-1367-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1824166 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1824166 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/control-001/solr.xml
   [junit4]   2> 1824169 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1824169 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1824170 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1824182 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34250/solr
   [junit4]   2> 1824184 INFO  (zkConnectionManagerCallback-1371-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1824198 INFO  (zkConnectionManagerCallback-1373-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1824342 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34114_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1824342 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34114_ 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:34114_
   [junit4]   2> 1824343 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34114_ 
   ] o.a.s.c.Overseer Overseer 
(id=72621420970246148-127.0.0.1:34114_-n_0000000000) starting
   [junit4]   2> 1824369 INFO  (zkConnectionManagerCallback-1380-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1824377 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34114_ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34250/solr 
ready
   [junit4]   2> 1824379 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34114_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34114_
   [junit4]   2> 1824384 INFO  (zkCallback-1372-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1824408 INFO  (zkCallback-1379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1824586 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34114_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1824602 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34114_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1824602 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34114_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1824604 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34114_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/control-001/cores
   [junit4]   2> 1824622 INFO  (zkConnectionManagerCallback-1385-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1824623 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1824624 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34250/solr ready
   [junit4]   2> 1824625 INFO  (qtp2105537442-8395) [n:127.0.0.1:34114_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34114_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1824627 INFO  (OverseerThreadFactory-1933-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1824739 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_    
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1824740 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1825773 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1825823 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1826120 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1826133 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1826134 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1826134 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1826134 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1826137 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=26.9921875, 
floorSegmentMB=1.548828125, forceMergeDeletesPctAllowed=9.79269473220775, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1433116389072141
   [junit4]   2> 1826140 WARN  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1826182 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1826182 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1826183 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1826183 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1826185 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1826185 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@216b53f2[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1826186 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1826186 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1826187 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1826188 INFO  
(searcherExecutor-1936-thread-1-processing-n:127.0.0.1:34114_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:34114_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@216b53f2[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1826188 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1600405810879397888
   [junit4]   2> 1826193 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 1826196 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1826196 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1826196 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34114/control_collection_shard1_replica_n1/
   [junit4]   2> 1826196 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1826197 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:34114/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1826197 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1826200 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34114/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1826302 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1826304 INFO  (qtp2105537442-8390) [n:127.0.0.1:34114_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1565
   [junit4]   2> 1826307 INFO  (qtp2105537442-8395) [n:127.0.0.1:34114_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1826404 INFO  (zkCallback-1372-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1826628 INFO  
(OverseerCollectionConfigSetProcessor-72621420970246148-127.0.0.1:34114_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1827307 INFO  (qtp2105537442-8395) [n:127.0.0.1:34114_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34114_&wt=javabin&version=2}
 status=0 QTime=2682
   [junit4]   2> 1827328 INFO  (zkConnectionManagerCallback-1390-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827329 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1827330 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34250/solr ready
   [junit4]   2> 1827330 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1827331 INFO  (qtp2105537442-8391) [n:127.0.0.1:34114_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1827333 INFO  (OverseerThreadFactory-1933-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1827334 WARN  (OverseerThreadFactory-1933-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 1827538 INFO  (qtp2105537442-8391) [n:127.0.0.1:34114_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1827538 INFO  (qtp2105537442-8391) [n:127.0.0.1:34114_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=206
   [junit4]   2> 1827649 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-1-001
 of type TLOG
   [junit4]   2> 1827650 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1827655 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1827655 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1827655 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1827655 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6322f04{/,null,AVAILABLE}
   [junit4]   2> 1827657 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5d5a87c7{HTTP/1.1,[http/1.1]}{127.0.0.1:38311}
   [junit4]   2> 1827658 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.Server Started @1827979ms
   [junit4]   2> 1827659 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=38311, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-1-001/cores}
   [junit4]   2> 1827659 ERROR 
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1827659 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1827659 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1827659 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1827659 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1827659 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-14T02:45:19.134Z
   [junit4]   2> 1827661 INFO  (zkConnectionManagerCallback-1392-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827662 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1827662 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-1-001/solr.xml
   [junit4]   2> 1827665 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1827665 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1827666 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1827670 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34250/solr
   [junit4]   2> 1827671 INFO  (zkConnectionManagerCallback-1396-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827673 INFO  (zkConnectionManagerCallback-1398-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827679 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1827681 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1827682 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1827682 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38311_
   [junit4]   2> 1827683 INFO  (zkCallback-1389-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1827683 INFO  (zkCallback-1372-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1827683 INFO  (zkCallback-1379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1827696 INFO  (zkCallback-1397-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1827783 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1827792 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1827792 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1827793 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-1-001/cores
   [junit4]   2> 1827797 INFO  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827797 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1827798 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:38311_ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34250/solr 
ready
   [junit4]   2> 1827820 INFO  (qtp2105537442-8397) [n:127.0.0.1:34114_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:38311_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1827822 INFO  
(OverseerCollectionConfigSetProcessor-72621420970246148-127.0.0.1:34114_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1827823 INFO  (OverseerThreadFactory-1933-thread-3) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:38311_ for creating new replica
   [junit4]   2> 1827826 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_    
x:collection1_shard2_replica_t41] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1828839 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1828868 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 1829067 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1829102 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1829102 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1829103 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1829103 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 1829113 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=26.9921875, 
floorSegmentMB=1.548828125, forceMergeDeletesPctAllowed=9.79269473220775, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1433116389072141
   [junit4]   2> 1829119 WARN  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1829206 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1829206 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1829207 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1829207 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1829208 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1829209 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fa679a5[collection1_shard2_replica_t41] main]
   [junit4]   2> 1829218 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1829218 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1829219 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1829219 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1600405814057631744
   [junit4]   2> 1829223 INFO  
(searcherExecutor-1947-thread-1-processing-n:127.0.0.1:38311_ 
x:collection1_shard2_replica_t41 c:collection1 s:shard2) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@fa679a5[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1829225 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0}, version=0}
   [junit4]   2> 1829236 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1829236 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1829236 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:38311/collection1_shard2_replica_t41/
   [junit4]   2> 1829236 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1829236 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:38311/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 1829236 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1829236 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 1829240 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38311/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 1829391 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1829393 INFO  (qtp1039215048-8449) [n:127.0.0.1:38311_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1567
   [junit4]   2> 1829399 INFO  (qtp2105537442-8397) [n:127.0.0.1:34114_ 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:38311_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1578
   [junit4]   2> 1829599 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-2-001
 of type TLOG
   [junit4]   2> 1829600 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1829601 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1829601 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1829601 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1829602 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6c2373fe{/,null,AVAILABLE}
   [junit4]   2> 1829603 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@37ed31f3{HTTP/1.1,[http/1.1]}{127.0.0.1:35171}
   [junit4]   2> 1829603 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.Server Started @1829924ms
   [junit4]   2> 1829603 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=35171, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-2-001/cores}
   [junit4]   2> 1829603 ERROR 
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1829603 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1829604 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1829604 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1829604 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1829604 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-14T02:45:21.079Z
   [junit4]   2> 1829613 INFO  (zkConnectionManagerCallback-1407-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1829614 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1829614 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-2-001/solr.xml
   [junit4]   2> 1829617 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1829617 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1829618 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1830951 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34250/solr
   [junit4]   2> 1830971 INFO  (zkConnectionManagerCallback-1411-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830971 INFO  
(OverseerCollectionConfigSetProcessor-72621420970246148-127.0.0.1:34114_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1830974 INFO  (zkConnectionManagerCallback-1413-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830979 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1830981 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1830983 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1830983 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35171_
   [junit4]   2> 1830988 INFO  (zkCallback-1397-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1830988 INFO  (zkCallback-1389-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1830988 INFO  (zkCallback-1379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1830988 INFO  (zkCallback-1404-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1830988 INFO  (zkCallback-1372-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1831029 INFO  (zkCallback-1412-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1831482 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1831503 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1831503 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1831504 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-2-001/cores
   [junit4]   2> 1831516 INFO  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1831520 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1831521 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:35171_ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34250/solr 
ready
   [junit4]   2> 1831577 INFO  (qtp2105537442-8393) [n:127.0.0.1:34114_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35171_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1831588 INFO  (OverseerThreadFactory-1933-thread-4) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:35171_ for creating new replica
   [junit4]   2> 1831591 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_    
x:collection1_shard1_replica_t43] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1832684 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1832734 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 1840782 WARN  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]-SendThread(127.0.0.1:34250))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 8828ms for sessionid 0x10200cc30040005
   [junit4]   2> 1840796 WARN  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]-SendThread(127.0.0.1:34250))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 9201ms for sessionid 0x10200cc30040007
   [junit4]   2> 1840875 WARN  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]-SendThread(127.0.0.1:34250))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 9280ms for sessionid 0x10200cc3004000f
   [junit4]   2> 1840891 WARN  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]-SendThread(127.0.0.1:34250))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 9296ms for sessionid 0x10200cc3004000b
   [junit4]   2> 1840899 WARN  (zkConnectionManagerCallback-1380-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@16261cd2 name: 
ZooKeeperConnection Watcher:127.0.0.1:34250/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1840899 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10200cc3004000b, likely client has closed socket
   [junit4]   2> 1840899 WARN  (zkConnectionManagerCallback-1380-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1840900 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10200cc30040007, likely client has closed socket
   [junit4]   2> 1840900 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10200cc30040005, likely client has closed socket
   [junit4]   2> 1840900 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10200cc3004000f, likely client has closed socket
   [junit4]   2> 1840985 WARN  (zkConnectionManagerCallback-1390-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@23409ad9 name: 
ZooKeeperConnection Watcher:127.0.0.1:34250/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1840985 WARN  (zkConnectionManagerCallback-1390-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1841001 WARN  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@21ca2149 name: 
ZooKeeperConnection Watcher:127.0.0.1:34250/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1841001 WARN  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1841001 WARN  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@14239d9b name: 
ZooKeeperConnection Watcher:127.0.0.1:34250/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1841001 WARN  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1841288 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1841367 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1841367 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t43' (registry 
'solr.core.collection1.shard1.replica_t43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d
   [junit4]   2> 1841367 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1841367 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 1841370 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=26.9921875, 
floorSegmentMB=1.548828125, forceMergeDeletesPctAllowed=9.79269473220775, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1433116389072141
   [junit4]   2> 1841405 WARN  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1841753 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1841753 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1841754 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1841754 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1841755 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1841755 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16539365[collection1_shard1_replica_t43] main]
   [junit4]   2> 1841774 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1841774 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1841775 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1841789 INFO  
(searcherExecutor-1958-thread-1-processing-n:127.0.0.1:35171_ 
x:collection1_shard1_replica_t43 c:collection1 s:shard1) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@16539365[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1841789 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1600405827238232064
   [junit4]   2> 1841815 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node44=0}, version=0}
   [junit4]   2> 1841833 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1841833 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1841833 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:35171/collection1_shard1_replica_t43/
   [junit4]   2> 1841833 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1841833 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:35171/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 1841833 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1841833 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 1841835 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35171/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 1841898 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1841901 INFO  (qtp856262408-8485) [n:127.0.0.1:35171_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=10310
   [junit4]   2> 1841935 INFO  (qtp2105537442-8393) [n:127.0.0.1:34114_ 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:35171_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=10358
   [junit4]   2> 1842410 INFO  (zkConnectionManagerCallback-1390-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1842455 INFO  (zkConnectionManagerCallback-1380-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1842622 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-3-001
 of type TLOG
   [junit4]   2> 1842623 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1842651 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1842651 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1842651 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1842651 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@472d78ba{/,null,AVAILABLE}
   [junit4]   2> 1842652 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@62ce6550{HTTP/1.1,[http/1.1]}{127.0.0.1:34889}
   [junit4]   2> 1842652 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.e.j.s.Server Started @1842973ms
   [junit4]   2> 1842652 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=34889, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-3-001/cores}
   [junit4]   2> 1842652 ERROR 
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1842652 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1842652 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1842652 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1842652 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1842652 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-14T02:45:34.127Z
   [junit4]   2> 1842702 INFO  (zkConnectionManagerCallback-1422-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1842751 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1842751 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.BasicDistributedZk2Test_1F26F6B62AF44BAD-001/shard-3-001/solr.xml
   [junit4]   2> 1842754 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1842754 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1842768 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4538327d, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1842805 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34250/solr
   [junit4]   2> 1842857 WARN  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]-SendThread(127.0.0.1:34250))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x10200cc3004000b has expired
   [junit4]   2> 1842877 INFO  (zkConnectionManagerCallback-1426-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1842885 WARN  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@14239d9b name: 
ZooKeeperConnection Watcher:127.0.0.1:34250/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 1842886 WARN  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1842887 WARN  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1842898 INFO  
(zkConnectionManagerCallback-1405-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1842898 INFO  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1842915 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10200cc30040011, likely client has closed socket
   [junit4]   2> 1842924 INFO  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1842924 INFO  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 1842930 WARN  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]-SendThread(127.0.0.1:34250))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x10200cc3004000f has expired
   [junit4]   2> 1842946 WARN  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@21ca2149 name: 
ZooKeeperConnection Watcher:127.0.0.1:34250/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 1842946 WARN  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1842946 WARN  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1842946 INFO  
(OverseerCollectionConfigSetProcessor-72621420970246148-127.0.0.1:34114_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1842983 INFO  (zkConnectionManagerCallback-1428-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1842987 INFO  
(zkConnectionManagerCallback-1420-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1842999 INFO  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1843034 INFO  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1843034 INFO  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 1843052 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34889_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1843054 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34889_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1843088 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34889_ 
   ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1843088 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF44BAD]) [n:127.0.0.1:34889_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34889_
   [junit4]   2> 1843109 INFO  (zkCallback-1379-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1843109 INFO  (zkCallback-1372-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1843109 INFO  (zkCallback-1397-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1843109 INFO  (zkCallback-1412-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1843112 INFO  (zkCallback-1389-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1843125 INFO  (zkCallback-1404-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1843133 INFO  (zkCallback-1419-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1843206 INFO  (zkCallback-1427-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1844242 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[1F26F6B62AF4

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

ngs.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null1738440344
     [copy] Copying 40 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null1738440344
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null1738440344

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null249822981
     [copy] Copying 246 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null249822981
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null249822981

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 70ms :: artifacts dl 17ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 283 minutes 0 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to