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

2 tests failed.
FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([B258EF9411F2EE33:3A0CD04EBF0E83CB]: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:111)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:66)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch

Error Message:
CollectionStateWatcher was never notified of cluster change

Stack Trace:
java.lang.AssertionError: CollectionStateWatcher was never notified of cluster 
change
        at 
__randomizedtesting.SeedInfo.seed([6885AF7C350E2136:35BE600C7203BE08]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch(TestCollectionStateWatchers.java:139)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11212 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> 807851 INFO  
(SUITE-MultiThreadedOCPTest-seed#[B258EF9411F2EE33]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/init-core-data-001
   [junit4]   2> 807851 WARN  
(SUITE-MultiThreadedOCPTest-seed#[B258EF9411F2EE33]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 807852 INFO  
(SUITE-MultiThreadedOCPTest-seed#[B258EF9411F2EE33]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 807865 INFO  
(SUITE-MultiThreadedOCPTest-seed#[B258EF9411F2EE33]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 807865 INFO  
(SUITE-MultiThreadedOCPTest-seed#[B258EF9411F2EE33]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /s_i/
   [junit4]   2> 807882 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 807882 INFO  (Thread-637) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 807882 INFO  (Thread-637) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 807883 ERROR (Thread-637) [    ] 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> 807982 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38862
   [junit4]   2> 808176 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808177 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808178 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808178 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808179 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808180 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808180 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808198 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808199 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808199 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808200 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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> 808433 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 809409 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 809554 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@38de345f{/s_i,null,AVAILABLE}
   [junit4]   2> 809556 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5b8f121f{SSL,[ssl, 
http/1.1]}{127.0.0.1:41109}
   [junit4]   2> 809556 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
Started @818885ms
   [junit4]   2> 809556 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/s_i, hostPort=41109, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/control-001/cores}
   [junit4]   2> 809556 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 809556 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 809556 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 809557 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 809557 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-08T00:23:18.144Z
   [junit4]   2> 809728 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 809728 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/control-001/solr.xml
   [junit4]   2> 809762 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 809794 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38862/solr
   [junit4]   2> 811019 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:41109_s_i 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 811036 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:41109_s_i 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:41109_s_i
   [junit4]   2> 811036 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:41109_s_i 
   ] o.a.s.c.Overseer Overseer 
(id=98445020133457925-127.0.0.1:41109_s_i-n_0000000000) starting
   [junit4]   2> 811077 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:41109_s_i 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41109_s_i
   [junit4]   2> 811125 INFO  
(zkCallback-428-thread-1-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 811451 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:41109_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 811467 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:41109_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 811467 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:41109_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 811468 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:41109_s_i 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/control-001/cores
   [junit4]   2> 811609 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 811609 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38862/solr ready
   [junit4]   2> 811881 INFO  (qtp1470055141-2633) [n:127.0.0.1:41109_s_i    ] 
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:41109_s_i&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 811897 INFO  
(OverseerThreadFactory-1111-thread-1-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 812045 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i    ] 
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> 812045 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 812201 INFO  
(zkCallback-428-thread-1-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] 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> 813193 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 813239 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 813746 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814019 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814020 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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@23922b2f
   [junit4]   2> 814020 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 814020 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 814022 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3347219630579471]
   [junit4]   2> 814025 WARN  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814303 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814303 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814304 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 814304 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 814305 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 814306 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c4ae196[control_collection_shard1_replica_n1] main]
   [junit4]   2> 814346 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 814346 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814347 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 814347 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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 1575120328913321984
   [junit4]   2> 814351 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 814351 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814351 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:41109/s_i/control_collection_shard1_replica_n1/
   [junit4]   2> 814351 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814351 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:41109/s_i/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 814351 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814378 INFO  
(searcherExecutor-1114-thread-1-processing-n:127.0.0.1:41109_s_i 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:41109_s_i 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@1c4ae196[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 814420 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41109/s_i/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 814433 INFO  
(zkCallback-428-thread-2-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] 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> 814709 INFO  
(zkCallback-428-thread-1-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] 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> 814759 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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> 814760 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i 
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=2715
   [junit4]   2> 814810 INFO  (qtp1470055141-2633) [n:127.0.0.1:41109_s_i    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 814961 INFO  
(zkCallback-428-thread-1-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] 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> 815817 INFO  (qtp1470055141-2633) [n:127.0.0.1:41109_s_i    ] 
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:41109_s_i&wt=javabin&version=2}
 status=0 QTime=3936
   [junit4]   2> 815886 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 815887 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38862/solr ready
   [junit4]   2> 815887 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 815943 INFO  (qtp1470055141-2632) [n:127.0.0.1:41109_s_i    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 815967 INFO  
(OverseerCollectionConfigSetProcessor-98445020133457925-127.0.0.1:41109_s_i-n_0000000000)
 [n:127.0.0.1:41109_s_i    ] 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> 815999 INFO  
(OverseerThreadFactory-1111-thread-2-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 816008 WARN  
(OverseerThreadFactory-1111-thread-2-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.CreateCollectionCmd It is unusual to create 
a collection (collection1) without cores.
   [junit4]   2> 816236 INFO  (qtp1470055141-2632) [n:127.0.0.1:41109_s_i    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 816236 INFO  (qtp1470055141-2632) [n:127.0.0.1:41109_s_i    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=293
   [junit4]   2> 816695 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-1-001
 of type NRT
   [junit4]   2> 816696 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 816748 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@60658e5d{/s_i,null,AVAILABLE}
   [junit4]   2> 816748 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@376e3eb0{SSL,[ssl, 
http/1.1]}{127.0.0.1:43763}
   [junit4]   2> 816748 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
Started @826078ms
   [junit4]   2> 816748 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/s_i, hostPort=43763, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-1-001/cores}
   [junit4]   2> 816749 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 816749 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 816749 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816749 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 816749 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-08T00:23:25.336Z
   [junit4]   2> 816780 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 816780 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-1-001/solr.xml
   [junit4]   2> 816796 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 816807 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38862/solr
   [junit4]   2> 816893 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:43763_s_i 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 816895 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:43763_s_i 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 816896 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:43763_s_i 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43763_s_i
   [junit4]   2> 816926 INFO  (zkCallback-435-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 816926 INFO  
(zkCallback-428-thread-1-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 817011 INFO  
(zkCallback-440-thread-1-processing-n:127.0.0.1:43763_s_i) 
[n:127.0.0.1:43763_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 817442 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:43763_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 817475 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:43763_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 817475 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:43763_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 817476 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:43763_s_i 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-1-001/cores
   [junit4]   2> 817622 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43763_s_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 817668 INFO  
(OverseerCollectionConfigSetProcessor-98445020133457925-127.0.0.1:41109_s_i-n_0000000000)
 [n:127.0.0.1:41109_s_i    ] 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> 817669 INFO  
(OverseerThreadFactory-1111-thread-3-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:43763_s_i for creating new replica
   [junit4]   2> 817927 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i    ] 
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> 817928 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 819066 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 819245 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 819689 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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> 819740 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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> 819740 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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@23922b2f
   [junit4]   2> 819740 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 819741 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 819755 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3347219630579471]
   [junit4]   2> 819782 WARN  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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> 819928 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 819928 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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> 819929 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 819929 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 819930 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 819930 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6640b8a6[collection1_shard2_replica_n41] main]
   [junit4]   2> 819931 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 819931 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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> 819944 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 819945 INFO  
(searcherExecutor-1125-thread-1-processing-n:127.0.0.1:43763_s_i 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@6640b8a6[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 819945 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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 
1575120334783250432
   [junit4]   2> 819979 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 819979 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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> 819980 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:43763/s_i/collection1_shard2_replica_n41/
   [junit4]   2> 819980 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 819980 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
https://127.0.0.1:43763/s_i/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 819980 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 820019 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43763/s_i/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 820181 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 820182 INFO  (qtp1519529598-2676) [n:127.0.0.1:43763_s_i 
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=2283
   [junit4]   2> 820197 INFO  (qtp1470055141-2634) [n:127.0.0.1:41109_s_i    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:43763_s_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=2574
   [junit4]   2> 820688 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-2-001
 of type NRT
   [junit4]   2> 820689 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 820690 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16f93181{/s_i,null,AVAILABLE}
   [junit4]   2> 820690 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5e724212{SSL,[ssl, 
http/1.1]}{127.0.0.1:45400}
   [junit4]   2> 820703 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
Started @830019ms
   [junit4]   2> 820703 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/s_i, hostPort=45400, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-2-001/cores}
   [junit4]   2> 820703 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 820725 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 820725 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 820725 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 820725 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-08T00:23:29.312Z
   [junit4]   2> 820756 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 820756 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-2-001/solr.xml
   [junit4]   2> 820773 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 820813 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38862/solr
   [junit4]   2> 820941 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:45400_s_i 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 820942 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:45400_s_i 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 820956 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:45400_s_i 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45400_s_i
   [junit4]   2> 820957 INFO  (zkCallback-435-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 820957 INFO  
(zkCallback-440-thread-1-processing-n:127.0.0.1:43763_s_i) 
[n:127.0.0.1:43763_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 820958 INFO  
(zkCallback-446-thread-1-processing-n:127.0.0.1:45400_s_i) 
[n:127.0.0.1:45400_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 820957 INFO  
(zkCallback-428-thread-1-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 821270 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:45400_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 821286 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:45400_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 821286 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:45400_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 821300 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:45400_s_i 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-2-001/cores
   [junit4]   2> 821368 INFO  (qtp1470055141-2633) [n:127.0.0.1:41109_s_i    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:45400_s_i&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 821462 INFO  
(OverseerCollectionConfigSetProcessor-98445020133457925-127.0.0.1:41109_s_i-n_0000000000)
 [n:127.0.0.1:41109_s_i    ] 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> 821478 INFO  
(OverseerThreadFactory-1111-thread-4-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:45400_s_i for creating new replica
   [junit4]   2> 821697 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i    ] 
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> 821697 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 822760 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 822796 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 823303 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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> 823385 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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> 823385 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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@23922b2f
   [junit4]   2> 823385 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 823386 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 823401 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3347219630579471]
   [junit4]   2> 823403 WARN  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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> 823582 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 823583 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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> 823596 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 823596 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 823612 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 823612 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@542942f1[collection1_shard1_replica_n43] main]
   [junit4]   2> 823613 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 823613 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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> 823614 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 823614 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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 
1575120338630475776
   [junit4]   2> 823662 INFO  
(searcherExecutor-1136-thread-1-processing-n:127.0.0.1:45400_s_i 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@542942f1[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 823664 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 823664 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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> 823664 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:45400/s_i/collection1_shard1_replica_n43/
   [junit4]   2> 823664 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 823664 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
https://127.0.0.1:45400/s_i/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 823664 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 823697 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45400/s_i/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 823858 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 823859 INFO  (qtp1525921371-2705) [n:127.0.0.1:45400_s_i 
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=2162
   [junit4]   2> 823861 INFO  (qtp1470055141-2633) [n:127.0.0.1:41109_s_i    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:45400_s_i&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=2493
   [junit4]   2> 824192 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-3-001
 of type NRT
   [junit4]   2> 824205 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 824206 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5d513610{/s_i,null,AVAILABLE}
   [junit4]   2> 824206 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@22af6ea0{SSL,[ssl, 
http/1.1]}{127.0.0.1:39335}
   [junit4]   2> 824206 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
Started @833536ms
   [junit4]   2> 824207 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/s_i, hostPort=39335, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-3-001/cores}
   [junit4]   2> 824207 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 824217 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 824217 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 824217 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 824217 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-08T00:23:32.804Z
   [junit4]   2> 824236 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 824236 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-3-001/solr.xml
   [junit4]   2> 824402 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 824419 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38862/solr
   [junit4]   2> 824446 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:39335_s_i 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 824447 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:39335_s_i 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 824451 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:39335_s_i 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39335_s_i
   [junit4]   2> 824473 INFO  
(zkCallback-440-thread-1-processing-n:127.0.0.1:43763_s_i) 
[n:127.0.0.1:43763_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 824473 INFO  
(zkCallback-428-thread-1-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 824485 INFO  
(zkCallback-446-thread-1-processing-n:127.0.0.1:45400_s_i) 
[n:127.0.0.1:45400_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 824485 INFO  (zkCallback-435-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 824497 INFO  
(zkCallback-452-thread-1-processing-n:127.0.0.1:39335_s_i) 
[n:127.0.0.1:39335_s_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 824715 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:39335_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 824732 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:39335_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 824745 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:39335_s_i 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f
   [junit4]   2> 824747 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [n:127.0.0.1:39335_s_i 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-3-001/cores
   [junit4]   2> 824927 INFO  (qtp1470055141-2631) [n:127.0.0.1:41109_s_i    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:39335_s_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 824988 INFO  
(OverseerCollectionConfigSetProcessor-98445020133457925-127.0.0.1:41109_s_i-n_0000000000)
 [n:127.0.0.1:41109_s_i    ] 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> 824989 INFO  
(OverseerThreadFactory-1111-thread-5-processing-n:127.0.0.1:41109_s_i) 
[n:127.0.0.1:41109_s_i    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:39335_s_i for creating new replica
   [junit4]   2> 825245 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i    ] 
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> 825245 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 826364 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 826412 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 827124 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
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> 827190 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
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> 827190 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
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@23922b2f
   [junit4]   2> 827190 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 827206 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
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/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 827252 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3347219630579471]
   [junit4]   2> 827269 WARN  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
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> 827471 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 827471 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
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> 827472 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 827472 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 827473 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 827473 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2e9e50bc[collection1_shard2_replica_n45] main]
   [junit4]   2> 827479 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 827479 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
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> 827480 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 827480 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
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 
1575120342684270592
   [junit4]   2> 827482 INFO  
(searcherExecutor-1147-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45] Registered new searcher 
Searcher@2e9e50bc[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 827496 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 827496 INFO  
(updateExecutor-449-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:39335_s_i 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 827496 INFO  (qtp974807075-2731) [n:127.0.0.1:39335_s_i 
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=2251
   [junit4]   2> 827503 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 827503 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 827503 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 827503 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 827503 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_n45] as recovering, leader is 
[https://127.0.0.1:43763/s_i/collection1_shard2_replica_n41/] and I am 
[https://127.0.0.1:39335/s_i/collection1_shard2_replica_n45/]
   [junit4]   2> 827552 INFO  (qtp1470055141-2631) [n:127.0.0.1:41109_s_i    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:39335_s_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=2625
   [junit4]   2> 827584 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [https://127.0.0.1:43763/s_i]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:39335_s_i&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 827720 INFO  (qtp1519529598-2670) [n:127.0.0.1:43763_s_i    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 827720 INFO  (qtp1519529598-2670) [n:127.0.0.1:43763_s_i    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:39335_s_i, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"https://127.0.0.1:39335/s_i","node_name":"127.0.0.1:39335_s_i","state":"recovering","type":"NRT"}
   [junit4]   2> 827720 INFO  (qtp1519529598-2670) [n:127.0.0.1:43763_s_i    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, 
checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 827720 INFO  (qtp1519529598-2670) [n:127.0.0.1:43763_s_i    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:39335_s_i&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 828088 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-4-001
 of type NRT
   [junit4]   2> 828089 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 828090 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@37c43590{/s_i,null,AVAILABLE}
   [junit4]   2> 828090 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5ad59636{SSL,[ssl, 
http/1.1]}{127.0.0.1:34841}
   [junit4]   2> 828090 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] o.e.j.s.Server 
Started @837419ms
   [junit4]   2> 828090 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
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/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/tempDir-001/jetty4,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/s_i, hostPort=34841, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-4-001/cores}
   [junit4]   2> 828090 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 828140 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 828141 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 828141 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 828141 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-08T00:23:36.728Z
   [junit4]   2> 828194 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 828194 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_B258EF9411F2EE33-001/shard-4-001/solr.xml
   [junit4]   2> 828210 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23922b2f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 828225 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [https://127.0.0.1:43763/s_i/collection1_shard2_replica_n41/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 828225 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.PeerSync PeerSync: 
core=collection1_shard2_replica_n45 url=https://127.0.0.1:39335/s_i START 
replicas=[https://127.0.0.1:43763/s_i/collection1_shard2_replica_n41/] 
nUpdates=100
   [junit4]   2> 828226 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[B258EF9411F2EE33]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38862/solr
   [junit4]   2> 828340 INFO  (qtp1519529598-2674) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2 r:core_node42 x:collection1_shard2_replica_n41] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:65.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 828340 INFO  (qtp1519529598-2674) [n:127.0.0.1:43763_s_i 
c:collection1 s:shard2 r:core_node42 x:collection1_shard2_replica_n41] 
o.a.s.c.S.Request [collection1_shard2_replica_n41]  webapp=/s_i path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=98
   [junit4]   2> 828341 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 828341 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.PeerSync We are already in sync. No 
need to do a PeerSync 
   [junit4]   2> 828341 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 828341 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 828342 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 828355 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 828355 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 828355 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 828355 INFO  
(recoveryExecutor-450-thread-1-processing-n:127.0.0.1:39335_s_i 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39335_s_i c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.R

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

4]   2> 156297 INFO  (coreCloseExecutor-218-thread-2) [n:127.0.0.1:37159_solr 
c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.stateformat1.shard1.leader, tag=1444114503
   [junit4]   2> 156325 INFO  (coreCloseExecutor-218-thread-1) 
[n:127.0.0.1:37159_solr c:testcollection s:shard2 r:core_node5 
x:testcollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testcollection.shard2.replica_n2, tag=57363203
   [junit4]   2> 156383 INFO  (coreCloseExecutor-218-thread-3) 
[n:127.0.0.1:37159_solr c:falsepredicate s:shard4 r:core_node8 
x:falsepredicate_shard4_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.falsepredicate.shard4.replica_n6, 
tag=2096144931
   [junit4]   2> 156394 INFO  (coreCloseExecutor-218-thread-3) 
[n:127.0.0.1:37159_solr c:falsepredicate s:shard4 r:core_node8 
x:falsepredicate_shard4_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.falsepredicate.shard4.leader, 
tag=2096144931
   [junit4]   2> 156396 INFO  (coreCloseExecutor-218-thread-1) 
[n:127.0.0.1:37159_solr c:testcollection s:shard2 r:core_node5 
x:testcollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testcollection.shard2.leader, 
tag=57363203
   [junit4]   2> 156396 INFO  (coreCloseExecutor-217-thread-1) 
[n:127.0.0.1:43239_solr c:falsepredicate s:shard2 r:core_node5 
x:falsepredicate_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.falsepredicate.shard2.replica_n2, 
tag=2007273607
   [junit4]   2> 156398 INFO  (coreCloseExecutor-217-thread-1) 
[n:127.0.0.1:43239_solr c:falsepredicate s:shard2 r:core_node5 
x:falsepredicate_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.falsepredicate.shard2.leader, 
tag=2007273607
   [junit4]   2> 156432 INFO  (coreCloseExecutor-219-thread-3) 
[n:127.0.0.1:44097_solr c:delayed s:shard1 r:core_node2 
x:delayed_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core.delayed.shard1.replica_n1, tag=629029549
   [junit4]   2> 156435 INFO  (coreCloseExecutor-219-thread-3) 
[n:127.0.0.1:44097_solr c:delayed s:shard1 r:core_node2 
x:delayed_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection.delayed.shard1.leader, tag=629029549
   [junit4]   2> 156469 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:44097_solr c:testcollection s:shard1 r:core_node3 
x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testcollection.shard1.replica_n1, 
tag=1268575273
   [junit4]   2> 156483 INFO  
(zkCallback-77-thread-3-processing-n:127.0.0.1:44097_solr) 
[n:127.0.0.1:44097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 156483 INFO  
(zkCallback-98-thread-1-processing-n:127.0.0.1:43239_solr) 
[n:127.0.0.1:43239_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 156483 INFO  
(zkCallback-111-thread-2-processing-n:127.0.0.1:37159_solr) 
[n:127.0.0.1:37159_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 156484 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:44097_solr c:testcollection s:shard1 r:core_node3 
x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testcollection.shard1.leader, 
tag=1268575273
   [junit4]   2> 156485 INFO  (coreCloseExecutor-219-thread-2) 
[n:127.0.0.1:44097_solr c:falsepredicate s:shard1 r:core_node3 
x:falsepredicate_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.falsepredicate.shard1.replica_n1, tag=661203447
   [junit4]   2> 156485 WARN  
(zkCallback-98-thread-1-processing-n:127.0.0.1:43239_solr) 
[n:127.0.0.1:43239_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 156498 INFO  (jetty-closer-58-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@235cb47b{/solr,null,UNAVAILABLE}
   [junit4]   2> 156499 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15dbf6c22b5001e, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 156500 INFO  (coreCloseExecutor-219-thread-2) 
[n:127.0.0.1:44097_solr c:falsepredicate s:shard1 r:core_node3 
x:falsepredicate_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.falsepredicate.shard1.leader, 
tag=661203447
   [junit4]   2> 156500 INFO  
(zkCallback-77-thread-3-processing-n:127.0.0.1:44097_solr) 
[n:127.0.0.1:44097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 156513 INFO  
(zkCallback-77-thread-3-processing-n:127.0.0.1:44097_solr) 
[n:127.0.0.1:44097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 156534 INFO  (jetty-closer-58-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98445238031679497-127.0.0.1:44097_solr-n_0000000002) closing
   [junit4]   2> 156542 INFO  
(OverseerStateUpdate-98445238031679497-127.0.0.1:44097_solr-n_0000000002) 
[n:127.0.0.1:44097_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:44097_solr
   [junit4]   2> 156542 INFO  (jetty-closer-58-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@33408818{/solr,null,UNAVAILABLE}
   [junit4]   2> 156632 INFO  (jetty-closer-58-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@18a2a976{/solr,null,UNAVAILABLE}
   [junit4]   2> 157992 WARN  
(zkCallback-105-thread-2-processing-n:127.0.0.1:35105_solr) 
[n:127.0.0.1:35105_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 157992 INFO  (jetty-closer-58-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2042b3f{/solr,null,UNAVAILABLE}
   [junit4]   2> 158022 ERROR 
(SUITE-TestCollectionStateWatchers-seed#[6885AF7C350E2136]-worker) [    ] 
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> 158023 INFO  
(SUITE-TestCollectionStateWatchers-seed#[6885AF7C350E2136]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42595 42595
   [junit4]   2> 158304 INFO  (Thread-49) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42595 42595
   [junit4]   2> 158306 WARN  (Thread-49) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        7       /solr/security.json
   [junit4]   2>        7       /solr/configs/config
   [junit4]   2>        4       /solr/collections/stateformat1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        73      /solr/collections/testcollection/state.json
   [junit4]   2>        53      /solr/collections/falsepredicate/state.json
   [junit4]   2>        16      /solr/collections/waitforstate/state.json
   [junit4]   2>        12      /solr/collections/currentstate/state.json
   [junit4]   2>        9       /solr/collections/stateformat1/state.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        7       /solr/collections/delayed/state.json
   [junit4]   2>        7       /solr/collections/tobedeleted/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98445238031679511-127.0.0.1:43239_solr-n_0000000004
   [junit4]   2>        2       
/solr/overseer_elect/election/98445238031679497-127.0.0.1:44097_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_6885AF7C350E2136-001
   [junit4]   2> Aug 08, 2017 1:20:24 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1479, maxMBSortInHeap=7.068403513400802, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-IQ, 
timezone=America/Santiago
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=52977840,total=310902784
   [junit4]   2> NOTE: All tests run in this JVM: 
[StreamExpressionToExpessionTest, TestSpellCheckResponse, UuidEvaluatorTest, 
CloudSolrClientMultiConstructorTest, HttpSolrClientSSLAuthConPoolTest, 
OrEvaluatorTest, TestNamedListCodec, ArcCosineEvaluatorTest, 
HyperbolicSineEvaluatorTest, AbsoluteValueEvaluatorTest, 
TestCollectionAdminRequest, ConcurrentUpdateSolrClientTest, 
SolrExampleStreamingTest, TestCollectionStateWatchers]
   [junit4] Completed [50/135 (1!)] on J0 in 104.21s, 9 tests, 1 failure <<< 
FAILURES!

[...truncated 42664 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to