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

3 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testLastPublishedStateIsActive

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([5B86DDA0222808BC:B3E4E33185250AE0]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLegacyClusterState(ZkStateReader.java:541)
        at 
org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:351)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:673)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.updateMappingsFromZk(AbstractFullDistribZkTestBase.java:668)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:463)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:333)
        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.MultiThreadedOCPTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([5B86DDA0222808BC:D3D2E27A8CD46544]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:112)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:67)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        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.TriggerIntegrationTest.testTriggerThrottling

Error Message:
Both triggers should have fired by now

Stack Trace:
java.lang.AssertionError: Both triggers should have fired by now
        at 
__randomizedtesting.SeedInfo.seed([5B86DDA0222808BC:A0A47585F082EB2E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling(TriggerIntegrationTest.java:205)
        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 11643 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_5B86DDA0222808BC-001/init-core-data-001
   [junit4]   2> 127006 WARN  
(SUITE-MultiThreadedOCPTest-seed#[5B86DDA0222808BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 127006 INFO  
(SUITE-MultiThreadedOCPTest-seed#[5B86DDA0222808BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 127008 INFO  
(SUITE-MultiThreadedOCPTest-seed#[5B86DDA0222808BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 127008 INFO  
(SUITE-MultiThreadedOCPTest-seed#[5B86DDA0222808BC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 127008 INFO  
(SUITE-MultiThreadedOCPTest-seed#[5B86DDA0222808BC]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 127201 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 127221 INFO  (Thread-67) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 127221 INFO  (Thread-67) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 127242 ERROR (Thread-67) [    ] 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> 127351 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37338
   [junit4]   2> 127715 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 127772 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 127773 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 127804 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 127805 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 127896 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 127898 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 127900 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 128066 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 128099 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 128101 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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> 128209 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 129824 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 130032 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@747ab97c{/,null,AVAILABLE}
   [junit4]   2> 130035 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@14226da0{HTTP/1.1,[http/1.1]}{127.0.0.1:40565}
   [junit4]   2> 130035 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] o.e.j.s.Server 
Started @145197ms
   [junit4]   2> 130035 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=40565, 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/control-001/cores}
   [junit4]   2> 130035 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 130035 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 130040 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 130040 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 130040 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-30T22:05:23.141Z
   [junit4]   2> 130132 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 130132 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/control-001/solr.xml
   [junit4]   2> 130203 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 130204 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 130223 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 130240 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37338/solr
   [junit4]   2> 131325 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40565_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 131326 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40565_    
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40565_
   [junit4]   2> 131327 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40565_    
] o.a.s.c.Overseer Overseer 
(id=99095643443953668-127.0.0.1:40565_-n_0000000000) starting
   [junit4]   2> 131581 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40565_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40565_
   [junit4]   2> 131613 INFO  
(zkCallback-144-thread-1-processing-n:127.0.0.1:40565_) [n:127.0.0.1:40565_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 132105 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40565_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 132272 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40565_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 132272 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40565_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 132274 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40565_    
] 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.MultiThreadedOCPTest_5B86DDA0222808BC-001/control-001/cores
   [junit4]   2> 132658 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 132659 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37338/solr ready
   [junit4]   2> 132858 INFO  (qtp903699721-496) [n:127.0.0.1:40565_    ] 
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:40565_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 132895 INFO  
(OverseerThreadFactory-133-thread-1-processing-n:127.0.0.1:40565_) 
[n:127.0.0.1:40565_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 133224 INFO  (qtp903699721-492) [n:127.0.0.1:40565_    ] 
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> 133225 INFO  (qtp903699721-492) [n:127.0.0.1:40565_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 133479 INFO  
(zkCallback-144-thread-1-processing-n:127.0.0.1:40565_) [n:127.0.0.1:40565_    
] 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> 134611 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 134926 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 134980 WARN  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135017 WARN  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieFloatField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 135052 WARN  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 135108 WARN  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDoubleField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 135162 WARN  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDateField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 136112 WARN  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 136262 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 136939 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 136939 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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@2594e826
   [junit4]   2> 136939 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 136939 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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.MultiThreadedOCPTest_5B86DDA0222808BC-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.MultiThreadedOCPTest_5B86DDA0222808BC-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 137028 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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=14, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=25.2490234375, 
floorSegmentMB=1.2177734375, forceMergeDeletesPctAllowed=21.26211054399355, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 137086 WARN  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 137780 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 137780 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 137783 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 137783 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 137838 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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=23, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=52.5419921875, 
floorSegmentMB=1.2646484375, forceMergeDeletesPctAllowed=13.071280400932451, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.40299813798737427
   [junit4]   2> 137838 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@422e06b4[control_collection_shard1_replica_n1] main]
   [junit4]   2> 137840 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 137853 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 137854 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 137984 INFO  
(searcherExecutor-136-thread-1-processing-n:127.0.0.1:40565_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:40565_ 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@422e06b4[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 137985 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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 1585530306388033536
   [junit4]   2> 138039 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 138039 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 138039 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40565/control_collection_shard1_replica_n1/
   [junit4]   2> 138039 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 138039 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:40565/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 138039 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 138204 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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:40565/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 138206 INFO  
(zkCallback-144-thread-2-processing-n:127.0.0.1:40565_) [n:127.0.0.1:40565_    
] 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> 138256 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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> 138259 INFO  (qtp903699721-492) [n:127.0.0.1:40565_ 
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=5034
   [junit4]   2> 138351 INFO  (qtp903699721-496) [n:127.0.0.1:40565_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 138402 INFO  
(zkCallback-144-thread-2-processing-n:127.0.0.1:40565_) [n:127.0.0.1:40565_    
] 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> 138404 INFO  
(OverseerCollectionConfigSetProcessor-99095643443953668-127.0.0.1:40565_-n_0000000000)
 [n:127.0.0.1:40565_    ] 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> 139375 INFO  (qtp903699721-496) [n:127.0.0.1:40565_    ] 
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:40565_&wt=javabin&version=2}
 status=0 QTime=6516
   [junit4]   2> 139777 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 139790 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37338/solr ready
   [junit4]   2> 139790 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 139806 INFO  (qtp903699721-497) [n:127.0.0.1:40565_    ] 
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=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 140033 INFO  
(OverseerThreadFactory-133-thread-2-processing-n:127.0.0.1:40565_) 
[n:127.0.0.1:40565_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 140086 WARN  
(OverseerThreadFactory-133-thread-2-processing-n:127.0.0.1:40565_) 
[n:127.0.0.1:40565_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 140830 INFO  (qtp903699721-497) [n:127.0.0.1:40565_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 140850 INFO  (qtp903699721-497) [n:127.0.0.1:40565_    ] 
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=2&wt=javabin&version=2}
 status=0 QTime=1044
   [junit4]   2> 142185 INFO  
(OverseerCollectionConfigSetProcessor-99095643443953668-127.0.0.1:40565_-n_0000000000)
 [n:127.0.0.1:40565_    ] 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> 142424 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-1-001
 of type NRT
   [junit4]   2> 142438 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 142588 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@551d539d{/,null,AVAILABLE}
   [junit4]   2> 142589 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@fbd1396{HTTP/1.1,[http/1.1]}{127.0.0.1:40705}
   [junit4]   2> 142589 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] o.e.j.s.Server 
Started @157752ms
   [junit4]   2> 142589 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=40705, 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-1-001/cores}
   [junit4]   2> 142589 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 142589 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 142589 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 142589 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 142589 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-30T22:05:35.690Z
   [junit4]   2> 142804 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 142805 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-1-001/solr.xml
   [junit4]   2> 142897 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 142897 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 142898 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 142950 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37338/solr
   [junit4]   2> 143261 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 143263 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40705_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 143302 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40705_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40705_
   [junit4]   2> 143375 INFO  (zkCallback-152-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 143434 INFO  
(zkCallback-144-thread-1-processing-n:127.0.0.1:40565_) [n:127.0.0.1:40565_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 143487 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:40705_) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 143966 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40705_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 144076 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40705_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 144076 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40705_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 144090 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:40705_    
] 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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-1-001/cores
   [junit4]   2> 144357 INFO  (qtp903699721-499) [n:127.0.0.1:40565_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40705_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 144383 INFO  
(OverseerThreadFactory-133-thread-3-processing-n:127.0.0.1:40565_) 
[n:127.0.0.1:40565_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:40705_ 
for creating new replica
   [junit4]   2> 144702 INFO  (qtp875946784-542) [n:127.0.0.1:40705_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 144702 INFO  (qtp875946784-542) [n:127.0.0.1:40705_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 145158 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 145574 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 147440 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 147822 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 147823 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 147823 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 147823 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 147861 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=25.2490234375, 
floorSegmentMB=1.2177734375, forceMergeDeletesPctAllowed=21.26211054399355, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 147892 WARN  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
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> 148604 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 148604 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 148606 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 148606 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 148607 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=52.5419921875, 
floorSegmentMB=1.2646484375, forceMergeDeletesPctAllowed=13.071280400932451, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.40299813798737427
   [junit4]   2> 148628 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@44b689b6[collection1_shard2_replica_n41] main]
   [junit4]   2> 148698 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 148699 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 148699 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 148700 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1585530317623525376
   [junit4]   2> 148737 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 148737 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 148737 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:40705/collection1_shard2_replica_n41/
   [junit4]   2> 148737 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 148737 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:40705/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 148737 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 148751 INFO  
(searcherExecutor-147-thread-1-processing-n:127.0.0.1:40705_ 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@44b689b6[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 148754 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40705/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 148827 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:40705_) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 148881 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 148883 INFO  (qtp875946784-542) [n:127.0.0.1:40705_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4181
   [junit4]   2> 148956 INFO  (qtp903699721-499) [n:127.0.0.1:40565_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:40705_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=4599
   [junit4]   2> 149008 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:40705_) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 149008 INFO  
(OverseerCollectionConfigSetProcessor-99095643443953668-127.0.0.1:40565_-n_0000000000)
 [n:127.0.0.1:40565_    ] 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> 151085 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-2-001
 of type NRT
   [junit4]   2> 151086 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 151159 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62b9cc97{/,null,AVAILABLE}
   [junit4]   2> 151160 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6952f5a3{HTTP/1.1,[http/1.1]}{127.0.0.1:43238}
   [junit4]   2> 151160 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] o.e.j.s.Server 
Started @166323ms
   [junit4]   2> 151160 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43238, 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-2-001/cores}
   [junit4]   2> 151160 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 151285 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 151285 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 151285 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 151285 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-30T22:05:44.386Z
   [junit4]   2> 151618 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 151651 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-2-001/solr.xml
   [junit4]   2> 151690 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 151690 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 151691 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 151815 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37338/solr
   [junit4]   2> 151962 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:43238_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 151980 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:43238_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 151984 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:43238_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43238_
   [junit4]   2> 151999 INFO  (zkCallback-152-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 152013 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:40705_) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 152013 INFO  
(zkCallback-144-thread-1-processing-n:127.0.0.1:40565_) [n:127.0.0.1:40565_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 152159 INFO  
(zkCallback-163-thread-1-processing-n:127.0.0.1:43238_) [n:127.0.0.1:43238_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 152983 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:43238_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 153114 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:43238_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 153114 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:43238_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 153185 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:43238_    
] 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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-2-001/cores
   [junit4]   2> 153538 INFO  (qtp903699721-493) [n:127.0.0.1:40565_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43238_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 153623 INFO  
(OverseerThreadFactory-133-thread-4-processing-n:127.0.0.1:40565_) 
[n:127.0.0.1:40565_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43238_ 
for creating new replica
   [junit4]   2> 153990 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 153991 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 154065 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:40705_) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 154065 INFO  
(zkCallback-163-thread-1-processing-n:127.0.0.1:43238_) [n:127.0.0.1:43238_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 155252 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 155706 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 156453 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 156609 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 156610 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 156610 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 156610 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 156625 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=25.2490234375, 
floorSegmentMB=1.2177734375, forceMergeDeletesPctAllowed=21.26211054399355, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 156833 WARN  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
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> 157178 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 157178 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 157179 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 157179 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 157197 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=52.5419921875, 
floorSegmentMB=1.2646484375, forceMergeDeletesPctAllowed=13.071280400932451, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.40299813798737427
   [junit4]   2> 157198 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6068b4[collection1_shard1_replica_n43] main]
   [junit4]   2> 157199 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 157199 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 157200 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 157217 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1585530326554247168
   [junit4]   2> 157236 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 157236 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 157236 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:43238/collection1_shard1_replica_n43/
   [junit4]   2> 157236 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 157236 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:43238/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 157236 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 157336 INFO  
(searcherExecutor-158-thread-1-processing-n:127.0.0.1:43238_ 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@6068b4[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 157358 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43238/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 157481 INFO  
(zkCallback-163-thread-1-processing-n:127.0.0.1:43238_) [n:127.0.0.1:43238_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 157506 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:40705_) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 157551 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 157578 INFO  (qtp1608223642-572) [n:127.0.0.1:43238_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3588
   [junit4]   2> 157617 INFO  (qtp903699721-493) [n:127.0.0.1:40565_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:43238_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=4078
   [junit4]   2> 157629 ERROR 
(OverseerCollectionConfigSetProcessor-99095643443953668-127.0.0.1:40565_-n_0000000000)
 [n:127.0.0.1:40565_    ] o.a.s.c.OverseerTaskProcessor 
:org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode 
for /overseer/collection-queue-work/qnr-0000000006
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1327)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$setData$6(SolrZkClient.java:344)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:344)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:532)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:94)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor.cleanUpWorkQueue(OverseerTaskProcessor.java:321)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:202)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 157703 INFO  
(zkCallback-163-thread-1-processing-n:127.0.0.1:43238_) [n:127.0.0.1:43238_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 157701 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:40705_) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 157843 INFO  
(OverseerCollectionConfigSetProcessor-99095643443953668-127.0.0.1:40565_-n_0000000000)
 [n:127.0.0.1:40565_    ] 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> 158785 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-3-001
 of type NRT
   [junit4]   2> 158786 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 158829 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7b0ac106{/,null,AVAILABLE}
   [junit4]   2> 158830 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2750a911{HTTP/1.1,[http/1.1]}{127.0.0.1:33035}
   [junit4]   2> 158830 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] o.e.j.s.Server 
Started @173993ms
   [junit4]   2> 158830 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=33035, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-3-001/cores}
   [junit4]   2> 158830 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 158830 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 158830 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 158830 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 158830 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-30T22:05:51.931Z
   [junit4]   2> 159076 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 159076 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-3-001/solr.xml
   [junit4]   2> 159114 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 159114 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 159115 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 159226 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37338/solr
   [junit4]   2> 159488 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:33035_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 159490 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:33035_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 159525 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:33035_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33035_
   [junit4]   2> 159541 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:40705_) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 159592 INFO  
(zkCallback-144-thread-1-processing-n:127.0.0.1:40565_) [n:127.0.0.1:40565_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 159592 INFO  
(zkCallback-163-thread-1-processing-n:127.0.0.1:43238_) [n:127.0.0.1:43238_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 159592 INFO  (zkCallback-152-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 159638 INFO  
(zkCallback-169-thread-1-processing-n:127.0.0.1:33035_) [n:127.0.0.1:33035_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 160074 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:33035_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 160204 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:33035_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 160204 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:33035_    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 160205 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[5B86DDA0222808BC]) [n:127.0.0.1:33035_    
] 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.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-3-001/cores
   [junit4]   2> 160908 INFO  (qtp1309463650-603) [n:127.0.0.1:33035_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33035_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 161022 INFO  
(OverseerThreadFactory-133-thread-5-processing-n:127.0.0.1:40565_) 
[n:127.0.0.1:40565_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33035_ 
for creating new replica
   [junit4]   2> 161059 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 161059 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 161113 INFO  
(zkCallback-169-thread-1-processing-n:127.0.0.1:33035_) [n:127.0.0.1:33035_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 161113 INFO  
(zkCallback-163-thread-1-processing-n:127.0.0.1:43238_) [n:127.0.0.1:43238_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 161113 INFO  
(zkCallback-157-thread-1-processing-n:127.0.0.1:40705_) [n:127.0.0.1:40705_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 162299 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 162553 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 163698 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 164090 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 164137 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2594e826
   [junit4]   2> 164138 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 164138 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_5B86DDA0222808BC-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 164154 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=25.2490234375, 
floorSegmentMB=1.2177734375, forceMergeDeletesPctAllowed=21.26211054399355, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 164213 WARN  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
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> 164697 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 164697 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 164699 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 164699 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 164717 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=52.5419921875, 
floorSegmentMB=1.2646484375, forceMergeDeletesPctAllowed=13.071280400932451, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.40299813798737427
   [junit4]   2> 164717 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34127c7c[collection1_shard2_replica_n45] main]
   [junit4]   2> 164748 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 164749 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 164750 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 164750 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1585530334453170176
   [junit4]   2> 164791 INFO  
(searcherExecutor-169-thread-1-processing-n:127.0.0.1:33035_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45] Registered new searcher 
Searcher@34127c7c[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 164806 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 164808 INFO  (qtp1309463650-599) [n:127.0.0.1:33035_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3749
   [junit4]   2> 164858 INFO  
(updateExecutor-166-thread-1-processing-n:127.0.0.1:33035_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:33035_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 164863 INFO  
(recoveryExecutor-167-thread-1-processing-n:127.0.0.1:33035_ x:collec

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

mum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/forceleader_test_collection/state.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99095971437543436-127.0.0.1:36201_ku_fu-n_0000000002
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard2/election/99095971437543433-core_node42-n_0000000000
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 5192248 WARN  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:36517/ku_fu, 
target: http://127.0.0.1:35658/ku_fu
   [junit4]   2> 5192248 WARN  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SocketProxy Closing 9 connections to: http://127.0.0.1:36201/ku_fu, 
target: http://127.0.0.1:35213/ku_fu
   [junit4]   2> 5192248 WARN  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SocketProxy Closing 18 connections to: http://127.0.0.1:46238/ku_fu, 
target: http://127.0.0.1:45696/ku_fu
   [junit4]   2> 5192248 WARN  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[5B86DDA0222808BC]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:45462/ku_fu, 
target: http://127.0.0.1:40830/ku_fu
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_5B86DDA0222808BC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@16fb6acf),
 locale=no, timezone=CAT
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=180197080,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [TestPullReplica, 
TestFoldingMultitermQuery, StatsReloadRaceTest, TestSolrDeletionPolicy1, 
SoftAutoCommitTest, TestTrackingShardHandlerFactory, 
LeaderInitiatedRecoveryOnCommitTest, BlockJoinFacetRandomTest, 
RegexBytesRefFilterTest, HdfsRecoveryZkTest, RecoveryAfterSoftCommitTest, 
TestQueryWrapperFilter, AnalysisErrorHandlingTest, TestBadConfig, 
TestConfigsApi, HdfsThreadLeakTest, SpatialFilterTest, TestNumericTokenStream, 
TestSerializedLuceneMatchVersion, TestCloudNestedDocsSort, 
ComputePlanActionTest, DocValuesTest, SearchRateTriggerTest, 
OverseerStatusTest, TestSQLHandlerNonCloud, TestUtils, 
TestSkipOverseerOperations, OverseerCollectionConfigSetProcessorTest, 
TestReplicationHandler, TestStressLiveNodes, FileUtilsTest, 
TestLegacyFieldReuse, RequestLoggingTest, TestConfigOverlay, 
TestExpandComponent, CollectionsAPISolrJTest, TestRandomFaceting, TestSolrJ, 
TestDistribDocBasedVersion, TestRequestForwarding, TestXmlQParser, 
TestUnifiedSolrHighlighter, RAMDirectoryFactoryTest, TestSubQueryTransformer, 
TestSearcherReuse, TestCloudSchemaless, TestCloudSearcherWarming, 
PrimitiveFieldTypeTest, TestBulkSchemaAPI, TestIBSimilarityFactory, 
SolrCloudExampleTest, TestPostingsSolrHighlighter, FullHLLTest, 
CloneFieldUpdateProcessorFactoryTest, PeerSyncWithIndexFingerprintCachingTest, 
ResponseLogComponentTest, TriLevelCompositeIdRoutingTest, 
TestFieldTypeCollectionResource, MinimalSchemaTest, TestExceedMaxTermLength, 
TestFieldCacheWithThreads, HdfsCollectionsAPIDistributedZkTest, 
TestScoreJoinQPScore, TestReqParamsAPI, UtilsToolTest, ZkControllerTest, 
TestCrossCoreJoin, TestDefaultStatsCache, CursorPagingTest, 
ReplicaListTransformerTest, TermsComponentTest, TestPushWriter, 
CleanupOldIndexTest, TestMultiValuedNumericRangeQuery, SyncSliceTest, 
TestBlendedInfixSuggestions, BigEndianAscendingWordSerializerTest, 
DistributedQueueTest, TestPhraseSuggestions, ActionThrottleTest, 
MigrateRouteKeyTest, SolrPluginUtilsTest, URLClassifyProcessorTest, 
TestRecovery, UpdateParamsTest, HdfsWriteToMultipleCollectionsTest, 
TestIntervalFaceting, SolrInfoBeanTest, HdfsBasicDistributedZkTest, 
TestCloudDeleteByQuery, AnalysisAfterCoreReloadTest, 
TestRetrieveFieldsOptimizer, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestSolrXml, TestMissingGroups, TestSweetSpotSimilarityFactory, 
TestSegmentSorting, TestComplexPhraseQParserPlugin, NodeMutatorTest, 
TestJsonFacets, DocumentBuilderTest, TestPKIAuthenticationPlugin, SolrCoreTest, 
TestReversedWildcardFilterFactory, TestInitParams, 
CoreMergeIndexesAdminHandlerTest, TestJoin, TestEmbeddedSolrServerSchemaAPI, 
TestMiniSolrCloudClusterSSL, TestFilteredDocIdSet, MetricsConfigTest, 
AnalyticsQueryTest, DirectUpdateHandlerOptimizeTest, TestUseDocValuesAsStored, 
TestLeaderInitiatedRecoveryThread, SuggestComponentContextFilterQueryTest, 
ConnectionManagerTest, TestSchemaResource, TriggerIntegrationTest, 
TestRTimerTree, TestCollectionsAPIViaSolrCloudCluster, NoCacheHeaderTest, 
TestHighFrequencyDictionaryFactory, TestComponentsName, TestStressReorder, 
TestStressVersions, DistributedTermsComponentTest, SpellCheckComponentTest, 
PeerSyncTest, TestFunctionQuery, TestIndexSearcher, SolrIndexSplitterTest, 
SimplePostToolTest, SpellCheckCollatorTest, SuggesterTSTTest, TestCSVLoader, 
TestUpdate, TestWordDelimiterFilterFactory, TestRemoteStreaming, 
DocValuesMultiTest, CacheHeaderTest, TestQueryUtils, TestWriterPerf, 
RequestHandlersTest, TermVectorComponentTest, TestSolrQueryParser, 
RegexBoostProcessorTest, MBeansHandlerTest, SOLR749Test, 
AlternateDirectoryTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, 
MultiTermTest, TestBinaryField, TestConfig, TestFuzzyAnalyzedSuggestions, 
NotRequiredUniqueKeyTest, SynonymTokenizerTest, TestXIncludeConfig, 
TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestFastWriter, 
TestFastOutputStream, OpenExchangeRatesOrgProviderTest, DateMathParserTest, 
PreAnalyzedFieldTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, 
ClusterStateTest, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, 
UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, 
DistributedIntervalFacetingTest, TestTolerantSearch, 
TestEmbeddedSolrServerAdminHandler, AliasIntegrationTest, 
CollectionStateFormat2Test, CollectionTooManyReplicasTest, ConfigSetsAPITest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, 
DistribJoinFromCollectionTest, ForceLeaderTest]
   [junit4] Completed [522/751 (3!)] on J0 in 110.60s, 3 tests, 1 error, 1 
skipped <<< FAILURES!

[...truncated 34800 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1007862568
 [ecj-lint] Compiling 824 source files to /tmp/ecj1007862568
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java
 (at line 523)
 [ecj-lint]     throw new CorruptIndexException("misplaced codec footer (file 
truncated?): length=" + in.length() + " but footerLength==" + footerLength(), 
input);
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/core/src/java/org/apache/lucene/index/FlushPolicy.java
 (at line 19)
 [ecj-lint]     import java.util.Iterator;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Iterator is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java
 (at line 144)
 [ecj-lint]     RAMOutputStream out = new RAMOutputStream();
 [ecj-lint]                     ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java
 (at line 186)
 [ecj-lint]     RAMOutputStream out = new RAMOutputStream();
 [ecj-lint]                     ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/core/src/java/org/apache/lucene/index/ReadersAndUpdates.java
 (at line 846)
 [ecj-lint]     SegmentReader newReader = new SegmentReader(info, reader, 
liveDocs, info.info.maxDoc() - delCount);
 [ecj-lint]                   ^^^^^^^^^
 [ecj-lint] Resource leak: 'newReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:835: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build.xml:203:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2105:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2144:
 Compile failed; see the compiler error output for details.

Total time: 273 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to