Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/208/
6 tests failed.
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget
Error Message:
Timeout while trying to assert number of documents @ target_collection
Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @
target_collection
at
__randomizedtesting.SeedInfo.seed([CC866364CD90BAD3:6CE4F1FE1DC97F96]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget(CdcrReplicationDistributedZkTest.java:595)
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)
Caused by: java.lang.AssertionError: expected:<50> but was:<0>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:262)
... 42 more
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationStartStop
Error Message:
Timeout while trying to assert number of documents @ target_collection
Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @
target_collection
at
__randomizedtesting.SeedInfo.seed([CC866364CD90BAD3:4F45BDF7D948315A]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationStartStop(CdcrReplicationDistributedZkTest.java:173)
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)
Caused by: java.lang.AssertionError: expected:<10> but was:<4>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:262)
... 42 more
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.GeneratedConstructorAccessor164.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:705) at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:767) at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1006) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:871) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:775) 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.GeneratedConstructorAccessor164.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:705)
at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:767)
at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1006)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:871)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
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([CC866364CD90BAD3]: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:260)
at sun.reflect.GeneratedMethodAccessor23.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.HdfsSyncSliceTest.test
Error Message:
There are still nodes recoverying - waited for 30 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30
seconds
at
__randomizedtesting.SeedInfo.seed([CC866364CD90BAD3:44D25CBE636CD72B]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:184)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:862)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1418)
at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:71)
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.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Expected to see collection awhollynewcollection_0 null Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/17)={
"replicationFactor":"3", "shards":{ "shard1":{
"range":"80000000-d554ffff", "state":"active", "replicas":{}},
"shard2":{ "range":"d5550000-2aa9ffff", "state":"active",
"replicas":{}}, "shard3":{ "range":"2aaa0000-7fffffff",
"state":"active", "replicas":{}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"3", "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/17)={
"replicationFactor":"3",
"shards":{
"shard1":{
"range":"80000000-d554ffff",
"state":"active",
"replicas":{}},
"shard2":{
"range":"d5550000-2aa9ffff",
"state":"active",
"replicas":{}},
"shard3":{
"range":"2aaa0000-7fffffff",
"state":"active",
"replicas":{}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"3",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([CC866364CD90BAD3:84F317D0CBA39546]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:236)
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)
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([CC866364CD90BAD3:E1F82C3E3AB400DF]: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)
Build Log:
[...truncated 11834 lines...]
[junit4] Suite:
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CC866364CD90BAD3-001/init-core-data-001
[junit4] 2> 1192861 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1192862 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CC866364CD90BAD3-001/tempDir-001
[junit4] 2> 1192862 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1192862 INFO (Thread-3867) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1192863 INFO (Thread-3867) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1192962 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.a.s.c.ZkTestServer start zk server on port:51579
[junit4] 2> 1192991 INFO (jetty-launcher-1160-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1192992 INFO (jetty-launcher-1160-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1193003 INFO (jetty-launcher-1160-thread-3) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1193018 INFO (jetty-launcher-1160-thread-4) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1193025 INFO (jetty-launcher-1160-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@150f5265{/solr,null,AVAILABLE}
[junit4] 2> 1193026 INFO (jetty-launcher-1160-thread-2) [ ]
o.e.j.s.ServerConnector Started ServerConnector@492a3a35{SSL,[ssl,
http/1.1]}{127.0.0.1:42548}
[junit4] 2> 1193027 INFO (jetty-launcher-1160-thread-2) [ ]
o.e.j.s.Server Started @1197929ms
[junit4] 2> 1193027 INFO (jetty-launcher-1160-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42548}
[junit4] 2> 1193027 ERROR (jetty-launcher-1160-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1193027 INFO (jetty-launcher-1160-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 1193027 INFO (jetty-launcher-1160-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1193027 INFO (jetty-launcher-1160-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1193027 INFO (jetty-launcher-1160-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-23T14:39:45.807Z
[junit4] 2> 1193030 INFO (jetty-launcher-1160-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@34d6f9d{/solr,null,AVAILABLE}
[junit4] 2> 1193032 INFO (jetty-launcher-1160-thread-1) [ ]
o.e.j.s.ServerConnector Started ServerConnector@3d01e08f{SSL,[ssl,
http/1.1]}{127.0.0.1:43293}
[junit4] 2> 1193032 INFO (jetty-launcher-1160-thread-1) [ ]
o.e.j.s.Server Started @1197934ms
[junit4] 2> 1193032 INFO (jetty-launcher-1160-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43293}
[junit4] 2> 1193032 ERROR (jetty-launcher-1160-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1193032 INFO (jetty-launcher-1160-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 1193032 INFO (jetty-launcher-1160-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1193032 INFO (jetty-launcher-1160-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1193032 INFO (jetty-launcher-1160-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-23T14:39:45.812Z
[junit4] 2> 1193042 INFO (jetty-launcher-1160-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@15340ec{/solr,null,AVAILABLE}
[junit4] 2> 1193044 INFO (jetty-launcher-1160-thread-4) [ ]
o.e.j.s.ServerConnector Started ServerConnector@41fb9ff4{SSL,[ssl,
http/1.1]}{127.0.0.1:45099}
[junit4] 2> 1193044 INFO (jetty-launcher-1160-thread-4) [ ]
o.e.j.s.Server Started @1197946ms
[junit4] 2> 1193044 INFO (jetty-launcher-1160-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45099}
[junit4] 2> 1193044 ERROR (jetty-launcher-1160-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1193044 INFO (jetty-launcher-1160-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 1193044 INFO (jetty-launcher-1160-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1193044 INFO (jetty-launcher-1160-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1193045 INFO (jetty-launcher-1160-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-23T14:39:45.825Z
[junit4] 2> 1193046 INFO (jetty-launcher-1160-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1193053 INFO (jetty-launcher-1160-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1193060 INFO (jetty-launcher-1160-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5f588738{/solr,null,AVAILABLE}
[junit4] 2> 1193061 INFO (jetty-launcher-1160-thread-3) [ ]
o.e.j.s.ServerConnector Started ServerConnector@48448487{SSL,[ssl,
http/1.1]}{127.0.0.1:36748}
[junit4] 2> 1193061 INFO (jetty-launcher-1160-thread-3) [ ]
o.e.j.s.Server Started @1197963ms
[junit4] 2> 1193061 INFO (jetty-launcher-1160-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36748}
[junit4] 2> 1193061 ERROR (jetty-launcher-1160-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1193062 INFO (jetty-launcher-1160-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 1193062 INFO (jetty-launcher-1160-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1193062 INFO (jetty-launcher-1160-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1193062 INFO (jetty-launcher-1160-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-23T14:39:45.842Z
[junit4] 2> 1193073 INFO (jetty-launcher-1160-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1193073 INFO (jetty-launcher-1160-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1193077 INFO (jetty-launcher-1160-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1193085 INFO (jetty-launcher-1160-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51579/solr
[junit4] 2> 1193087 INFO (jetty-launcher-1160-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1193094 INFO (jetty-launcher-1160-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1193095 INFO (jetty-launcher-1160-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51579/solr
[junit4] 2> 1193101 INFO (jetty-launcher-1160-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51579/solr
[junit4] 2> 1193102 INFO (jetty-launcher-1160-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1193110 INFO (jetty-launcher-1160-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51579/solr
[junit4] 2> 1193134 INFO (jetty-launcher-1160-thread-1)
[n:127.0.0.1:43293_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43293_solr
[junit4] 2> 1193142 INFO (jetty-launcher-1160-thread-4)
[n:127.0.0.1:45099_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45099_solr
[junit4] 2> 1193151 INFO (jetty-launcher-1160-thread-3)
[n:127.0.0.1:36748_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1193158 INFO
(zkCallback-1179-thread-1-processing-n:127.0.0.1:45099_solr)
[n:127.0.0.1:45099_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1193158 INFO (jetty-launcher-1160-thread-3)
[n:127.0.0.1:36748_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36748_solr
[junit4] 2> 1193165 INFO
(zkCallback-1178-thread-1-processing-n:127.0.0.1:43293_solr)
[n:127.0.0.1:43293_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1193167 INFO (jetty-launcher-1160-thread-1)
[n:127.0.0.1:43293_solr ] o.a.s.c.Overseer Overseer
(id=96987511891165193-127.0.0.1:43293_solr-n_0000000000) starting
[junit4] 2> 1193168 INFO
(zkCallback-1179-thread-1-processing-n:127.0.0.1:45099_solr)
[n:127.0.0.1:45099_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1193173 INFO
(zkCallback-1178-thread-1-processing-n:127.0.0.1:43293_solr)
[n:127.0.0.1:43293_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1193178 INFO (jetty-launcher-1160-thread-2)
[n:127.0.0.1:42548_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1193181 INFO
(zkCallback-1180-thread-2-processing-n:127.0.0.1:36748_solr)
[n:127.0.0.1:36748_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1193190 INFO (jetty-launcher-1160-thread-2)
[n:127.0.0.1:42548_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42548_solr
[junit4] 2> 1193191 INFO
(zkCallback-1178-thread-1-processing-n:127.0.0.1:43293_solr)
[n:127.0.0.1:43293_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1193192 INFO
(zkCallback-1179-thread-1-processing-n:127.0.0.1:45099_solr)
[n:127.0.0.1:45099_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1193218 INFO
(zkCallback-1180-thread-1-processing-n:127.0.0.1:36748_solr)
[n:127.0.0.1:36748_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1193225 INFO
(zkCallback-1182-thread-1-processing-n:127.0.0.1:42548_solr)
[n:127.0.0.1:42548_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1193234 INFO (jetty-launcher-1160-thread-1)
[n:127.0.0.1:43293_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43293_solr
[junit4] 2> 1193235 INFO
(zkCallback-1180-thread-1-processing-n:127.0.0.1:36748_solr)
[n:127.0.0.1:36748_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1193235 INFO
(zkCallback-1179-thread-1-processing-n:127.0.0.1:45099_solr)
[n:127.0.0.1:45099_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1193235 INFO
(zkCallback-1182-thread-1-processing-n:127.0.0.1:42548_solr)
[n:127.0.0.1:42548_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1193236 INFO
(zkCallback-1178-thread-1-processing-n:127.0.0.1:43293_solr)
[n:127.0.0.1:43293_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1193300 INFO (jetty-launcher-1160-thread-1)
[n:127.0.0.1:43293_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CC866364CD90BAD3-001/tempDir-001/node1/.
[junit4] 2> 1193305 INFO (jetty-launcher-1160-thread-4)
[n:127.0.0.1:45099_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CC866364CD90BAD3-001/tempDir-001/node4/.
[junit4] 2> 1193321 INFO (jetty-launcher-1160-thread-3)
[n:127.0.0.1:36748_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CC866364CD90BAD3-001/tempDir-001/node3/.
[junit4] 2> 1193354 INFO (jetty-launcher-1160-thread-2)
[n:127.0.0.1:42548_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CC866364CD90BAD3-001/tempDir-001/node2/.
[junit4] 2> 1193360 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 1193404 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 1193417 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1193420 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 1193435 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_33002_hdfs____.3z0vwk/webapp
[junit4] 2> 1193806 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33002
[junit4] 2> 1193898 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1193900 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 1193919 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_36216_datanode____nio5tn/webapp
[junit4] 2> 1194319 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36216
[junit4] 2> 1194409 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1194410 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 1194425 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_58517_datanode____.kq16kh/webapp
[junit4] 2> 1194506 INFO (IPC Server handler 3 on 38647) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-fbd61ede-2ece-47ee-b0f4-85386fdbe488 node
DatanodeRegistration(127.0.0.1:55307,
datanodeUuid=1c2be1b6-bf20-41ec-857e-9ec06e6f4b92, infoPort=52105,
infoSecurePort=0, ipcPort=49907,
storageInfo=lv=-56;cid=testClusterID;nsid=1080266063;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 1194507 INFO (IPC Server handler 3 on 38647) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-fd59a8a7-5005-4690-b93e-76c2e3849396 node
DatanodeRegistration(127.0.0.1:55307,
datanodeUuid=1c2be1b6-bf20-41ec-857e-9ec06e6f4b92, infoPort=52105,
infoSecurePort=0, ipcPort=49907,
storageInfo=lv=-56;cid=testClusterID;nsid=1080266063;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 1194856 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[CC866364CD90BAD3]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58517
[junit4] 2> 1194964 INFO (IPC Server handler 3 on 38647) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-d7bb039a-39ee-4a4f-9e59-cdb6fb9e5bde node
DatanodeRegistration(127.0.0.1:52704,
datanodeUuid=47dc7fc9-b1da-4134-9bf9-151ac59af6f5, infoPort=54450,
infoSecurePort=0, ipcPort=57940,
storageInfo=lv=-56;cid=testClusterID;nsid=1080266063;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 1194964 INFO (IPC Server handler 3 on 38647) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-ac0ef869-c4d2-454c-aa54-4d892ca9c216 node
DatanodeRegistration(127.0.0.1:52704,
datanodeUuid=47dc7fc9-b1da-4134-9bf9-151ac59af6f5, infoPort=54450,
infoSecurePort=0, ipcPort=57940,
storageInfo=lv=-56;cid=testClusterID;nsid=1080266063;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 1195087 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[CC866364CD90BAD3])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
deleteCollectionRemovesStaleZkCollectionsNode
[junit4] 2> 1195088 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[CC866364CD90BAD3])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1195152 INFO (qtp854721838-9484) [n:127.0.0.1:42548_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=out_of_sync_collection&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1195160 INFO (qtp854721838-9484) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=out_of_sync_collection&action=DELETE&wt=javabin&version=2}
status=0 QTime=8
[junit4] 2> 1195162 INFO (qtp854721838-9485) [n:127.0.0.1:42548_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 1195162 INFO (qtp854721838-9485) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1195163 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[CC866364CD90BAD3])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
deleteCollectionRemovesStaleZkCollectionsNode
[junit4] 2> 1195244 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[CC866364CD90BAD3])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
[junit4] 2> 1195245 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[CC866364CD90BAD3])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1195248 INFO (qtp854721838-9477) [n:127.0.0.1:42548_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=8d7559ad-19b0-4b29-8562-5a2c87459840&replicationFactor=3&collection.configName=conf2&maxShardsPerNode=3&name=awhollynewcollection_0&action=CREATE&numShards=3&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1195249 INFO (qtp854721838-9477) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=8d7559ad-19b0-4b29-8562-5a2c87459840&replicationFactor=3&collection.configName=conf2&maxShardsPerNode=3&name=awhollynewcollection_0&action=CREATE&numShards=3&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1195251 INFO (qtp854721838-9481) [n:127.0.0.1:42548_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f80&replicationFactor=4&collection.configName=conf2&maxShardsPerNode=4&name=awhollynewcollection_1&action=CREATE&numShards=3&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1195256 INFO
(OverseerCollectionConfigSetProcessor-96987511891165193-127.0.0.1:43293_solr-n_0000000000)
[n:127.0.0.1:43293_solr ] 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> 1195256 INFO
(OverseerThreadFactory-3215-thread-2-processing-n:127.0.0.1:43293_solr)
[n:127.0.0.1:43293_solr ] o.a.s.c.CreateCollectionCmd Create collection
awhollynewcollection_0
[junit4] 2> 1195257 INFO (qtp854721838-9481) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f80&replicationFactor=4&collection.configName=conf2&maxShardsPerNode=4&name=awhollynewcollection_1&action=CREATE&numShards=3&wt=javabin&version=2}
status=0 QTime=5
[junit4] 2> 1195259 INFO (qtp854721838-9482) [n:127.0.0.1:42548_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f&replicationFactor=3&collection.configName=conf2&maxShardsPerNode=1&name=awhollynewcollection_2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1195265 INFO (qtp854721838-9482) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f&replicationFactor=3&collection.configName=conf2&maxShardsPerNode=1&name=awhollynewcollection_2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=6
[junit4] 2> 1195267 INFO
(OverseerThreadFactory-3215-thread-3-processing-n:127.0.0.1:43293_solr)
[n:127.0.0.1:43293_solr ] o.a.s.c.CreateCollectionCmd Create collection
awhollynewcollection_1
[junit4] 2> 1195268 INFO (qtp854721838-9483) [n:127.0.0.1:42548_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a&replicationFactor=2&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_3&action=CREATE&numShards=3&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1195274 INFO (qtp854721838-9483) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a&replicationFactor=2&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_3&action=CREATE&numShards=3&wt=javabin&version=2}
status=0 QTime=5
[junit4] 2> 1195275 INFO (qtp854721838-9484) [n:127.0.0.1:42548_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=0771045f-e78e-4296-b27e-6eb899347651&replicationFactor=2&collection.configName=conf2&maxShardsPerNode=1&name=awhollynewcollection_4&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1195278 INFO (qtp854721838-9484) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=0771045f-e78e-4296-b27e-6eb899347651&replicationFactor=2&collection.configName=conf2&maxShardsPerNode=1&name=awhollynewcollection_4&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 1195280 INFO
(OverseerThreadFactory-3215-thread-4-processing-n:127.0.0.1:43293_solr)
[n:127.0.0.1:43293_solr ] o.a.s.c.CreateCollectionCmd Create collection
awhollynewcollection_2
[junit4] 2> 1195281 INFO
(OverseerThreadFactory-3215-thread-5-processing-n:127.0.0.1:43293_solr)
[n:127.0.0.1:43293_solr ] o.a.s.c.CreateCollectionCmd Create collection
awhollynewcollection_3
[junit4] 2> 1195286 INFO
(OverseerThreadFactory-3215-thread-1-processing-n:127.0.0.1:43293_solr)
[n:127.0.0.1:43293_solr ] o.a.s.c.CreateCollectionCmd Create collection
awhollynewcollection_4
[junit4] 2> 1196439 INFO (qtp854721838-9482) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239500965113&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2}
status=0 QTime=23
[junit4] 2> 1196440 INFO
(parallelCoreAdminExecutor-3222-thread-1-processing-n:127.0.0.1:42548_solr
8d7559ad-19b0-4b29-8562-5a2c8745984018288239500965113 CREATE)
[n:127.0.0.1:42548_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239500965113&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
[junit4] 2> 1196451 INFO (qtp854721838-9485) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239517949195&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard2_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard2&wt=javabin&version=2}
status=0 QTime=13
[junit4] 2> 1196451 INFO
(parallelCoreAdminExecutor-3222-thread-5-processing-n:127.0.0.1:42548_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239517949195 CREATE)
[n:127.0.0.1:42548_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239517949195&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard2_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard2&wt=javabin&version=2
[junit4] 2> 1196454 INFO (zkCallback-1189-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1196457 INFO
(zkCallback-1182-thread-1-processing-n:127.0.0.1:42548_solr)
[n:127.0.0.1:42548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1196458 INFO (qtp854721838-9484) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f18288239518537581&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_2_shard1_replica1&action=CREATE&numShards=1&collection=awhollynewcollection_2&shard=shard1&wt=javabin&version=2}
status=0 QTime=27
[junit4] 2> 1196487 INFO (qtp854721838-9479) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_3_shard2_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_3&shard=shard2&wt=javabin&version=2}
status=0 QTime=68
[junit4] 2> 1196488 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_3_shard2_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_3&shard=shard2&wt=javabin&version=2
[junit4] 2> 1196514 INFO (qtp854721838-9483) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239501177107&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2}
status=0 QTime=97
[junit4] 2> 1196514 INFO
(parallelCoreAdminExecutor-3222-thread-2-processing-n:127.0.0.1:42548_solr
8d7559ad-19b0-4b29-8562-5a2c8745984018288239501177107 CREATE)
[n:127.0.0.1:42548_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239501177107&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196620 INFO (zkCallback-1189-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1196694 INFO
(zkCallback-1182-thread-2-processing-n:127.0.0.1:42548_solr)
[n:127.0.0.1:42548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_1/state.json] for collection
[awhollynewcollection_1] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1196694 INFO
(zkCallback-1182-thread-3-processing-n:127.0.0.1:42548_solr)
[n:127.0.0.1:42548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_3/state.json] for collection
[awhollynewcollection_3] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1196697 INFO
(zkCallback-1182-thread-4-processing-n:127.0.0.1:42548_solr)
[n:127.0.0.1:42548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_0/state.json] for collection
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1196697 INFO
(parallelCoreAdminExecutor-3222-thread-4-processing-n:127.0.0.1:42548_solr
5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f18288239518537581 CREATE)
[n:127.0.0.1:42548_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f18288239518537581&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_2_shard1_replica1&action=CREATE&numShards=1&collection=awhollynewcollection_2&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196724 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2
x:awhollynewcollection_3_shard2_replica2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.4.0
[junit4] 2> 1196733 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2
x:awhollynewcollection_3_shard2_replica2] o.a.s.s.IndexSchema
[awhollynewcollection_3_shard2_replica2] Schema name=minimal
[junit4] 2> 1196737 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2
x:awhollynewcollection_3_shard2_replica2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1196738 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2
x:awhollynewcollection_3_shard2_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'awhollynewcollection_3_shard2_replica2' using configuration from
collection awhollynewcollection_3
[junit4] 2> 1196739 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2 r:core_node1
x:awhollynewcollection_3_shard2_replica2] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:38647/data
[junit4] 2> 1196739 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2 r:core_node1
x:awhollynewcollection_3_shard2_replica2] o.a.s.c.HdfsDirectoryFactory Solr
Kerberos Authentication disabled
[junit4] 2> 1196739 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2 r:core_node1
x:awhollynewcollection_3_shard2_replica2] o.a.s.c.SolrCore
[[awhollynewcollection_3_shard2_replica2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_CC866364CD90BAD3-001/tempDir-001/node2/awhollynewcollection_3_shard2_replica2],
dataDir=[hdfs://localhost:38647/data/awhollynewcollection_3/core_node1/data/]
[junit4] 2> 1196739 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2 r:core_node1
x:awhollynewcollection_3_shard2_replica2] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15cc8475
[junit4] 2> 1196739 INFO
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2 r:core_node1
x:awhollynewcollection_3_shard2_replica2] o.a.s.c.SolrCore
[awhollynewcollection_3_shard2_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4b6c6f17
[junit4] 2> 1196740 ERROR
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2 r:core_node1
x:awhollynewcollection_3_shard2_replica2] o.a.s.c.SolrCore Error while closing
[junit4] 2> java.lang.NullPointerException
[junit4] 2> at
org.apache.solr.core.SolrCore.close(SolrCore.java:1348)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:892)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:779)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:377)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:164)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1196828 ERROR
(parallelCoreAdminExecutor-3222-thread-3-processing-n:127.0.0.1:42548_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239538261258 CREATE)
[n:127.0.0.1:42548_solr c:awhollynewcollection_3 s:shard2 r:core_node1
x:awhollynewcollection_3_shard2_replica2] o.a.s.c.CoreContainer Error creating
core [awhollynewcollection_3_shard2_replica2]: Unrecognized lockType: native
[junit4] 2> org.apache.solr.common.SolrException: Unrecognized lockType:
native
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:900)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:775)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:779)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:377)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:365)
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:164)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unrecognized
lockType: native
[junit4] 2> at
org.apache.solr.core.HdfsDirectoryFactory.createLockFactory(HdfsDirectoryFactory.java:178)
[junit4] 2> at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:346)
[junit4] 2> at
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:434)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:841)
[junit4] 2> ... 11 more
[junit4] 2> 1196829 INFO
(parallelCoreAdminExecutor-3220-thread-5-processing-n:127.0.0.1:36748_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240634842300 CREATE)
[n:127.0.0.1:36748_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240634842300&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard2_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard2&wt=javabin&version=2
[junit4] 2> 1196821 INFO (qtp1135022372-9787) [n:127.0.0.1:36748_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240634842300&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard2_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard2&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 1196830 INFO (qtp2028220879-9507) [n:127.0.0.1:45099_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240618047844&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard3_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard3&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1196830 INFO
(parallelCoreAdminExecutor-3218-thread-7-processing-n:127.0.0.1:45099_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240618047844 CREATE)
[n:127.0.0.1:45099_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240618047844&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard3_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard3&wt=javabin&version=2
[junit4] 2> 1196831 INFO (qtp1891681710-9495) [n:127.0.0.1:43293_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239535930705&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_3_shard3_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_3&shard=shard3&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1196757 INFO (qtp1135022372-9521) [n:127.0.0.1:36748_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240618099263&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard3_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard3&wt=javabin&version=2}
status=0 QTime=38
[junit4] 2> 1196821 INFO
(parallelCoreAdminExecutor-3222-thread-8-processing-n:127.0.0.1:42548_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240634561043 CREATE)
[n:127.0.0.1:42548_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240634561043&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard1_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196821 INFO (qtp854721838-9481) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240634561043&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard1_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard1&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1196833 INFO (qtp1891681710-9798) [n:127.0.0.1:43293_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239502530341&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 1196834 INFO
(parallelCoreAdminExecutor-3216-thread-4-processing-n:127.0.0.1:43293_solr
8d7559ad-19b0-4b29-8562-5a2c8745984018288239502530341 CREATE)
[n:127.0.0.1:43293_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239502530341&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196834 INFO
(parallelCoreAdminExecutor-3216-thread-5-processing-n:127.0.0.1:43293_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239535930705 CREATE)
[n:127.0.0.1:43293_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239535930705&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_3_shard3_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_3&shard=shard3&wt=javabin&version=2
[junit4] 2> 1196834 INFO (qtp1891681710-9493) [n:127.0.0.1:43293_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239546773153&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard1_replica4&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard1&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 1196835 INFO (qtp1135022372-9516) [n:127.0.0.1:36748_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239510677471&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2}
status=0 QTime=4
[junit4] 2> 1196835 INFO (qtp2028220879-9807) [n:127.0.0.1:45099_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239545857759&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard1_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard1&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1196835 INFO
(parallelCoreAdminExecutor-3220-thread-6-processing-n:127.0.0.1:36748_solr
8d7559ad-19b0-4b29-8562-5a2c8745984018288239510677471 CREATE)
[n:127.0.0.1:36748_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239510677471&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
[junit4] 2> 1196836 INFO
(parallelCoreAdminExecutor-3218-thread-9-processing-n:127.0.0.1:45099_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239545857759 CREATE)
[n:127.0.0.1:45099_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239545857759&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard1_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196836 INFO (qtp2028220879-9808) [n:127.0.0.1:45099_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f18288239541037791&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_2_shard1_replica3&action=CREATE&numShards=1&collection=awhollynewcollection_2&shard=shard1&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 1196837 INFO
(parallelCoreAdminExecutor-3218-thread-8-processing-n:127.0.0.1:45099_solr
5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f18288239541037791 CREATE)
[n:127.0.0.1:45099_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f18288239541037791&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_2_shard1_replica3&action=CREATE&numShards=1&collection=awhollynewcollection_2&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196838 INFO (qtp1891681710-9809) [n:127.0.0.1:43293_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239546360438&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard3_replica4&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard3&wt=javabin&version=2}
status=0 QTime=5
[junit4] 2> 1196838 INFO
(parallelCoreAdminExecutor-3216-thread-7-processing-n:127.0.0.1:43293_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239546360438 CREATE)
[n:127.0.0.1:43293_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239546360438&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard3_replica4&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard3&wt=javabin&version=2
[junit4] 2> 1196839 INFO (qtp1891681710-9496) [n:127.0.0.1:43293_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239540323319&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_3_shard1_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_3&shard=shard1&wt=javabin&version=2}
status=0 QTime=6
[junit4] 2> 1196820 INFO
(parallelCoreAdminExecutor-3220-thread-4-processing-n:127.0.0.1:36748_solr
8d7559ad-19b0-4b29-8562-5a2c8745984018288239511216056 CREATE)
[n:127.0.0.1:36748_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239511216056&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2
[junit4] 2> 1196820 INFO (qtp1135022372-9519) [n:127.0.0.1:36748_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239511216056&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 1196817 INFO
(parallelCoreAdminExecutor-3222-thread-7-processing-n:127.0.0.1:42548_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240618149160 CREATE)
[n:127.0.0.1:42548_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240618149160&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard3_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard3&wt=javabin&version=2
[junit4] 2> 1196817 INFO (qtp854721838-9773) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240618149160&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard3_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard3&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 1196849 INFO
(parallelCoreAdminExecutor-3216-thread-6-processing-n:127.0.0.1:43293_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239540323319 CREATE)
[n:127.0.0.1:43293_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239540323319&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_3_shard1_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_3&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196815 INFO
(zkCallback-1182-thread-4-processing-n:127.0.0.1:42548_solr)
[n:127.0.0.1:42548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/awhollynewcollection_2/state.json] for collection
[awhollynewcollection_2] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1196815 INFO
(parallelCoreAdminExecutor-3222-thread-6-processing-n:127.0.0.1:42548_solr
0771045f-e78e-4296-b27e-6eb89934765118288240573623804 CREATE)
[n:127.0.0.1:42548_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=0771045f-e78e-4296-b27e-6eb89934765118288240573623804&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_4_shard1_replica2&action=CREATE&numShards=1&collection=awhollynewcollection_4&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196850 INFO
(parallelCoreAdminExecutor-3216-thread-8-processing-n:127.0.0.1:43293_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239546773153 CREATE)
[n:127.0.0.1:43293_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239546773153&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard1_replica4&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196814 INFO (qtp854721838-9477) [n:127.0.0.1:42548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=0771045f-e78e-4296-b27e-6eb89934765118288240573623804&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_4_shard1_replica2&action=CREATE&numShards=1&collection=awhollynewcollection_4&shard=shard1&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1196814 INFO
(parallelCoreAdminExecutor-3218-thread-3-processing-n:127.0.0.1:45099_solr
93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239518676430 CREATE)
[n:127.0.0.1:45099_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239518676430&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_3_shard3_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_3&shard=shard3&wt=javabin&version=2
[junit4] 2> 1196852 INFO
(parallelCoreAdminExecutor-3218-thread-10-processing-n:127.0.0.1:45099_solr
0771045f-e78e-4296-b27e-6eb89934765118288240818572001 CREATE)
[n:127.0.0.1:45099_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=0771045f-e78e-4296-b27e-6eb89934765118288240818572001&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_4_shard1_replica1&action=CREATE&numShards=1&collection=awhollynewcollection_4&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196814 INFO (qtp2028220879-9502) [n:127.0.0.1:45099_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=93c24038-f4d4-4749-97a0-3e40d9e1bc0a18288239518676430&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_3_shard3_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_3&shard=shard3&wt=javabin&version=2}
status=0 QTime=34
[junit4] 2> 1196814 INFO
(parallelCoreAdminExecutor-3216-thread-3-processing-n:127.0.0.1:43293_solr
5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f18288239540860717 CREATE)
[n:127.0.0.1:43293_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f18288239540860717&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_2_shard1_replica2&action=CREATE&numShards=1&collection=awhollynewcollection_2&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196814 INFO
(parallelCoreAdminExecutor-3220-thread-2-processing-n:127.0.0.1:36748_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239546591506 CREATE)
[n:127.0.0.1:36748_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239546591506&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard1_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard1&wt=javabin&version=2
[junit4] 2> 1196814 INFO
(parallelCoreAdminExecutor-3218-thread-4-processing-n:127.0.0.1:45099_solr
d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240635075994 CREATE)
[n:127.0.0.1:45099_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240635075994&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard2_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard2&wt=javabin&version=2
[junit4] 2> 1196814 INFO (qtp2028220879-9509) [n:127.0.0.1:45099_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288240635075994&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard2_replica1&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard2&wt=javabin&version=2}
status=0 QTime=33
[junit4] 2> 1196812 INFO (qtp1891681710-9795) [n:127.0.0.1:43293_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=5e03bda8-e88f-4bcf-ab57-ddc5688bfc5f18288239540860717&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_2_shard1_replica2&action=CREATE&numShards=1&collection=awhollynewcollection_2&shard=shard1&wt=javabin&version=2}
status=0 QTime=32
[junit4] 2> 1196802 INFO (qtp1135022372-9785) [n:127.0.0.1:36748_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={async=d6e4fc45-cd43-44d4-863f-e50b14cf5f8018288239546591506&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_1_shard1_replica2&action=CREATE&numShards=3&collection=awhollynewcollection_1&shard=shard1&wt=javabin&version=2}
status=0 QTime=21
[junit4] 2> 1196802 INFO
(parallelCoreAdminExecutor-3218-thread-5-processing-n:127.0.0.1:45099_solr
8d7559ad-19b0-4b29-8562-5a2c8745984018288239491272205 CREATE)
[n:127.0.0.1:45099_solr ] o.a.s.h.a.CoreAdminOperation core create command
async=8d7559ad-19b0-4b29-8562-5a2c8745984018288239491272205&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica3&action=CREATE&numShards=3&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2
[junit4] 2> 1196798 INFO (qtp2028220879-9797) [
[...truncated too long message...]
NFO (zkCallback-5126-thread-2-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:target_collection s:shard1 r:core_node1
x:target_collection_shard1_replica2] o.a.s.h.CdcrRequestHandler Solr core is
being closed - shutting down CDCR handler @ target_collection:shard1
[junit4] 2> 4659785 INFO
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[CC866364CD90BAD3])
[ ] o.e.j.s.ServerConnector Stopped ServerConnector@1f9ab27d{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 4659785 INFO
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[CC866364CD90BAD3])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@294c323c{/,null,UNAVAILABLE}
[junit4] 2> 4659786 INFO
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[CC866364CD90BAD3])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteCreateSourceCollection
[junit4] 2> 4659787 INFO
(TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[CC866364CD90BAD3])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43633 43633
[junit4] 2> 4659877 INFO (Thread-12923) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:43633 43633
[junit4] 2> 4659878 WARN (Thread-12923) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 48 /solr/aliases.json
[junit4] 2> 26 /solr/configs/conf1
[junit4] 2> 10 /solr/security.json
[junit4] 2> 8 /solr/collections/tmp_collection/state.json
[junit4] 2> 3
/solr/collections/source_collection/leaders/shard1/leader
[junit4] 2> 3
/solr/collections/target_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/target_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> 48 /solr/clusterprops.json
[junit4] 2> 48 /solr/clusterstate.json
[junit4] 2> 10
/solr/collections/target_collection/cdcr/state/buffer
[junit4] 2> 10
/solr/collections/source_collection/cdcr/state/buffer
[junit4] 2> 10
/solr/collections/source_collection/cdcr/state/process
[junit4] 2> 10
/solr/collections/target_collection/cdcr/state/process
[junit4] 2> 9 /solr/collections/source_collection/state.json
[junit4] 2> 9 /solr/collections/target_collection/state.json
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/process
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 2
/solr/overseer_elect/election/96987733658763291-127.0.0.1:40379_-n_0000000005
[junit4] 2> 2
/solr/overseer_elect/election/96987733658763297-127.0.0.1:34898_-n_0000000007
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 94 /solr/overseer/queue
[junit4] 2> 61 /solr/overseer/collection-queue-work
[junit4] 2> 48 /solr/collections
[junit4] 2> 46 /solr/live_nodes
[junit4] 2> 26 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 4659885 INFO
(SUITE-CdcrReplicationDistributedZkTest-seed#[CC866364CD90BAD3]-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/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest_CC866364CD90BAD3-001
[junit4] 2> Nov 23, 2016 3:37:32 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=Lucene62,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=und,
timezone=Africa/Maseru
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=173684800,total=524812288
[junit4] 2> NOTE: All tests run in this JVM:
[LeaderFailoverAfterPartitionTest, DeleteStatusTest, URLClassifyProcessorTest,
ConfigSetsAPITest, TestUniqueKeyFieldResource, DistributedSuggestComponentTest,
SystemInfoHandlerTest, TestFastOutputStream, TestManagedSchemaThreadSafety,
SimplePostToolTest, CursorMarkTest, TestElisionMultitermQuery,
BadCopyFieldTest, TestMinMaxOnMultiValuedField, VersionInfoTest,
DocumentBuilderTest, TestCopyFieldCollectionResource, BasicFunctionalityTest,
MultiTermTest, TestJettySolrRunner, TestScoreJoinQPScore, TimerUtilsTest,
BitVectorTest, TestConfigSetsAPIZkFailure, CheckHdfsIndexTest,
SolrInfoMBeanTest, TestSolrConfigHandlerConcurrent,
TestSizeLimitedDistributedMap, TestSolrCloudWithSecureImpersonation,
ShufflingReplicaListTransformerTest, SegmentsInfoRequestHandlerTest,
SortByFunctionTest, CustomCollectionTest, CollectionsAPIAsyncDistributedZkTest,
TestLRUCache, TestFreeTextSuggestions, TestLuceneMatchVersion,
TestTolerantUpdateProcessorCloud, TestTrie, WordBreakSolrSpellCheckerTest,
LeaderInitiatedRecoveryOnShardRestartTest, TestDynamicFieldResource,
DistributedFacetPivotLongTailTest, TestSearcherReuse,
DistribJoinFromCollectionTest, TestAnalyzeInfixSuggestions,
TestCollapseQParserPlugin, CSVRequestHandlerTest, CopyFieldTest,
CollectionReloadTest, SaslZkACLProviderTest, SolrIndexConfigTest,
IndexSchemaTest, DistributedExpandComponentTest, TestUpdate, TestBlobHandler,
TestQueryWrapperFilter, ShardRoutingTest, TestDistribDocBasedVersion,
TestHdfsCloudBackupRestore, TestRestManager, SearchHandlerTest,
TestXmlQParserPlugin, TestMacros, TestUseDocValuesAsStored2, HighlighterTest,
DistributedMLTComponentTest, TestRTGBase, TestCloudDeleteByQuery,
SoftAutoCommitTest, TestBM25SimilarityFactory, TestPKIAuthenticationPlugin,
DocValuesTest, CollectionsAPIDistributedZkTest, TestSolrCloudSnapshots,
TestOnReconnectListenerSupport, TestCursorMarkWithoutUniqueKey,
SolrCmdDistributorTest, RestartWhileUpdatingTest, TestFieldCacheSortRandom,
TemplateUpdateProcessorTest, TestNonDefinedSimilarityFactory,
BlockJoinFacetSimpleTest, ZkControllerTest, SimpleMLTQParserTest,
TestSchemaResource, SpatialFilterTest, TestNRTOpen, TestExactSharedStatsCache,
TestSolr4Spatial2, UtilsToolTest, TestMissingGroups, AliasIntegrationTest,
TestCollationFieldDocValues, TestUninvertingReader,
CoreMergeIndexesAdminHandlerTest, HdfsCollectionsAPIDistributedZkTest,
HdfsLockFactoryTest, HLLSerializationTest, DateMathParserTest,
SuggesterFSTTest, TestFieldSortValues, TestMiniSolrCloudCluster,
RuleEngineTest, RemoteQueryErrorTest, SpellCheckComponentTest, FileUtilsTest,
TriLevelCompositeIdRoutingTest, BasicDistributedZkTest,
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest,
OpenCloseCoreStressTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest,
LeaderElectionTest, ZkSolrClientTest, TestZkChroot, ZkCLITest,
ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting,
TestHashPartitioner, TestRealTimeGet, TestJoin, TestStressVersions,
DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer,
SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest,
TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest,
ConvertedLegacyTest, TestSort, TestFiltering, DirectUpdateHandlerTest,
TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest,
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestExtendedDismaxParser,
SpellCheckCollatorTest, TestFoldingMultitermQuery, TestStressLucene,
SuggesterWFSTTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest,
TestPseudoReturnFields, TestWordDelimiterFilterFactory,
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest,
TestRemoteStreaming, DistanceFunctionTest, XsltUpdateRequestHandlerTest,
DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser,
DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest,
TestWriterPerf, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory,
TestQueryTypes, FileBasedSpellCheckerTest, TermsComponentTest,
RequestHandlersTest, PathHierarchyTokenizerFactoryTest,
TermVectorComponentTest, MoreLikeThisHandlerTest, IndexSchemaRuntimeFieldTest,
LoggingHandlerTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest,
JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, QueryParsingTest,
TestAnalyzedSuggestions, JsonLoaderTest, BinaryUpdateRequestHandlerTest,
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter,
PingRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener,
UpdateParamsTest, TestSolrIndexConfig, ResponseLogComponentTest,
TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest,
TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest,
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest,
DirectSolrConnectionTest, TestCharFilters, TestXIncludeConfig, EchoParamsTest,
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory,
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
TestIBSimilarityFactory, TestFastWriter, ResourceLoaderTest,
OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestSystemIdResolver,
TestSuggestSpellingConverter, SpellingQueryConverterTest,
RAMDirectoryFactoryTest, ClusterStateTest, TestDocumentBuilder,
ZkNodePropsTest, SliceStateTest, CircularListTest, CursorPagingTest,
DistributedIntervalFacetingTest, SolrTestCaseJ4Test,
TestDistributedMissingSort, TestHighlightDedupGrouping,
TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors,
ConnectionReuseTest, AssignTest, AsyncCallRequestStatusResponseTest,
BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest]
[junit4] Completed [514/655 (4!)] on J1 in 1668.73s, 11 tests, 2 failures
<<< FAILURES!
[...truncated 61148 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]