Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/380/
4 tests failed.
FAILED: org.apache.solr.cloud.SyncSliceTest.test
Error Message:
Could not load collection from ZK: collection1
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
collection1
at
__randomizedtesting.SeedInfo.seed([DC34CC2745C54E75:5460F3FDEB39238D]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1108)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1206)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:893)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1591)
at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:182)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/collection1/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1120)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1106)
... 50 more
FAILED: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([DC34CC2745C54E75:ED8AA1C33B6F3B87]: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.autoscaling.TriggerIntegrationTest.testCooldown(TriggerIntegrationTest.java:1177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate
Error Message:
The trigger did not fire at all
Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
at
__randomizedtesting.SeedInfo.seed([DC34CC2745C54E75:817CD2AE8A03E83A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
expected:<5> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
at
__randomizedtesting.SeedInfo.seed([DC34CC2745C54E75:B1C868DAFF8DB172]: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.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 13021 lines...]
[junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4] 2> 1850524 INFO
(SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/init-core-data-001
[junit4] 2> 1850524 WARN
(SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 1850524 INFO
(SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1850561 INFO
(SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1850561 INFO
(SUITE-SyncSliceTest-seed#[DC34CC2745C54E75]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1850579 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.ZkTestServer
STARTING ZK TEST SERVER
[junit4] 2> 1850587 INFO (Thread-4453) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1850587 INFO (Thread-4453) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1850588 ERROR (Thread-4453) [ ] 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> 1850692 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.ZkTestServer
start zk server on port:38535
[junit4] 2> 1850785 INFO (zkConnectionManagerCallback-2505-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1850874 INFO (zkConnectionManagerCallback-2507-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1850906 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1850940 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1850941 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1850942 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1851086 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1851212 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1851305 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1851415 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1851416 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1851417 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1851418 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1851443 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1852923 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.Server
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash:
82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1853032 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 1853032 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
[junit4] 2> 1853032 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session
Scavenging every 600000ms
[junit4] 2> 1853036 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@69e8a9d9{/,null,AVAILABLE}
[junit4] 2> 1853037 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@69aa06ec{HTTP/1.1,[http/1.1]}{127.0.0.1:44603}
[junit4] 2> 1853037 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.Server Started
@1864067ms
[junit4] 2> 1853037 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/tempDir-001/control/data,
hostContext=/, hostPort=44603,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/cores}
[junit4] 2> 1853038 ERROR
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1853038 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 1853038 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1853038 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1853038 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-12T19:28:24.095Z
[junit4] 2> 1853073 INFO (zkConnectionManagerCallback-2509-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1853109 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1853109 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/solr.xml
[junit4] 2> 1853129 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 1853129 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1853130 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 1853166 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:38535/solr
[junit4] 2> 1853183 INFO (zkConnectionManagerCallback-2513-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1853185 INFO
(zkConnectionManagerCallback-2515-thread-1-processing-n:127.0.0.1:44603_)
[n:127.0.0.1:44603_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1854102 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1854102 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44603_
[junit4] 2> 1854103 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_ ]
o.a.s.c.Overseer Overseer (id=72110095096741892-127.0.0.1:44603_-n_0000000000)
starting
[junit4] 2> 1854194 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44603_
[junit4] 2> 1854267 INFO
(zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1854735 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1854816 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1854816 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1854818 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:44603_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/cores
[junit4] 2> 1854919 INFO (zkConnectionManagerCallback-2521-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1854919 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1854920 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38535/solr ready
[junit4] 2> 1854930 INFO (qtp249976627-13412) [n:127.0.0.1:44603_ ]
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:44603_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1854989 INFO
(OverseerThreadFactory-4668-thread-1-processing-n:127.0.0.1:44603_)
[n:127.0.0.1:44603_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1855126 INFO (qtp249976627-13416) [n:127.0.0.1:44603_ ]
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> 1855127 INFO (qtp249976627-13416) [n:127.0.0.1:44603_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1855348 INFO
(zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_
] 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> 1856314 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 1856447 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1857916 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858110 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858111 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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@1cf345f8
[junit4] 2> 1858111 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1858111 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1858131 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=67.3447265625,
floorSegmentMB=1.6689453125, forceMergeDeletesPctAllowed=27.03851810999646,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.46796402662101855
[junit4] 2> 1858134 WARN (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858412 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858412 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858413 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1858413 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1858570 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.28602884068126855]
[junit4] 2> 1858571 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1ddd54ba[control_collection_shard1_replica_n1] main]
[junit4] 2> 1858606 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1858606 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858607 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1858607 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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 1592224602824638464
[junit4] 2> 1858649 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1858649 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858649 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44603/control_collection_shard1_replica_n1/
[junit4] 2> 1858649 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858649 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:44603/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 1858649 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858685 INFO
(searcherExecutor-4671-thread-1-processing-n:127.0.0.1:44603_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:44603_ 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@1ddd54ba[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1858738 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44603/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1858833 INFO
(zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_
] 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> 1858902 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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> 1858940 INFO (qtp249976627-13416) [n:127.0.0.1:44603_
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=3813
[junit4] 2> 1859018 INFO (qtp249976627-13412) [n:127.0.0.1:44603_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1859105 INFO
(OverseerCollectionConfigSetProcessor-72110095096741892-127.0.0.1:44603_-n_0000000000)
[n:127.0.0.1:44603_ ] 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> 1859122 INFO
(zkCallback-2514-thread-2-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_
] 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> 1860051 INFO (qtp249976627-13412) [n:127.0.0.1:44603_ ]
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:44603_&wt=javabin&version=2}
status=0 QTime=5120
[junit4] 2> 1860170 INFO (zkConnectionManagerCallback-2525-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1860171 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1860171 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38535/solr ready
[junit4] 2> 1860171 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.ChaosMonkey
monkey: init - expire sessions:false cause connection loss:false
[junit4] 2> 1860194 INFO (qtp249976627-13416) [n:127.0.0.1:44603_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1860344 INFO
(OverseerThreadFactory-4668-thread-2-processing-n:127.0.0.1:44603_)
[n:127.0.0.1:44603_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1860380 WARN
(OverseerThreadFactory-4668-thread-2-processing-n:127.0.0.1:44603_)
[n:127.0.0.1:44603_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 1860763 INFO (qtp249976627-13416) [n:127.0.0.1:44603_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1860763 INFO (qtp249976627-13416) [n:127.0.0.1:44603_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=569
[junit4] 2> 1861997 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001
of type NRT
[junit4] 2> 1861998 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.Server
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash:
82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1861999 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 1861999 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
[junit4] 2> 1861999 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session
Scavenging every 660000ms
[junit4] 2> 1861999 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@705e470{/,null,AVAILABLE}
[junit4] 2> 1861999 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6b511a47{HTTP/1.1,[http/1.1]}{127.0.0.1:38470}
[junit4] 2> 1861999 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.Server Started
@1873029ms
[junit4] 2> 1861999 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=38470,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/cores}
[junit4] 2> 1862000 ERROR
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1862000 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 1862000 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1862000 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1862000 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-12T19:28:33.057Z
[junit4] 2> 1862018 INFO (zkConnectionManagerCallback-2527-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1862019 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1862019 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/solr.xml
[junit4] 2> 1862040 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 1862040 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1862054 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 1862057 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:38535/solr
[junit4] 2> 1862075 INFO (zkConnectionManagerCallback-2531-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1862077 INFO
(zkConnectionManagerCallback-2533-thread-1-processing-n:127.0.0.1:38470_)
[n:127.0.0.1:38470_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1862190 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1862207 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1862240 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38470_
[junit4] 2> 1862367 INFO
(zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1862367 INFO (zkCallback-2524-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1862477 INFO
(OverseerCollectionConfigSetProcessor-72110095096741892-127.0.0.1:44603_-n_0000000000)
[n:127.0.0.1:44603_ ] 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> 1862493 INFO
(zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1862949 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1863097 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1863098 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1863154 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:38470_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/cores
[junit4] 2> 1863590 INFO (qtp1160187472-13460) [n:127.0.0.1:38470_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:38470_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1863593 INFO
(OverseerThreadFactory-4668-thread-3-processing-n:127.0.0.1:44603_)
[n:127.0.0.1:44603_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:38470_ for creating new replica
[junit4] 2> 1863627 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1863627 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1863902 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.3.0
[junit4] 2> 1864292 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema
[collection1_shard1_replica_n21] Schema name=test
[junit4] 2> 1865547 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1865802 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n21' using configuration from
collection collection1, trusted=true
[junit4] 2> 1865803 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n21' (registry
'solr.core.collection1.shard1.replica_n21') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1865803 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1865803 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[[collection1_shard1_replica_n21] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/cores/collection1_shard1_replica_n21],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
[junit4] 2> 1865838 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=67.3447265625,
floorSegmentMB=1.6689453125, forceMergeDeletesPctAllowed=27.03851810999646,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.46796402662101855
[junit4] 2> 1865880 WARN (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
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> 1866516 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1866516 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1866517 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1866517 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1866518 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.28602884068126855]
[junit4] 2> 1866519 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@9550ca0[collection1_shard1_replica_n21] main]
[junit4] 2> 1866532 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1866532 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1866533 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1866533 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1592224611135651840
[junit4] 2> 1866569 INFO
(searcherExecutor-4682-thread-1-processing-n:127.0.0.1:38470_
x:collection1_shard1_replica_n21 s:shard1 c:collection1) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[collection1_shard1_replica_n21] Registered new searcher
Searcher@9550ca0[collection1_shard1_replica_n21]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1866569 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1866570 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1866570 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:38470/collection1_shard1_replica_n21/
[junit4] 2> 1866570 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1866570 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
http://127.0.0.1:38470/collection1_shard1_replica_n21/ has no replicas
[junit4] 2> 1866570 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1866589 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:38470/collection1_shard1_replica_n21/ shard1
[junit4] 2> 1866607 INFO
(zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_
] 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> 1866646 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1866648 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3020
[junit4] 2> 1866668 INFO (qtp1160187472-13460) [n:127.0.0.1:38470_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:38470_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=3077
[junit4] 2> 1866755 INFO
(zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_
] 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> 1867621 INFO
(OverseerCollectionConfigSetProcessor-72110095096741892-127.0.0.1:44603_-n_0000000000)
[n:127.0.0.1:44603_ ] 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> 1868149 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001
of type NRT
[junit4] 2> 1868150 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.Server
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash:
82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1868208 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 1868208 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
[junit4] 2> 1868208 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session
Scavenging every 600000ms
[junit4] 2> 1868208 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3f465be5{/,null,AVAILABLE}
[junit4] 2> 1868209 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@9863713{HTTP/1.1,[http/1.1]}{127.0.0.1:34840}
[junit4] 2> 1868209 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.Server Started
@1879238ms
[junit4] 2> 1868209 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=34840,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/cores}
[junit4] 2> 1868209 ERROR
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1868245 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 1868245 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1868245 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1868245 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-12T19:28:39.302Z
[junit4] 2> 1868307 INFO (zkConnectionManagerCallback-2537-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1868309 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1868309 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/solr.xml
[junit4] 2> 1868363 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 1868363 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1868522 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 1868555 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:38535/solr
[junit4] 2> 1868575 INFO (zkConnectionManagerCallback-2541-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1868577 INFO
(zkConnectionManagerCallback-2543-thread-1-processing-n:127.0.0.1:34840_)
[n:127.0.0.1:34840_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1868614 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1868628 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1868630 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34840_
[junit4] 2> 1868631 INFO
(zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1868631 INFO
(zkCallback-2514-thread-1-processing-n:127.0.0.1:44603_) [n:127.0.0.1:44603_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1868650 INFO (zkCallback-2524-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1868685 INFO
(zkCallback-2542-thread-1-processing-n:127.0.0.1:34840_) [n:127.0.0.1:34840_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1869229 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1869341 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1869341 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1869396 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [n:127.0.0.1:34840_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/cores
[junit4] 2> 1869814 INFO (qtp1326455773-13492) [n:127.0.0.1:34840_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:34840_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1869874 INFO
(OverseerThreadFactory-4668-thread-4-processing-n:127.0.0.1:44603_)
[n:127.0.0.1:44603_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:34840_ for creating new replica
[junit4] 2> 1869945 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1869946 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1869963 INFO
(zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_
] 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> 1869963 INFO
(zkCallback-2542-thread-1-processing-n:127.0.0.1:34840_) [n:127.0.0.1:34840_
] 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> 1871053 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.3.0
[junit4] 2> 1871125 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema
[collection1_shard1_replica_n23] Schema name=test
[junit4] 2> 1872246 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1872373 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n23' using configuration from
collection collection1, trusted=true
[junit4] 2> 1872427 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n23' (registry
'solr.core.collection1.shard1.replica_n23') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1cf345f8
[junit4] 2> 1872427 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1872427 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
[[collection1_shard1_replica_n23] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/cores/collection1_shard1_replica_n23],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
[junit4] 2> 1872430 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=67.3447265625,
floorSegmentMB=1.6689453125, forceMergeDeletesPctAllowed=27.03851810999646,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.46796402662101855
[junit4] 2> 1872565 WARN (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
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> 1872963 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1872963 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1872965 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1872965 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1872966 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.28602884068126855]
[junit4] 2> 1872966 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@a55257a[collection1_shard1_replica_n23] main]
[junit4] 2> 1872986 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1872986 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1872987 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1872988 INFO
(searcherExecutor-4693-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
[collection1_shard1_replica_n23] Registered new searcher
Searcher@a55257a[collection1_shard1_replica_n23]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1872988 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1592224617904209920
[junit4] 2> 1873086 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.ZkController
Core needs to recover:collection1_shard1_replica_n23
[junit4] 2> 1873086 INFO (qtp1326455773-13496) [n:127.0.0.1:34840_
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3141
[junit4] 2> 1873087 INFO
(updateExecutor-2538-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:34840_
c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1873091 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 1873091 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 1873106 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21]
o.a.s.c.S.Request [collection1_shard1_replica_n21] webapp= path=/admin/ping
params={wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 1873106 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21]
o.a.s.c.S.Request [collection1_shard1_replica_n21] webapp= path=/admin/ping
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1873106 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard1_replica_n23]
[junit4] 2> 1873106 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 1873106 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard1_replica_n23] as recovering, leader is
[http://127.0.0.1:38470/collection1_shard1_replica_n21/] and I am
[http://127.0.0.1:34840/collection1_shard1_replica_n23/]
[junit4] 2> 1873106 INFO (qtp1326455773-13492) [n:127.0.0.1:34840_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:34840_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=3292
[junit4] 2> 1873108 INFO
(zkCallback-2542-thread-1-processing-n:127.0.0.1:34840_) [n:127.0.0.1:34840_
] 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> 1873129 INFO
(zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_
] 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> 1873223 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:38470]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:34840_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1873236 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 1873238 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1_shard1_replica_n21,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:34840_,
coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps:
core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:34840","node_name":"127.0.0.1:34840_","state":"recovering","type":"NRT"}
[junit4] 2> 1873238 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering,
checkLive: true, onlyIfLeader: true for: 0 seconds.
[junit4] 2> 1873238 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:34840_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1873742 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [http://127.0.0.1:38470/collection1_shard1_replica_n21/] -
recoveringAfterStartup=[true]
[junit4] 2> 1873742 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.PeerSync PeerSync:
core=collection1_shard1_replica_n23 url=http://127.0.0.1:34840 START
replicas=[http://127.0.0.1:38470/collection1_shard1_replica_n21/] nUpdates=100
[junit4] 2> 1873753 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1873753 INFO (qtp1160187472-13464) [n:127.0.0.1:38470_
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21]
o.a.s.c.S.Request [collection1_shard1_replica_n21] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1873753 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.IndexFingerprint IndexFingerprint
millis:0.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 1873753 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.PeerSync We are already in sync. No
need to do a PeerSync
[junit4] 2> 1873753 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1873753 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 1873753 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1873788 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync stage of
recovery was successful.
[junit4] 2> 1873788 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Replaying updates
buffered during PeerSync.
[junit4] 2> 1873788 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 1873788 INFO
(recoveryExecutor-2539-thread-1-processing-n:127.0.0.1:34840_
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:34840_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Registering as
Active after recovery.
[junit4] 2> 1873857 INFO
(OverseerCollectionConfigSetProcessor-72110095096741892-127.0.0.1:44603_-n_0000000000)
[n:127.0.0.1:44603_ ] 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> 1873910 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-3-001
of type NRT
[junit4] 2> 1873911 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.Server
jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash:
82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1873914 INFO
(zkCallback-2542-thread-1-processing-n:127.0.0.1:34840_) [n:127.0.0.1:34840_
] 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> 1873930 INFO
(zkCallback-2532-thread-1-processing-n:127.0.0.1:38470_) [n:127.0.0.1:38470_
] 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> 1873967 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 1873967 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
[junit4] 2> 1873967 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.session
Scavenging every 660000ms
[junit4] 2> 1873968 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1525acfb{/,null,AVAILABLE}
[junit4] 2> 1873968 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5ff29ee6{HTTP/1.1,[http/1.1]}{127.0.0.1:32815}
[junit4] 2> 1873968 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ] o.e.j.s.Server Started
@1884997ms
[junit4] 2> 1873968 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=32815,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.SyncSliceTest_DC34CC2745C54E75-001/shard-3-001/cores}
[junit4] 2> 1873968 ERROR
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1873969 INFO
(TEST-SyncSliceTest.test-seed#[DC34CC2745C54E75]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 1873969 INFO (TEST-SyncSliceTest.test-seed#[DC3
[...truncated too long message...]
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@179d12a6: rootName
= solr_34163, domain =
solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n4, service
url = null, agent id = null] for registry
solr.core.AutoscalingHistoryHandlerTest_collection.shard1.replica_n4 /
com.codahale.metrics.MetricRegistry@1316b1d3
[junit4] 2> 4160309 INFO (coreCloseExecutor-10133-thread-1)
[n:127.0.0.1:34163_solr c:AutoscalingHistoryHandlerTest_collection s:shard1
r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.AutoscalingHistoryHandlerTest_collection.shard1.leader,
tag=510835734
[junit4] 2> 4160310 INFO (coreCloseExecutor-10133-thread-2)
[n:127.0.0.1:34163_solr c:.system s:shard1 r:core_node3
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.collection..system.shard1.leader, tag=1277520859
[junit4] 2> 4160316 INFO (jetty-closer-5992-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72110245610913800-127.0.0.1:34163_solr-n_0000000000) closing
[junit4] 2> 4160316 INFO
(OverseerStateUpdate-72110245610913800-127.0.0.1:34163_solr-n_0000000000)
[n:127.0.0.1:34163_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:34163_solr
[junit4] 2> 4160320 WARN
(OverseerAutoScalingTriggerThread-72110245610913800-127.0.0.1:34163_solr-n_0000000000)
[n:127.0.0.1:34163_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 4160321 DEBUG (jetty-closer-5992-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 4160322 INFO (jetty-closer-5992-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6b001f1c{/solr,null,UNAVAILABLE}
[junit4] 2> 4160328 INFO (jetty-closer-5992-thread-2) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 4160330 INFO (jetty-closer-5992-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4f76dbd{/solr,null,UNAVAILABLE}
[junit4] 2> 4160330 INFO (jetty-closer-5992-thread-3) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 4160331 ERROR
(SUITE-AutoscalingHistoryHandlerTest-seed#[DC34CC2745C54E75]-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> 4160332 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[DC34CC2745C54E75]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37519 37519
[junit4] 2> 4160439 INFO (Thread-8167) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:37519 37519
[junit4] 2> 4160440 WARN (Thread-8167) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 12
/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
[junit4] 2> 11 /solr/aliases.json
[junit4] 2> 11 /solr/clusterprops.json
[junit4] 2> 10 /solr/collections/.system/terms/shard1
[junit4] 2> 4 /solr/security.json
[junit4] 2> 3 /solr/configs/.system
[junit4] 2> 3
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
[junit4] 2> 3
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED
[junit4] 2> 3 /solr/configs/.system/managed-schema
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 25
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
[junit4] 2> 22 /solr/collections/.system/state.json
[junit4] 2> 11 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 11 /solr/live_nodes
[junit4] 2> 11 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_DC34CC2745C54E75-001
[junit4] 2> Feb 12, 2018 8:06:51 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=es-US,
timezone=Antarctica/McMurdo
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=1,free=91377152,total=513802240
[junit4] 2> NOTE: All tests run in this JVM: [TestDefaultStatsCache,
TestConfigSetImmutable, TestSurroundQueryParser, CSVRequestHandlerTest,
TestCollectionsAPIViaSolrCloudCluster, TestConfigReload,
TestPerFieldSimilarity, TestRecoveryHdfs, AutoAddReplicasPlanActionTest,
ZkStateWriterTest, DistributedIntervalFacetingTest, RankQueryTest,
FacetPivotSmallTest, ConcurrentDeleteAndCreateCollectionTest,
LoggingHandlerTest, ChangedSchemaMergeTest, TestSearchPerf, TestPointFields,
TestTolerantUpdateProcessorRandomCloud, TestConfigSetsAPIExclusivity,
CdcrReplicationDistributedZkTest, TestCloudDeleteByQuery, TestNRTOpen,
DirectUpdateHandlerOptimizeTest, TestFieldCollectionResource,
DirectSolrConnectionTest, SolrInfoBeanTest, TestSegmentSorting, SuggesterTest,
TestXmlQParserPlugin, TestFuzzyAnalyzedSuggestions, RulesTest,
TestCloudNestedDocsSort, TestSolrQueryResponse, TestSimpleTextCodec,
ScriptEngineTest, TestCopyFieldCollectionResource, ConfigSetsAPITest,
MoveReplicaHDFSFailoverTest, ParsingFieldUpdateProcessorsTest, SampleTest,
OverriddenZkACLAndCredentialsProvidersTest, JSONWriterTest, JsonLoaderTest,
TestSolr4Spatial, SolrMetricsIntegrationTest, TestRecovery,
TestCloudPivotFacet, QueryElevationComponentTest, TestCloudSchemaless,
TestSlowCompositeReaderWrapper, DocValuesMissingTest,
SolrCoreMetricManagerTest, SegmentsInfoRequestHandlerTest,
DocValuesNotIndexedTest, TestElisionMultitermQuery, TestZkChroot, BasicZkTest,
ShardSplitTest, CachingDirectoryFactoryTest, TermsComponentTest,
RestartWhileUpdatingTest, TestExactStatsCache, TestManagedResourceStorage,
AlternateDirectoryTest, HdfsNNFailoverTest, TestPKIAuthenticationPlugin,
TestXIncludeConfig, RequiredFieldsTest, TestFieldTypeResource,
BigEndianAscendingWordSerializerTest, SolrJmxReporterCloudTest, DeleteNodeTest,
ShufflingReplicaListTransformerTest, TestQueryUtils, SolrCloudReportersTest,
TestStressRecovery, FastVectorHighlighterTest,
SchemaVersionSpecificBehaviorTest, TestStreamBody, TestGraphTermsQParserPlugin,
TestRTimerTree, PreAnalyzedFieldManagedSchemaCloudTest,
LegacyCloudClusterPropTest, TestCharFilters, TestSortableTextField,
TestDelegationWithHadoopAuth, QueryResultKeyTest, TestSolrCoreParser,
DistribJoinFromCollectionTest, TestHighFrequencyDictionaryFactory,
ConjunctionSolrSpellCheckerTest, TestReplicaProperties,
TestNumericRangeQuery32, AsyncCallRequestStatusResponseTest,
TestSortByMinMaxFunction, PolyFieldTest, HdfsBasicDistributedZkTest,
V2StandaloneTest, LeaderFailoverAfterPartitionTest, AddReplicaTest,
HighlighterTest, MetricTriggerTest, SyncSliceTest, TestLegacyNumericUtils,
PathHierarchyTokenizerFactoryTest, SuggestComponentTest,
TestNonDefinedSimilarityFactory, FullHLLTest, FieldMutatingUpdateProcessorTest,
TestCloudSearcherWarming, PrimUtilsTest, SOLR749Test, TestRawResponseWriter,
TestDistribStateManager, TestZkAclsWithHadoopAuth, AnalysisErrorHandlingTest,
TestSolrIndexConfig, ZkShardTermsTest, SolrCoreTest, TestBM25SimilarityFactory,
JavabinLoaderTest, PeerSyncReplicationTest, CreateRoutedAliasTest,
SystemInfoHandlerTest, TestCustomDocTransformer, CustomHighlightComponentTest,
SliceStateTest, PeerSyncWithIndexFingerprintCachingTest,
ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest,
OverseerTest, RecoveryZkTest, TestReplicationHandler, LeaderElectionTest,
TestRandomDVFaceting, ZkControllerTest, TestJoin,
DistributedTermsComponentTest, SimpleFacetsTest, TestGroupingSearch,
PeerSyncTest, TestFunctionQuery, BasicFunctionalityTest,
DirectUpdateHandlerTest, TestBadConfig, SoftAutoCommitTest, TestOmitPositions,
DocumentBuilderTest, TermVectorComponentTest, FieldAnalysisRequestHandlerTest,
RegexBoostProcessorTest, UpdateRequestProcessorFactoryTest, QueryParsingTest,
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication,
PingRequestHandlerTest, TestLFUCache, TestHighlightDedupGrouping,
TestSimpleTrackingShardHandler, TestEmbeddedSolrServerAdminHandler,
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI,
TestJettySolrRunner, ActionThrottleTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteStatusTest,
HttpPartitionTest, OverseerTaskQueueTest, ReplaceNodeNoTargetTest,
SolrCloudExampleTest, TestCryptoKeys, TestDownShardTolerantSearch,
TestLeaderElectionWithEmptyReplica, TestPullReplicaErrorHandling,
TestSizeLimitedDistributedMap, TestStressInPlaceUpdates,
CollectionsAPIAsyncDistributedZkTest, ComputePlanActionTest,
SearchRateTriggerTest, TestComputePlanAction, TestExecutePlanAction,
TestGenericDistributedQueue, TestNodeAddedTrigger, TestPolicyCloud,
TestSimDistributedQueue, TestTriggerIntegration, BaseCdcrDistributedZkTest,
CdcrReplicationHandlerTest, CdcrVersionReplicationTest,
HdfsBasicDistributedZk2Test, HdfsRecoverLeaseTest, HdfsRecoveryZkTest,
TestClusterStateMutator, ZkStateReaderTest, RuleEngineTest,
BlobRepositoryCloudTest, ConfigureRecoveryStrategyTest, CoreSorterTest,
DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestImplicitCoreProperties,
TestInfoStreamLogging, TestReloadAndDeleteDocs, TestSolrConfigHandler,
TestSolrXml, TestSolrCloudSnapshots, TestReqParamsAPI, TestRestoreCore,
TestSolrConfigHandlerCloud, AutoscalingHistoryHandlerTest]
[junit4] Completed [649/775 (4!)] on J1 in 13.99s, 1 test, 1 failure <<<
FAILURES!
[...truncated 48888 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]