Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/213/
4 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([11CF307BDB5B8AC9:920CEEE8CF830140]: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:<6>
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.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([11CF307BDB5B8AC9:CF455E06E0F9E83A]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:184)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:141)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:136)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
at
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR(LeaderInitiatedRecoveryOnShardRestartTest.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
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/2)={
"replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"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/2)={
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([11CF307BDB5B8AC9:59BA44CFDD68A55C]: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([11CF307BDB5B8AC9:3CB17F212C7F30C5]: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 11696 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/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_11CF307BDB5B8AC9-001/init-core-data-001
[junit4] 2> 654408 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 654408 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-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/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_11CF307BDB5B8AC9-001/tempDir-001
[junit4] 2> 654409 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 654415 INFO (Thread-2283) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 654415 INFO (Thread-2283) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 654515 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.a.s.c.ZkTestServer start zk server on port:39103
[junit4] 2> 654544 INFO (jetty-launcher-744-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 654544 INFO (jetty-launcher-744-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 654545 INFO (jetty-launcher-744-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 654546 INFO (jetty-launcher-744-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 654546 INFO (jetty-launcher-744-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@101ce04c{/solr,null,AVAILABLE}
[junit4] 2> 654547 INFO (jetty-launcher-744-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@491118b7{HTTP/1.1,[http/1.1]}{127.0.0.1:51178}
[junit4] 2> 654547 INFO (jetty-launcher-744-thread-2) [ ]
o.e.j.s.Server Started @658258ms
[junit4] 2> 654547 INFO (jetty-launcher-744-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=51178}
[junit4] 2> 654547 ERROR (jetty-launcher-744-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 654547 INFO (jetty-launcher-744-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 654547 INFO (jetty-launcher-744-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 654547 INFO (jetty-launcher-744-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 654547 INFO (jetty-launcher-744-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-28T12:17:33.342Z
[junit4] 2> 654646 INFO (jetty-launcher-744-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@17d07652{/solr,null,AVAILABLE}
[junit4] 2> 654646 INFO (jetty-launcher-744-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3510c25e{HTTP/1.1,[http/1.1]}{127.0.0.1:42300}
[junit4] 2> 654646 INFO (jetty-launcher-744-thread-1) [ ]
o.e.j.s.Server Started @658357ms
[junit4] 2> 654646 INFO (jetty-launcher-744-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42300}
[junit4] 2> 654646 ERROR (jetty-launcher-744-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 654646 INFO (jetty-launcher-744-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 654646 INFO (jetty-launcher-744-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 654646 INFO (jetty-launcher-744-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 654646 INFO (jetty-launcher-744-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-28T12:17:33.441Z
[junit4] 2> 654693 INFO (jetty-launcher-744-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@38d70646{/solr,null,AVAILABLE}
[junit4] 2> 654694 INFO (jetty-launcher-744-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@29f9270a{HTTP/1.1,[http/1.1]}{127.0.0.1:46323}
[junit4] 2> 654694 INFO (jetty-launcher-744-thread-4) [ ]
o.e.j.s.Server Started @658404ms
[junit4] 2> 654694 INFO (jetty-launcher-744-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46323}
[junit4] 2> 654694 ERROR (jetty-launcher-744-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 654694 INFO (jetty-launcher-744-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 654694 INFO (jetty-launcher-744-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 654694 INFO (jetty-launcher-744-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 654694 INFO (jetty-launcher-744-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-28T12:17:33.489Z
[junit4] 2> 654696 INFO (jetty-launcher-744-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5efe4300{/solr,null,AVAILABLE}
[junit4] 2> 654697 INFO (jetty-launcher-744-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@e0f23a0{HTTP/1.1,[http/1.1]}{127.0.0.1:58564}
[junit4] 2> 654697 INFO (jetty-launcher-744-thread-3) [ ]
o.e.j.s.Server Started @658407ms
[junit4] 2> 654697 INFO (jetty-launcher-744-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=58564}
[junit4] 2> 654697 ERROR (jetty-launcher-744-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 654697 INFO (jetty-launcher-744-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 654697 INFO (jetty-launcher-744-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 654697 INFO (jetty-launcher-744-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 654697 INFO (jetty-launcher-744-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-28T12:17:33.492Z
[junit4] 2> 654707 INFO (jetty-launcher-744-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 654707 INFO (jetty-launcher-744-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 654722 INFO (jetty-launcher-744-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 654723 INFO (jetty-launcher-744-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 654745 INFO (jetty-launcher-744-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 654749 INFO (jetty-launcher-744-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39103/solr
[junit4] 2> 654773 INFO (jetty-launcher-744-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 654778 INFO (jetty-launcher-744-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39103/solr
[junit4] 2> 654795 INFO (jetty-launcher-744-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 654799 INFO (jetty-launcher-744-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39103/solr
[junit4] 2> 654813 INFO (jetty-launcher-744-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 654817 INFO (jetty-launcher-744-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39103/solr
[junit4] 2> 654862 INFO (jetty-launcher-744-thread-2)
[n:127.0.0.1:51178_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:51178_solr
[junit4] 2> 654863 INFO (jetty-launcher-744-thread-2)
[n:127.0.0.1:51178_solr ] o.a.s.c.Overseer Overseer
(id=97015264261701641-127.0.0.1:51178_solr-n_0000000000) starting
[junit4] 2> 654882 INFO (jetty-launcher-744-thread-2)
[n:127.0.0.1:51178_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51178_solr
[junit4] 2> 654884 INFO (jetty-launcher-744-thread-4)
[n:127.0.0.1:46323_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46323_solr
[junit4] 2> 654889 INFO
(zkCallback-764-thread-1-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 654890 INFO (jetty-launcher-744-thread-3)
[n:127.0.0.1:58564_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 654900 INFO
(zkCallback-765-thread-1-processing-n:127.0.0.1:46323_solr)
[n:127.0.0.1:46323_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 654902 INFO
(zkCallback-762-thread-1-processing-n:127.0.0.1:51178_solr)
[n:127.0.0.1:51178_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 654906 INFO (jetty-launcher-744-thread-1)
[n:127.0.0.1:42300_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42300_solr
[junit4] 2> 654906 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 654907 INFO (jetty-launcher-744-thread-3)
[n:127.0.0.1:58564_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58564_solr
[junit4] 2> 654911 INFO
(zkCallback-765-thread-2-processing-n:127.0.0.1:46323_solr)
[n:127.0.0.1:46323_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 654929 INFO
(zkCallback-765-thread-2-processing-n:127.0.0.1:46323_solr)
[n:127.0.0.1:46323_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 654931 INFO
(zkCallback-762-thread-2-processing-n:127.0.0.1:51178_solr)
[n:127.0.0.1:51178_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (4)
[junit4] 2> 654955 INFO (jetty-launcher-744-thread-2)
[n:127.0.0.1:51178_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/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_11CF307BDB5B8AC9-001/tempDir-001/node2/.
[junit4] 2> 654961 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (4)
[junit4] 2> 654964 INFO
(zkCallback-763-thread-1-processing-n:127.0.0.1:58564_solr)
[n:127.0.0.1:58564_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 654973 INFO (jetty-launcher-744-thread-1)
[n:127.0.0.1:42300_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/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_11CF307BDB5B8AC9-001/tempDir-001/node1/.
[junit4] 2> 654985 INFO
(zkCallback-763-thread-2-processing-n:127.0.0.1:58564_solr)
[n:127.0.0.1:58564_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 655028 INFO (jetty-launcher-744-thread-3)
[n:127.0.0.1:58564_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/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_11CF307BDB5B8AC9-001/tempDir-001/node3/.
[junit4] 2> 655213 INFO (jetty-launcher-744-thread-4)
[n:127.0.0.1:46323_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/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_11CF307BDB5B8AC9-001/tempDir-001/node4/.
[junit4] 2> 655267 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 655267 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39103/solr ready
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 655323 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 655373 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 655378 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 655404 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-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_43129_hdfs____tu3p4z/webapp
[junit4] 2> 656066 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43129
[junit4] 2> 656229 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 656230 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 656244 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-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_38675_datanode____.9zf9u2/webapp
[junit4] 2> 656768 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38675
[junit4] 2> 656901 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 656902 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 656917 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-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_60537_datanode____.ijqpmi/webapp
[junit4] 2> 657154 INFO (IPC Server handler 3 on 48577) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-382c813c-461a-46d2-82ba-8c1fd38ed10d node
DatanodeRegistration(127.0.0.1:54066,
datanodeUuid=c6046950-13e0-435f-916f-2a2e9f4f5449, infoPort=51427,
infoSecurePort=0, ipcPort=59703,
storageInfo=lv=-56;cid=testClusterID;nsid=977021842;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 657155 INFO (IPC Server handler 3 on 48577) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-c9ba4008-f73a-4cec-b7de-cc6a4834c7de node
DatanodeRegistration(127.0.0.1:54066,
datanodeUuid=c6046950-13e0-435f-916f-2a2e9f4f5449, infoPort=51427,
infoSecurePort=0, ipcPort=59703,
storageInfo=lv=-56;cid=testClusterID;nsid=977021842;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 657456 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[11CF307BDB5B8AC9]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:60537
[junit4] 2> 657582 INFO (IPC Server handler 4 on 48577) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-c2763fd0-7421-4bb0-a7fc-c9a2c6e13f37 node
DatanodeRegistration(127.0.0.1:50114,
datanodeUuid=7bd0a0ff-2f1d-45d3-8534-f9a13d4df21b, infoPort=54963,
infoSecurePort=0, ipcPort=38052,
storageInfo=lv=-56;cid=testClusterID;nsid=977021842;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 657582 INFO (IPC Server handler 4 on 48577) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-1f3b600b-2903-48f0-9214-f03ac8cb2079 node
DatanodeRegistration(127.0.0.1:50114,
datanodeUuid=7bd0a0ff-2f1d-45d3-8534-f9a13d4df21b, infoPort=54963,
infoSecurePort=0, ipcPort=38052,
storageInfo=lv=-56;cid=testClusterID;nsid=977021842;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 657878 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
[junit4] 2> 657879 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 657887 INFO (qtp1050536699-5897) [n:127.0.0.1:46323_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> 657891 INFO
(OverseerThreadFactory-2649-thread-1-processing-n:127.0.0.1:51178_solr)
[n:127.0.0.1:51178_solr ] o.a.s.c.CreateCollectionCmd Create collection
created_and_deleted
[junit4] 2> 658016 INFO (qtp939213113-5885) [n:127.0.0.1:42300_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> 658122 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_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> 659042 INFO (qtp939213113-5885) [n:127.0.0.1:42300_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> 659049 INFO (qtp939213113-5885) [n:127.0.0.1:42300_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> 659051 INFO (qtp939213113-5885) [n:127.0.0.1:42300_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> 659052 INFO (qtp939213113-5885) [n:127.0.0.1:42300_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> 659058 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:48577/data
[junit4] 2> 659058 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Solr
Kerberos Authentication disabled
[junit4] 2> 659058 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
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/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_11CF307BDB5B8AC9-001/tempDir-001/node1/created_and_deleted_shard1_replica1],
dataDir=[hdfs://localhost:48577/data/created_and_deleted/core_node1/data/]
[junit4] 2> 659058 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:48577/data/created_and_deleted/core_node1/data/snapshot_metadata
[junit4] 2> 659065 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
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> 659066 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
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> 659072 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache on
write is disabled
[junit4] 2> 659074 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:48577/data/created_and_deleted/core_node1/data
[junit4] 2> 659099 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating
directory factory for path
hdfs://localhost:48577/data/created_and_deleted/core_node1/data/index
[junit4] 2> 659105 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
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> 659105 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
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> 659109 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache on
write is disabled
[junit4] 2> 659161 INFO (IPC Server handler 1 on 48577) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:54066 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-1f3b600b-2903-48f0-9214-f03ac8cb2079:NORMAL:127.0.0.1:50114|RBW],
ReplicaUC[[DISK]DS-382c813c-461a-46d2-82ba-8c1fd38ed10d:NORMAL:127.0.0.1:54066|RBW]]}
size 0
[junit4] 2> 659163 INFO (IPC Server handler 2 on 48577) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50114 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-1f3b600b-2903-48f0-9214-f03ac8cb2079:NORMAL:127.0.0.1:50114|RBW],
ReplicaUC[[DISK]DS-382c813c-461a-46d2-82ba-8c1fd38ed10d:NORMAL:127.0.0.1:54066|RBW]]}
size 0
[junit4] 2> 659177 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 659177 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
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> 659177 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.u.HdfsUpdateLog Initializing
HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 659190 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 659190 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 659208 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@12de1dbe[created_and_deleted_shard1_replica1] main]
[junit4] 2> 659209 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 659209 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
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> 659209 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000
[junit4] 2> 659209 INFO
(searcherExecutor-2658-thread-1-processing-n:127.0.0.1:42300_solr
x:created_and_deleted_shard1_replica1 s:shard1 c:created_and_deleted
r:core_node1) [n:127.0.0.1:42300_solr c:created_and_deleted s:shard1
r:core_node1 x:created_and_deleted_shard1_replica1] o.a.s.c.SolrCore
[created_and_deleted_shard1_replica1] Registered new searcher
Searcher@12de1dbe[created_and_deleted_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 659209 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1552244233212002304
[junit4] 2> 659217 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 659217 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may
be the new leader - try and sync
[junit4] 2> 659217 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:42300/solr/created_and_deleted_shard1_replica1/
[junit4] 2> 659217 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now
sync replicas to me
[junit4] 2> 659217 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.SyncStrategy
http://127.0.0.1:42300/solr/created_and_deleted_shard1_replica1/ has no replicas
[junit4] 2> 659223 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am
the new leader:
http://127.0.0.1:42300/solr/created_and_deleted_shard1_replica1/ shard1
[junit4] 2> 659325 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_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> 659375 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
x:created_and_deleted_shard1_replica1] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 659377 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr
c:created_and_deleted s:shard1 r:core_node1
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=1361
[junit4] 2> 659381 INFO (qtp1050536699-5897) [n:127.0.0.1:46323_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> 659482 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_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> 659893 INFO
(OverseerCollectionConfigSetProcessor-97015264261701641-127.0.0.1:51178_solr-n_0000000000)
[n:127.0.0.1:51178_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> 660382 INFO (qtp1050536699-5897) [n:127.0.0.1:46323_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=2495
[junit4] 2> 660384 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 660384 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_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> 660386 INFO (qtp1050536699-5894) [n:127.0.0.1:46323_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> 660392 INFO
(OverseerThreadFactory-2649-thread-2-processing-n:127.0.0.1:51178_solr)
[n:127.0.0.1:51178_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 660403 INFO (qtp939213113-5886) [n:127.0.0.1:42300_solr ]
o.a.s.c.SolrCore [created_and_deleted_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@392e3b05
[junit4] 2> 660409 INFO (qtp939213113-5886) [n:127.0.0.1:42300_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:48577/data/created_and_deleted/core_node1/data
[junit4] 2> 660410 INFO (qtp939213113-5886) [n:127.0.0.1:42300_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:48577/data/created_and_deleted/core_node1/data/snapshot_metadata
[junit4] 2> 660411 INFO (qtp939213113-5886) [n:127.0.0.1:42300_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:48577/data/created_and_deleted/core_node1/data/index
[junit4] 2> 660418 INFO (IPC Server handler 5 on 48577) [ ]
BlockStateChange BLOCK* addToInvalidates: blk_1073741825_1001 127.0.0.1:50114
127.0.0.1:54066
[junit4] 2> 660421 INFO (qtp939213113-5886) [n:127.0.0.1:42300_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=19
[junit4] 2> 661126 INFO (qtp1050536699-5894) [n:127.0.0.1:46323_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=739
[junit4] 2> 661128 INFO (qtp1050536699-5899) [n:127.0.0.1:46323_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 661128 INFO (qtp1050536699-5899) [n:127.0.0.1:46323_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> 661129 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
[junit4] 2> 661239 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection
[junit4] 2> 661240 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 661245 INFO (qtp1050536699-5899) [n:127.0.0.1:46323_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=unknown_collection&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 661247 INFO
(OverseerThreadFactory-2649-thread-3-processing-n:127.0.0.1:51178_solr)
[n:127.0.0.1:51178_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 661247 INFO
(OverseerCollectionConfigSetProcessor-97015264261701641-127.0.0.1:51178_solr-n_0000000000)
[n:127.0.0.1:51178_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> 661247 ERROR
(OverseerThreadFactory-2649-thread-3-processing-n:127.0.0.1:51178_solr)
[n:127.0.0.1:51178_solr ] o.a.s.c.OverseerCollectionMessageHandler
Collection: unknown_collection operation: delete
failed:org.apache.solr.common.SolrException: Could not find collection :
unknown_collection
[junit4] 2> at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:843)
[junit4] 2> at
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:81)
[junit4] 2> at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
[junit4] 2> at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 661250 INFO (qtp1050536699-5899) [n:127.0.0.1:46323_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=unknown_collection&action=DELETE&wt=javabin&version=2} status=400
QTime=4
[junit4] 2> 661251 INFO
(OverseerCollectionConfigSetProcessor-97015264261701641-127.0.0.1:51178_solr-n_0000000000)
[n:127.0.0.1:51178_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 661252 INFO (qtp1050536699-5901) [n:127.0.0.1:46323_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 661267 INFO
(OverseerThreadFactory-2649-thread-4-processing-n:127.0.0.1:51178_solr)
[n:127.0.0.1:51178_solr ] o.a.s.c.CreateCollectionCmd Create collection
acollectionafterbaddelete
[junit4] 2> 661483 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
[junit4] 2> 661486 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
[junit4] 2> 661595 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 661595 INFO
(zkCallback-765-thread-2-processing-n:127.0.0.1:46323_solr)
[n:127.0.0.1:46323_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 662158 INFO
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@1ac77990)
[ ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:50114 to delete
[blk_1073741825_1001]
[junit4] 2> 662499 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.4.0
[junit4] 2> 662504 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.4.0
[junit4] 2> 662505 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema
[acollectionafterbaddelete_shard1_replica1] Schema name=minimal
[junit4] 2> 662508 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 662508 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'acollectionafterbaddelete_shard1_replica1' using configuration from
collection acollectionafterbaddelete
[junit4] 2> 662509 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:48577/data
[junit4] 2> 662509 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Solr
Kerberos Authentication disabled
[junit4] 2> 662509 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore
[[acollectionafterbaddelete_shard1_replica1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_11CF307BDB5B8AC9-001/tempDir-001/node4/acollectionafterbaddelete_shard1_replica1],
dataDir=[hdfs://localhost:48577/data/acollectionafterbaddelete/core_node1/data/]
[junit4] 2> 662509 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node1/data/snapshot_metadata
[junit4] 2> 662516 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema
[acollectionafterbaddelete_shard1_replica2] Schema name=minimal
[junit4] 2> 662517 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.HdfsDirectoryFactory
Number of slabs of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 662518 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_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> 662518 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 662519 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'acollectionafterbaddelete_shard1_replica2' using configuration from
collection acollectionafterbaddelete
[junit4] 2> 662519 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:48577/data
[junit4] 2> 662519 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Solr
Kerberos Authentication disabled
[junit4] 2> 662519 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore
[[acollectionafterbaddelete_shard1_replica2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_11CF307BDB5B8AC9-001/tempDir-001/node1/acollectionafterbaddelete_shard1_replica2],
dataDir=[hdfs://localhost:48577/data/acollectionafterbaddelete/core_node2/data/]
[junit4] 2> 662519 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node2/data/snapshot_metadata
[junit4] 2> 662525 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.b.BlockDirectory Block
cache on write is disabled
[junit4] 2> 662526 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.HdfsDirectoryFactory
Number of slabs of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 662526 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_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> 662526 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node1/data
[junit4] 2> 662533 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.b.BlockDirectory Block
cache on write is disabled
[junit4] 2> 662537 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node2/data
[junit4] 2> 662539 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node1/data/index
[junit4] 2> 662546 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.HdfsDirectoryFactory
Number of slabs of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 662546 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_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> 662549 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.b.BlockDirectory Block
cache on write is disabled
[junit4] 2> 662573 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node2/data/index
[junit4] 2> 662582 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.HdfsDirectoryFactory
Number of slabs of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 662582 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_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> 662589 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.b.BlockDirectory Block
cache on write is disabled
[junit4] 2> 662610 INFO (IPC Server handler 1 on 48577) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50114 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-382c813c-461a-46d2-82ba-8c1fd38ed10d:NORMAL:127.0.0.1:54066|RBW],
ReplicaUC[[DISK]DS-c2763fd0-7421-4bb0-a7fc-c9a2c6e13f37:NORMAL:127.0.0.1:50114|FINALIZED]]}
size 0
[junit4] 2> 662619 INFO (IPC Server handler 2 on 48577) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:54066 is
added to blk_1073741826_1002 size 71
[junit4] 2> 662631 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 662631 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 662631 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.HdfsUpdateLog Initializing
HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 662632 INFO (IPC Server handler 0 on 48577) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:54066 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-c2763fd0-7421-4bb0-a7fc-c9a2c6e13f37:NORMAL:127.0.0.1:50114|RBW],
ReplicaUC[[DISK]DS-382c813c-461a-46d2-82ba-8c1fd38ed10d:NORMAL:127.0.0.1:54066|RBW]]}
size 0
[junit4] 2> 662640 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 662640 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 662642 INFO (IPC Server handler 9 on 48577) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50114 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-382c813c-461a-46d2-82ba-8c1fd38ed10d:NORMAL:127.0.0.1:54066|RBW],
ReplicaUC[[DISK]DS-1f3b600b-2903-48f0-9214-f03ac8cb2079:NORMAL:127.0.0.1:50114|FINALIZED]]}
size 0
[junit4] 2> 662654 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@3646a69f[acollectionafterbaddelete_shard1_replica1] main]
[junit4] 2> 662654 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 662655 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 662655 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000
[junit4] 2> 662655 INFO
(searcherExecutor-2663-thread-1-processing-n:127.0.0.1:46323_solr
x:acollectionafterbaddelete_shard1_replica1 s:shard1
c:acollectionafterbaddelete r:core_node1) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SolrCore
[acollectionafterbaddelete_shard1_replica1] Registered new searcher
Searcher@3646a69f[acollectionafterbaddelete_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 662655 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1552244236825395200
[junit4] 2> 662662 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
Waiting until we see more replicas up for shard shard1: total=2 found=1
timeoutin=9999ms
[junit4] 2> 662677 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 662677 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 662677 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.HdfsUpdateLog Initializing
HdfsUpdateLog: tlogDfsReplication=3
[junit4] 2> 662685 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 662685 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 662705 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2cd37265[acollectionafterbaddelete_shard1_replica2] main]
[junit4] 2> 662706 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 662706 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 662706 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000
[junit4] 2> 662706 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1552244236878872576
[junit4] 2> 662708 INFO
(searcherExecutor-2664-thread-1-processing-n:127.0.0.1:42300_solr
x:acollectionafterbaddelete_shard1_replica2 s:shard1
c:acollectionafterbaddelete r:core_node2) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.SolrCore
[acollectionafterbaddelete_shard1_replica2] Registered new searcher
Searcher@2cd37265[acollectionafterbaddelete_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 662764 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 662765 INFO
(zkCallback-765-thread-2-processing-n:127.0.0.1:46323_solr)
[n:127.0.0.1:46323_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 663163 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 663163 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
I may be the new leader - try and sync
[junit4] 2> 663163 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:46323/solr/acollectionafterbaddelete_shard1_replica1/
[junit4] 2> 663163 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync:
core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:46323/solr
START
replicas=[http://127.0.0.1:42300/solr/acollectionafterbaddelete_shard1_replica2/]
nUpdates=100
[junit4] 2> 663163 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.u.PeerSync PeerSync:
core=acollectionafterbaddelete_shard1_replica1 url=http://127.0.0.1:46323/solr
DONE. We have no versions. sync failed.
[junit4] 2> 663168 INFO (qtp939213113-5888) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.c.S.Request
[acollectionafterbaddelete_shard1_replica2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 663168 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.SyncStrategy Leader's
attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 663168 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
We failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 663170 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ShardLeaderElectionContext
I am the new leader:
http://127.0.0.1:46323/solr/acollectionafterbaddelete_shard1_replica1/ shard1
[junit4] 2> 663272 INFO
(zkCallback-765-thread-2-processing-n:127.0.0.1:46323_solr)
[n:127.0.0.1:46323_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 663273 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 663321 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 663323 INFO (qtp1050536699-5898) [n:127.0.0.1:46323_solr
c:acollectionafterbaddelete s:shard1 r:core_node1
x:acollectionafterbaddelete_shard1_replica1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2}
status=0 QTime=1840
[junit4] 2> 663425 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 663426 INFO
(zkCallback-765-thread-2-processing-n:127.0.0.1:46323_solr)
[n:127.0.0.1:46323_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 663719 INFO (qtp939213113-5882) [n:127.0.0.1:42300_solr
c:acollectionafterbaddelete s:shard1 r:core_node2
x:acollectionafterbaddelete_shard1_replica2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2}
status=0 QTime=2233
[junit4] 2> 663721 INFO (qtp1050536699-5901) [n:127.0.0.1:46323_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> 663822 INFO
(zkCallback-765-thread-2-processing-n:127.0.0.1:46323_solr)
[n:127.0.0.1:46323_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 663822 INFO
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/acollectionafterbaddelete/state.json] for collection
[acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
[junit4] 2> 664721 INFO (qtp1050536699-5901) [n:127.0.0.1:46323_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3469
[junit4] 2> 664723 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteNonExistentCollection
[junit4] 2> 664831 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionOnlyInZk
[junit4] 2> 664832 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 664834 INFO (qtp1050536699-5897) [n:127.0.0.1:46323_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 664842 INFO
(OverseerCollectionConfigSetProcessor-97015264261701641-127.0.0.1:51178_solr-n_0000000000)
[n:127.0.0.1:51178_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 664843 INFO
(OverseerThreadFactory-2649-thread-5-processing-n:127.0.0.1:51178_solr)
[n:127.0.0.1:51178_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 664848 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr ]
o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@1f4e6cc4
[junit4] 2> 664849 INFO (qtp1050536699-5894) [n:127.0.0.1:46323_solr ]
o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2d6aaa45
[junit4] 2> 664859 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node2/data/index
[junit4] 2> 664859 INFO (qtp1050536699-5894) [n:127.0.0.1:46323_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node1/data/index
[junit4] 2> 664859 INFO (qtp1050536699-5894) [n:127.0.0.1:46323_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node1/data
[junit4] 2> 664860 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node2/data/snapshot_metadata
[junit4] 2> 664860 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node2/data
[junit4] 2> 664865 INFO (qtp1050536699-5894) [n:127.0.0.1:46323_solr ]
o.a.s.s.h.HdfsDirectory Closing hdfs directory
hdfs://localhost:48577/data/acollectionafterbaddelete/core_node1/data/snapshot_metadata
[junit4] 2> 664876 INFO (IPC Server handler 1 on 48577) [ ]
BlockStateChange BLOCK* addToInvalidates: blk_1073741826_1002 127.0.0.1:50114
127.0.0.1:54066
[junit4] 2> 664877 INFO (IPC Server handler 1 on 48577) [ ]
BlockStateChange BLOCK* addToInvalidates: blk_1073741827_1003 127.0.0.1:50114
127.0.0.1:54066
[junit4] 2> 664878 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr ]
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader
parent node, won't remove previous leader registration.
[junit4] 2> 664878 INFO (qtp939213113-5885) [n:127.0.0.1:42300_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=33
[junit4] 2> 664887 WARN
(zkCallback-764-thread-2-processing-n:127.0.0.1:42300_solr)
[n:127.0.0.1:42300_solr ] o.a.s.c.LeaderElector Our node is no longer in
line to be leader
[junit4] 2> 664900 INFO (qtp1050536699-5894) [n:127.0.0.1:46323_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=54
[junit4] 2> 665158 INFO
(org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@1ac77990)
[ ] BlockStateChange BLOCK* BlockManager: ask 127.0.0.1:50114 to delete
[blk_1073741826_1002, blk_1073741827_1003]
[junit4] 2> 665607 INFO (qtp1050536699-5897) [n:127.0.0.1:46323_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2}
status=0 QTime=772
[junit4] 2> 665614 INFO (qtp1050536699-5900) [n:127.0.0.1:46323_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 665618 INFO
(OverseerCollectionConfigSetProcessor-97015264261701641-127.0.0.1:51178_solr-n_0000000000)
[n:127.0.0.1:51178_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 665620 INFO (qtp1050536699-5900) [n:127.0.0.1:46323_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=5
[junit4] 2> 665621 INFO (qtp1050536699-5895) [n:127.0.0.1:46323_solr ]
o.
[...truncated too long message...]
s) [n:127.0.0.1:42983_muf%2Frs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/target_collection/state.json] for collection
[target_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 3803202 WARN
(zkCallback-4494-thread-3-processing-n:127.0.0.1:50542_muf%2Frs)
[n:127.0.0.1:50542_muf%2Frs ] o.a.s.c.c.ZkStateReader ZooKeeper watch
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for
/live_nodes]
[junit4] 2> 3803203 INFO
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[11CF307BDB5B8AC9])
[ ] o.e.j.s.AbstractConnector Stopped ServerConnector@5484e2f9{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 3803203 INFO
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[11CF307BDB5B8AC9])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2afaf9da{/muf/rs,null,UNAVAILABLE}
[junit4] 2> 3803204 INFO
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.c.ChaosMonkey monkey: stop shard! 42983
[junit4] 2> 3803204 INFO
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1227035069
[junit4] 2> 3803213 INFO
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.c.Overseer Overseer
(id=97015459573465121-127.0.0.1:42983_muf%2Frs-n_0000000007) closing
[junit4] 2> 3803213 INFO
(OverseerStateUpdate-97015459573465121-127.0.0.1:42983_muf%2Frs-n_0000000007)
[n:127.0.0.1:42983_muf%2Frs ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:42983_muf%2Frs
[junit4] 2> 3804204 WARN
(zkCallback-4501-thread-5-processing-n:127.0.0.1:42983_muf%2Frs)
[n:127.0.0.1:42983_muf%2Frs c:target_collection s:shard1 r:core_node1
x:target_collection_shard1_replica1] o.a.s.c.SyncStrategy Closed, skipping sync
up.
[junit4] 2> 3804204 INFO
(zkCallback-4501-thread-5-processing-n:127.0.0.1:42983_muf%2Frs)
[n:127.0.0.1:42983_muf%2Frs c:target_collection s:shard1 r:core_node1
x:target_collection_shard1_replica1] o.a.s.c.SolrCore
[target_collection_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5c84ebd
[junit4] 2> 3804204 INFO
(zkCallback-4501-thread-5-processing-n:127.0.0.1:42983_muf%2Frs)
[n:127.0.0.1:42983_muf%2Frs c:target_collection s:shard1 r:core_node1
x:target_collection_shard1_replica1] o.a.s.h.CdcrRequestHandler Solr core is
being closed - shutting down CDCR handler @ target_collection:shard1
[junit4] 2> 3804213 INFO
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[11CF307BDB5B8AC9])
[ ] o.e.j.s.AbstractConnector Stopped ServerConnector@78d9b48e{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 3804213 INFO
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[11CF307BDB5B8AC9])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@773ca22e{/muf/rs,null,UNAVAILABLE}
[junit4] 2> 3804217 INFO
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testBatchBoundaries
[junit4] 2> 3804218 INFO
(TEST-CdcrReplicationDistributedZkTest.testBatchBoundaries-seed#[11CF307BDB5B8AC9])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37395 37395
[junit4] 2> 3804388 INFO (Thread-10149) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:37395 37395
[junit4] 2> 3804390 WARN (Thread-10149) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 25 /solr/aliases.json
[junit4] 2> 16 /solr/configs/conf1
[junit4] 2> 8 /solr/collections/tmp_collection/state.json
[junit4] 2> 8 /solr/security.json
[junit4] 2> 3
/solr/collections/target_collection/leaders/shard2/leader
[junit4] 2> 2
/solr/collections/source_collection/leaders/shard2/leader
[junit4] 2> 2
/solr/collections/source_collection/leaders/shard1/leader
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard2/leader
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard1/leader
[junit4] 2> 2
/solr/collections/target_collection/leaders/shard1/leader
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 25 /solr/clusterprops.json
[junit4] 2> 25 /solr/clusterstate.json
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/process
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 5
/solr/collections/target_collection/cdcr/state/buffer
[junit4] 2> 5
/solr/collections/source_collection/cdcr/state/process
[junit4] 2> 5
/solr/collections/target_collection/cdcr/state/process
[junit4] 2> 4 /solr/collections/source_collection/state.json
[junit4] 2> 4
/solr/collections/source_collection/cdcr/state/buffer
[junit4] 2> 4 /solr/collections/target_collection/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 156 /solr/overseer/collection-queue-work
[junit4] 2> 80 /solr/overseer/queue
[junit4] 2> 25 /solr/live_nodes
[junit4] 2> 25 /solr/collections
[junit4] 2> 21 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 3804391 INFO
(SUITE-CdcrReplicationDistributedZkTest-seed#[11CF307BDB5B8AC9]-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/J2/temp/solr.cloud.CdcrReplicationDistributedZkTest_11CF307BDB5B8AC9-001
[junit4] 2> Nov 28, 2016 1:10:03 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=es-CO,
timezone=America/Sao_Paulo
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=256043992,total=509083648
[junit4] 2> NOTE: All tests run in this JVM: [DistributedQueueTest,
TestJmxMonitoredMap, CollectionStateFormat2Test, CleanupOldIndexTest,
ResponseLogComponentTest, RestartWhileUpdatingTest, BadComponentTest,
TestExceedMaxTermLength, AddBlockUpdateTest, TestSolrConfigHandler,
CloneFieldUpdateProcessorFactoryTest, TimeZoneUtilsTest,
TestSolrCloudWithSecureImpersonation, DocValuesMissingTest,
TestJavabinTupleStreamParser, TestRequestStatusCollectionAPI,
TestJsonFacetRefinement, TestBlobHandler, RemoteQueryErrorTest,
OverseerTaskQueueTest, TestIndexSearcher, TestManagedSchema,
DebugComponentTest, PKIAuthenticationIntegrationTest,
TestSizeLimitedDistributedMap, BinaryUpdateRequestHandlerTest,
TestPhraseSuggestions, SimpleFacetsTest, TestSimpleQParserPlugin,
TestStressReorder, AutoCommitTest, AddSchemaFieldsUpdateProcessorFactoryTest,
DataDrivenBlockJoinTest, TestCoreDiscovery, PingRequestHandlerTest,
MinimalSchemaTest, RecoveryZkTest, HdfsWriteToMultipleCollectionsTest,
OverseerModifyCollectionTest, ForceLeaderTest, TestDefaultStatsCache,
NoCacheHeaderTest, BufferStoreTest, MergeStrategyTest, TestSolrJ,
TestSchemaSimilarityResource, DirectUpdateHandlerOptimizeTest,
SpatialRPTFieldTypeTest, TestExtendedDismaxParser,
FieldAnalysisRequestHandlerTest, TestRawTransformer, QueryResultKeyTest,
TestDefaultSearchFieldResource, SpellPossibilityIteratorTest,
TestMergePolicyConfig, HdfsCollectionsAPIDistributedZkTest,
TestSolrCloudSnapshots, LeaderInitiatedRecoveryOnShardRestartTest,
TestAddFieldRealTimeGet, TestTrieFacet, CoreMergeIndexesAdminHandlerTest,
ConnectionManagerTest, TestNumericTerms32, TestSort,
WrapperMergePolicyFactoryTest, PreAnalyzedFieldTest, SolrCloudExampleTest,
HdfsRecoveryZkTest, RequestHandlersTest, CdcrRequestHandlerTest,
TestConfigSetImmutable, RuleEngineTest, BigEndianAscendingWordDeserializerTest,
TestRecovery, TestJsonRequest, TestSolrQueryParser, TestManagedResource,
SaslZkACLProviderTest, TestExportWriter, LeaderElectionTest,
DistribCursorPagingTest, TestLMJelinekMercerSimilarityFactory,
TriLevelCompositeIdRoutingTest, TestReplicationHandlerBackup, SuggesterTSTTest,
HardAutoCommitTest, TestCloudDeleteByQuery, TestBinaryField,
DistributedExpandComponentTest, SuggesterWFSTTest, SuggesterTest,
SmileWriterTest, CircularListTest, TestBlendedInfixSuggestions,
TestBulkSchemaAPI, TestConfig, ConnectionReuseTest,
ParsingFieldUpdateProcessorsTest, TestClassicSimilarityFactory, TestOrdValues,
SolrCoreCheckLockOnStartupTest, DirectoryFactoryTest,
AnalyticsMergeStrategyTest, TestFilteredDocIdSet, SyncSliceTest,
LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest,
ZkControllerTest, TestReload, TestRangeQuery, SolrCoreTest, TestGroupingSearch,
SolrCmdDistributorTest, ConvertedLegacyTest, DirectUpdateHandlerTest,
TestBadConfig, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest,
SuggesterFSTTest, TestFoldingMultitermQuery, TestStressLucene,
WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest,
DefaultValueUpdateProcessorTest, DocValuesMultiTest, TestSolrDeletionPolicy1,
TestSurroundQueryParser, LukeRequestHandlerTest, TestWriterPerf,
XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest,
FastVectorHighlighterTest, SolrPluginUtilsTest, TestCollationField,
TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest,
TestPHPSerializedResponseWriter, TestLFUCache, PrimUtilsTest, DOMUtilTest,
TestLRUCache, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest,
TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest,
CdcrReplicationDistributedZkTest]
[junit4] Completed [494/658 (3!)] on J2 in 1694.20s, 11 tests, 1 failure <<<
FAILURES!
[...truncated 61258 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]