Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.4/16/
7 tests failed.
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testTargetCollectionNotAvailable
Error Message:
Timeout while trying to assert replication errors
Stack Trace:
java.lang.AssertionError: Timeout while trying to assert replication errors
at
__randomizedtesting.SeedInfo.seed([DA43DA553A8B6F9:EB3067D658F7DBD1]:0)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testTargetCollectionNotAvailable(CdcrReplicationDistributedZkTest.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testTargetCollectionNotAvailable(CdcrReplicationDistributedZkTest.java:132)
... 41 more
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([DA43DA553A8B6F9:85F0027FFD54DB01]: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.TestStressCloudBlindAtomicUpdates.test_dv_idx
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([DA43DA553A8B6F9:98D8486D8F741B18]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.waitForRecoveriesToFinish(TestStressCloudBlindAtomicUpdates.java:459)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:304)
at
org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_idx(TestStressCloudBlindAtomicUpdates.java:224)
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.security.BasicAuthIntegrationTest.testBasicAuth
Error Message:
expected:<200> but was:<403>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
at
__randomizedtesting.SeedInfo.seed([DA43DA553A8B6F9:B1CA4BB7F7FB3583]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:231)
at
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Expected to see collection awhollynewcollection_0 null Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/11)={
"replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-b332ffff", "state":"active", "replicas":{}},
"shard2":{ "range":"b3330000-e665ffff", "state":"active",
"replicas":{}}, "shard3":{ "range":"e6660000-1998ffff",
"state":"active", "replicas":{}}, "shard4":{
"range":"19990000-4ccbffff", "state":"active", "replicas":{}},
"shard5":{ "range":"4ccc0000-7fffffff", "state":"active",
"replicas":{}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"3",
"autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state:
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/11)={
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-b332ffff",
"state":"active",
"replicas":{}},
"shard2":{
"range":"b3330000-e665ffff",
"state":"active",
"replicas":{}},
"shard3":{
"range":"e6660000-1998ffff",
"state":"active",
"replicas":{}},
"shard4":{
"range":"19990000-4ccbffff",
"state":"active",
"replicas":{}},
"shard5":{
"range":"4ccc0000-7fffffff",
"state":"active",
"replicas":{}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"3",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([DA43DA553A8B6F9:45D14911559B996C]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:496)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
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([DA43DA553A8B6F9:20DA72FFA48C0CF5]:0)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testSpecificConfigsets(CollectionsAPIDistributedZkTest.java:425)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([DA43DA553A8B6F9:85F0027FFD54DB01]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test(HdfsWriteToMultipleCollectionsTest.java:137)
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)
Build Log:
[...truncated 12751 lines...]
[junit4] Suite: org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/init-core-data-001
[junit4] 2> 3673887 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 3673887 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 3673993 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 3674023 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 3674047 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 3674077 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-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_42557_hdfs____tw5lab/webapp
[junit4] 2> 3674977 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:42557
[junit4] 2> 3675627 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 3675628 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 3675667 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-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_46630_datanode____fyik6w/webapp
[junit4] 2> 3676272 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46630
[junit4] 2> 3676602 WARN
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 3676604 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 3676695 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-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_39158_datanode____14zsr9/webapp
[junit4] 2> 3676802 INFO (IPC Server handler 2 on 40551) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-6553029b-4c12-49e1-a948-c786548af43c node
DatanodeRegistration(127.0.0.1:45413,
datanodeUuid=ee3dab6e-21f3-4b70-b21a-053ec41ce0c0, infoPort=47198,
infoSecurePort=0, ipcPort=43982,
storageInfo=lv=-56;cid=testClusterID;nsid=1914950414;c=0), blocks: 0,
hasStaleStorage: true, processing time: 1 msecs
[junit4] 2> 3676802 INFO (IPC Server handler 2 on 40551) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-426cfec9-7406-43e5-a98a-5da367808fc9 node
DatanodeRegistration(127.0.0.1:45413,
datanodeUuid=ee3dab6e-21f3-4b70-b21a-053ec41ce0c0, infoPort=47198,
infoSecurePort=0, ipcPort=43982,
storageInfo=lv=-56;cid=testClusterID;nsid=1914950414;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 3677336 INFO
(SUITE-SharedFSAutoReplicaFailoverTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39158
[junit4] 2> 3677978 INFO (IPC Server handler 7 on 40551) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-2d865c8e-5af8-4754-b1dd-7691800b9ba6 node
DatanodeRegistration(127.0.0.1:47803,
datanodeUuid=030edd68-1dbb-4ac2-85d2-5531ced631f5, infoPort=60482,
infoSecurePort=0, ipcPort=33960,
storageInfo=lv=-56;cid=testClusterID;nsid=1914950414;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 3677978 INFO (IPC Server handler 7 on 40551) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-4f7ac1fb-2c42-4343-8002-7511df6eac1d node
DatanodeRegistration(127.0.0.1:47803,
datanodeUuid=030edd68-1dbb-4ac2-85d2-5531ced631f5, infoPort=60482,
infoSecurePort=0, ipcPort=33960,
storageInfo=lv=-56;cid=testClusterID;nsid=1914950414;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 3678332 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3678347 INFO (Thread-36172) [ ] o.a.s.c.ZkTestServer
client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3678347 INFO (Thread-36172) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 3678435 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.ZkTestServer start zk server on port:60432
[junit4] 2> 3678524 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 3678527 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 3678528 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 3678529 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 3678531 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 3678532 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 3678533 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 3678534 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 3678535 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 3678537 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 3678538 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 3678762 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/control-001/cores/collection1
[junit4] 2> 3678770 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 3678851 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@79903a83{/,null,AVAILABLE}
[junit4] 2> 3678852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1016c32a{HTTP/1.1,[http/1.1]}{127.0.0.1:59243}
[junit4] 2> 3678852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.Server Started @3683027ms
[junit4] 2> 3678852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=59243,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/control-001/cores}
[junit4] 2> 3678852 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3678852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.1
[junit4] 2> 3678852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3678852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3678852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-05T06:52:27.476Z
[junit4] 2> 3678893 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3678893 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/control-001/solr.xml
[junit4] 2> 3678911 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3678927 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60432/solr
[junit4] 2> 3679175 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:59243_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:59243_
[junit4] 2> 3679176 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:59243_ ] o.a.s.c.Overseer Overseer
(id=97404685318356996-127.0.0.1:59243_-n_0000000000) starting
[junit4] 2> 3679191 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:59243_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59243_
[junit4] 2> 3679194 INFO
(zkCallback-3327-thread-1-processing-n:127.0.0.1:59243_) [n:127.0.0.1:59243_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3679235 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:59243_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/control-001/cores
[junit4] 2> 3679235 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:59243_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 3679270 INFO
(OverseerStateUpdate-97404685318356996-127.0.0.1:59243_-n_0000000000)
[n:127.0.0.1:59243_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 3680279 WARN
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 3680280 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.1
[junit4] 2> 3680303 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 3680456 WARN
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ 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> 3680458 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 3680473 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 3680473 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:40551/solr_hdfs_home
[junit4] 2> 3680474 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 3680474 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:40551/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 3680474 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5cb8a06c
[junit4] 2> 3680476 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:40551/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 3680485 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 3680485 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection 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> 3680485 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 3680492 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 3680508 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:40551/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 3680716 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:40551/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 3680733 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 3680733 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection 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> 3680733 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 3680765 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 3680765 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8984375, noCFSRatio=0.0]
[junit4] 2> 3680893 INFO (IPC Server handler 1 on 40551) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47803 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-426cfec9-7406-43e5-a98a-5da367808fc9:NORMAL:127.0.0.1:45413|RBW],
ReplicaUC[[DISK]DS-2d865c8e-5af8-4754-b1dd-7691800b9ba6:NORMAL:127.0.0.1:47803|FINALIZED]]}
size 0
[junit4] 2> 3680895 INFO (IPC Server handler 0 on 40551) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45413 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-2d865c8e-5af8-4754-b1dd-7691800b9ba6:NORMAL:127.0.0.1:47803|FINALIZED],
ReplicaUC[[DISK]DS-6553029b-4c12-49e1-a948-c786548af43c:NORMAL:127.0.0.1:45413|FINALIZED]]}
size 0
[junit4] 2> 3680928 WARN
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 3680976 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 3680976 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3680976 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 3681004 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 3681004 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 3681006 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=9, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=75.2939453125,
floorSegmentMB=0.361328125, forceMergeDeletesPctAllowed=27.322837481249763,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3681022 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ae3ceb1[collection1] main]
[junit4] 2> 3681024 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 3681024 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3681024 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 3681026 INFO
(searcherExecutor-7371-thread-1-processing-n:127.0.0.1:59243_ x:collection1
c:control_collection) [n:127.0.0.1:59243_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5ae3ceb1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3681029 INFO
(coreLoadExecutor-7370-thread-1-processing-n:127.0.0.1:59243_)
[n:127.0.0.1:59243_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1558474967904944128
[junit4] 2> 3681048 INFO
(coreZkRegister-7363-thread-1-processing-n:127.0.0.1:59243_ x:collection1
c:control_collection) [n:127.0.0.1:59243_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 3681048 INFO
(coreZkRegister-7363-thread-1-processing-n:127.0.0.1:59243_ x:collection1
c:control_collection) [n:127.0.0.1:59243_ 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> 3681048 INFO
(coreZkRegister-7363-thread-1-processing-n:127.0.0.1:59243_ x:collection1
c:control_collection) [n:127.0.0.1:59243_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:59243/collection1/
[junit4] 2> 3681048 INFO
(coreZkRegister-7363-thread-1-processing-n:127.0.0.1:59243_ x:collection1
c:control_collection) [n:127.0.0.1:59243_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 3681048 INFO
(coreZkRegister-7363-thread-1-processing-n:127.0.0.1:59243_ x:collection1
c:control_collection) [n:127.0.0.1:59243_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:59243/collection1/ has no replicas
[junit4] 2> 3681053 INFO
(coreZkRegister-7363-thread-1-processing-n:127.0.0.1:59243_ x:collection1
c:control_collection) [n:127.0.0.1:59243_ 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:59243/collection1/ shard1
[junit4] 2> 3681204 INFO
(coreZkRegister-7363-thread-1-processing-n:127.0.0.1:59243_ x:collection1
c:control_collection) [n:127.0.0.1:59243_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 3681278 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3681279 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60432/solr ready
[junit4] 2> 3681279 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 3681279 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 3681735 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-1-001/cores/collection1
[junit4] 2> 3681735 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-1-001
[junit4] 2> 3681736 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 3681811 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2aa6453f{/,null,AVAILABLE}
[junit4] 2> 3681812 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@716b6f7{HTTP/1.1,[http/1.1]}{127.0.0.1:56834}
[junit4] 2> 3681812 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.Server Started @3685987ms
[junit4] 2> 3681812 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml,
hostContext=/, hostPort=56834,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-1-001/cores}
[junit4] 2> 3681813 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3681813 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.1
[junit4] 2> 3681813 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3681813 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3681813 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-05T06:52:30.437Z
[junit4] 2> 3681852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3681852 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-1-001/solr.xml
[junit4] 2> 3681861 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3681872 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60432/solr
[junit4] 2> 3681937 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:56834_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3681941 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:56834_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56834_
[junit4] 2> 3681943 INFO
(zkCallback-3327-thread-1-processing-n:127.0.0.1:59243_) [n:127.0.0.1:59243_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3681962 INFO
(zkCallback-3337-thread-1-processing-n:127.0.0.1:56834_) [n:127.0.0.1:56834_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3681962 INFO (zkCallback-3331-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3682009 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:56834_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-1-001/cores
[junit4] 2> 3682009 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:56834_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 3682019 INFO
(OverseerStateUpdate-97404685318356996-127.0.0.1:59243_-n_0000000000)
[n:127.0.0.1:59243_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 3682142 INFO
(zkCallback-3337-thread-1-processing-n:127.0.0.1:56834_) [n:127.0.0.1:56834_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3683051 WARN
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 3683052 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.1
[junit4] 2> 3683069 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 3683221 WARN
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ 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> 3683223 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 3683242 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 3683243 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:40551/solr_hdfs_home
[junit4] 2> 3683243 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Solr Kerberos Authentication disabled
[junit4] 2> 3683243 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-1-001/cores/collection1],
dataDir=[hdfs://localhost:40551/solr_hdfs_home/collection1/core_node1/data/]
[junit4] 2> 3683243 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5cb8a06c
[junit4] 2> 3683245 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:40551/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
[junit4] 2> 3683259 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Number of slabs of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 3683259 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 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> 3683259 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Creating new single instance HDFS BlockCache
[junit4] 2> 3683299 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.s.b.BlockDirectory
Block cache on write is disabled
[junit4] 2> 3683303 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:40551/solr_hdfs_home/collection1/core_node1/data
[junit4] 2> 3683548 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:40551/solr_hdfs_home/collection1/core_node1/data/index
[junit4] 2> 3683562 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Number of slabs of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 3683562 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 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> 3683562 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Creating new single instance HDFS BlockCache
[junit4] 2> 3683571 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.s.b.BlockDirectory
Block cache on write is disabled
[junit4] 2> 3683571 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=16,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.8984375, noCFSRatio=0.0]
[junit4] 2> 3683677 INFO (IPC Server handler 8 on 40551) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47803 is
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-426cfec9-7406-43e5-a98a-5da367808fc9:NORMAL:127.0.0.1:45413|RBW],
ReplicaUC[[DISK]DS-4f7ac1fb-2c42-4343-8002-7511df6eac1d:NORMAL:127.0.0.1:47803|RBW]]}
size 0
[junit4] 2> 3683679 INFO (IPC Server handler 1 on 40551) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45413 is
added to blk_1073741826_1002 size 71
[junit4] 2> 3683707 WARN
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 3683739 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 3683739 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3683739 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 3683759 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 3683759 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 3683764 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=9, maxMergeAtOnceExplicit=2,
maxMergedSegmentMB=75.2939453125, floorSegmentMB=0.361328125,
forceMergeDeletesPctAllowed=27.322837481249763, segmentsPerTier=23.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3683771 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@341eb63b[collection1] main]
[junit4] 2> 3683771 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 3683772 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3683772 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 3683773 INFO
(searcherExecutor-7382-thread-1-processing-n:127.0.0.1:56834_ x:collection1
c:collection1) [n:127.0.0.1:56834_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@341eb63b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3683776 INFO
(coreLoadExecutor-7381-thread-1-processing-n:127.0.0.1:56834_)
[n:127.0.0.1:56834_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1558474970785382400
[junit4] 2> 3683795 INFO
(coreZkRegister-7376-thread-1-processing-n:127.0.0.1:56834_ x:collection1
c:collection1) [n:127.0.0.1:56834_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 3683795 INFO
(coreZkRegister-7376-thread-1-processing-n:127.0.0.1:56834_ x:collection1
c:collection1) [n:127.0.0.1:56834_ 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> 3683795 INFO
(coreZkRegister-7376-thread-1-processing-n:127.0.0.1:56834_ x:collection1
c:collection1) [n:127.0.0.1:56834_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:56834/collection1/
[junit4] 2> 3683795 INFO
(coreZkRegister-7376-thread-1-processing-n:127.0.0.1:56834_ x:collection1
c:collection1) [n:127.0.0.1:56834_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 3683796 INFO
(coreZkRegister-7376-thread-1-processing-n:127.0.0.1:56834_ x:collection1
c:collection1) [n:127.0.0.1:56834_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:56834/collection1/ has no
replicas
[junit4] 2> 3683799 INFO
(zkCallback-3337-thread-1-processing-n:127.0.0.1:56834_) [n:127.0.0.1:56834_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3683804 INFO
(coreZkRegister-7376-thread-1-processing-n:127.0.0.1:56834_ x:collection1
c:collection1) [n:127.0.0.1:56834_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:56834/collection1/ shard2
[junit4] 2> 3683905 INFO
(zkCallback-3337-thread-1-processing-n:127.0.0.1:56834_) [n:127.0.0.1:56834_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3683955 INFO
(coreZkRegister-7376-thread-1-processing-n:127.0.0.1:56834_ x:collection1
c:collection1) [n:127.0.0.1:56834_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 3684059 INFO
(zkCallback-3337-thread-1-processing-n:127.0.0.1:56834_) [n:127.0.0.1:56834_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 3684081 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-2-001/cores/collection1
[junit4] 2> 3684081 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-2-001
[junit4] 2> 3684082 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 3684083 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@119f5b77{/,null,AVAILABLE}
[junit4] 2> 3684084 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5b81a1d5{HTTP/1.1,[http/1.1]}{127.0.0.1:37240}
[junit4] 2> 3684084 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.e.j.s.Server Started @3688259ms
[junit4] 2> 3684084 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml,
hostContext=/, hostPort=37240,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-2-001/cores}
[junit4] 2> 3684084 ERROR
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3684084 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.4.1
[junit4] 2> 3684084 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3684084 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3684084 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-05T06:52:32.708Z
[junit4] 2> 3684122 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 3684122 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-2-001/solr.xml
[junit4] 2> 3684128 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3684129 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60432/solr
[junit4] 2> 3684141 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:37240_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3684145 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:37240_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37240_
[junit4] 2> 3684146 INFO
(zkCallback-3337-thread-1-processing-n:127.0.0.1:56834_) [n:127.0.0.1:56834_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3684147 INFO (zkCallback-3331-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3684147 INFO
(zkCallback-3327-thread-1-processing-n:127.0.0.1:59243_) [n:127.0.0.1:59243_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3684165 INFO
(zkCallback-3343-thread-1-processing-n:127.0.0.1:37240_) [n:127.0.0.1:37240_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3684195 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:37240_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-2-001/cores
[junit4] 2> 3684195 INFO
(TEST-SharedFSAutoReplicaFailoverTest.test-seed#[DA43DA553A8B6F9])
[n:127.0.0.1:37240_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 3684202 INFO
(OverseerStateUpdate-97404685318356996-127.0.0.1:59243_-n_0000000000)
[n:127.0.0.1:59243_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 3684307 INFO
(zkCallback-3337-thread-1-processing-n:127.0.0.1:56834_) [n:127.0.0.1:56834_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3684307 INFO
(zkCallback-3343-thread-2-processing-n:127.0.0.1:37240_) [n:127.0.0.1:37240_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 3685224 WARN
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 3685225 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.1
[junit4] 2> 3685276 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 3685341 WARN
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ 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> 3685342 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 3685359 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 3685360 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:40551/solr_hdfs_home
[junit4] 2> 3685360 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Solr Kerberos Authentication disabled
[junit4] 2> 3685360 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.SharedFSAutoReplicaFailoverTest_DA43DA553A8B6F9-001/shard-2-001/cores/collection1],
dataDir=[hdfs://localhost:40551/solr_hdfs_home/collection1/core_node2/data/]
[junit4] 2> 3685360 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5cb8a06c
[junit4] 2> 3685362 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
creating directory factory for path
hdfs://localhost:40551/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
[junit4] 2> 3685370 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Number of slabs of block cache [1] with direct memory allocation set to [true]
[junit4] 2> 3685370 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 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> 3685370 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.HdfsDirectoryFactory
Creating new single instance HDFS BlockCache
[junit4] 2> 3685394 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.s.b.BlockDirectory
Block cache on write is disabled
[junit4] 2> 3685395 INFO
(coreLoadExecutor-7392-thread-1-processing-n:127.0.0.1:37240_)
[n:127.0.0.1:37240_ c:collection1 x:collection1] o.a.s.c.HdfsDirecto
[...truncated too long message...]
anager Closing metric reporters for: solr.core.authCollection.shard2.replica1
[junit4] 2> 5803249 INFO (coreCloseExecutor-16243-thread-1)
[n:127.0.0.1:39812_solr c:authCollection s:shard3 r:core_node2
x:authCollection_shard3_replica1] o.a.s.m.SolrMetricManager Closing metric
reporters for: solr.core.authCollection.shard3.replica1
[junit4] 2> 5803257 INFO
(zkCallback-31999-thread-2-processing-n:127.0.0.1:41033_solr)
[n:127.0.0.1:41033_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 5803257 INFO
(zkCallback-32000-thread-1-processing-n:127.0.0.1:39812_solr)
[n:127.0.0.1:39812_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 5803259 INFO (coreCloseExecutor-16244-thread-1)
[n:127.0.0.1:41033_solr c:authCollection s:shard1 r:core_node1
x:authCollection_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric
reporters for: solr.core.authCollection.shard1.replica1
[junit4] 2> 5803260 INFO (jetty-launcher-31984-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=97404823782948872-127.0.0.1:41033_solr-n_0000000001) closing
[junit4] 2> 5803260 INFO
(OverseerStateUpdate-97404823782948872-127.0.0.1:41033_solr-n_0000000001)
[n:127.0.0.1:41033_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:41033_solr
[junit4] 2> 5803260 WARN
(zkCallback-32000-thread-1-processing-n:127.0.0.1:39812_solr)
[n:127.0.0.1:39812_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 5803260 INFO (jetty-launcher-31984-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 5803261 INFO
(zkCallback-31999-thread-2-processing-n:127.0.0.1:41033_solr)
[n:127.0.0.1:41033_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 5803261 INFO (jetty-launcher-31984-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@497977f1{/solr,null,UNAVAILABLE}
[junit4] 2> 5804751 WARN
(zkCallback-32012-thread-1-processing-n:127.0.0.1:47917_solr)
[n:127.0.0.1:47917_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 5804751 INFO (jetty-launcher-31984-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 5804752 INFO (jetty-launcher-31984-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1372154d{/solr,null,UNAVAILABLE}
[junit4] 2> 5804765 WARN
(zkCallback-31999-thread-1-processing-n:127.0.0.1:41033_solr)
[n:127.0.0.1:41033_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 5804773 INFO (jetty-launcher-31984-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 5804773 INFO (jetty-launcher-31984-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1ce7abf9{/solr,null,UNAVAILABLE}
[junit4] 2> 5804790 INFO
(SUITE-BasicAuthIntegrationTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55309 55309
[junit4] 2> 5804905 INFO (Thread-14655) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:55309 55309
[junit4] 2> 5804906 WARN (Thread-14655) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/authCollection/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 15 /solr/overseer/queue
[junit4] 2> 10 /solr/overseer/collection-queue-work
[junit4] 2> 5 /solr/collections
[junit4] 2> 5 /solr/overseer/queue-work
[junit4] 2> 4 /solr/live_nodes
[junit4] 2>
[junit4] 2> 5804906 INFO
(SUITE-BasicAuthIntegrationTest-seed#[DA43DA553A8B6F9]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.4/checkout/solr/build/solr-core/test/J2/temp/solr.security.BasicAuthIntegrationTest_DA43DA553A8B6F9-001
[junit4] 2> Feb 05, 2017 7:27:53 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=1317, maxMBSortInHeap=6.659395434594632,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=zh-TW,
timezone=EST5EDT
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=4,threads=1,free=359175104,total=529006592
[junit4] 2> NOTE: All tests run in this JVM: [RemoteQueryErrorTest,
JSONWriterTest, TestCoreDiscovery, LeaderInitiatedRecoveryOnShardRestartTest,
UnloadDistributedZkTest, CollectionsAPISolrJTest, TemplateUpdateProcessorTest,
TestHdfsCloudBackupRestore, TestSolrConfigHandlerCloud,
TestJsonFacetRefinement, MinimalSchemaTest, AssignTest,
BlockJoinFacetDistribTest, TestSolrCloudWithKerberosAlt,
TestGraphTermsQParserPlugin, TestBinaryField, BinaryUpdateRequestHandlerTest,
SolrPluginUtilsTest, TestShardHandlerFactory, SuggesterTest,
TestGroupingSearch, ParsingFieldUpdateProcessorsTest, TestStressReorder,
DataDrivenBlockJoinTest, SolrCoreMetricManagerTest, TestSchemaVersionResource,
TestUseDocValuesAsStored2, ForceLeaderTest, OpenExchangeRatesOrgProviderTest,
TestCollapseQParserPlugin, MetricsHandlerTest, TestSort, CheckHdfsIndexTest,
RecoveryZkTest, TestDynamicFieldCollectionResource, SolrCloudExampleTest,
TestBlendedInfixSuggestions, ConnectionManagerTest, CoreSorterTest,
TlogReplayBufferedWhileIndexingTest, TestRecovery, TestPushWriter,
DistributedFacetExistsSmallTest, RequestLoggingTest, VersionInfoTest,
ResponseHeaderTest, HdfsUnloadDistributedZkTest, TestNumericTerms32,
TestJsonRequest, TestJmxMonitoredMap, HdfsSyncSliceTest, TestConfigSets,
BadComponentTest, TestSmileRequest, TestDocBasedVersionConstraints,
TestDistribDocBasedVersion, SimpleFacetsTest, TestMergePolicyConfig,
HdfsRecoverLeaseTest, TestOnReconnectListenerSupport, ChangedSchemaMergeTest,
NoCacheHeaderTest, TestFieldCacheSanityChecker, TestRTimerTree,
TestXIncludeConfig, PingRequestHandlerTest, CoreAdminRequestStatusTest,
ResponseLogComponentTest, SolrTestCaseJ4Test,
TestReversedWildcardFilterFactory, CdcrRequestHandlerTest, DocValuesMultiTest,
TestExtendedDismaxParser, TestClusterStateMutator, TestMacros,
TestHdfsBackupRestoreCore, CleanupOldIndexTest, TestUtils,
OutOfBoxZkACLAndCredentialsProvidersTest, SolrJmxReporterTest,
TestSolrQueryParserResource, TestLMJelinekMercerSimilarityFactory,
TestDistributedMissingSort, EnumFieldTest, DirectUpdateHandlerOptimizeTest,
StatelessScriptUpdateProcessorFactoryTest, TestMiniSolrCloudCluster,
RequestHandlersTest, TestAnalyzedSuggestions,
CloneFieldUpdateProcessorFactoryTest, TestCollationField,
DistributedFacetPivotSmallAdvancedTest, QueryParsingTest, TestStressLiveNodes,
BadIndexSchemaTest, FieldAnalysisRequestHandlerTest, CursorMarkTest,
ClassificationUpdateProcessorFactoryTest, TestIndexingPerformance,
CdcrBootstrapTest, TestCloudPseudoReturnFields, XmlUpdateRequestHandlerTest,
TestRebalanceLeaders, TestManagedResourceStorage, TestSchemaNameResource,
TestPhraseSuggestions, TestSolrQueryResponse, BasicDistributedZk2Test,
OverseerTest, ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest,
ZkCLITest, AutoCommitTest, TermVectorComponentDistributedTest, TestReload,
HardAutoCommitTest, TestRangeQuery, SolrCmdDistributorTest,
QueryElevationComponentTest, PeerSyncTest, TestFunctionQuery,
BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher,
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest,
TestFoldingMultitermQuery, TestStressLucene, TestTrie, TestCSVLoader,
SolrCoreCheckLockOnStartupTest, QueryEqualityTest, TestSolrDeletionPolicy1,
DebugComponentTest, TestSurroundQueryParser, StandardRequestHandlerTest,
TestWriterPerf, TestValueSourceCache, TermVectorComponentTest,
TestSolrQueryParser, LoggingHandlerTest, ReturnFieldsTest,
TestCSVResponseWriter, TestLFUCache, TestCrossCoreJoin,
TestCursorMarkWithoutUniqueKey, TestTolerantSearch, TestJettySolrRunner,
ConnectionReuseTest, AliasIntegrationTest, AsyncCallRequestStatusResponseTest,
BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest,
VMParamsZkACLAndCredentialsProvidersTest, HdfsChaosMonkeyNothingIsSafeTest,
HdfsCollectionsAPIDistributedZkTest, HdfsDirectoryFactoryTest, TestInitParams,
TestSolrXml, TestConfigReload, TestRestoreCore, SecurityConfHandlerTest,
SegmentsInfoRequestHandlerTest, StatsReloadRaceTest,
DistributedDebugComponentTest, DistributedFacetPivotLongTailTest,
DistributedQueryComponentCustomSortTest, ReplicaListTransformerTest,
ShufflingReplicaListTransformerTest, SpatialHeatmapFacetsTest, SmileWriterTest,
TestBinaryResponseWriter, TestCustomDocTransformer, TestExportWriter,
TestGeoJSONResponseWriter, TestRawTransformer, TestChildDocTransformer,
TestBulkSchemaAPI, PreAnalyzedFieldManagedSchemaCloudTest, TestManagedSchema,
TestManagedSchemaAPI, TestSchemaManager, TestUseDocValuesAsStored,
TestMissingGroups, TestReloadDeadlock, TestTrieFacet, TestXmlQParser,
TestJsonFacets, BasicAuthIntegrationTest]
[junit4] Completed [638/680 (6!)] on J2 in 14.41s, 1 test, 1 failure <<<
FAILURES!
[...truncated 62577 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]