Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/215/
6 tests failed.
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testUpdateLogSynchronisation
Error Message:
Timeout waiting for CDCR replication to complete @source_collection:shard2
Stack Trace:
java.lang.RuntimeException: Timeout waiting for CDCR replication to complete
@source_collection:shard2
at
__randomizedtesting.SeedInfo.seed([C646D558AEA7863D:38298DFB6C87A52C]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForReplicationToComplete(BaseCdcrDistributedZkTest.java:795)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testUpdateLogSynchronisation(CdcrReplicationDistributedZkTest.java:377)
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.PeerSyncReplicationTest.test
Error Message:
PeerSynced node did not become leader expected:<CloudJettyRunner
[url=http://127.0.0.1:48319/collection1]> but was:<CloudJettyRunner
[url=http://127.0.0.1:38273/collection1]>
Stack Trace:
java.lang.AssertionError: PeerSynced node did not become leader
expected:<CloudJettyRunner [url=http://127.0.0.1:48319/collection1]> but
was:<CloudJettyRunner [url=http://127.0.0.1:38273/collection1]>
at
__randomizedtesting.SeedInfo.seed([C646D558AEA7863D:4E12EA82005BEBC5]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:154)
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.HdfsChaosMonkeyNothingIsSafeTest.test
Error Message:
There were too many update fails (66 > 60) - we expect it can happen, but
shouldn't easily
Stack Trace:
java.lang.AssertionError: There were too many update fails (66 > 60) - we
expect it can happen, but shouldn't easily
at
__randomizedtesting.SeedInfo.seed([C646D558AEA7863D:4E12EA82005BEBC5]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:218)
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.SharedFSAutoReplicaFailoverTest.test
Error Message:
Timeout waiting for all live and active
Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
at
__randomizedtesting.SeedInfo.seed([C646D558AEA7863D:4E12EA82005BEBC5]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:309)
at
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:127)
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":"4", "shards":{ "shard1":{
"range":"80000000-d554ffff", "state":"active", "replicas":{}},
"shard2":{ "range":"d5550000-2aa9ffff", "state":"active",
"replicas":{}}, "shard3":{ "range":"2aaa0000-7fffffff",
"state":"active", "replicas":{}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"4", "autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/2)={
"replicationFactor":"4",
"shards":{
"shard1":{
"range":"80000000-d554ffff",
"state":"active",
"replicas":{}},
"shard2":{
"range":"d5550000-2aa9ffff",
"state":"active",
"replicas":{}},
"shard3":{
"range":"2aaa0000-7fffffff",
"state":"active",
"replicas":{}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"4",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([C646D558AEA7863D:8E33A1ECA894A9A8]: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([C646D558AEA7863D:EB389A0259833C31]: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 12400 lines...]
[junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/init-core-data-001
[junit4] 2> 2548450 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 2548450 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 2548476 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 2548484 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2548486 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2548495 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-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_51910_hdfs____.fs9g7u/webapp
[junit4] 2> 2549004 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:51910
[junit4] 2> 2549088 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2549089 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2549098 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-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_33619_datanode____.81i1zv/webapp
[junit4] 2> 2549567 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33619
[junit4] 2> 2549609 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2549610 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2549633 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-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_34478_datanode____uecsfv/webapp
[junit4] 2> 2549730 INFO (IPC Server handler 5 on 50428) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-68c346fd-6ff2-4ca9-81f1-8c6a5e0a6bc1 node
DatanodeRegistration(127.0.0.1:52854,
datanodeUuid=de53d15d-4ff7-413b-8963-2e0a87e5c0a0, infoPort=45802,
infoSecurePort=0, ipcPort=32793,
storageInfo=lv=-56;cid=testClusterID;nsid=637979103;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 2549730 INFO (IPC Server handler 5 on 50428) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-8af44499-fb02-41d4-9013-0b546b6a0304 node
DatanodeRegistration(127.0.0.1:52854,
datanodeUuid=de53d15d-4ff7-413b-8963-2e0a87e5c0a0, infoPort=45802,
infoSecurePort=0, ipcPort=32793,
storageInfo=lv=-56;cid=testClusterID;nsid=637979103;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2550097 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[C646D558AEA7863D]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34478
[junit4] 2> 2550182 INFO (IPC Server handler 6 on 50428) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-ebaea717-6165-4c6a-b915-e08168cdc1fb node
DatanodeRegistration(127.0.0.1:54502,
datanodeUuid=3320ebd1-ec40-486f-8c91-1d3e5e62290f, infoPort=54838,
infoSecurePort=0, ipcPort=50488,
storageInfo=lv=-56;cid=testClusterID;nsid=637979103;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 2550182 INFO (IPC Server handler 6 on 50428) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-9302aa97-6044-4a04-83b9-4668846e6df5 node
DatanodeRegistration(127.0.0.1:54502,
datanodeUuid=3320ebd1-ec40-486f-8c91-1d3e5e62290f, infoPort=54838,
infoSecurePort=0, ipcPort=50488,
storageInfo=lv=-56;cid=testClusterID;nsid=637979103;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2550254 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2550254 INFO (Thread-10645) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2550254 INFO (Thread-10645) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2550354 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.ZkTestServer start zk server on port:55962
[junit4] 2> 2550368 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2550369 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 2550370 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2550371 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2550372 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2550373 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2550373 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2550374 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2550375 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2550376 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2550376 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2550447 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/control-001/cores/collection1
[junit4] 2> 2550448 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2550449 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@dc6d2af{/,null,AVAILABLE}
[junit4] 2> 2550449 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@a4edd43{HTTP/1.1,[http/1.1]}{127.0.0.1:58566}
[junit4] 2> 2550449 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.Server Started @2553845ms
[junit4] 2> 2550449 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=58566,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/control-001/cores}
[junit4] 2> 2550454 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2550455 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 2550455 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2550455 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2550455 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-30T13:18:41.385Z
[junit4] 2> 2550457 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2550458 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/control-001/solr.xml
[junit4] 2> 2550466 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2550466 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55962/solr
[junit4] 2> 2550478 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:58566_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:58566_
[junit4] 2> 2550479 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:58566_ ] o.a.s.c.Overseer Overseer
(id=97026829266780164-127.0.0.1:58566_-n_0000000000) starting
[junit4] 2> 2550483 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:58566_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58566_
[junit4] 2> 2550484 INFO
(OverseerStateUpdate-97026829266780164-127.0.0.1:58566_-n_0000000000)
[n:127.0.0.1:58566_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2550517 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:58566_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/control-001/cores
[junit4] 2> 2550517 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:58566_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2550519 INFO
(OverseerStateUpdate-97026829266780164-127.0.0.1:58566_-n_0000000000)
[n:127.0.0.1:58566_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 2551527 WARN
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 2551528 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 2551539 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2551610 WARN
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 2551612 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2551623 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 2551623 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:50428/solr_hdfs_home
[junit4] 2> 2551624 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2551624 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:50428/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 2551624 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6bd8b2
[junit4] 2> 2551624 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50428/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 2551630 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2551630 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2551630 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2551635 WARN
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds
and try again.
[junit4] 2> 2556787 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2556788 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50428/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 2556809 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50428/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 2556814 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2556814 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2556814 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2556835 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2556835 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6512627533351657]
[junit4] 2> 2556849 INFO (IPC Server handler 9 on 50428) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:54502 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-68c346fd-6ff2-4ca9-81f1-8c6a5e0a6bc1:NORMAL:127.0.0.1:52854|RBW],
ReplicaUC[[DISK]DS-9302aa97-6044-4a04-83b9-4668846e6df5:NORMAL:127.0.0.1:54502|FINALIZED]]}
size 0
[junit4] 2> 2556850 INFO (IPC Server handler 1 on 50428) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52854 is
added to blk_1073741825_1001 size 71
[junit4] 2> 2556855 WARN
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 2556860 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2556860 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2556860 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2556872 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2556872 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2556874 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2556882 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3add4d2[collection1] main]
[junit4] 2> 2556882 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2556883 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2556883 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2556884 INFO
(searcherExecutor-8459-thread-1-processing-n:127.0.0.1:58566_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58566_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@3add4d2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2556884 INFO
(coreLoadExecutor-8458-thread-1-processing-n:127.0.0.1:58566_)
[n:127.0.0.1:58566_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1552429275219492864
[junit4] 2> 2556889 INFO
(coreZkRegister-8451-thread-1-processing-n:127.0.0.1:58566_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58566_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2556889 INFO
(coreZkRegister-8451-thread-1-processing-n:127.0.0.1:58566_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58566_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2556889 INFO
(coreZkRegister-8451-thread-1-processing-n:127.0.0.1:58566_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58566_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:58566/collection1/
[junit4] 2> 2556889 INFO
(coreZkRegister-8451-thread-1-processing-n:127.0.0.1:58566_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58566_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 2556889 INFO
(coreZkRegister-8451-thread-1-processing-n:127.0.0.1:58566_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58566_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:58566/collection1/ has no replicas
[junit4] 2> 2556894 INFO
(coreZkRegister-8451-thread-1-processing-n:127.0.0.1:58566_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58566_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:58566/collection1/ shard1
[junit4] 2> 2557022 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2557023 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55962/solr ready
[junit4] 2> 2557023 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2557045 INFO
(coreZkRegister-8451-thread-1-processing-n:127.0.0.1:58566_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:58566_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 2557098 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-1-001/cores/collection1
[junit4] 2> 2557098 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-1-001
[junit4] 2> 2557099 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2557100 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@49c55b33{/,null,AVAILABLE}
[junit4] 2> 2557101 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7640a94c{HTTP/1.1,[http/1.1]}{127.0.0.1:56888}
[junit4] 2> 2557102 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.Server Started @2560497ms
[junit4] 2> 2557102 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml,
hostContext=/, hostPort=56888,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-1-001/cores}
[junit4] 2> 2557102 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2557102 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 2557102 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2557102 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2557102 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-30T13:18:48.032Z
[junit4] 2> 2557104 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2557105 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-1-001/solr.xml
[junit4] 2> 2557109 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2557110 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55962/solr
[junit4] 2> 2557116 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:56888_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2557119 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:56888_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56888_
[junit4] 2> 2557120 INFO
(zkCallback-4071-thread-1-processing-n:127.0.0.1:58566_) [n:127.0.0.1:58566_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2557120 INFO (zkCallback-4075-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2557121 INFO
(zkCallback-4080-thread-1-processing-n:127.0.0.1:56888_) [n:127.0.0.1:56888_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2557237 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:56888_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-1-001/cores
[junit4] 2> 2557237 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:56888_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2557238 INFO
(OverseerStateUpdate-97026829266780164-127.0.0.1:58566_-n_0000000000)
[n:127.0.0.1:58566_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 2558247 WARN
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 2558248 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 2558258 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2558329 WARN
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 2558330 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 2558341 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 2558341 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:50428/solr_hdfs_home
[junit4] 2> 2558341 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2558341 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-1-001/cores/collection1],
dataDir=[hdfs://localhost:50428/solr_hdfs_home/collection1/core_node1/data/]
[junit4] 2> 2558341 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6bd8b2
[junit4] 2> 2558341 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50428/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
[junit4] 2> 2558347 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2558347 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2558347 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2558359 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2558360 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50428/solr_hdfs_home/collection1/core_node1/data
[junit4] 2> 2558373 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50428/solr_hdfs_home/collection1/core_node1/data/index
[junit4] 2> 2558378 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2558378 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2558378 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2558409 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2558409 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6512627533351657]
[junit4] 2> 2558420 INFO (IPC Server handler 1 on 50428) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52854 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-ebaea717-6165-4c6a-b915-e08168cdc1fb:NORMAL:127.0.0.1:54502|RBW],
ReplicaUC[[DISK]DS-68c346fd-6ff2-4ca9-81f1-8c6a5e0a6bc1:NORMAL:127.0.0.1:52854|RBW]]}
size 0
[junit4] 2> 2558421 INFO (IPC Server handler 2 on 50428) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:54502 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-ebaea717-6165-4c6a-b915-e08168cdc1fb:NORMAL:127.0.0.1:54502|RBW],
ReplicaUC[[DISK]DS-68c346fd-6ff2-4ca9-81f1-8c6a5e0a6bc1:NORMAL:127.0.0.1:52854|RBW]]}
size 0
[junit4] 2> 2558426 WARN
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 2558439 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2558439 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2558439 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2558446 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2558446 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2558448 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2558455 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@67f8fc08[collection1] main]
[junit4] 2> 2558456 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2558456 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2558456 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2558457 INFO
(searcherExecutor-8470-thread-1-processing-n:127.0.0.1:56888_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:56888_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new
searcher Searcher@67f8fc08[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2558457 INFO
(coreLoadExecutor-8469-thread-1-processing-n:127.0.0.1:56888_)
[n:127.0.0.1:56888_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1552429276868902912
[junit4] 2> 2558463 INFO
(coreZkRegister-8464-thread-1-processing-n:127.0.0.1:56888_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:56888_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 2558463 INFO
(coreZkRegister-8464-thread-1-processing-n:127.0.0.1:56888_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:56888_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 2558463 INFO
(coreZkRegister-8464-thread-1-processing-n:127.0.0.1:56888_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:56888_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:56888/collection1/
[junit4] 2> 2558463 INFO
(coreZkRegister-8464-thread-1-processing-n:127.0.0.1:56888_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:56888_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 2558463 INFO
(coreZkRegister-8464-thread-1-processing-n:127.0.0.1:56888_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:56888_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:56888/collection1/ has no replicas
[junit4] 2> 2558466 INFO
(coreZkRegister-8464-thread-1-processing-n:127.0.0.1:56888_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:56888_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:56888/collection1/ shard2
[junit4] 2> 2558617 INFO
(coreZkRegister-8464-thread-1-processing-n:127.0.0.1:56888_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:56888_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 2558819 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-2-001/cores/collection1
[junit4] 2> 2558819 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-2-001
[junit4] 2> 2558820 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2558821 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2c3fa742{/,null,AVAILABLE}
[junit4] 2> 2558821 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@250807f9{HTTP/1.1,[http/1.1]}{127.0.0.1:51598}
[junit4] 2> 2558821 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.e.j.s.Server Started @2562217ms
[junit4] 2> 2558822 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml,
hostContext=/, hostPort=51598,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-2-001/cores}
[junit4] 2> 2558822 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2558823 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.0
[junit4] 2> 2558823 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2558823 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2558823 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-30T13:18:49.753Z
[junit4] 2> 2558825 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2558825 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-2-001/solr.xml
[junit4] 2> 2558833 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2558834 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55962/solr
[junit4] 2> 2558843 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:51598_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2558845 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:51598_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51598_
[junit4] 2> 2558846 INFO
(zkCallback-4071-thread-2-processing-n:127.0.0.1:58566_) [n:127.0.0.1:58566_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2558846 INFO (zkCallback-4075-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2558846 INFO
(zkCallback-4080-thread-1-processing-n:127.0.0.1:56888_) [n:127.0.0.1:56888_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2558847 INFO
(zkCallback-4086-thread-1-processing-n:127.0.0.1:51598_) [n:127.0.0.1:51598_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2558881 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:51598_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-2-001/cores
[junit4] 2> 2558881 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[C646D558AEA7863D])
[n:127.0.0.1:51598_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 2558883 INFO
(OverseerStateUpdate-97026829266780164-127.0.0.1:58566_-n_0000000000)
[n:127.0.0.1:58566_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 2559892 WARN
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 2559893 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 2559903 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 2559971 WARN
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 2559972 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 2559982 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 2559982 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:50428/solr_hdfs_home
[junit4] 2> 2559982 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2559983 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_C646D558AEA7863D-001/shard-2-001/cores/collection1],
dataDir=[hdfs://localhost:50428/solr_hdfs_home/collection1/core_node2/data/]
[junit4] 2> 2559983 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d6bd8b2
[junit4] 2> 2559983 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50428/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
[junit4] 2> 2559989 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2559989 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2559989 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2560001 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2560002 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50428/solr_hdfs_home/collection1/core_node2/data
[junit4] 2> 2560014 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:50428/solr_hdfs_home/collection1/core_node2/data/index
[junit4] 2> 2560019 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2560019 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2560019 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2560029 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2560029 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6512627533351657]
[junit4] 2> 2560038 INFO (IPC Server handler 4 on 50428) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52854 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-9302aa97-6044-4a04-83b9-4668846e6df5:NORMAL:127.0.0.1:54502|RBW],
ReplicaUC[[DISK]DS-8af44499-fb02-41d4-9013-0b546b6a0304:NORMAL:127.0.0.1:52854|RBW]]}
size 0
[junit4] 2> 2560039 INFO (IPC Server handler 5 on 50428) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:54502 is
added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-9302aa97-6044-4a04-83b9-4668846e6df5:NORMAL:127.0.0.1:54502|RBW],
ReplicaUC[[DISK]DS-8af44499-fb02-41d4-9013-0b546b6a0304:NORMAL:127.0.0.1:52854|RBW]]}
size 0
[junit4] 2> 2560043 WARN
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 2560069 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2560070 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2560070 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2560077 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2560077 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2560079 INFO
(coreLoadExecutor-8480-thread-1-processing-n:127.0.0.1:51598_)
[n:127.0.0.1:51598_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647,
[...truncated too long message...]
.java:81)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
[junit4] 2> at
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
[junit4] 2> at
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
[junit4] 2> at
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
[junit4] 2> at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
[junit4] 2> at
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
[junit4] 2> at
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
[junit4] 2> at
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.teardownClass(HdfsCollectionsAPIDistributedZkTest.java:52)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: java.lang.NullPointerException
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
[junit4] 2> at
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
[junit4] 2> at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
[junit4] 2> ... 54 more
[junit4] 2> 3952035 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C646D558AEA7863D]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34601 34601
[junit4] 2> 3952036 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[C646D558AEA7863D]-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.hdfs.HdfsCollectionsAPIDistributedZkTest_C646D558AEA7863D-001
[junit4] 2> Nov 30, 2016 1:42:02 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 35 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=1109, maxMBSortInHeap=7.55381084660858,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=de-CH,
timezone=Africa/Casablanca
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=2,free=380735504,total=515899392
[junit4] 2> NOTE: All tests run in this JVM: [AssignTest,
RemoteQueryErrorTest, HdfsWriteToMultipleCollectionsTest,
TestRequestStatusCollectionAPI, TestNumericTerms32,
DistributedFacetPivotWhiteBoxTest, DocValuesMissingTest, PreAnalyzedFieldTest,
TestSizeLimitedDistributedMap, BufferStoreTest, PingRequestHandlerTest,
TestStressReorder, TestCoreDiscovery, DistributedSuggestComponentTest,
ZkStateReaderTest, TestReplicationHandlerBackup, TestClassicSimilarityFactory,
TestAnalyzedSuggestions, TestOrdValues, TestJsonFacetRefinement, DOMUtilTest,
TestConfig, TestNoOpRegenerator, MergeStrategyTest, TestDefaultStatsCache,
HdfsBasicDistributedZkTest, TestNamedUpdateProcessors, SmileWriterTest,
UnloadDistributedZkTest, AutoCommitTest, CloneFieldUpdateProcessorFactoryTest,
TestSolrCloudSnapshots, FullSolrCloudDistribCmdsTest, TestBinaryField,
HighlighterMaxOffsetTest, RuleEngineTest, CircularListTest,
TestHdfsCloudBackupRestore, TestPivotHelperCode,
TestHighFrequencyDictionaryFactory, OverseerTaskQueueTest,
DeleteInactiveReplicaTest, SuggesterTSTTest, BadIndexSchemaTest,
TestRandomCollapseQParserPlugin, TestConfigSetsAPIZkFailure,
XmlUpdateRequestHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest,
PluginInfoTest, TestMergePolicyConfig, TestRebalanceLeaders, SuggesterWFSTTest,
LeaderElectionTest, TestSolrQueryParser, SolrPluginUtilsTest, TestSolrJ,
ConnectionReuseTest, TestIndexingPerformance, BooleanFieldTest,
DistribCursorPagingTest, TestExceedMaxTermLength,
TestTolerantUpdateProcessorCloud, TestSubQueryTransformer,
TestAddFieldRealTimeGet, ConnectionManagerTest, TestMacroExpander,
TestSQLHandler, ResponseLogComponentTest, TestFieldCacheVsDocValues,
TestNRTOpen, TestGroupingSearch, QueryParsingTest,
TestJavabinTupleStreamParser, DirectUpdateHandlerOptimizeTest,
TestCloudPseudoReturnFields, CoreAdminHandlerTest,
DistributedFacetPivotLongTailTest, TestSolrDeletionPolicy1, DistanceUnitsTest,
TestExactStatsCache, TestRecoveryHdfs,
StatelessScriptUpdateProcessorFactoryTest, StatsComponentTest,
TestPostingsSolrHighlighter, TestCollationField, TestFieldCollectionResource,
TriLevelCompositeIdRoutingTest, TestLMJelinekMercerSimilarityFactory,
TestRecovery, NoCacheHeaderTest, TestLFUCache, RequestHandlersTest,
PKIAuthenticationIntegrationTest, TestSolrCLIRunExample, TestCollectionAPI,
SaslZkACLProviderTest, UpdateParamsTest, TestCorePropertiesReload,
TestDistribDocBasedVersion, TestSolrConfigHandlerConcurrent,
TestXIncludeConfig, ExplicitHLLTest, TestFilteredDocIdSet,
SharedFSAutoReplicaFailoverUtilsTest, TestManagedStopFilterFactory,
DirectUpdateHandlerTest, SoftAutoCommitTest, SuggesterTest, TestTrie,
TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest,
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest,
TestPseudoReturnFields, FieldMutatingUpdateProcessorTest,
TestWordDelimiterFilterFactory, QueryEqualityTest, TestRemoteStreaming,
DistanceFunctionTest, DebugComponentTest, IndexBasedSpellCheckerTest,
TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
PrimitiveFieldTypeTest, TermsComponentTest, MoreLikeThisHandlerTest,
FieldAnalysisRequestHandlerTest, ReturnFieldsTest,
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest,
SOLR749Test, CopyFieldTest, TestSolrDeletionPolicy2, TestElisionMultitermQuery,
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPhraseSuggestions,
TestCodecSupport, TestPerFieldSimilarity, TimeZoneUtilsTest, ScriptEngineTest,
ChaosMonkeyNothingIsSafeTest, CdcrVersionReplicationTest, CleanupOldIndexTest,
CollectionReloadTest, CollectionStateFormat2Test,
CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest,
DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest,
HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest,
LeaderInitiatedRecoveryOnShardRestartTest, OverseerStatusTest,
RecoveryAfterSoftCommitTest, SSLMigrationTest, ShardSplitTest,
TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport,
TestRandomRequestDistribution, TestReplicaProperties, TestRequestForwarding,
TestSSLRandomization, TestSolrCloudWithDelegationTokens,
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates,
HdfsBasicDistributedZk2Test, HdfsChaosMonkeyNothingIsSafeTest,
HdfsCollectionsAPIDistributedZkTest]
[junit4] Completed [452/658 (5!)] on J2 in 161.97s, 20 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 61388 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]