Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/576/
6 tests failed.
FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test
Error Message:
expected:<152> but was:<137>
Stack Trace:
java.lang.AssertionError: expected:<152> but was:<137>
at
__randomizedtesting.SeedInfo.seed([935AD4499C4E14E1:1B0EEB9332B27919]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:280)
at
org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:244)
at
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting
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([B7AC724448A67649:751B4E2C4BE68631]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1098)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:638)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:213)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:193)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting(CloudSolrClientTest.java:233)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/collection1/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1110)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1096)
... 44 more
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests
Error Message:
Could not find a healthy node to handle the request.
Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle
the request.
at
__randomizedtesting.SeedInfo.seed([B7AC724448A67649:1F42B5D7B6EF0245]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1338)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:232)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.cleanIndex(CloudSolrClientTest.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption
Error Message:
Could not find a healthy node to handle the request.
Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle
the request.
at
__randomizedtesting.SeedInfo.seed([B7AC724448A67649:5B9793AF26F6099F]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1338)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:232)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.cleanIndex(CloudSolrClientTest.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.checkCollectionParameters
Error Message:
Could not find a healthy node to handle the request.
Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle
the request.
at
__randomizedtesting.SeedInfo.seed([B7AC724448A67649:4CBBE1F411F1A1FE]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1338)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:232)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.cleanIndex(CloudSolrClientTest.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.customHttpClientTest
Error Message:
Could not find a healthy node to handle the request.
Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle
the request.
at
__randomizedtesting.SeedInfo.seed([B7AC724448A67649:98EA7F25A9C3D291]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1338)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:232)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.cleanIndex(CloudSolrClientTest.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 12192 lines...]
[junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/init-core-data-001
[junit4] 2> 1390546 INFO
(SUITE-PeerSyncReplicationTest-seed#[935AD4499C4E14E1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1390546 INFO
(SUITE-PeerSyncReplicationTest-seed#[935AD4499C4E14E1]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1390548 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1390548 INFO (Thread-2836) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1390548 INFO (Thread-2836) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1390648 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.ZkTestServer start zk server on port:47068
[junit4] 2> 1390657 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1390658 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1390660 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1390661 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1390662 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1390663 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1390664 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1390665 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1390666 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1390667 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1390668 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1390732 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/control-001/cores/collection1
[junit4] 2> 1390733 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1390734 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2a24171b{/,null,AVAILABLE}
[junit4] 2> 1390740 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@575b7058{HTTP/1.1,[http/1.1]}{127.0.0.1:47013}
[junit4] 2> 1390740 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.Server Started @1394835ms
[junit4] 2> 1390740 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/tempDir-001/control/data,
hostContext=/, hostPort=47013,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/control-001/cores}
[junit4] 2> 1390740 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1390741 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 1390741 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1390741 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1390741 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-01T16:04:06.580Z
[junit4] 2> 1390743 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1390743 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/control-001/solr.xml
[junit4] 2> 1390749 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1390752 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47068/solr
[junit4] 2> 1390768 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:47013_
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:47013_
[junit4] 2> 1390769 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:47013_
] o.a.s.c.Overseer Overseer
(id=97033142035283972-127.0.0.1:47013_-n_0000000000) starting
[junit4] 2> 1390774 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:47013_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:47013_
[junit4] 2> 1390785 INFO
(zkCallback-2269-thread-1-processing-n:127.0.0.1:47013_) [n:127.0.0.1:47013_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1390804 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:47013_
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/control-001/cores
[junit4] 2> 1390804 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:47013_
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1390806 INFO
(OverseerStateUpdate-97033142035283972-127.0.0.1:47013_-n_0000000000)
[n:127.0.0.1:47013_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 1390816 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 1390827 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1390909 WARN
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 1390911 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1390921 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 1390922 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/control-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/control-001/cores/collection1/data/]
[junit4] 2> 1390922 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c2cd1ad
[junit4] 2> 1390924 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=31.447265625,
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=13.155943930531718,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5383361302678442
[junit4] 2> 1390931 WARN
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 1390937 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1390937 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1390937 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1390937 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1390937 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=46, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=72.9658203125,
floorSegmentMB=1.5869140625, forceMergeDeletesPctAllowed=3.675441867144109,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4073729049598994
[junit4] 2> 1390938 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3ff8fd8f[collection1] main]
[junit4] 2> 1390939 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1390939 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1390939 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1390940 INFO
(searcherExecutor-6057-thread-1-processing-n:127.0.0.1:47013_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47013_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@3ff8fd8f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1390940 INFO
(coreLoadExecutor-6056-thread-1-processing-n:127.0.0.1:47013_)
[n:127.0.0.1:47013_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1552530272974536704
[junit4] 2> 1390946 INFO
(coreZkRegister-6049-thread-1-processing-n:127.0.0.1:47013_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47013_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1390946 INFO
(coreZkRegister-6049-thread-1-processing-n:127.0.0.1:47013_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47013_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1390946 INFO
(coreZkRegister-6049-thread-1-processing-n:127.0.0.1:47013_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47013_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:47013/collection1/
[junit4] 2> 1390946 INFO
(coreZkRegister-6049-thread-1-processing-n:127.0.0.1:47013_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47013_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1390946 INFO
(coreZkRegister-6049-thread-1-processing-n:127.0.0.1:47013_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47013_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:47013/collection1/ has no replicas
[junit4] 2> 1390949 INFO
(coreZkRegister-6049-thread-1-processing-n:127.0.0.1:47013_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47013_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:47013/collection1/ shard1
[junit4] 2> 1391100 INFO
(coreZkRegister-6049-thread-1-processing-n:127.0.0.1:47013_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:47013_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1391315 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1391315 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:47068/solr ready
[junit4] 2> 1391315 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1391315 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 1391387 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-1-001/cores/collection1
[junit4] 2> 1391387 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-1-001
[junit4] 2> 1391388 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1391389 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@473adf82{/,null,AVAILABLE}
[junit4] 2> 1391389 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@72dd0236{HTTP/1.1,[http/1.1]}{127.0.0.1:49412}
[junit4] 2> 1391389 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.Server Started @1395483ms
[junit4] 2> 1391389 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=49412,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-1-001/cores}
[junit4] 2> 1391389 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1391389 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 1391389 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1391389 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1391390 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-01T16:04:07.229Z
[junit4] 2> 1391398 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1391398 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-1-001/solr.xml
[junit4] 2> 1391403 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1391404 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47068/solr
[junit4] 2> 1391413 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:49412_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1391426 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:49412_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:49412_
[junit4] 2> 1391429 INFO
(zkCallback-2269-thread-3-processing-n:127.0.0.1:47013_) [n:127.0.0.1:47013_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1391433 INFO (zkCallback-2273-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1391433 INFO
(zkCallback-2279-thread-1-processing-n:127.0.0.1:49412_) [n:127.0.0.1:49412_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1391481 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:49412_
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-1-001/cores
[junit4] 2> 1391481 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:49412_
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1391483 INFO
(OverseerStateUpdate-97033142035283972-127.0.0.1:47013_-n_0000000000)
[n:127.0.0.1:47013_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 1391585 INFO
(zkCallback-2279-thread-1-processing-n:127.0.0.1:49412_) [n:127.0.0.1:49412_
] 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> 1392494 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 1392505 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1392599 WARN
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 1392601 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 1392608 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 1392608 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-1-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 1392608 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c2cd1ad
[junit4] 2> 1392609 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=31.447265625,
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=13.155943930531718,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5383361302678442
[junit4] 2> 1392616 WARN
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 1392622 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1392622 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1392623 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1392623 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1392623 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=46, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=72.9658203125,
floorSegmentMB=1.5869140625, forceMergeDeletesPctAllowed=3.675441867144109,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4073729049598994
[junit4] 2> 1392623 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@29c16b9c[collection1] main]
[junit4] 2> 1392624 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1392625 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1392625 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1392626 INFO
(searcherExecutor-6068-thread-1-processing-n:127.0.0.1:49412_ x:collection1
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:49412_ c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new
searcher Searcher@29c16b9c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1392626 INFO
(coreLoadExecutor-6067-thread-1-processing-n:127.0.0.1:49412_)
[n:127.0.0.1:49412_ c:collection1 s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1552530274742435840
[junit4] 2> 1392633 INFO
(coreZkRegister-6062-thread-1-processing-n:127.0.0.1:49412_ x:collection1
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:49412_ c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 1392634 INFO
(coreZkRegister-6062-thread-1-processing-n:127.0.0.1:49412_ x:collection1
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:49412_ c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 1392634 INFO
(coreZkRegister-6062-thread-1-processing-n:127.0.0.1:49412_ x:collection1
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:49412_ c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:49412/collection1/
[junit4] 2> 1392634 INFO
(coreZkRegister-6062-thread-1-processing-n:127.0.0.1:49412_ x:collection1
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:49412_ c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 1392634 INFO
(coreZkRegister-6062-thread-1-processing-n:127.0.0.1:49412_ x:collection1
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:49412_ c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:49412/collection1/ has no replicas
[junit4] 2> 1392636 INFO
(coreZkRegister-6062-thread-1-processing-n:127.0.0.1:49412_ x:collection1
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:49412_ c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:49412/collection1/ shard1
[junit4] 2> 1392738 INFO
(zkCallback-2279-thread-1-processing-n:127.0.0.1:49412_) [n:127.0.0.1:49412_
] 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> 1392787 INFO
(coreZkRegister-6062-thread-1-processing-n:127.0.0.1:49412_ x:collection1
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:49412_ c:collection1 s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 1392890 INFO
(zkCallback-2279-thread-1-processing-n:127.0.0.1:49412_) [n:127.0.0.1:49412_
] 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> 1393050 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-2-001/cores/collection1
[junit4] 2> 1393051 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-2-001
[junit4] 2> 1393051 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1393052 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3744c7be{/,null,AVAILABLE}
[junit4] 2> 1393052 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1196fe75{HTTP/1.1,[http/1.1]}{127.0.0.1:58234}
[junit4] 2> 1393052 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.Server Started @1397147ms
[junit4] 2> 1393053 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=58234,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-2-001/cores}
[junit4] 2> 1393053 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1393053 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 1393053 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1393053 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1393053 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-01T16:04:08.892Z
[junit4] 2> 1393062 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1393062 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-2-001/solr.xml
[junit4] 2> 1393066 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1393079 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47068/solr
[junit4] 2> 1393098 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:58234_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1393100 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:58234_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58234_
[junit4] 2> 1393101 INFO (zkCallback-2273-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1393101 INFO
(zkCallback-2285-thread-1-processing-n:127.0.0.1:58234_) [n:127.0.0.1:58234_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1393105 INFO
(zkCallback-2279-thread-1-processing-n:127.0.0.1:49412_) [n:127.0.0.1:49412_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1393109 INFO
(zkCallback-2269-thread-3-processing-n:127.0.0.1:47013_) [n:127.0.0.1:47013_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1393159 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:58234_
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-2-001/cores
[junit4] 2> 1393159 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:58234_
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1393161 INFO
(OverseerStateUpdate-97033142035283972-127.0.0.1:47013_-n_0000000000)
[n:127.0.0.1:47013_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 1393263 INFO
(zkCallback-2279-thread-1-processing-n:127.0.0.1:49412_) [n:127.0.0.1:49412_
] 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> 1393263 INFO
(zkCallback-2285-thread-1-processing-n:127.0.0.1:58234_) [n:127.0.0.1:58234_
] 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> 1394169 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 1394180 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1394265 WARN
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 1394267 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 1394273 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 1394274 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-2-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 1394274 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c2cd1ad
[junit4] 2> 1394275 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=31, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=31.447265625,
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=13.155943930531718,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5383361302678442
[junit4] 2> 1394285 WARN
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 1394296 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1394297 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1394297 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1394297 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1394297 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=46, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=72.9658203125,
floorSegmentMB=1.5869140625, forceMergeDeletesPctAllowed=3.675441867144109,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4073729049598994
[junit4] 2> 1394298 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@28c57ae[collection1] main]
[junit4] 2> 1394298 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1394298 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1394298 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1394299 INFO
(coreLoadExecutor-6078-thread-1-processing-n:127.0.0.1:58234_)
[n:127.0.0.1:58234_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1552530276496703488
[junit4] 2> 1394301 INFO
(searcherExecutor-6079-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new
searcher Searcher@28c57ae[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1394303 INFO
(coreZkRegister-6073-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to
recover:collection1
[junit4] 2> 1394303 INFO
(updateExecutor-2282-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1394304 INFO
(recoveryExecutor-2283-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 1394304 INFO
(recoveryExecutor-2283-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 1394304 INFO
(recoveryExecutor-2283-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 1394304 INFO
(recoveryExecutor-2283-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 1394304 INFO
(recoveryExecutor-2283-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core
[collection1] as recovering, leader is [http://127.0.0.1:49412/collection1/]
and I am [http://127.0.0.1:58234/collection1/]
[junit4] 2> 1394305 INFO
(recoveryExecutor-2283-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:49412]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:58234_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1394306 INFO (qtp1873992981-12899) [n:127.0.0.1:49412_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 1394307 INFO (qtp1873992981-12899) [n:127.0.0.1:49412_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 1394307 INFO (qtp1873992981-12899) [n:127.0.0.1:49412_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:58234_, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:58234","node_name":"127.0.0.1:58234_","state":"down"}
[junit4] 2> 1394407 INFO
(zkCallback-2279-thread-1-processing-n:127.0.0.1:49412_) [n:127.0.0.1:49412_
] 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> 1394407 INFO
(zkCallback-2285-thread-1-processing-n:127.0.0.1:58234_) [n:127.0.0.1:58234_
] 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> 1394732 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-3-001/cores/collection1
[junit4] 2> 1394732 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-3-001
[junit4] 2> 1394733 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1394734 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@47e50224{/,null,AVAILABLE}
[junit4] 2> 1394734 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@50674ad0{HTTP/1.1,[http/1.1]}{127.0.0.1:35030}
[junit4] 2> 1394734 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.e.j.s.Server Started @1398828ms
[junit4] 2> 1394734 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=35030,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-3-001/cores}
[junit4] 2> 1394734 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1394734 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 1394734 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1394734 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1394734 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-01T16:04:10.573Z
[junit4] 2> 1394743 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1394743 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-3-001/solr.xml
[junit4] 2> 1394747 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1394748 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47068/solr
[junit4] 2> 1394758 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:35030_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1394761 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:35030_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35030_
[junit4] 2> 1394764 INFO
(zkCallback-2269-thread-3-processing-n:127.0.0.1:47013_) [n:127.0.0.1:47013_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1394764 INFO
(zkCallback-2285-thread-1-processing-n:127.0.0.1:58234_) [n:127.0.0.1:58234_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1394765 INFO (zkCallback-2273-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1394765 INFO
(zkCallback-2279-thread-1-processing-n:127.0.0.1:49412_) [n:127.0.0.1:49412_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1394774 INFO
(zkCallback-2292-thread-1-processing-n:127.0.0.1:35030_) [n:127.0.0.1:35030_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1394803 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:35030_
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_935AD4499C4E14E1-001/shard-3-001/cores
[junit4] 2> 1394803 INFO
(TEST-PeerSyncReplicationTest.test-seed#[935AD4499C4E14E1]) [n:127.0.0.1:35030_
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1394805 INFO
(OverseerStateUpdate-97033142035283972-127.0.0.1:47013_-n_0000000000)
[n:127.0.0.1:47013_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 1394906 INFO
(zkCallback-2279-thread-1-processing-n:127.0.0.1:49412_) [n:127.0.0.1:49412_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1394906 INFO
(zkCallback-2292-thread-1-processing-n:127.0.0.1:35030_) [n:127.0.0.1:35030_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1394906 INFO
(zkCallback-2285-thread-1-processing-n:127.0.0.1:58234_) [n:127.0.0.1:58234_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1395307 INFO (qtp1873992981-12899) [n:127.0.0.1:49412_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:58234_, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:58234","node_name":"127.0.0.1:58234_","state":"recovering"}
[junit4] 2> 1395307 INFO (qtp1873992981-12899) [n:127.0.0.1:49412_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 1395307 INFO (qtp1873992981-12899) [n:127.0.0.1:49412_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:58234_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 1395808 INFO
(recoveryExecutor-2283-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync
from [http://127.0.0.1:49412/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 1395808 INFO
(recoveryExecutor-2283-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1
url=http://127.0.0.1:58234 START replicas=[http://127.0.0.1:49412/collection1/]
nUpdates=1000
[junit4] 2> 1395822 INFO (qtp1873992981-12898) [n:127.0.0.1:49412_
c:collection1 s:shard1 r:core_node1 x:collection1] 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> 1395822 INFO (qtp1873992981-12898) [n:127.0.0.1:49412_
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1395828 INFO
(recoveryExecutor-2283-thread-1-processing-n:127.0.0.1:58234_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:58234_ c:collection1 s:shard1
r:core_node2 x:collection1] 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> 1395828 INFO (recoveryExecutor
[...truncated too long message...]
:49609_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/localShardsTestColl/state.json] for collection
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
[junit4] 2> 112711 INFO
(zkCallback-82-thread-2-processing-n:127.0.0.1:46612_solr)
[n:127.0.0.1:46612_solr ] 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> 112715 INFO (coreCloseExecutor-221-thread-1)
[n:127.0.0.1:49609_solr c:localShardsTestColl s:shard3 r:core_node5
x:localShardsTestColl_shard3_replica2] o.a.s.c.SolrCore
[localShardsTestColl_shard3_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@564494e7
[junit4] 2> 112715 INFO (coreCloseExecutor-219-thread-1)
[n:127.0.0.1:46612_solr c:collection1 s:shard2 r:core_node2
x:collection1_shard2_replica1] o.a.s.c.SolrCore [collection1_shard2_replica1]
CLOSING SolrCore org.apache.solr.core.SolrCore@6c475ea1
[junit4] 2> 112715 INFO
(zkCallback-81-thread-4-processing-n:127.0.0.1:60021_solr)
[n:127.0.0.1:60021_solr ] 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> 112716 INFO
(zkCallback-82-thread-2-processing-n:127.0.0.1:46612_solr)
[n:127.0.0.1:46612_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/localShardsTestColl/state.json] for collection
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
[junit4] 2> 112716 INFO
(zkCallback-81-thread-8-processing-n:127.0.0.1:60021_solr)
[n:127.0.0.1:60021_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/localShardsTestColl/state.json] for collection
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
[junit4] 2> 112716 INFO
(zkCallback-74-thread-1-processing-n:127.0.0.1:49609_solr)
[n:127.0.0.1:49609_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/localShardsTestColl/state.json] for collection
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
[junit4] 2> 112720 INFO (coreCloseExecutor-220-thread-1)
[n:127.0.0.1:60021_solr c:collection1 s:shard1 r:core_node1
x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1]
CLOSING SolrCore org.apache.solr.core.SolrCore@2350823e
[junit4] 2> 112725 INFO (coreCloseExecutor-220-thread-2)
[n:127.0.0.1:60021_solr c:localShardsTestColl s:shard1 r:core_node2
x:localShardsTestColl_shard1_replica1] o.a.s.c.SolrCore
[localShardsTestColl_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@298861d4
[junit4] 2> 112732 INFO (coreCloseExecutor-220-thread-3)
[n:127.0.0.1:60021_solr c:localShardsTestColl s:shard3 r:core_node8
x:localShardsTestColl_shard3_replica1] o.a.s.c.SolrCore
[localShardsTestColl_shard3_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6ee3b52a
[junit4] 2> 112748 INFO (coreCloseExecutor-221-thread-2)
[n:127.0.0.1:49609_solr c:localShardsTestColl s:shard2 r:core_node4
x:localShardsTestColl_shard2_replica2] o.a.s.c.SolrCore
[localShardsTestColl_shard2_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2e36908
[junit4] 2> 112753 INFO (coreCloseExecutor-221-thread-3)
[n:127.0.0.1:49609_solr c:localShardsTestColl s:shard1 r:core_node3
x:localShardsTestColl_shard1_replica2] o.a.s.c.SolrCore
[localShardsTestColl_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@5142590
[junit4] 2> 112758 INFO (coreCloseExecutor-219-thread-2)
[n:127.0.0.1:46612_solr c:localShardsTestColl s:shard3 r:core_node6
x:localShardsTestColl_shard3_replica3] o.a.s.c.SolrCore
[localShardsTestColl_shard3_replica3] CLOSING SolrCore
org.apache.solr.core.SolrCore@19abab4
[junit4] 2> 112771 INFO (coreCloseExecutor-219-thread-3)
[n:127.0.0.1:46612_solr c:localShardsTestColl s:shard2 r:core_node7
x:localShardsTestColl_shard2_replica3] o.a.s.c.SolrCore
[localShardsTestColl_shard2_replica3] CLOSING SolrCore
org.apache.solr.core.SolrCore@53c957f6
[junit4] 2> 112784 INFO (coreCloseExecutor-220-thread-4)
[n:127.0.0.1:60021_solr c:localShardsTestColl s:shard2 r:core_node9
x:localShardsTestColl_shard2_replica1] o.a.s.c.SolrCore
[localShardsTestColl_shard2_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@743398d
[junit4] 2> 112787 INFO (coreCloseExecutor-219-thread-4)
[n:127.0.0.1:46612_solr c:localShardsTestColl s:shard1 r:core_node1
x:localShardsTestColl_shard1_replica3] o.a.s.c.SolrCore
[localShardsTestColl_shard1_replica3] CLOSING SolrCore
org.apache.solr.core.SolrCore@56efd9ec
[junit4] 2> 112798 INFO (jetty-launcher-66-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=97033203637157902-127.0.0.1:49609_solr-n_0000000003) closing
[junit4] 2> 112799 INFO
(OverseerStateUpdate-97033203637157902-127.0.0.1:49609_solr-n_0000000003)
[n:127.0.0.1:49609_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:49609_solr
[junit4] 2> 112817 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x158bb2f4236000e, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 112818 WARN
(zkCallback-74-thread-1-processing-n:127.0.0.1:49609_solr)
[n:127.0.0.1:49609_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 112819 INFO (jetty-launcher-66-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1865e4d0{/solr,null,UNAVAILABLE}
[junit4] 2> 112820 INFO (jetty-launcher-66-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@684fa793{/solr,null,UNAVAILABLE}
[junit4] 2> 114300 WARN
(zkCallback-81-thread-4-processing-n:127.0.0.1:60021_solr)
[n:127.0.0.1:60021_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 114301 INFO (jetty-launcher-66-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3b55a72{/solr,null,UNAVAILABLE}
[junit4] 2> 114302 INFO
(SUITE-CloudSolrClientTest-seed#[B7AC724448A67649]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34755 34755
[junit4] 2> 114407 INFO (Thread-73) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:34755 34755
[junit4] 2> 114408 WARN (Thread-73) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/aliases.json
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 6 /solr/security.json
[junit4] 2> 5 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2> 3 /solr/collections/localShardsTestColl/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 31 /solr/overseer/queue
[junit4] 2> 9 /solr/collections
[junit4] 2> 7 /solr/overseer/queue-work
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 114408 INFO
(SUITE-CloudSolrClientTest-seed#[B7AC724448A67649]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_B7AC724448A67649-001
[junit4] 2> Dec 01, 2016 4:20:17 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=Asserting(Lucene62):
{_version_=PostingsFormat(name=Direct),
multiDefault=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=Direct),
intDefault=PostingsFormat(name=Direct), id=BlockTreeOrds(blocksize=128),
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
timestamp=PostingsFormat(name=Direct)},
docValues:{multiDefault=DocValuesFormat(name=Lucene54),
intDefault=DocValuesFormat(name=Lucene54), id=DocValuesFormat(name=Memory)},
maxPointsInLeafNode=791, maxMBSortInHeap=6.1252611739866865,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=he-IL,
timezone=Pacific/Pohnpei
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=200472912,total=335020032
[junit4] 2> NOTE: All tests run in this JVM:
[StreamExpressionToExplanationTest, TestDelegationTokenRequest,
LargeVolumeBinaryJettyTest, HttpSolrClientSSLAuthConPoolTest, ShardParamsTest,
ConcatOperationTest, GraphTest, SolrPingTest, TestUpdateRequestCodec,
TestEmbeddedSolrServer, TestNamedListCodec, CloudSolrClientBuilderTest,
ExternalHttpClientTest, CloudSolrClientTest]
[junit4] Completed [39/90 (1!)] on J0 in 31.86s, 10 tests, 5 errors <<<
FAILURES!
[...truncated 60204 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]