Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/234/
5 tests failed.
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart
Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard1
Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete
@source_collection:shard1
at
__randomizedtesting.SeedInfo.seed([81725B145E4F169A:DD6FBC95906FA2AC]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:795)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart(CdcrReplicationDistributedZkTest.java:235)
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.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([81725B145E4F169A:5FF8356965ED7469]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:184)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:141)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:136)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR(LeaderInitiatedRecoveryOnShardRestartTest.java:158)
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: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
at
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202) at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137) at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94) at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source) at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:704) at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:766) at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1005) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:870) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:774) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:842) at
org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498) at
java.util.concurrent.FutureTask.run(FutureTask.java:266) at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not
released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
at
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:704)
at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:766)
at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1005)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:870)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:774)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
at
org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([81725B145E4F169A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:266)
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
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$7.evaluate(RandomizedRunner.java:870)
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.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testSpecificConfigsets
Error Message:
KeeperErrorCode = NoNode for /collections/withconfigset2
Stack Trace:
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode
for /collections/withconfigset2
at
__randomizedtesting.SeedInfo.seed([81725B145E4F169A:AC0C144EA96BAC96]:0)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
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.cloud.CollectionsAPIDistributedZkTest.testSpecificConfigsets(CollectionsAPIDistributedZkTest.java:425)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Expected to see collection awhollynewcollection_0 null Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/3)={
"replicationFactor":"3", "shards":{ "shard1":{
"range":"80000000-b332ffff", "state":"active", "replicas":{}},
"shard2":{ "range":"b3330000-e665ffff", "state":"active",
"replicas":{}}, "shard3":{ "range":"e6660000-1998ffff",
"state":"active", "replicas":{}}, "shard4":{
"range":"19990000-4ccbffff", "state":"active", "replicas":{}},
"shard5":{ "range":"4ccc0000-7fffffff", "state":"active",
"replicas":{}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"4",
"autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/3)={
"replicationFactor":"3",
"shards":{
"shard1":{
"range":"80000000-b332ffff",
"state":"active",
"replicas":{}},
"shard2":{
"range":"b3330000-e665ffff",
"state":"active",
"replicas":{}},
"shard3":{
"range":"e6660000-1998ffff",
"state":"active",
"replicas":{}},
"shard4":{
"range":"19990000-4ccbffff",
"state":"active",
"replicas":{}},
"shard5":{
"range":"4ccc0000-7fffffff",
"state":"active",
"replicas":{}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"4",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([81725B145E4F169A:C9072FA0587C390F]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:496)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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 11395 lines...]
[junit4] Suite:
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/init-core-data-001
[junit4] 2> 39225 INFO
(SUITE-LeaderInitiatedRecoveryOnShardRestartTest-seed#[81725B145E4F169A]-worker)
[ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 39225 INFO
(SUITE-LeaderInitiatedRecoveryOnShardRestartTest-seed#[81725B145E4F169A]-worker)
[ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system
property: /
[junit4] 2> 39253 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 39254 INFO (Thread-57) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 39254 INFO (Thread-57) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 39354 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.ZkTestServer start zk server on port:55230
[junit4] 2> 39442 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 39451 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 39453 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 39455 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 39456 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 39460 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 39462 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 39463 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 39465 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 39466 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 39468 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 39645 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/control-001/cores/collection1
[junit4] 2> 39647 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 39739 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@60ef1d2b{/,null,AVAILABLE}
[junit4] 2> 39741 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@2e9716c6{HTTP/1.1,[http/1.1]}{127.0.0.1:35228}
[junit4] 2> 39741 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.Server Started @44581ms
[junit4] 2> 39742 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/tempDir-001/control/data,
hostContext=/, hostPort=35228,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/control-001/cores}
[junit4] 2> 39742 ERROR
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 39742 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 6.4.0
[junit4] 2> 39742 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 39742 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 39742 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-21T15:31:11.846Z
[junit4] 2> 39799 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 39799 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/control-001/solr.xml
[junit4] 2> 39832 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 39846 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55230/solr
[junit4] 2> 39922 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:35228_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:35228_
[junit4] 2> 39923 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:35228_ ] o.a.s.c.Overseer Overseer
(id=97146258808504324-127.0.0.1:35228_-n_0000000000) starting
[junit4] 2> 39939 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:35228_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35228_
[junit4] 2> 39941 INFO
(OverseerStateUpdate-97146258808504324-127.0.0.1:35228_-n_0000000000)
[n:127.0.0.1:35228_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 40033 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:35228_ ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/control-001/cores
[junit4] 2> 40033 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:35228_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 40037 INFO
(OverseerStateUpdate-97146258808504324-127.0.0.1:35228_-n_0000000000)
[n:127.0.0.1:35228_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 40056 WARN
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 40057 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 40092 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 40491 WARN
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ 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> 40506 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 40589 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 40617 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/control-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/control-001/cores/collection1/data/]
[junit4] 2> 40617 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@becd355
[junit4] 2> 40661 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1269629309,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 40686 WARN
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection 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> 40737 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 40737 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 40738 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 40738 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 40739 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=34.123046875,
floorSegmentMB=2.1044921875, forceMergeDeletesPctAllowed=15.090072482293408,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6966989006211242
[junit4] 2> 40755 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4178990f[collection1] main]
[junit4] 2> 40757 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 40757 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 40758 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 40759 INFO
(searcherExecutor-105-thread-1-processing-n:127.0.0.1:35228_ x:collection1
c:control_collection) [n:127.0.0.1:35228_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4178990f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 40759 INFO
(coreLoadExecutor-104-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1554340142501593088
[junit4] 2> 40794 INFO
(coreZkRegister-97-thread-1-processing-n:127.0.0.1:35228_ x:collection1
c:control_collection) [n:127.0.0.1:35228_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 40794 INFO
(coreZkRegister-97-thread-1-processing-n:127.0.0.1:35228_ x:collection1
c:control_collection) [n:127.0.0.1:35228_ 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> 40794 INFO
(coreZkRegister-97-thread-1-processing-n:127.0.0.1:35228_ x:collection1
c:control_collection) [n:127.0.0.1:35228_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:35228/collection1/
[junit4] 2> 40794 INFO
(coreZkRegister-97-thread-1-processing-n:127.0.0.1:35228_ x:collection1
c:control_collection) [n:127.0.0.1:35228_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 40794 INFO
(coreZkRegister-97-thread-1-processing-n:127.0.0.1:35228_ x:collection1
c:control_collection) [n:127.0.0.1:35228_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:35228/collection1/ has no replicas
[junit4] 2> 40803 INFO
(coreZkRegister-97-thread-1-processing-n:127.0.0.1:35228_ x:collection1
c:control_collection) [n:127.0.0.1:35228_ 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:35228/collection1/ shard1
[junit4] 2> 40954 INFO
(coreZkRegister-97-thread-1-processing-n:127.0.0.1:35228_ x:collection1
c:control_collection) [n:127.0.0.1:35228_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 41044 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 41045 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:55230/solr ready
[junit4] 2> 41045 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause
connection loss:false
[junit4] 2> 41045 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with
stateFormat=2
[junit4] 2> 41189 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-1-001/cores/collection1
[junit4] 2> 41190 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-1-001
[junit4] 2> 41194 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 41196 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@db12085{/,null,AVAILABLE}
[junit4] 2> 41197 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@17e917f0{HTTP/1.1,[http/1.1]}{127.0.0.1:53697}
[junit4] 2> 41197 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.Server Started @46036ms
[junit4] 2> 41197 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=53697,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-1-001/cores}
[junit4] 2> 41197 ERROR
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 41204 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 6.4.0
[junit4] 2> 41204 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 41204 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 41204 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-21T15:31:13.308Z
[junit4] 2> 41219 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 41219 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-1-001/solr.xml
[junit4] 2> 41237 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 41238 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55230/solr
[junit4] 2> 41260 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:53697_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 41285 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:53697_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53697_
[junit4] 2> 41289 INFO
(zkCallback-44-thread-1-processing-n:127.0.0.1:35228_) [n:127.0.0.1:35228_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 41289 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 41308 INFO
(zkCallback-54-thread-1-processing-n:127.0.0.1:53697_) [n:127.0.0.1:53697_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 41383 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:53697_ ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-1-001/cores
[junit4] 2> 41383 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:53697_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 41397 INFO
(OverseerStateUpdate-97146258808504324-127.0.0.1:35228_-n_0000000000)
[n:127.0.0.1:35228_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 41500 INFO
(zkCallback-54-thread-1-processing-n:127.0.0.1:53697_) [n:127.0.0.1:53697_ ]
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> 42421 WARN
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 42422 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 42443 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 42567 WARN
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ 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> 42587 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 42615 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 42615 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-1-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 42616 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@becd355
[junit4] 2> 42631 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1269629309,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 42667 WARN
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 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> 42704 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 42705 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 42705 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 42705 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 42707 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=33,
maxMergedSegmentMB=34.123046875, floorSegmentMB=2.1044921875,
forceMergeDeletesPctAllowed=15.090072482293408, segmentsPerTier=16.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6966989006211242
[junit4] 2> 42713 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@5762e6d6[collection1] main]
[junit4] 2> 42730 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 42730 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 42731 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 42733 INFO
(searcherExecutor-116-thread-1-processing-n:127.0.0.1:53697_ x:collection1
c:collection1) [n:127.0.0.1:53697_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5762e6d6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 42733 INFO
(coreLoadExecutor-115-thread-1-processing-n:127.0.0.1:53697_)
[n:127.0.0.1:53697_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1554340144571482112
[junit4] 2> 42756 INFO
(coreZkRegister-110-thread-1-processing-n:127.0.0.1:53697_ x:collection1
c:collection1) [n:127.0.0.1:53697_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 42756 INFO
(coreZkRegister-110-thread-1-processing-n:127.0.0.1:53697_ x:collection1
c:collection1) [n:127.0.0.1:53697_ 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> 42756 INFO
(coreZkRegister-110-thread-1-processing-n:127.0.0.1:53697_ x:collection1
c:collection1) [n:127.0.0.1:53697_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:53697/collection1/
[junit4] 2> 42756 INFO
(coreZkRegister-110-thread-1-processing-n:127.0.0.1:53697_ x:collection1
c:collection1) [n:127.0.0.1:53697_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 42756 INFO
(coreZkRegister-110-thread-1-processing-n:127.0.0.1:53697_ x:collection1
c:collection1) [n:127.0.0.1:53697_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53697/collection1/ has no
replicas
[junit4] 2> 42765 INFO
(coreZkRegister-110-thread-1-processing-n:127.0.0.1:53697_ x:collection1
c:collection1) [n:127.0.0.1:53697_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53697/collection1/ shard1
[junit4] 2> 42869 INFO
(zkCallback-54-thread-1-processing-n:127.0.0.1:53697_) [n:127.0.0.1:53697_ ]
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> 42918 INFO
(coreZkRegister-110-thread-1-processing-n:127.0.0.1:53697_ x:collection1
c:collection1) [n:127.0.0.1:53697_ c:collection1 s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 43026 INFO
(zkCallback-54-thread-1-processing-n:127.0.0.1:53697_) [n:127.0.0.1:53697_ ]
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> 43077 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-2-001/cores/collection1
[junit4] 2> 43078 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-2-001
[junit4] 2> 43082 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 43084 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@bea588a{/,null,AVAILABLE}
[junit4] 2> 43085 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@54f6e5eb{HTTP/1.1,[http/1.1]}{127.0.0.1:57898}
[junit4] 2> 43085 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.e.j.s.Server Started @47924ms
[junit4] 2> 43085 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=57898,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-2-001/cores}
[junit4] 2> 43085 ERROR
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 43095 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 6.4.0
[junit4] 2> 43095 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 43095 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 43095 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-21T15:31:15.199Z
[junit4] 2> 43114 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 43114 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-2-001/solr.xml
[junit4] 2> 43128 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 43129 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55230/solr
[junit4] 2> 43155 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:57898_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 43161 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:57898_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57898_
[junit4] 2> 43162 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 43162 INFO
(zkCallback-44-thread-4-processing-n:127.0.0.1:35228_) [n:127.0.0.1:35228_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 43162 INFO
(zkCallback-54-thread-1-processing-n:127.0.0.1:53697_) [n:127.0.0.1:53697_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 43174 INFO
(zkCallback-60-thread-1-processing-n:127.0.0.1:57898_) [n:127.0.0.1:57898_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 43205 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:57898_ ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-2-001/cores
[junit4] 2> 43205 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[n:127.0.0.1:57898_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 43210 INFO
(OverseerStateUpdate-97146258808504324-127.0.0.1:35228_-n_0000000000)
[n:127.0.0.1:35228_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 43314 INFO
(zkCallback-60-thread-2-processing-n:127.0.0.1:57898_) [n:127.0.0.1:57898_ ]
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> 43314 INFO
(zkCallback-54-thread-1-processing-n:127.0.0.1:53697_) [n:127.0.0.1:53697_ ]
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> 44236 WARN
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 44237 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 44257 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 44370 WARN
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ 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> 44397 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 44421 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 44421 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-2-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_81725B145E4F169A-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 44421 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@becd355
[junit4] 2> 44427 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1269629309,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 44457 WARN
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 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> 44499 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 44499 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 44499 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 44499 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 44501 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=33,
maxMergedSegmentMB=34.123046875, floorSegmentMB=2.1044921875,
forceMergeDeletesPctAllowed=15.090072482293408, segmentsPerTier=16.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6966989006211242
[junit4] 2> 44502 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@142604fc[collection1] main]
[junit4] 2> 44503 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 44504 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 44504 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 44505 INFO
(coreLoadExecutor-126-thread-1-processing-n:127.0.0.1:57898_)
[n:127.0.0.1:57898_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1554340146429558784
[junit4] 2> 44529 INFO
(searcherExecutor-127-thread-1-processing-n:127.0.0.1:57898_ x:collection1
c:collection1) [n:127.0.0.1:57898_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@142604fc[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 44532 INFO
(coreZkRegister-121-thread-1-processing-n:127.0.0.1:57898_ x:collection1
c:collection1) [n:127.0.0.1:57898_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 44533 INFO
(updateExecutor-57-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 44534 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 44534 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 44534 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 44534 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ 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> 44534 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ 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:53697/collection1/]
and I am [http://127.0.0.1:57898/collection1/]
[junit4] 2> 44537 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:53697]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:57898_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 44552 INFO (qtp1887397765-312) [n:127.0.0.1:53697_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 44552 INFO (qtp1887397765-312) [n:127.0.0.1:53697_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 44552 INFO (qtp1887397765-312) [n:127.0.0.1:53697_ ]
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:57898_, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:57898","node_name":"127.0.0.1:57898_","state":"down"}
[junit4] 2> 44642 INFO
(zkCallback-60-thread-2-processing-n:127.0.0.1:57898_) [n:127.0.0.1:57898_ ]
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> 44642 INFO
(zkCallback-54-thread-1-processing-n:127.0.0.1:53697_) [n:127.0.0.1:53697_ ]
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> 44711 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testRestartWithAllInLIR
[junit4] 2> 44712 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish -
collection: collection1 failOnTimeout:true timeout (sec):330
[junit4] 2> 45553 INFO (qtp1887397765-312) [n:127.0.0.1:53697_ ]
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:57898_, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:57898","node_name":"127.0.0.1:57898_","state":"recovering"}
[junit4] 2> 45553 INFO (qtp1887397765-312) [n:127.0.0.1:53697_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 45553 INFO (qtp1887397765-312) [n:127.0.0.1:53697_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:57898_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1001
[junit4] 2> 52555 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync
from [http://127.0.0.1:53697/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 52555 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1
url=http://127.0.0.1:57898 START replicas=[http://127.0.0.1:53697/collection1/]
nUpdates=100
[junit4] 2> 52561 INFO (qtp1887397765-309) [n:127.0.0.1:53697_
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> 52561 INFO (qtp1887397765-309) [n:127.0.0.1:53697_
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=1
[junit4] 2> 52562 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ 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> 52562 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to
do a PeerSync
[junit4] 2> 52562 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 52562 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 52563 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 52563 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery
was successful.
[junit4] 2> 52563 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered
during PeerSync.
[junit4] 2> 52563 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 52563 INFO
(recoveryExecutor-58-thread-1-processing-n:127.0.0.1:57898_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:57898_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active
after recovery.
[junit4] 2> 52567 INFO
(zkCallback-60-thread-2-processing-n:127.0.0.1:57898_) [n:127.0.0.1:57898_ ]
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> 52567 INFO
(zkCallback-54-thread-1-processing-n:127.0.0.1:53697_) [n:127.0.0.1:53697_ ]
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> 52720 INFO
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[81725B145E4F169A])
[ ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:
collection1
[junit4] 2> 52723 INFO (qtp1887397765-313) [n:127.0.0.1:53697_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=collection1&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 52728 INFO
(OverseerThreadFactory-102-thread-1-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 52737 INFO (qtp1628257001-340) [n:127.0.0.1:57898_ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@515c53ad
[junit4] 2> 52738 INFO (qtp1887397765-316) [n:127.0.0.1:53697_ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4bb22723
[junit4] 2> 52775 INFO (qtp1628257001-340) [n:127.0.0.1:57898_ ]
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader
parent node, won't remove previous leader registration.
[junit4] 2> 52776 WARN
(zkCallback-60-thread-2-processing-n:127.0.0.1:57898_) [n:127.0.0.1:57898_ ]
o.a.s.c.LeaderElector Our node is no longer in line to be leader
[junit4] 2> 52777 INFO (qtp1628257001-340) [n:127.0.0.1:57898_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=collection1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=40
[junit4] 2> 52782 INFO (qtp1887397765-316) [n:127.0.0.1:53697_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=collection1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=45
[junit4] 2> 53490 INFO (qtp1887397765-313) [n:127.0.0.1:53697_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=collection1&action=DELETE&wt=javabin&version=2} status=0 QTime=767
[junit4] 2> 53495 INFO (qtp1887397765-314) [n:127.0.0.1:53697_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=3&maxShardsPerNode=1&name=all_in_lir&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 53498 INFO
(OverseerThreadFactory-102-thread-2-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ ] o.a.s.c.CreateCollectionCmd Create collection
all_in_lir
[junit4] 2> 53498 INFO
(OverseerThreadFactory-102-thread-2-processing-n:127.0.0.1:35228_)
[n:127.0.0.1:35228_ ] o.a.s.c.CreateCollectionCmd Only one config set found
in zk - using it:conf1
[junit4] 2> 53499 INFO
(OverseerCollectionConfigSetProcessor-97146258808504324-127.0.0.1:35228_-n_0000000000)
[n:127.0.0.1:35228_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 53713 INFO (qtp1628257001-341) [n:127.0.0.1:57898_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=all_in_lir_shard1_replica2&action=CREATE&numShards=1&collection=all_in_lir&shard=shard1&wt=javabin&version=2
[junit4] 2> 53742 INFO (qtp35781399-272) [n:127.0.0.1:35228_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=all_in_lir_shard1_replica1&action=CREATE&numShards=1&collection=all_in_lir&shard=shard1&wt=javabin&version=2
[junit4] 2> 53757 INFO (qtp1887397765-310) [n:127.0.0.1:53697_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=all_in_lir_shard1_replica3&action=CREATE&numShards=1&collection=all_in_lir&shard=shard1&wt=javabin&version=2
[junit4] 2> 53865 INFO
(zkCallback-54-thread-1-processing-n:127.0.0.1:53697_) [n:127.0.0.1:53697_ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/all_in_lir/state.json] for collection [all_in_lir] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 53865 INFO
(zkCallback-60-thread-2-processing-n:127.0.0.1:57898_) [n:127.0.0.1:57898_ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/all_in_lir/state.json] for collection [all_in_lir] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 53866 INFO
(zkCallback-44-thread-1-processing-n:127.0.0.1:35228_) [n:127.0.0.1:35228_ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/all_in_lir/state.json] for collection [all_in_lir] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 54783 WARN (qtp35781399-272) [n:127.0.0.1:35228_ c:all_in_lir
s:shard1 x:all_in_lir_shard1_replica1] o.a.s.c.Config Beginning with Solr 5.5,
<mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 54783 WARN (qtp1887397765-310) [n:127.0.0.1:53697_
c:all_in_lir s:shard1 x:all_in_lir_shard1_replica3] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 54784 INFO (qtp3578
[...truncated too long message...]
shard2_replica1] o.a.s.c.SolrCore [target_collection_shard2_replica1] CLOSING
SolrCore org.apache.solr.core.SolrCore@4fa3aff5
[junit4] 2> 3191297 INFO
(zkCallback-3210-thread-4-processing-n:127.0.0.1:53615_) [n:127.0.0.1:53615_
c:target_collection s:shard2 r:core_node4 x:target_collection_shard2_replica1]
o.a.s.h.CdcrRequestHandler Solr core is being closed - shutting down CDCR
handler @ target_collection:shard2
[junit4] 2> 3191418 INFO
(zkCallback-3217-thread-4-processing-n:127.0.0.1:36358_) [n:127.0.0.1:36358_
c:target_collection s:shard1 r:core_node2 x:target_collection_shard1_replica2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:36358/target_collection_shard1_replica2/
[junit4] 2> 3191418 INFO
(zkCallback-3217-thread-4-processing-n:127.0.0.1:36358_) [n:127.0.0.1:36358_
c:target_collection s:shard1 r:core_node2 x:target_collection_shard1_replica2]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 3191418 INFO
(zkCallback-3217-thread-4-processing-n:127.0.0.1:36358_) [n:127.0.0.1:36358_
c:target_collection s:shard1 r:core_node2 x:target_collection_shard1_replica2]
o.a.s.c.SyncStrategy https://127.0.0.1:36358/target_collection_shard1_replica2/
has no replicas
[junit4] 2> 3191420 INFO
(zkCallback-3217-thread-5-processing-n:127.0.0.1:36358_) [n:127.0.0.1:36358_
] o.a.s.h.CdcrLeaderStateManager Received new leader state @
target_collection:shard1
[junit4] 2> 3191421 INFO
(zkCallback-3217-thread-4-processing-n:127.0.0.1:36358_) [n:127.0.0.1:36358_
c:target_collection s:shard1 r:core_node2 x:target_collection_shard1_replica2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:36358/target_collection_shard1_replica2/ shard1
[junit4] 2> 3191526 INFO
(zkCallback-3217-thread-7-processing-n:127.0.0.1:36358_) [n:127.0.0.1:36358_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/target_collection/state.json] for collection
[target_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 3191900 WARN
(zkCallback-3210-thread-3-processing-n:127.0.0.1:53615_) [n:127.0.0.1:53615_
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to
ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3191901 INFO
(TEST-CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget-seed#[81725B145E4F169A])
[ ] o.e.j.s.AbstractConnector Stopped ServerConnector@6f4d66a9{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 3191901 INFO
(TEST-CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget-seed#[81725B145E4F169A])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1f3dc748{/,null,UNAVAILABLE}
[junit4] 2> 3191904 INFO
(TEST-CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget-seed#[81725B145E4F169A])
[ ] o.a.s.c.ChaosMonkey monkey: stop shard! 36358
[junit4] 2> 3191904 INFO
(TEST-CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget-seed#[81725B145E4F169A])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2004253046
[junit4] 2> 3191907 INFO (coreCloseExecutor-4975-thread-1)
[n:127.0.0.1:36358_ c:target_collection s:shard1 r:core_node2
x:target_collection_shard1_replica2] o.a.s.c.SolrCore
[target_collection_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@65c43377
[junit4] 2> 3191907 INFO (coreCloseExecutor-4975-thread-1)
[n:127.0.0.1:36358_ c:target_collection s:shard1 r:core_node2
x:target_collection_shard1_replica2] o.a.s.h.CdcrRequestHandler Solr core is
being closed - shutting down CDCR handler @ target_collection:shard1
[junit4] 2> 3191923 INFO
(TEST-CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget-seed#[81725B145E4F169A])
[ ] o.a.s.c.Overseer Overseer
(id=97146453809233953-127.0.0.1:36358_-n_0000000007) closing
[junit4] 2> 3191923 INFO
(OverseerStateUpdate-97146453809233953-127.0.0.1:36358_-n_0000000007)
[n:127.0.0.1:36358_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:36358_
[junit4] 2> 3193425 WARN
(zkCallback-3217-thread-6-processing-n:127.0.0.1:36358_) [n:127.0.0.1:36358_
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to
ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 3193426 INFO
(TEST-CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget-seed#[81725B145E4F169A])
[ ] o.e.j.s.AbstractConnector Stopped ServerConnector@3ad64c84{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 3193426 INFO
(TEST-CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget-seed#[81725B145E4F169A])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@90a244e{/,null,UNAVAILABLE}
[junit4] 2> 3193434 INFO
(TEST-CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget-seed#[81725B145E4F169A])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testResilienceWithDeleteByQueryOnTarget
[junit4] 2> 3193436 INFO
(TEST-CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget-seed#[81725B145E4F169A])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58388 58388
[junit4] 2> 3193537 INFO (Thread-50814) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:58388 58388
[junit4] 2> 3193537 WARN (Thread-50814) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 40 /solr/aliases.json
[junit4] 2> 16 /solr/configs/conf1
[junit4] 2> 8 /solr/collections/tmp_collection/state.json
[junit4] 2> 8 /solr/security.json
[junit4] 2> 3
/solr/collections/target_collection/leaders/shard2/leader
[junit4] 2> 3
/solr/collections/target_collection/leaders/shard1/leader
[junit4] 2> 2
/solr/collections/source_collection/leaders/shard1/leader
[junit4] 2> 2
/solr/collections/source_collection/leaders/shard2/leader
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard2/leader
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard1/leader
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 40 /solr/clusterprops.json
[junit4] 2> 40 /solr/clusterstate.json
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/process
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 7
/solr/collections/source_collection/cdcr/state/process
[junit4] 2> 6
/solr/collections/target_collection/cdcr/state/buffer
[junit4] 2> 6
/solr/collections/target_collection/cdcr/state/process
[junit4] 2> 4 /solr/collections/source_collection/state.json
[junit4] 2> 4
/solr/collections/source_collection/cdcr/state/buffer
[junit4] 2> 4 /solr/collections/target_collection/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 160 /solr/overseer/collection-queue-work
[junit4] 2> 77 /solr/overseer/queue
[junit4] 2> 40 /solr/collections
[junit4] 2> 39 /solr/live_nodes
[junit4] 2> 22 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 3193539 INFO
(SUITE-CdcrReplicationDistributedZkTest-seed#[81725B145E4F169A]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationDistributedZkTest_81725B145E4F169A-001
[junit4] 2> Dec 21, 2016 4:23:44 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=LuceneFixedGap), id=FSTOrd50}, docValues:{},
maxPointsInLeafNode=20, maxMBSortInHeap=7.800744072696396,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=en-AU,
timezone=Asia/Anadyr
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=197044256,total=522715136
[junit4] 2> NOTE: All tests run in this JVM: [TestCloudRecovery,
CollectionTooManyReplicasTest, TestNamedUpdateProcessors,
DistributedFacetPivotWhiteBoxTest, TestFreeTextSuggestions, HLLUtilTest,
TestUninvertingReader, TestImplicitCoreProperties, TestScoreJoinQPScore,
HttpSolrCallGetCoreTest, TestCollapseQParserPlugin, TestRandomFaceting,
ClusterStateTest, BigEndianAscendingWordDeserializerTest,
BasicAuthIntegrationTest, TestSearcherReuse,
TestSolrQueryParserDefaultOperatorResource,
DistributedQueryElevationComponentTest, TestStressUserVersions,
CurrencyFieldOpenExchangeTest, TestSolr4Spatial, DistanceUnitsTest,
OverseerRolesTest, TestRangeQuery, HdfsBasicDistributedZkTest,
HdfsRecoveryZkTest, HttpPartitionTest, CdcrUpdateLogTest, ZkNodePropsTest,
TestCSVLoader, SolrCoreTest, MBeansHandlerTest, SmileWriterTest,
TestJavabinTupleStreamParser, BlockJoinFacetSimpleTest, BJQParserTest,
TestMinMaxOnMultiValuedField, CacheHeaderTest, QueryResultKeyTest,
SyncSliceTest, SimpleCollectionCreateDeleteTest, TestManagedStopFilterFactory,
TestBulkSchemaAPI, TestMacroExpander, TestCryptoKeys,
ShufflingReplicaListTransformerTest, TestSolrDeletionPolicy2,
TestReRankQParserPlugin, XsltUpdateRequestHandlerTest,
UniqFieldsUpdateProcessorFactoryTest, TestQuerySenderNoQuery,
DistributedExpandComponentTest, ExternalFileFieldSortTest, TestExportWriter,
TestDelegationWithHadoopAuth, HdfsCollectionsAPIDistributedZkTest,
TestRealTimeGet, TestConfigSetsAPI, DisMaxRequestHandlerTest,
TestMissingGroups, CdcrReplicationDistributedZkTest]
[junit4] Completed [374/665 (4!)] on J0 in 1652.27s, 11 tests, 1 error <<<
FAILURES!
[...truncated 63328 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]