Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/121/
4 tests failed.
FAILED:
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Collection not found: awhollynewcollection_0
Stack Trace:
org.apache.solr.common.SolrException: Collection not found:
awhollynewcollection_0
at
__randomizedtesting.SeedInfo.seed([CBE4E0A870829DE6:8391941C76B1B273]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1139)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:822)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:458)
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)
FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([CBE4E0A870829DE6:43B0DF72DE7EF01E]: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.cloud.ShardSplitTest.testSplitAfterFailedSplit
Error Message:
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
at
__randomizedtesting.SeedInfo.seed([CBE4E0A870829DE6:32A973074CF7D06C]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:279)
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.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([CBE4E0A870829DE6:40C3337931843662]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:908)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:436)
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)
Build Log:
[...truncated 11340 lines...]
[junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/init-core-data-001
[junit4] 2> 873702 WARN
(SUITE-MultiThreadedOCPTest-seed#[CBE4E0A870829DE6]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 873702 INFO
(SUITE-MultiThreadedOCPTest-seed#[CBE4E0A870829DE6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 873724 INFO
(SUITE-MultiThreadedOCPTest-seed#[CBE4E0A870829DE6]-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> 873725 INFO
(SUITE-MultiThreadedOCPTest-seed#[CBE4E0A870829DE6]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /mt_b/
[junit4] 2> 873850 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 873850 INFO (Thread-701) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 873850 INFO (Thread-701) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 873851 ERROR (Thread-701) [ ] 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> 873963 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.ZkTestServer start zk server on port:34889
[junit4] 2> 874140 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 874141 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 874155 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 874155 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 874156 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 874157 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 874157 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 874158 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 874173 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 874173 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 874174 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 874335 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 874870 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 874871 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6643c8c2{/mt_b,null,AVAILABLE}
[junit4] 2> 874872 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7481c4f9{SSL,[ssl,
http/1.1]}{127.0.0.1:38089}
[junit4] 2> 874872 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ] o.e.j.s.Server
Started @887195ms
[junit4] 2> 874872 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/mt_b, hostPort=38089,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/control-001/cores}
[junit4] 2> 874872 ERROR
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 874873 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 874873 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 874873 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 874873 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-08-25T22:17:20Z
[junit4] 2> 875089 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 875089 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/control-001/solr.xml
[junit4] 2> 875106 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 875154 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34889/solr
[junit4] 2> 875734 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:38089_mt_b ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 875735 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:38089_mt_b ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:38089_mt_b
[junit4] 2> 875736 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:38089_mt_b ] o.a.s.c.Overseer Overseer
(id=98546446432862213-127.0.0.1:38089_mt_b-n_0000000000) starting
[junit4] 2> 875824 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:38089_mt_b ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38089_mt_b
[junit4] 2> 875881 INFO
(zkCallback-1876-thread-1-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 876426 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:38089_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 876491 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:38089_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 876491 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:38089_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 876492 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:38089_mt_b ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/control-001/cores
[junit4] 2> 876803 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 876868 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34889/solr ready
[junit4] 2> 877190 INFO (qtp1438926656-5524) [n:127.0.0.1:38089_mt_b ]
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:38089_mt_b&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 877344 INFO
(OverseerThreadFactory-1123-thread-1-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 877813 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b ]
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> 877813 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 878039 INFO
(zkCallback-1876-thread-1-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] 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> 878910 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 879006 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 879764 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 879842 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 879843 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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@7a666291
[junit4] 2> 879843 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 879843 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 879845 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=26.5537109375,
floorSegmentMB=2.111328125, forceMergeDeletesPctAllowed=22.39638121761343,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 879862 WARN (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 880255 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 880255 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 880256 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 880256 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 880270 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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=26, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 880270 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@41357780[control_collection_shard1_replica_n1] main]
[junit4] 2> 880306 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 880306 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 880306 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 880307 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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 1576743149695401984
[junit4] 2> 880309 INFO
(searcherExecutor-1126-thread-1-processing-n:127.0.0.1:38089_mt_b
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:38089_mt_b 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@41357780[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 880324 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 880324 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 880324 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38089/mt_b/control_collection_shard1_replica_n1/
[junit4] 2> 880324 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 880324 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:38089/mt_b/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 880324 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 880326 INFO
(zkCallback-1876-thread-1-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] 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> 880328 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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:38089/mt_b/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 880448 INFO
(zkCallback-1876-thread-1-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] 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> 880465 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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> 880482 INFO (qtp1438926656-5523) [n:127.0.0.1:38089_mt_b
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=2668
[junit4] 2> 880566 INFO (qtp1438926656-5524) [n:127.0.0.1:38089_mt_b ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 880663 INFO
(zkCallback-1876-thread-2-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] 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> 881399 INFO
(OverseerCollectionConfigSetProcessor-98546446432862213-127.0.0.1:38089_mt_b-n_0000000000)
[n:127.0.0.1:38089_mt_b ] 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> 881566 INFO (qtp1438926656-5524) [n:127.0.0.1:38089_mt_b ]
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:38089_mt_b&wt=javabin&version=2}
status=0 QTime=4375
[junit4] 2> 881611 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 881611 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34889/solr ready
[junit4] 2> 881611 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 881647 INFO (qtp1438926656-5521) [n:127.0.0.1:38089_mt_b ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 881684 INFO
(OverseerThreadFactory-1123-thread-2-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 881685 WARN
(OverseerThreadFactory-1123-thread-2-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 881959 INFO (qtp1438926656-5521) [n:127.0.0.1:38089_mt_b ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 881959 INFO (qtp1438926656-5521) [n:127.0.0.1:38089_mt_b ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=312
[junit4] 2> 882524 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-1-001
of type NRT
[junit4] 2> 882525 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 882658 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@14e8cfed{/mt_b,null,AVAILABLE}
[junit4] 2> 882659 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3c713d06{SSL,[ssl,
http/1.1]}{127.0.0.1:35028}
[junit4] 2> 882659 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ] o.e.j.s.Server
Started @894982ms
[junit4] 2> 882659 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/mt_b, hostPort=35028,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-1-001/cores}
[junit4] 2> 882659 ERROR
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 882674 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 882674 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 882674 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 882674 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-25T22:17:27.801Z
[junit4] 2> 882773 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 882773 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-1-001/solr.xml
[junit4] 2> 882826 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 882841 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34889/solr
[junit4] 2> 882904 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 882986 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35028_mt_b ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 882999 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35028_mt_b ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35028_mt_b
[junit4] 2> 883000 INFO (zkCallback-1883-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 883000 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 883016 INFO
(zkCallback-1876-thread-2-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 883715 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35028_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 883730 INFO
(OverseerCollectionConfigSetProcessor-98546446432862213-127.0.0.1:38089_mt_b-n_0000000000)
[n:127.0.0.1:38089_mt_b ] 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> 883764 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35028_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 883765 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35028_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 883766 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35028_mt_b ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-1-001/cores
[junit4] 2> 883898 INFO (qtp1438926656-5522) [n:127.0.0.1:38089_mt_b ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:35028_mt_b&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 883962 INFO
(OverseerThreadFactory-1123-thread-3-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:35028_mt_b for creating new replica
[junit4] 2> 884213 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 884213 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 884305 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 885294 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 885349 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
[collection1_shard2_replica_n0] Schema name=test
[junit4] 2> 886032 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 886110 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 886111 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n0' (registry
'solr.core.collection1.shard2.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 886111 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 886111 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[[collection1_shard2_replica_n0] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-1-001/cores/collection1_shard2_replica_n0],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
[junit4] 2> 886113 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=26.5537109375,
floorSegmentMB=2.111328125, forceMergeDeletesPctAllowed=22.39638121761343,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 886210 WARN (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
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> 886442 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 886442 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 886545 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 886545 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 886546 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 886546 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@17cdb11b[collection1_shard2_replica_n0] main]
[junit4] 2> 886569 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 886569 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 886569 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 886570 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1576743156262633472
[junit4] 2> 886586 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 886586 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 886586 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:35028/mt_b/collection1_shard2_replica_n0/
[junit4] 2> 886586 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 886586 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
https://127.0.0.1:35028/mt_b/collection1_shard2_replica_n0/ has no replicas
[junit4] 2> 886586 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 886588 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:35028/mt_b/collection1_shard2_replica_n0/ shard2
[junit4] 2> 886630 INFO
(searcherExecutor-1137-thread-1-processing-n:127.0.0.1:35028_mt_b
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[collection1_shard2_replica_n0] Registered new searcher
Searcher@17cdb11b[collection1_shard2_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 886653 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 886800 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 886802 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 886817 INFO (qtp697556847-5564) [n:127.0.0.1:35028_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2604
[junit4] 2> 886841 INFO (qtp1438926656-5522) [n:127.0.0.1:38089_mt_b ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:35028_mt_b&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=2943
[junit4] 2> 886919 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 887964 INFO
(OverseerCollectionConfigSetProcessor-98546446432862213-127.0.0.1:38089_mt_b-n_0000000000)
[n:127.0.0.1:38089_mt_b ] 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> 888413 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-2-001
of type NRT
[junit4] 2> 888414 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 888415 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2dacb994{/mt_b,null,AVAILABLE}
[junit4] 2> 888415 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@76538b89{SSL,[ssl,
http/1.1]}{127.0.0.1:36704}
[junit4] 2> 888415 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ] o.e.j.s.Server
Started @900738ms
[junit4] 2> 888415 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/mt_b, hostPort=36704,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-2-001/cores}
[junit4] 2> 888416 ERROR
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 888443 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 888443 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 888443 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 888443 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-25T22:17:33.570Z
[junit4] 2> 888495 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 888495 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-2-001/solr.xml
[junit4] 2> 888561 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 888613 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34889/solr
[junit4] 2> 888745 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:36704_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 888746 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:36704_mt_b ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 888776 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:36704_mt_b ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36704_mt_b
[junit4] 2> 888800 INFO (zkCallback-1883-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 888800 INFO
(zkCallback-1894-thread-1-processing-n:127.0.0.1:36704_mt_b)
[n:127.0.0.1:36704_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 888800 INFO
(zkCallback-1876-thread-1-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 888800 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 889248 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:36704_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 889313 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:36704_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 889314 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:36704_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 889315 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:36704_mt_b ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-2-001/cores
[junit4] 2> 889878 INFO (qtp765019304-5594) [n:127.0.0.1:36704_mt_b ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:36704_mt_b&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 889893 INFO
(OverseerThreadFactory-1123-thread-4-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:36704_mt_b for creating new replica
[junit4] 2> 889930 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 889930 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 889940 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 890031 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 890285 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
[collection1_shard1_replica_n0] Schema name=test
[junit4] 2> 891194 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 891362 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 891363 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n0' (registry
'solr.core.collection1.shard1.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 891363 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 891363 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[[collection1_shard1_replica_n0] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-2-001/cores/collection1_shard1_replica_n0],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
[junit4] 2> 891380 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=26.5537109375,
floorSegmentMB=2.111328125, forceMergeDeletesPctAllowed=22.39638121761343,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 891424 WARN (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
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> 891939 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 891939 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 891940 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 891940 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 891941 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 891941 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@68cdf724[collection1_shard1_replica_n0] main]
[junit4] 2> 891942 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 891942 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 892000 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 892001 INFO
(searcherExecutor-1148-thread-1-processing-n:127.0.0.1:36704_mt_b
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[collection1_shard1_replica_n0] Registered new searcher
Searcher@68cdf724[collection1_shard1_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 892001 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1576743161957449728
[junit4] 2> 892035 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 892035 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 892035 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:36704/mt_b/collection1_shard1_replica_n0/
[junit4] 2> 892035 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 892035 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
https://127.0.0.1:36704/mt_b/collection1_shard1_replica_n0/ has no replicas
[junit4] 2> 892035 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 892037 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:36704/mt_b/collection1_shard1_replica_n0/ shard1
[junit4] 2> 892061 INFO
(zkCallback-1894-thread-1-processing-n:127.0.0.1:36704_mt_b)
[n:127.0.0.1:36704_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 892073 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 892155 INFO
(zkCallback-1894-thread-1-processing-n:127.0.0.1:36704_mt_b)
[n:127.0.0.1:36704_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 892155 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 892178 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 892188 INFO (qtp765019304-5596) [n:127.0.0.1:36704_mt_b
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2257
[junit4] 2> 892203 INFO
(OverseerCollectionConfigSetProcessor-98546446432862213-127.0.0.1:38089_mt_b-n_0000000000)
[n:127.0.0.1:38089_mt_b ] 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> 892204 INFO (qtp765019304-5594) [n:127.0.0.1:36704_mt_b ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:36704_mt_b&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=2326
[junit4] 2> 892300 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 892300 INFO
(zkCallback-1894-thread-1-processing-n:127.0.0.1:36704_mt_b)
[n:127.0.0.1:36704_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 893218 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-3-001
of type NRT
[junit4] 2> 893219 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 893287 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@780f46c3{/mt_b,null,AVAILABLE}
[junit4] 2> 893288 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@669619fd{SSL,[ssl,
http/1.1]}{127.0.0.1:35317}
[junit4] 2> 893288 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ] o.e.j.s.Server
Started @905611ms
[junit4] 2> 893288 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/mt_b, hostPort=35317,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-3-001/cores}
[junit4] 2> 893288 ERROR
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 893303 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 893303 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 893303 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 893303 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-25T22:17:38.430Z
[junit4] 2> 893376 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 893376 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-3-001/solr.xml
[junit4] 2> 893393 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 893442 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34889/solr
[junit4] 2> 893613 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35317_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 893614 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35317_mt_b ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 893615 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35317_mt_b ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35317_mt_b
[junit4] 2> 893616 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 893645 INFO
(zkCallback-1876-thread-2-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 893645 INFO (zkCallback-1883-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 893634 INFO
(zkCallback-1900-thread-1-processing-n:127.0.0.1:35317_mt_b)
[n:127.0.0.1:35317_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 893634 INFO
(zkCallback-1894-thread-1-processing-n:127.0.0.1:36704_mt_b)
[n:127.0.0.1:36704_mt_b ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 894595 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35317_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 894689 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35317_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 894690 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35317_mt_b ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 894691 INFO
(TEST-MultiThreadedOCPTest.test-seed#[CBE4E0A870829DE6])
[n:127.0.0.1:35317_mt_b ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-3-001/cores
[junit4] 2> 895260 INFO (qtp765019304-5595) [n:127.0.0.1:36704_mt_b ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:35317_mt_b&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 895290 INFO
(OverseerThreadFactory-1123-thread-5-processing-n:127.0.0.1:38089_mt_b)
[n:127.0.0.1:38089_mt_b ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:35317_mt_b for creating new replica
[junit4] 2> 895571 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 895571 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 895587 INFO
(zkCallback-1888-thread-1-processing-n:127.0.0.1:35028_mt_b)
[n:127.0.0.1:35028_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 895587 INFO
(zkCallback-1894-thread-1-processing-n:127.0.0.1:36704_mt_b)
[n:127.0.0.1:36704_mt_b ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 895732 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 895834 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema
[collection1_shard2_replica_n1] Schema name=test
[junit4] 2> 896529 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 896564 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from
collection collection1, trusted=true
[junit4] 2> 896564 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n1' (registry
'solr.core.collection1.shard2.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7a666291
[junit4] 2> 896564 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 896564 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrCore
[[collection1_shard2_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-3-001/cores/collection1_shard2_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_CBE4E0A870829DE6-001/shard-3-001/cores/collection1_shard2_replica_n1/data/]
[junit4] 2> 896579 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=19, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=26.5537109375,
floorSegmentMB=2.111328125, forceMergeDeletesPctAllowed=22.39638121761343,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 896581 WARN (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_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> 896837 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 896837 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 896838 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 896838 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 896839 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 896839 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@715eb5a2[collection1_shard2_replica_n1] main]
[junit4] 2> 896843 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 896844 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 896844 INFO (qtp10527836-5623) [n:127.0.0.1:35317_mt_b
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reser
[...truncated too long message...]
porters.SolrJmxReporter@1fd77e73: rootName = null, domain = solr.jvm, service
url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@6c93b87f
[junit4] 2> 3028794 INFO (jetty-closer-1647-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 3028794 INFO (jetty-closer-1647-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@d5c5ec0: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@4b8d25c9
[junit4] 2> 3028807 INFO (jetty-closer-1647-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 3028807 INFO (jetty-closer-1647-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 3028807 INFO (jetty-closer-1647-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 3028808 INFO (jetty-closer-1647-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 3028822 WARN
(zkCallback-1668-thread-9-processing-n:127.0.0.1:38521_solr)
[n:127.0.0.1:38521_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3028822 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:42854) [
] o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15e1b964358000a, 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> 3028831 INFO (jetty-closer-1647-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7035f036{/solr,null,UNAVAILABLE}
[junit4] 2> 3028832 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:42854) [
] o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15e1b964358000c, 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> 3028832 INFO
(zkCallback-1662-thread-2-processing-n:127.0.0.1:45927_solr)
[n:127.0.0.1:45927_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (2)
[junit4] 2> 3028833 INFO
(zkCallback-1665-thread-8-processing-n:127.0.0.1:44708_solr)
[n:127.0.0.1:44708_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (2)
[junit4] 2> 3028833 WARN
(zkCallback-1662-thread-2-processing-n:127.0.0.1:45927_solr)
[n:127.0.0.1:45927_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3028833 INFO
(zkCallback-1665-thread-6-processing-n:127.0.0.1:44708_solr)
[n:127.0.0.1:44708_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 3028834 INFO (jetty-closer-1647-thread-4) [ ]
o.a.s.c.Overseer Overseer
(id=98546574037614601-127.0.0.1:44708_solr-n_0000000000) closing
[junit4] 2> 3028838 INFO
(OverseerStateUpdate-98546574037614601-127.0.0.1:44708_solr-n_0000000000)
[n:127.0.0.1:44708_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:44708_solr
[junit4] 2> 3030310 WARN
(zkCallback-1670-thread-4-processing-n:127.0.0.1:34316_solr)
[n:127.0.0.1:34316_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3030310 INFO (jetty-closer-1647-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@51087b1{/solr,null,UNAVAILABLE}
[junit4] 2> 3030333 INFO (jetty-closer-1647-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7a0f1417{/solr,null,UNAVAILABLE}
[junit4] 2> 3030339 WARN
(zkCallback-1665-thread-6-processing-n:127.0.0.1:44708_solr)
[n:127.0.0.1:44708_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3030339 INFO (jetty-closer-1647-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@45370a73{/solr,null,UNAVAILABLE}
[junit4] 2> 3030340 ERROR
(SUITE-CollectionsAPIDistributedZkTest-seed#[CBE4E0A870829DE6]-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> 3030340 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[CBE4E0A870829DE6]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42854 42854
[junit4] 2> 3030480 INFO (Thread-5306) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:42854 42854
[junit4] 2> 3030480 WARN (Thread-5306) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 16 /solr/configs/conf
[junit4] 2> 13 /solr/aliases.json
[junit4] 2> 13 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 41
/solr/collections/nodes_used_collection/state.json
[junit4] 2> 40 /solr/collections/reloaded_collection/state.json
[junit4] 2> 16
/solr/collections/halfdeletedcollection/state.json
[junit4] 2> 15
/solr/collections/acollectionafterbaddelete/state.json
[junit4] 2> 13 /solr/collections/onlyinzk/state.json
[junit4] 2> 13 /solr/clusterstate.json
[junit4] 2> 5 /solr/collections/withconfigset2/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 313 /solr/collections
[junit4] 2> 13 /solr/live_nodes
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CBE4E0A870829DE6-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1267, maxMBSortInHeap=7.130615475245656,
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-LB,
timezone=Europe/San_Marino
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=121894520,total=522715136
[junit4] 2> NOTE: All tests run in this JVM: [TestAuthorizationFramework,
DocValuesTest, DistributedFacetPivotSmallAdvancedTest,
DirectSolrSpellCheckerTest, NoCacheHeaderTest,
HdfsWriteToMultipleCollectionsTest, TestSolrXml, TestSearchPerf,
OverseerModifyCollectionTest, TestAnalyzeInfixSuggestions, CacheHeaderTest,
TestReloadDeadlock, IndexSchemaTest, ResponseHeaderTest,
HdfsBasicDistributedZkTest, TestSystemIdResolver, TestPullReplica,
TestInitParams, HdfsLockFactoryTest, CdcrVersionReplicationTest, TestLockTree,
DistribJoinFromCollectionTest, CoreAdminHandlerTest,
TlogReplayBufferedWhileIndexingTest, TestRandomRequestDistribution,
BasicFunctionalityTest, SOLR749Test, BadComponentTest,
HdfsCollectionsAPIDistributedZkTest, TestSolrCloudWithDelegationTokens,
TestStressRecovery, TestElisionMultitermQuery, TolerantUpdateProcessorTest,
DistanceFunctionTest, TestSchemaResource, ShardRoutingCustomTest,
SliceStateTest, TestJsonFacetRefinement, SaslZkACLProviderTest,
TestStressVersions, SortSpecParsingTest, TestFastLRUCache,
TestSubQueryTransformerCrossCore, CheckHdfsIndexTest, TestNumericRangeQuery32,
TestClusterProperties, SuggestComponentTest, TestLeaderElectionZkExpiry,
TestCloudDeleteByQuery, TestDynamicLoading, FacetPivotSmallTest,
DocValuesNotIndexedTest, DateRangeFieldTest, LukeRequestHandlerTest,
TestHalfAndHalfDocValues, TestTlogReplica, TestLegacyNumericUtils,
SolrCloudExampleTest, DistributedQueryComponentCustomSortTest,
TestDFISimilarityFactory, TestSolrIndexConfig, CoreSorterTest,
SpellCheckComponentTest, TermVectorComponentTest, TestPostingsSolrHighlighter,
AnalyticsMergeStrategyTest, TestEmbeddedSolrServerSchemaAPI, TestConfigReload,
TestConfigOverlay, TestQueryTypes, TestSolrQueryResponse, CustomCollectionTest,
OpenCloseCoreStressTest, HdfsDirectoryFactoryTest, PrimUtilsTest,
BasicAuthIntegrationTest, HdfsRecoveryZkTest, SolrCloudReportersTest,
InfoHandlerTest, TestShardHandlerFactory, TestOrdValues,
ManagedSchemaRoundRobinCloudTest, MetricUtilsTest, AutoScalingHandlerTest,
TestSolrCloudWithHadoopAuthPlugin, TestMaxTokenLenTokenizer,
TestFieldCacheVsDocValues, TestRequestForwarding, HdfsThreadLeakTest,
TestInPlaceUpdatesDistrib, TestSimpleTrackingShardHandler,
MoreLikeThisHandlerTest, TestManagedSchemaThreadSafety,
TestManagedSynonymFilterFactory, SolrMetricsIntegrationTest, HighlighterTest,
TestCoreContainer, LargeFieldTest, TestManagedResourceStorage,
ResourceLoaderTest, SpatialFilterTest, TestSmileRequest,
DistributedFacetExistsSmallTest, AlternateDirectoryTest, TestRTGBase,
SharedFSAutoReplicaFailoverUtilsTest, TestFreeTextSuggestions,
DistributedMLTComponentTest, DistributedTermsComponentTest,
SolrCmdDistributorTest, DeleteStatusTest, RestartWhileUpdatingTest,
RequestLoggingTest, CollectionsAPIDistributedZkTest]
[junit4] Completed [333/729 (3!)] on J1 in 210.10s, 19 tests, 1 error <<<
FAILURES!
[...truncated 44651 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]