Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/230/
5 tests failed.
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([4E8FE99DB6D80AE1:CD4C370EA2008168]: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:<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.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([4E8FE99DB6D80AE1:EEED7B076681CFA4]: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:<30>
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.testBatchAddsWithDelete
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([4E8FE99DB6D80AE1:399590391EC10BCD]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testBatchAddsWithDelete(CdcrReplicationDistributedZkTest.java:532)
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:<59> 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.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Expected to see collection awhollynewcollection_0 null Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/13)={
"replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-bfffffff", "state":"active", "replicas":{}},
"shard2":{ "range":"c0000000-ffffffff", "state":"active",
"replicas":{}}, "shard3":{ "range":"0-3fffffff",
"state":"active", "replicas":{}}, "shard4":{
"range":"40000000-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/13)={
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-bfffffff",
"state":"active",
"replicas":{}},
"shard2":{
"range":"c0000000-ffffffff",
"state":"active",
"replicas":{}},
"shard3":{
"range":"0-3fffffff",
"state":"active",
"replicas":{}},
"shard4":{
"range":"40000000-7fffffff",
"state":"active",
"replicas":{}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"3",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([4E8FE99DB6D80AE1:6FA9D29B0EB2574]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:237)
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([4E8FE99DB6D80AE1:63F1A6C741FCB0ED]: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 11352 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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/init-core-data-001
[junit4] 2> 91437 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-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> 91439 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001
[junit4] 2> 91439 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 91439 INFO (Thread-188) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 91439 INFO (Thread-188) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 91539 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.a.s.c.ZkTestServer start zk server on port:49471
[junit4] 2> 91603 INFO (jetty-launcher-109-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 91617 INFO (jetty-launcher-109-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 91627 INFO (jetty-launcher-109-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 91632 INFO (jetty-launcher-109-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 91635 INFO (jetty-launcher-109-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1b39b4e8{/solr,null,AVAILABLE}
[junit4] 2> 91644 INFO (jetty-launcher-109-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@27a06109{/solr,null,AVAILABLE}
[junit4] 2> 91644 INFO (jetty-launcher-109-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2309a6b9{/solr,null,AVAILABLE}
[junit4] 2> 91648 INFO (jetty-launcher-109-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@a2d16d5{SSL,[ssl,
http/1.1]}{127.0.0.1:39804}
[junit4] 2> 91648 INFO (jetty-launcher-109-thread-2) [ ]
o.e.j.s.Server Started @95956ms
[junit4] 2> 91648 INFO (jetty-launcher-109-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39804}
[junit4] 2> 91648 ERROR (jetty-launcher-109-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 91648 INFO (jetty-launcher-109-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 91648 INFO (jetty-launcher-109-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 91648 INFO (jetty-launcher-109-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 91648 INFO (jetty-launcher-109-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-17T14:38:57.737Z
[junit4] 2> 91650 INFO (jetty-launcher-109-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@74114e75{/solr,null,AVAILABLE}
[junit4] 2> 91653 INFO (jetty-launcher-109-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2a34b673{SSL,[ssl,
http/1.1]}{127.0.0.1:51476}
[junit4] 2> 91653 INFO (jetty-launcher-109-thread-4) [ ]
o.e.j.s.Server Started @95961ms
[junit4] 2> 91653 INFO (jetty-launcher-109-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=51476}
[junit4] 2> 91653 ERROR (jetty-launcher-109-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 91653 INFO (jetty-launcher-109-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 91653 INFO (jetty-launcher-109-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 91653 INFO (jetty-launcher-109-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 91653 INFO (jetty-launcher-109-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@46a8103f{SSL,[ssl,
http/1.1]}{127.0.0.1:57149}
[junit4] 2> 91653 INFO (jetty-launcher-109-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-17T14:38:57.742Z
[junit4] 2> 91653 INFO (jetty-launcher-109-thread-1) [ ]
o.e.j.s.Server Started @95962ms
[junit4] 2> 91654 INFO (jetty-launcher-109-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57149}
[junit4] 2> 91654 INFO (jetty-launcher-109-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@853aca6{SSL,[ssl,
http/1.1]}{127.0.0.1:40057}
[junit4] 2> 91654 INFO (jetty-launcher-109-thread-3) [ ]
o.e.j.s.Server Started @95963ms
[junit4] 2> 91664 INFO (jetty-launcher-109-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40057}
[junit4] 2> 91664 ERROR (jetty-launcher-109-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 91664 INFO (jetty-launcher-109-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 91664 INFO (jetty-launcher-109-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 91664 INFO (jetty-launcher-109-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 91664 INFO (jetty-launcher-109-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-17T14:38:57.753Z
[junit4] 2> 91665 ERROR (jetty-launcher-109-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 91665 INFO (jetty-launcher-109-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 91665 INFO (jetty-launcher-109-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 91665 INFO (jetty-launcher-109-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 91665 INFO (jetty-launcher-109-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-17T14:38:57.754Z
[junit4] 2> 91671 INFO (jetty-launcher-109-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 91677 INFO (jetty-launcher-109-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 91689 INFO (jetty-launcher-109-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 91690 INFO (jetty-launcher-109-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 91709 INFO (jetty-launcher-109-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 91713 INFO (jetty-launcher-109-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49471/solr
[junit4] 2> 91717 INFO (jetty-launcher-109-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 91727 INFO (jetty-launcher-109-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 91718 INFO (jetty-launcher-109-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 91732 INFO (jetty-launcher-109-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49471/solr
[junit4] 2> 91733 INFO (jetty-launcher-109-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49471/solr
[junit4] 2> 91735 INFO (jetty-launcher-109-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49471/solr
[junit4] 2> 91741 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1590d38b5f90007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 91746 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1590d38b5f90008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 91764 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1590d38b5f90006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 91796 INFO (jetty-launcher-109-thread-1)
[n:127.0.0.1:57149_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:57149_solr
[junit4] 2> 91797 INFO (jetty-launcher-109-thread-4)
[n:127.0.0.1:51476_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51476_solr
[junit4] 2> 91798 INFO (jetty-launcher-109-thread-2)
[n:127.0.0.1:39804_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39804_solr
[junit4] 2> 91799 INFO (jetty-launcher-109-thread-1)
[n:127.0.0.1:57149_solr ] o.a.s.c.Overseer Overseer
(id=97123404187500555-127.0.0.1:57149_solr-n_0000000000) starting
[junit4] 2> 91800 INFO (jetty-launcher-109-thread-3)
[n:127.0.0.1:40057_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 91800 INFO
(zkCallback-129-thread-1-processing-n:127.0.0.1:51476_solr)
[n:127.0.0.1:51476_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 91804 INFO
(zkCallback-127-thread-1-processing-n:127.0.0.1:39804_solr)
[n:127.0.0.1:39804_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 91811 INFO
(zkCallback-128-thread-1-processing-n:127.0.0.1:57149_solr)
[n:127.0.0.1:57149_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 91814 INFO
(zkCallback-127-thread-1-processing-n:127.0.0.1:39804_solr)
[n:127.0.0.1:39804_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 91814 INFO
(zkCallback-129-thread-1-processing-n:127.0.0.1:51476_solr)
[n:127.0.0.1:51476_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 91824 INFO
(zkCallback-128-thread-1-processing-n:127.0.0.1:57149_solr)
[n:127.0.0.1:57149_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 91825 INFO
(zkCallback-131-thread-1-processing-n:127.0.0.1:40057_solr)
[n:127.0.0.1:40057_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 91828 INFO (jetty-launcher-109-thread-3)
[n:127.0.0.1:40057_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40057_solr
[junit4] 2> 91830 INFO
(zkCallback-127-thread-1-processing-n:127.0.0.1:39804_solr)
[n:127.0.0.1:39804_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 91830 INFO
(zkCallback-128-thread-1-processing-n:127.0.0.1:57149_solr)
[n:127.0.0.1:57149_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 91834 INFO
(zkCallback-129-thread-1-processing-n:127.0.0.1:51476_solr)
[n:127.0.0.1:51476_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 91834 INFO
(zkCallback-131-thread-1-processing-n:127.0.0.1:40057_solr)
[n:127.0.0.1:40057_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 91854 INFO (jetty-launcher-109-thread-1)
[n:127.0.0.1:57149_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57149_solr
[junit4] 2> 91856 INFO
(zkCallback-129-thread-1-processing-n:127.0.0.1:51476_solr)
[n:127.0.0.1:51476_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 91856 INFO
(zkCallback-127-thread-1-processing-n:127.0.0.1:39804_solr)
[n:127.0.0.1:39804_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 91856 INFO
(zkCallback-131-thread-1-processing-n:127.0.0.1:40057_solr)
[n:127.0.0.1:40057_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 91857 INFO
(zkCallback-128-thread-1-processing-n:127.0.0.1:57149_solr)
[n:127.0.0.1:57149_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 91883 INFO (jetty-launcher-109-thread-4)
[n:127.0.0.1:51476_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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001/node4/.
[junit4] 2> 91892 INFO (jetty-launcher-109-thread-2)
[n:127.0.0.1:39804_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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001/node2/.
[junit4] 2> 91905 INFO (jetty-launcher-109-thread-3)
[n:127.0.0.1:40057_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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001/node3/.
[junit4] 2> 91965 INFO (jetty-launcher-109-thread-1)
[n:127.0.0.1:57149_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/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001/node1/.
[junit4] 2> 91972 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 91973 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49471/solr ready
[junit4] 2> 92527 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your
platform... using builtin-java classes where applicable
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 93482 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 93678 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[junit4] 2> 93704 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 93771 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 93820 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-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_38891_hdfs____.hb66bv/webapp
[junit4] 2> 94488 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38891
[junit4] 2> 96209 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 96215 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 96233 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-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_46860_datanode____.uagzjd/webapp
[junit4] 2> 96789 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46860
[junit4] 2> 97890 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 97891 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 97953 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-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_55798_datanode____.h9p543/webapp
[junit4] 2> 98627 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[4E8FE99DB6D80AE1]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:55798
[junit4] 2> 100557 INFO (IPC Server handler 6 on 51312) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-d0162930-5583-4562-b089-7ae002ab30b1 node
DatanodeRegistration(127.0.0.1:33914,
datanodeUuid=874defff-b0c9-4a1c-a02b-71d935131420, infoPort=35548,
infoSecurePort=0, ipcPort=46894,
storageInfo=lv=-56;cid=testClusterID;nsid=1234753241;c=0), blocks: 0,
hasStaleStorage: true, processing time: 4 msecs
[junit4] 2> 100557 INFO (IPC Server handler 6 on 51312) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-63403f2c-16f8-408f-a22e-9fc2c3ddab37 node
DatanodeRegistration(127.0.0.1:33914,
datanodeUuid=874defff-b0c9-4a1c-a02b-71d935131420, infoPort=35548,
infoSecurePort=0, ipcPort=46894,
storageInfo=lv=-56;cid=testClusterID;nsid=1234753241;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 100605 INFO (IPC Server handler 9 on 51312) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-6eb75bd4-b1b3-49c9-8347-6d698fdbf040 node
DatanodeRegistration(127.0.0.1:33191,
datanodeUuid=f44e44a0-2511-4e59-ad19-07571a5c7df8, infoPort=39716,
infoSecurePort=0, ipcPort=57902,
storageInfo=lv=-56;cid=testClusterID;nsid=1234753241;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 100605 INFO (IPC Server handler 9 on 51312) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-1af72933-925b-4529-8351-3cd2bdf28b41 node
DatanodeRegistration(127.0.0.1:33191,
datanodeUuid=f44e44a0-2511-4e59-ad19-07571a5c7df8, infoPort=39716,
infoSecurePort=0, ipcPort=57902,
storageInfo=lv=-56;cid=testClusterID;nsid=1234753241;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 101152 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[4E8FE99DB6D80AE1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
[junit4] 2> 101153 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[4E8FE99DB6D80AE1])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 101288 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&name=created_and_deleted&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 101314 INFO
(OverseerThreadFactory-276-thread-1-processing-n:127.0.0.1:57149_solr)
[n:127.0.0.1:57149_solr ] o.a.s.c.CreateCollectionCmd Create collection
created_and_deleted
[junit4] 2> 101504 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr ]
o.a.s.u.TestInjection Inject random core creation delay of 9s
[junit4] 2> 110504 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2
[junit4] 2> 110566 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 110617 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.IndexSchema [created_and_deleted_shard1_replica1] Schema name=minimal
[junit4] 2> 110621 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 110627 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'created_and_deleted_shard1_replica1'
using configuration from collection created_and_deleted
[junit4] 2> 110696 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:51312/data
[junit4] 2> 110696 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 110697 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SolrCore [[created_and_deleted_shard1_replica1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001/node3/created_and_deleted_shard1_replica1],
dataDir=[hdfs://localhost:51312/data/created_and_deleted/core_node1/data/]
[junit4] 2> 110698 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/created_and_deleted/core_node1/data/snapshot_metadata
[junit4] 2> 110802 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 110813 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 110813 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
[junit4] 2> 116227 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 116234 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/created_and_deleted/core_node1/data
[junit4] 2> 116273 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/created_and_deleted/core_node1/data/index
[junit4] 2> 116283 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 116283 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 116322 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 116644 INFO (IPC Server handler 7 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33191 is
added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-6eb75bd4-b1b3-49c9-8347-6d698fdbf040:NORMAL:127.0.0.1:33191|RBW],
ReplicaUC[[DISK]DS-63403f2c-16f8-408f-a22e-9fc2c3ddab37:NORMAL:127.0.0.1:33914|RBW]]}
size 71
[junit4] 2> 116645 INFO (IPC Server handler 3 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33914 is
added to blk_1073741825_1001 size 71
[junit4] 2> 117143 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 117143 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 117143 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 117187 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 117187 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 117382 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@79523a82[created_and_deleted_shard1_replica1] main]
[junit4] 2> 117387 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 117395 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 117398 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 117398 INFO
(searcherExecutor-285-thread-1-processing-n:127.0.0.1:40057_solr
x:created_and_deleted_shard1_replica1 s:shard1 c:created_and_deleted)
[n:127.0.0.1:40057_solr c:created_and_deleted s:shard1
x:created_and_deleted_shard1_replica1] o.a.s.c.SolrCore
[created_and_deleted_shard1_replica1] Registered new searcher
Searcher@79523a82[created_and_deleted_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 117398 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553974494218944512
[junit4] 2> 117426 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 117426 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 117426 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:40057/solr/created_and_deleted_shard1_replica1/
[junit4] 2> 117426 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 117426 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.SyncStrategy
https://127.0.0.1:40057/solr/created_and_deleted_shard1_replica1/ has no
replicas
[junit4] 2> 117431 INFO
(zkCallback-131-thread-1-processing-n:127.0.0.1:40057_solr)
[n:127.0.0.1:40057_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/created_and_deleted/state.json] for collection
[created_and_deleted] has occurred - updating... (live nodes size: [4])
[junit4] 2> 117432 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:40057/solr/created_and_deleted_shard1_replica1/ shard1
[junit4] 2> 117539 INFO
(zkCallback-131-thread-1-processing-n:127.0.0.1:40057_solr)
[n:127.0.0.1:40057_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/created_and_deleted/state.json] for collection
[created_and_deleted] has occurred - updating... (live nodes size: [4])
[junit4] 2> 117557 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 117560 INFO (qtp185052223-703) [n:127.0.0.1:40057_solr
c:created_and_deleted s:shard1 x:created_and_deleted_shard1_replica1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2}
status=0 QTime=16058
[junit4] 2> 117568 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 117581 INFO
(OverseerCollectionConfigSetProcessor-97123404187500555-127.0.0.1:57149_solr-n_0000000000)
[n:127.0.0.1:57149_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> 117665 INFO
(zkCallback-131-thread-1-processing-n:127.0.0.1:40057_solr)
[n:127.0.0.1:40057_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/created_and_deleted/state.json] for collection
[created_and_deleted] has occurred - updating... (live nodes size: [4])
[junit4] 2> 118570 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&name=created_and_deleted&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=17281
[junit4] 2> 118573 INFO (qtp29169078-715) [n:127.0.0.1:51476_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 118574 INFO (qtp29169078-715) [n:127.0.0.1:51476_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> 118578 INFO (qtp29169078-687) [n:127.0.0.1:51476_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=created_and_deleted&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 118581 INFO
(OverseerThreadFactory-276-thread-2-processing-n:127.0.0.1:57149_solr)
[n:127.0.0.1:57149_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 118593 INFO (qtp185052223-707) [n:127.0.0.1:40057_solr ]
o.a.s.c.SolrCore [created_and_deleted_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@584b225e
[junit4] 2> 118646 INFO (qtp185052223-707) [n:127.0.0.1:40057_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:51312/data/created_and_deleted/core_node1/data/snapshot_metadata
[junit4] 2> 118646 INFO (qtp185052223-707) [n:127.0.0.1:40057_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:51312/data/created_and_deleted/core_node1/data
[junit4] 2> 118649 INFO (qtp185052223-707) [n:127.0.0.1:40057_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:51312/data/created_and_deleted/core_node1/data/index
[junit4] 2> 118682 INFO (IPC Server handler 5 on 51312) [ ]
BlockStateChange BLOCK* addToInvalidates: blk_1073741825_1001 127.0.0.1:33191
127.0.0.1:33914
[junit4] 2> 118720 INFO (qtp185052223-707) [n:127.0.0.1:40057_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=created_and_deleted_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=136
[junit4] 2> 119225 INFO
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@7872aa95)
[ ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:33191 to delete
[blk_1073741825_1001]
[junit4] 2> 119432 INFO (qtp29169078-687) [n:127.0.0.1:51476_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=created_and_deleted&action=DELETE&wt=javabin&version=2} status=0
QTime=853
[junit4] 2> 119435 INFO (qtp29169078-710) [n:127.0.0.1:51476_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 119435 INFO (qtp29169078-710) [n:127.0.0.1:51476_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> 119436 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[4E8FE99DB6D80AE1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
[junit4] 2> 119507 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCollectionReload-seed#[4E8FE99DB6D80AE1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload
[junit4] 2> 119508 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCollectionReload-seed#[4E8FE99DB6D80AE1])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 119512 INFO (qtp29169078-709) [n:127.0.0.1:51476_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=reloaded_collection&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 119517 INFO
(OverseerThreadFactory-276-thread-3-processing-n:127.0.0.1:57149_solr)
[n:127.0.0.1:57149_solr ] o.a.s.c.CreateCollectionCmd Create collection
reloaded_collection
[junit4] 2> 119518 INFO
(OverseerCollectionConfigSetProcessor-97123404187500555-127.0.0.1:57149_solr-n_0000000000)
[n:127.0.0.1:57149_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 119801 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr ]
o.a.s.u.TestInjection Inject random core creation delay of 9s
[junit4] 2> 119819 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr ]
o.a.s.u.TestInjection Inject random core creation delay of 9s
[junit4] 2> 119833 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr ]
o.a.s.u.TestInjection Inject random core creation delay of 9s
[junit4] 2> 119833 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr ]
o.a.s.u.TestInjection Inject random core creation delay of 9s
[junit4] 2> 122225 INFO
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@7872aa95)
[ ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:33914 to delete
[blk_1073741825_1001]
[junit4] 2> 128801 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2
[junit4] 2> 128806 INFO
(zkCallback-131-thread-1-processing-n:127.0.0.1:40057_solr)
[n:127.0.0.1:40057_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 128819 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2
[junit4] 2> 128833 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2
[junit4] 2> 128833 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2
[junit4] 2> 128946 INFO
(zkCallback-131-thread-1-processing-n:127.0.0.1:40057_solr)
[n:127.0.0.1:40057_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 128947 INFO
(zkCallback-127-thread-1-processing-n:127.0.0.1:39804_solr)
[n:127.0.0.1:39804_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 128947 INFO
(zkCallback-128-thread-2-processing-n:127.0.0.1:57149_solr)
[n:127.0.0.1:57149_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 128947 INFO
(zkCallback-129-thread-1-processing-n:127.0.0.1:51476_solr)
[n:127.0.0.1:51476_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 129826 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 129860 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 129899 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 129904 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
[junit4] 2> 129909 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.s.IndexSchema [reloaded_collection_shard1_replica2] Schema name=minimal
[junit4] 2> 129911 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.s.IndexSchema [reloaded_collection_shard2_replica1] Schema name=minimal
[junit4] 2> 129917 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.s.IndexSchema [reloaded_collection_shard2_replica2] Schema name=minimal
[junit4] 2> 129920 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 129921 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard2_replica1'
using configuration from collection reloaded_collection
[junit4] 2> 129922 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.s.IndexSchema [reloaded_collection_shard1_replica1] Schema name=minimal
[junit4] 2> 129923 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 129924 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard1_replica2'
using configuration from collection reloaded_collection
[junit4] 2> 129924 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 129925 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:51312/data
[junit4] 2> 129925 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 129926 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.SolrCore [[reloaded_collection_shard1_replica2] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001/node1/reloaded_collection_shard1_replica2],
dataDir=[hdfs://localhost:51312/data/reloaded_collection/core_node4/data/]
[junit4] 2> 129926 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node4/data/snapshot_metadata
[junit4] 2> 129932 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:51312/data
[junit4] 2> 129932 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 129932 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.SolrCore [[reloaded_collection_shard2_replica1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001/node3/reloaded_collection_shard2_replica1],
dataDir=[hdfs://localhost:51312/data/reloaded_collection/core_node1/data/]
[junit4] 2> 129933 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node1/data/snapshot_metadata
[junit4] 2> 129934 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 129951 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 129951 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 129952 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard2_replica2'
using configuration from collection reloaded_collection
[junit4] 2> 129952 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:51312/data
[junit4] 2> 129952 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 129952 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.SolrCore [[reloaded_collection_shard2_replica2] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001/node2/reloaded_collection_shard2_replica2],
dataDir=[hdfs://localhost:51312/data/reloaded_collection/core_node3/data/]
[junit4] 2> 129952 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node3/data/snapshot_metadata
[junit4] 2> 129953 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 129953 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 129960 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard1_replica1'
using configuration from collection reloaded_collection
[junit4] 2> 129961 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:51312/data
[junit4] 2> 129961 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 129961 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.SolrCore [[reloaded_collection_shard1_replica1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_4E8FE99DB6D80AE1-001/tempDir-001/node4/reloaded_collection_shard1_replica1],
dataDir=[hdfs://localhost:51312/data/reloaded_collection/core_node2/data/]
[junit4] 2> 129961 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node2/data/snapshot_metadata
[junit4] 2> 129964 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 129964 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 129978 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 129978 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 130000 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 130004 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 130004 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 130006 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 130007 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node4/data
[junit4] 2> 130016 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node3/data
[junit4] 2> 130020 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node1/data
[junit4] 2> 130028 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node2/data
[junit4] 2> 130065 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node3/data/index
[junit4] 2> 130068 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node1/data/index
[junit4] 2> 130073 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 130073 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 130076 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 130076 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 130085 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node4/data/index
[junit4] 2> 130086 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 130093 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:51312/data/reloaded_collection/core_node2/data/index
[junit4] 2> 130100 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 130103 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 130103 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 130120 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 130120 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[16777216] will allocate [1] slabs and use ~[16777216] bytes
[junit4] 2> 130125 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 130140 INFO (qtp29169078-714) [n:127.0.0.1:51476_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 130269 INFO (IPC Server handler 6 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33191 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-63403f2c-16f8-408f-a22e-9fc2c3ddab37:NORMAL:127.0.0.1:33914|RBW],
ReplicaUC[[DISK]DS-1af72933-925b-4529-8351-3cd2bdf28b41:NORMAL:127.0.0.1:33191|RBW]]}
size 0
[junit4] 2> 130272 INFO (IPC Server handler 7 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33914 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-63403f2c-16f8-408f-a22e-9fc2c3ddab37:NORMAL:127.0.0.1:33914|RBW],
ReplicaUC[[DISK]DS-1af72933-925b-4529-8351-3cd2bdf28b41:NORMAL:127.0.0.1:33191|RBW]]}
size 0
[junit4] 2> 130287 INFO (IPC Server handler 0 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33191 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-6eb75bd4-b1b3-49c9-8347-6d698fdbf040:NORMAL:127.0.0.1:33191|RBW],
ReplicaUC[[DISK]DS-d0162930-5583-4562-b089-7ae002ab30b1:NORMAL:127.0.0.1:33914|RBW]]}
size 0
[junit4] 2> 130320 INFO (IPC Server handler 2 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33914 is
added to blk_1073741826_1002 size 71
[junit4] 2> 130330 INFO (IPC Server handler 8 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33914 is
added to blk_1073741828_1004{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-6eb75bd4-b1b3-49c9-8347-6d698fdbf040:NORMAL:127.0.0.1:33191|RBW],
ReplicaUC[[DISK]DS-d0162930-5583-4562-b089-7ae002ab30b1:NORMAL:127.0.0.1:33914|RBW]]}
size 0
[junit4] 2> 130337 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 130337 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 130337 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 130337 INFO (IPC Server handler 6 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33191 is
added to blk_1073741828_1004 size 71
[junit4] 2> 130342 INFO (IPC Server handler 1 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33914 is
added to blk_1073741829_1005{UCState=COMMITTED, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-63403f2c-16f8-408f-a22e-9fc2c3ddab37:NORMAL:127.0.0.1:33914|RBW],
ReplicaUC[[DISK]DS-1af72933-925b-4529-8351-3cd2bdf28b41:NORMAL:127.0.0.1:33191|RBW]]}
size 71
[junit4] 2> 130342 INFO (IPC Server handler 1 on 51312) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33191 is
added to blk_1073741829_1005 size 71
[junit4] 2> 130348 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 130348 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 130348 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 130366 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 130366 INFO (qtp185052223-697) [n:127.0.0.1:40057_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 130372 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 130372 INFO (qtp236581908-688) [n:127.0.0.1:39804_solr
c:reloaded_collection s:shard2 x:reloaded_collection_shard2_replica2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 130406 INFO (qtp762186521-700) [n:127.0.0.1:57149_solr
c:reloaded_collection s:shard1 x:reloaded_collection_shard1_replica2]
o.a.s.u.UpdateHandler Using UpdateLog implementation
[...truncated too long message...]
2> 4252584 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[4E8FE99DB6D80AE1])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1602327567
[junit4] 2> 4252588 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[4E8FE99DB6D80AE1])
[ ] o.a.s.c.Overseer Overseer
(id=97123661927874614-127.0.0.1:56348_gqn-n_0000000009) closing
[junit4] 2> 4252588 INFO
(OverseerStateUpdate-97123661927874614-127.0.0.1:56348_gqn-n_0000000009)
[n:127.0.0.1:56348_gqn ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:56348_gqn
[junit4] 2> 4253576 WARN
(zkCallback-5318-thread-2-processing-n:127.0.0.1:56348_gqn)
[n:127.0.0.1:56348_gqn c:target_collection s:shard2 r:core_node1
x:target_collection_shard2_replica2] o.a.s.c.SyncStrategy Closed, skipping sync
up.
[junit4] 2> 4253576 INFO
(zkCallback-5318-thread-2-processing-n:127.0.0.1:56348_gqn)
[n:127.0.0.1:56348_gqn c:target_collection s:shard2 r:core_node1
x:target_collection_shard2_replica2] o.a.s.c.SolrCore
[target_collection_shard2_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@43cf2cee
[junit4] 2> 4253577 INFO
(zkCallback-5318-thread-2-processing-n:127.0.0.1:56348_gqn)
[n:127.0.0.1:56348_gqn c:target_collection s:shard2 r:core_node1
x:target_collection_shard2_replica2] o.a.s.h.CdcrRequestHandler Solr core is
being closed - shutting down CDCR handler @ target_collection:shard2
[junit4] 2> 4253585 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[4E8FE99DB6D80AE1])
[ ] o.e.j.s.AbstractConnector Stopped ServerConnector@a49ab8e{SSL,[ssl,
http/1.1]}{127.0.0.1:56348}
[junit4] 2> 4253585 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[4E8FE99DB6D80AE1])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@78bd724a{/gqn,null,UNAVAILABLE}
[junit4] 2> 4253586 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[4E8FE99DB6D80AE1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testReplicationAfterLeaderChange
[junit4] 2> 4253587 INFO
(TEST-CdcrReplicationDistributedZkTest.testReplicationAfterLeaderChange-seed#[4E8FE99DB6D80AE1])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45109 45109
[junit4] 2> 4253693 INFO (Thread-14159) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:45109 45109
[junit4] 2> 4253694 WARN (Thread-14159) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 43 /solr/aliases.json
[junit4] 2> 20 /solr/configs/conf1
[junit4] 2> 12 /solr/security.json
[junit4] 2> 8 /solr/collections/tmp_collection/state.json
[junit4] 2> 4
/solr/collections/target_collection/leaders/shard1/leader
[junit4] 2> 3
/solr/collections/source_collection/leaders/shard2/leader
[junit4] 2> 3
/solr/collections/source_collection/leaders/shard1/leader
[junit4] 2> 3
/solr/collections/target_collection/leaders/shard2/leader
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard2/leader
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard1/leader
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 43 /solr/clusterprops.json
[junit4] 2> 43 /solr/clusterstate.json
[junit4] 2> 9
/solr/collections/target_collection/cdcr/state/buffer
[junit4] 2> 9
/solr/collections/source_collection/cdcr/state/process
[junit4] 2> 9
/solr/collections/target_collection/cdcr/state/process
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/process
[junit4] 2> 8
/solr/collections/source_collection/cdcr/state/buffer
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 6 /solr/collections/source_collection/state.json
[junit4] 2> 6 /solr/collections/target_collection/state.json
[junit4] 2> 3
/solr/overseer_elect/election/97123661927874587-127.0.0.1:57010_gqn-n_0000000005
[junit4] 2> 2
/solr/overseer_elect/election/97123661927874565-127.0.0.1:34721_gqn-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/97123661927874568-127.0.0.1:46687_gqn-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 215 /solr/overseer/collection-queue-work
[junit4] 2> 106 /solr/overseer/queue
[junit4] 2> 43 /solr/collections
[junit4] 2> 38 /solr/live_nodes
[junit4] 2> 33 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 4253695 INFO
(SUITE-CdcrReplicationDistributedZkTest-seed#[4E8FE99DB6D80AE1]-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_4E8FE99DB6D80AE1-001
[junit4] 2> Dec 17, 2016 3:48:19 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{_version_=FSTOrd50, id=PostingsFormat(name=Memory doPackFST= false)},
docValues:{}, maxPointsInLeafNode=861, maxMBSortInHeap=6.477628514308552,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=en,
timezone=Canada/Yukon
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=144561456,total=525336576
[junit4] 2> NOTE: All tests run in this JVM: [TestCoreContainer,
TestSchemaNameResource, CollectionReloadTest, TestDocTermOrds,
ShardRoutingTest, TestTrieFacet, TestDynamicFieldCollectionResource,
TestSurroundQueryParser, UpdateRequestProcessorFactoryTest,
SharedFSAutoReplicaFailoverTest, TestComplexPhraseQParserPlugin,
DeleteStatusTest, TestSweetSpotSimilarityFactory,
TestHighFrequencyDictionaryFactory, WordBreakSolrSpellCheckerTest,
TestManagedSchema, SpatialRPTFieldTypeTest, TestExceedMaxTermLength,
InfoHandlerTest, SolrIndexSplitterTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestSolrCloudWithDelegationTokens,
HdfsRestartWhileUpdatingTest, ZkSolrClientTest, RAMDirectoryFactoryTest,
BasicFunctionalityTest, TestPartialUpdateDeduplication,
TestLeaderElectionZkExpiry, TestCSVResponseWriter, HighlighterTest,
DistribJoinFromCollectionTest, MultiTermTest, EnumFieldTest,
TermVectorComponentTest, LeaderElectionContextKeyTest, ZkControllerTest,
SampleTest, TestSegmentSorting, CopyFieldTest,
LeaderInitiatedRecoveryOnCommitTest, DirectSolrSpellCheckerTest, RulesTest,
SpellCheckCollatorTest, SolrIndexConfigTest, DocValuesTest,
MoreLikeThisHandlerTest, AliasIntegrationTest, DocumentBuilderTest,
GraphQueryTest, SystemInfoHandlerTest, CheckHdfsIndexTest, TestJettySolrRunner,
TestLockTree, DistanceFunctionTest, CollectionsAPIAsyncDistributedZkTest,
TestBinaryResponseWriter, TestFilteredDocIdSet, TestRandomRequestDistribution,
JsonLoaderTest, TestSimpleTrackingShardHandler,
DistributedFacetPivotSmallAdvancedTest, CoreAdminCreateDiscoverTest,
EchoParamsTest, TestRuleBasedAuthorizationPlugin, TestDefaultStatsCache,
TestSolrCoreSnapshots, DistributedQueryComponentCustomSortTest,
URLClassifyProcessorTest, BufferStoreTest, MergeStrategyTest, FileUtilsTest,
TestCloudPivotFacet, HdfsNNFailoverTest, TestSolrDynamicMBean,
SolrCmdDistributorTest, RecoveryAfterSoftCommitTest, CSVRequestHandlerTest,
TestQuerySenderListener, TestCursorMarkWithoutUniqueKey,
TestConfigSetProperties, TestStressCloudBlindAtomicUpdates,
TestConfigSetsAPIExclusivity, SchemaVersionSpecificBehaviorTest,
TestSolrQueryResponse, TestUnifiedSolrHighlighter,
TestLMDirichletSimilarityFactory, TestDistributedStatsComponentCardinality,
DataDrivenBlockJoinTest, ReplicationFactorTest, DirectSolrConnectionTest,
TestDeleteCollectionOnDownNodes, TestUpdate, SpellCheckComponentTest,
OverseerCollectionConfigSetProcessorTest,
TestTolerantUpdateProcessorRandomCloud, SliceStateTest,
PreAnalyzedUpdateProcessorTest, TestAuthenticationFramework,
TestWordDelimiterFilterFactory, TestManagedResourceStorage, TestPushWriter,
DistributedIntervalFacetingTest, TestExactStatsCache, TestJsonFacetRefinement,
BaseCdcrDistributedZkTest, TestMiniSolrCloudClusterSSL,
CdcrReplicationHandlerTest, TestReloadAndDeleteDocs, BasicDistributedZkTest,
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, BasicZkTest,
RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest,
LeaderElectionTest, ZkCLITest, ShardRoutingCustomTest, TestDistributedGrouping,
TestRealTimeGet, TestStressReorder, TestStressVersions,
DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial,
StatsComponentTest, TestFiltering, SoftAutoCommitTest, SolrRequestParserTest,
SuggesterTSTTest, TestTrie, NoCacheHeaderTest,
StatelessScriptUpdateProcessorFactoryTest, SolrInfoMBeanTest,
IndexBasedSpellCheckerTest, StandardRequestHandlerTest, TestQueryTypes,
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TestValueSourceCache,
RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration,
UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter,
SOLR749Test, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig,
TestQuerySenderNoQuery, BadComponentTest, TestStressRecovery,
PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest,
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest,
DOMUtilTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils,
TestDocumentBuilder, CircularListTest, DistributedMLTComponentTest,
TestRTGBase, TestCrossCoreJoin, TestHighlightDedupGrouping, TestTolerantSearch,
ConnectionReuseTest, ActionThrottleTest, AssignTest,
CdcrReplicationDistributedZkTest]
[junit4] Completed [520/662 (2!)] on J1 in 1700.32s, 11 tests, 3 failures
<<< FAILURES!
[...truncated 62836 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]