Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/256/

9 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
  at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  
at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)  at 
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)  at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
  at sun.reflect.GeneratedConstructorAccessor162.newInstance(Unknown Source)  
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)  at 
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:753)  at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:815)  at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1065)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:930)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:823)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:889)  at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:541)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not 
released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
        at 
org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
        at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
        at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
        at 
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
        at sun.reflect.GeneratedConstructorAccessor162.newInstance(Unknown 
Source)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:753)
        at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:815)
        at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1065)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:930)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:823)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:889)
        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:541)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)


        at __randomizedtesting.SeedInfo.seed([48F617548D8E895D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:269)
        at sun.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationStartStop

Error Message:
Timeout while trying to assert number of documents @ target_collection

Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @ 
target_collection
        at 
__randomizedtesting.SeedInfo.seed([48F617548D8E895D:CB35C9C7995602D4]:0)
        at 
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
        at 
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationStartStop(CdcrReplicationDistributedZkTest.java:173)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: expected:<10> but was:<4>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:262)
        ... 42 more


FAILED:  
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.addReplicaTest

Error Message:
Could not find collection : addReplicaColl

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : addReplicaColl
        at 
__randomizedtesting.SeedInfo.seed([48F617548D8E895D:DB5640720386C28C]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest(CollectionsAPIDistributedZkTest.java:666)
        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.testNoCollectionSpecified

Error Message:
Error from server at https://127.0.0.1:47810/solr: Error CREATEing SolrCore 
'corewithnocollection': Unable to create core [corewithnocollection] Caused by: 
Direct buffer memory

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:47810/solr: Error CREATEing SolrCore 
'corewithnocollection': Unable to create core [corewithnocollection] Caused by: 
Direct buffer memory
        at 
__randomizedtesting.SeedInfo.seed([48F617548D8E895D:3B5597A439E6DC7F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1344)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testNoCollectionSpecified(CollectionsAPIDistributedZkTest.java:333)
        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.deleteCollectionOnlyInZk

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([48F617548D8E895D:FC164BD57B88294C]: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.CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk(CollectionsAPIDistributedZkTest.java:184)
        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.testDeleteNonExistentCollection

Error Message:
Collection creation after a bad delete failed null Last available state: null

Stack Trace:
java.lang.AssertionError: Collection creation after a bad delete failed
null
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([48F617548D8E895D:AFD107699AEDF6A4]: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.testDeleteNonExistentCollection(CollectionsAPIDistributedZkTest.java:418)
        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([48F617548D8E895D:C0A2288E2372E4A5]: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)


FAILED:  
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Expected to see collection awhollynewcollection_0 null Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/2)={
   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected to see collection awhollynewcollection_0
null
Last available state: 
DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/2)={
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([48F617548D8E895D:8363E08BBDA6C8]: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([48F617548D8E895D:6588580E7AAA3351]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testSpecificConfigsets(CollectionsAPIDistributedZkTest.java:425)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11411 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/init-core-data-001
   [junit4]   2> 65699 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 65699 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /oe/
   [junit4]   2> 66883 WARN  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 67745 WARN  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 67921 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 67940 WARN  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 68018 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 68057 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-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_46676_hdfs____w3tjel/webapp
   [junit4]   2> 68999 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46676
   [junit4]   2> 71453 WARN  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 71457 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 71474 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-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_41892_datanode____.mv1b39/webapp
   [junit4]   2> 72500 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41892
   [junit4]   2> 72919 WARN  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 72922 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 72960 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-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_45259_datanode____6cbd7g/webapp
   [junit4]   2> 73513 INFO  
(SUITE-HdfsWriteToMultipleCollectionsTest-seed#[48F617548D8E895D]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45259
   [junit4]   2> 74961 INFO  (IPC Server handler 5 on 57649) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-c20f05ac-5aaa-4c45-9217-eebf5b76dfde node 
DatanodeRegistration(127.0.0.1:55339, 
datanodeUuid=fbd3e0fc-949c-4fd8-a3d6-b5421335c26f, infoPort=35218, 
infoSecurePort=0, ipcPort=49161, 
storageInfo=lv=-56;cid=testClusterID;nsid=343097667;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 36 msecs
   [junit4]   2> 74962 INFO  (IPC Server handler 5 on 57649) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-0cde75fb-0a40-4baa-98c2-fc3b8084e5f9 node 
DatanodeRegistration(127.0.0.1:55339, 
datanodeUuid=fbd3e0fc-949c-4fd8-a3d6-b5421335c26f, infoPort=35218, 
infoSecurePort=0, ipcPort=49161, 
storageInfo=lv=-56;cid=testClusterID;nsid=343097667;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 74964 INFO  (IPC Server handler 4 on 57649) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-3c258eed-fe2c-44c2-b54e-93d97cfe2694 node 
DatanodeRegistration(127.0.0.1:32855, 
datanodeUuid=577382d7-c27f-4791-b4bd-f9179f637d92, infoPort=32892, 
infoSecurePort=0, ipcPort=55838, 
storageInfo=lv=-56;cid=testClusterID;nsid=343097667;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 74968 INFO  (IPC Server handler 4 on 57649) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-8d96d0b5-de45-4d51-8648-6e8c3aa832a7 node 
DatanodeRegistration(127.0.0.1:32855, 
datanodeUuid=577382d7-c27f-4791-b4bd-f9179f637d92, infoPort=32892, 
infoSecurePort=0, ipcPort=55838, 
storageInfo=lv=-56;cid=testClusterID;nsid=343097667;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 75610 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 75610 INFO  (Thread-244) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 75610 INFO  (Thread-244) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 75710 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:58597
   [junit4]   2> 75797 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 75799 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 75800 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 75804 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 75807 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 75808 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 75809 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 75810 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 75811 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 75812 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 75813 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 76023 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/control-001/cores/collection1
   [junit4]   2> 76038 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 76057 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@39d19e5{/oe,null,AVAILABLE}
   [junit4]   2> 76057 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@11442832{HTTP/1.1,[http/1.1]}{127.0.0.1:56458}
   [junit4]   2> 76057 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.e.j.s.Server Started @79312ms
   [junit4]   2> 76057 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:57649/hdfs__localhost_57649__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001_tempDir-002_control_data,
 hostContext=/oe, hostPort=56458, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/control-001/cores}
   [junit4]   2> 76057 ERROR 
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 76057 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 76057 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 76058 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 76058 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-13T16:51:37.553Z
   [junit4]   2> 76093 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 76098 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/control-001/solr.xml
   [junit4]   2> 76114 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 76128 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58597/solr
   [junit4]   2> 76388 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) 
[n:127.0.0.1:56458_oe    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:56458_oe
   [junit4]   2> 76389 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) 
[n:127.0.0.1:56458_oe    ] o.a.s.c.Overseer Overseer 
(id=97276808207138820-127.0.0.1:56458_oe-n_0000000000) starting
   [junit4]   2> 76449 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) 
[n:127.0.0.1:56458_oe    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56458_oe
   [junit4]   2> 76450 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:56458_oe) [n:127.0.0.1:56458_oe 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 76548 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) 
[n:127.0.0.1:56458_oe    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/control-001/cores
   [junit4]   2> 76549 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) 
[n:127.0.0.1:56458_oe    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 76565 INFO  
(OverseerStateUpdate-97276808207138820-127.0.0.1:56458_oe-n_0000000000) 
[n:127.0.0.1:56458_oe    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 77593 WARN  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 77594 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 77667 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 77741 WARN  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe 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> 77743 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 77775 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 77787 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:57649/solr_hdfs_home
   [junit4]   2> 77787 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 77791 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/control-001/cores/collection1],
 
dataDir=[hdfs://localhost:57649/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 77791 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe 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@7121ca84
   [junit4]   2> 77791 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57649/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 77852 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe 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> 77852 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe 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> 77852 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 79667 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 79672 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57649/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 79767 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57649/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 79774 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe 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> 79774 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe 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> 79791 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 79792 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=81.35546875, 
floorSegmentMB=1.7861328125, forceMergeDeletesPctAllowed=25.381504723952936, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 80001 INFO  (IPC Server handler 2 on 57649) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32855 is 
added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-c20f05ac-5aaa-4c45-9217-eebf5b76dfde:NORMAL:127.0.0.1:55339|RBW],
 
ReplicaUC[[DISK]DS-3c258eed-fe2c-44c2-b54e-93d97cfe2694:NORMAL:127.0.0.1:32855|RBW]]}
 size 71
   [junit4]   2> 80015 INFO  (IPC Server handler 1 on 57649) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55339 is 
added to blk_1073741825_1001 size 71
   [junit4]   2> 80461 WARN  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe 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> 80475 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 80475 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 80475 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 80488 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 80488 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 80493 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=67.7705078125, 
floorSegmentMB=2.0576171875, forceMergeDeletesPctAllowed=23.211114606914897, 
segmentsPerTier=8.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6106386919264849
   [junit4]   2> 80570 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@779eee9[collection1] main]
   [junit4]   2> 80571 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 80571 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 80573 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 80574 INFO  
(searcherExecutor-273-thread-1-processing-n:127.0.0.1:56458_oe x:collection1 
c:control_collection) [n:127.0.0.1:56458_oe c:control_collection   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@779eee9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 80582 INFO  
(coreLoadExecutor-272-thread-1-processing-n:127.0.0.1:56458_oe) 
[n:127.0.0.1:56458_oe c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1556428936526692352
   [junit4]   2> 80588 INFO  
(coreZkRegister-265-thread-1-processing-n:127.0.0.1:56458_oe x:collection1 
c:control_collection) [n:127.0.0.1:56458_oe c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 80588 INFO  
(coreZkRegister-265-thread-1-processing-n:127.0.0.1:56458_oe x:collection1 
c:control_collection) [n:127.0.0.1:56458_oe 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> 80588 INFO  
(coreZkRegister-265-thread-1-processing-n:127.0.0.1:56458_oe x:collection1 
c:control_collection) [n:127.0.0.1:56458_oe c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56458/oe/collection1/
   [junit4]   2> 80588 INFO  
(coreZkRegister-265-thread-1-processing-n:127.0.0.1:56458_oe x:collection1 
c:control_collection) [n:127.0.0.1:56458_oe c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 80588 INFO  
(coreZkRegister-265-thread-1-processing-n:127.0.0.1:56458_oe x:collection1 
c:control_collection) [n:127.0.0.1:56458_oe c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:56458/oe/collection1/ has no replicas
   [junit4]   2> 80592 INFO  
(coreZkRegister-265-thread-1-processing-n:127.0.0.1:56458_oe x:collection1 
c:control_collection) [n:127.0.0.1:56458_oe 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:56458/oe/collection1/ shard1
   [junit4]   2> 80743 INFO  
(coreZkRegister-265-thread-1-processing-n:127.0.0.1:56458_oe x:collection1 
c:control_collection) [n:127.0.0.1:56458_oe c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 81120 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 81121 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58597/solr ready
   [junit4]   2> 81123 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 81124 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 81219 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/shard-1-001/cores/collection1
   [junit4]   2> 81219 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/shard-1-001
   [junit4]   2> 81221 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 81229 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@71aada5c{/oe,null,AVAILABLE}
   [junit4]   2> 81230 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7a842d4d{HTTP/1.1,[http/1.1]}{127.0.0.1:38769}
   [junit4]   2> 81230 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.e.j.s.Server Started @84484ms
   [junit4]   2> 81230 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:57649/hdfs__localhost_57649__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/oe, hostPort=38769, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/shard-1-001/cores}
   [junit4]   2> 81230 ERROR 
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 81240 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 81240 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 81240 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 81240 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-13T16:51:42.735Z
   [junit4]   2> 81254 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 81254 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/shard-1-001/solr.xml
   [junit4]   2> 81262 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 81263 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58597/solr
   [junit4]   2> 81288 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) 
[n:127.0.0.1:38769_oe    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 81291 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) 
[n:127.0.0.1:38769_oe    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38769_oe
   [junit4]   2> 81295 INFO  (zkCallback-104-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 81295 INFO  
(zkCallback-100-thread-2-processing-n:127.0.0.1:56458_oe) [n:127.0.0.1:56458_oe 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 81320 INFO  
(zkCallback-110-thread-3-processing-n:127.0.0.1:38769_oe) [n:127.0.0.1:38769_oe 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 81500 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) 
[n:127.0.0.1:38769_oe    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/shard-1-001/cores
   [junit4]   2> 81500 INFO  
(TEST-HdfsWriteToMultipleCollectionsTest.test-seed#[48F617548D8E895D]) 
[n:127.0.0.1:38769_oe    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 81506 INFO  
(OverseerStateUpdate-97276808207138820-127.0.0.1:56458_oe-n_0000000000) 
[n:127.0.0.1:56458_oe    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 81616 INFO  
(zkCallback-110-thread-3-processing-n:127.0.0.1:38769_oe) [n:127.0.0.1:38769_oe 
   ] 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> 82524 WARN  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 82524 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 82553 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 82829 WARN  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe 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> 82831 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 82898 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 82898 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:57649/solr_hdfs_home
   [junit4]   2> 82899 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 82899 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest_48F617548D8E895D-001/shard-1-001/cores/collection1],
 dataDir=[hdfs://localhost:57649/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 82899 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7121ca84
   [junit4]   2> 82899 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57649/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 82947 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe 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> 82947 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe 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> 82957 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.s.b.BlockDirectory 
Block cache on write is disabled
   [junit4]   2> 82960 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57649/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 83049 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:57649/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 83069 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe 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> 83069 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe 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> 83086 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.s.b.BlockDirectory 
Block cache on write is disabled
   [junit4]   2> 83086 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=49, 
maxMergedSegmentMB=81.35546875, floorSegmentMB=1.7861328125, 
forceMergeDeletesPctAllowed=25.381504723952936, segmentsPerTier=24.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 83425 INFO  (IPC Server handler 4 on 57649) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32855 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-0cde75fb-0a40-4baa-98c2-fc3b8084e5f9:NORMAL:127.0.0.1:55339|RBW],
 
ReplicaUC[[DISK]DS-8d96d0b5-de45-4d51-8648-6e8c3aa832a7:NORMAL:127.0.0.1:32855|FINALIZED]]}
 size 0
   [junit4]   2> 83442 INFO  (IPC Server handler 0 on 57649) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55339 is 
added to blk_1073741826_1002 size 71
   [junit4]   2> 83468 WARN  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe 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> 83536 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 83536 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 83536 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 83597 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 83597 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 83607 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=46, 
maxMergedSegmentMB=67.7705078125, floorSegmentMB=2.0576171875, 
forceMergeDeletesPctAllowed=23.211114606914897, segmentsPerTier=8.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6106386919264849
   [junit4]   2> 83637 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6d531ff7[collection1] main]
   [junit4]   2> 83639 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 83640 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 83640 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 83656 INFO  
(searcherExecutor-284-thread-1-processing-n:127.0.0.1:38769_oe x:collection1 
c:collection1) [n:127.0.0.1:38769_oe c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6d531ff7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 83660 INFO  
(coreLoadExecutor-283-thread-1-processing-n:127.0.0.1:38769_oe) 
[n:127.0.0.1:38769_oe c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1556428939754209280
   [junit4]   2> 83679 INFO  
(coreZkRegister-278-thread-1-processing-n:127.0.0.1:38769_oe x:collection1 
c:collection1) [n:127.0.0.1:38769_oe c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 83679 INFO  
(coreZkRegister-278-thread-1-processing-n:127.0.0.1:38769_oe x:collection1 
c:collection1) [n:127.0.0.1:38769_oe c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 83680 INFO  
(coreZkRegister-278-thread-1-processing-n:127.0.0.1:38769_oe x:collection1 
c:collection1) [n:127.0.0.1:38769_oe c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38769/oe/collection1/
   [junit4]   2> 83680 INFO  
(coreZkRegister-278-thread-1-processing-n:127.0.0.1:38769_oe x:collection1 
c:collection1) [n:127.0.0.1:38769_oe c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 83681 INFO  
(coreZkRegister-278-thread-1-processing-n:127.0.0.1:38769_oe x:collection1 
c:collection1) [n:127.0.0.1:38769_oe c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:38769/oe/collection1/ has 
no replicas
   [junit4]   2> 83683 INFO  
(coreZkRegister-278-thread-1-processing-n:127.0.0.1:38769_oe x:collection1 
c:collection1) [n:127.0.0.1:38769_oe c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38769/oe/collection1/ shard1
   [junit4]   2> 83689 INFO  
(zkCallback-110-thread-3-processing-n:127.0.0.1:38769_oe) [n:127.0.0.1:38769_oe 
   ] 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> 83817 INFO  
(zkCallback-110-thread-3-processing-n:127.0.0.1:38769_oe) [n:127.0.0.1:38769_oe 
   ] 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> 83900 INFO  
(coreZkRegister-278-thread-1-processing-n:127.0.0.1:38769_oe x:collection1 
c:collection1) [n:127.0.0.1:38769_oe c:collection1 s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkCon

[...truncated too long message...]

]   2>  at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:198)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.teardownClass(HdfsCollectionsAPIDistributedZkTest.java:52)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> 4368405 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[48F617548D8E895D]-worker) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43915 43915
   [junit4]   2> 4368406 INFO  
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[48F617548D8E895D]-worker) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_48F617548D8E895D-001
   [junit4]   2> Jan 13, 2017 6:03:09 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 35 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=571, maxMBSortInHeap=7.691565129789836, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=en-IE, 
timezone=Africa/Niamey
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=2,free=385673648,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaNameResource, 
OpenExchangeRatesOrgProviderTest, TestSolrQueryResponse, 
SpatialRPTFieldTypeTest, PKIAuthenticationIntegrationTest, TestMacros, 
TestConfigSetsAPIZkFailure, SOLR749Test, SimpleFacetsTest, HardAutoCommitTest, 
DOMUtilTest, BlockJoinFacetDistribTest, TestUnifiedSolrHighlighter, 
TestIndexingPerformance, TestDocTermOrds, TestMaxScoreQueryParser, 
SolrTestCaseJ4Test, TestReload, HLLSerializationTest, RemoteQueryErrorTest, 
BlobRepositoryCloudTest, ResponseHeaderTest, LeaderFailoverAfterPartitionTest, 
MetricUtilsTest, OverseerModifyCollectionTest, LeaderElectionTest, 
PrimUtilsTest, TestSmileRequest, TestCollectionAPI, DistribCursorPagingTest, 
VersionInfoTest, SuggesterTSTTest, TestDistributedMissingSort, TestInitParams, 
HdfsUnloadDistributedZkTest, BadIndexSchemaTest, NoCacheHeaderTest, 
ChangedSchemaMergeTest, SolrPluginUtilsTest, StatsReloadRaceTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestDynamicLoading, 
TestDistributedStatsComponentCardinality, TestDocBasedVersionConstraints, 
TestHdfsCloudBackupRestore, TestCustomSort, DebugComponentTest, 
TestStressLiveNodes, TestJmxMonitoredMap, CursorMarkTest, TestConfig, 
TestLMJelinekMercerSimilarityFactory, PrimitiveFieldTypeTest, TestJsonRequest, 
DeleteInactiveReplicaTest, TestExactStatsCache, DocValuesMultiTest, 
HdfsChaosMonkeySafeLeaderTest, TestSort, XmlUpdateRequestHandlerTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestClusterStateMutator, 
TestReloadDeadlock, JSONWriterTest, TestLFUCache, 
TestSubQueryTransformerCrossCore, TestHdfsBackupRestoreCore, 
TermVectorComponentDistributedTest, TestXIncludeConfig, 
DistributedFacetExistsSmallTest, DistributedQueryComponentCustomSortTest, 
HdfsSyncSliceTest, TestTrieFacet, CurrencyFieldXmlFileTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestCloudDeleteByQuery, 
TestFieldCacheSanityChecker, TestBinaryField, TestUtils, 
SolrCoreMetricManagerTest, CloneFieldUpdateProcessorFactoryTest, 
FullSolrCloudDistribCmdsTest, TestPostingsSolrHighlighter, MinimalSchemaTest, 
TemplateUpdateProcessorTest, TestSolrXml, ParsingFieldUpdateProcessorsTest, 
TestPerFieldSimilarityClassic, TestJsonFacetRefinement, TestOrdValues, 
TestReversedWildcardFilterFactory, CleanupOldIndexTest, BitVectorTest, 
BasicDistributedZk2Test, TestCloudPseudoReturnFields, 
TestDynamicFieldCollectionResource, SpatialHeatmapFacetsTest, 
TestPhraseSuggestions, SolrCloudExampleTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestSolrDeletionPolicy1, 
CdcrBootstrapTest, TestCollationField, TestSolrFieldCacheMBean, 
TestSolrQueryParser, TestPushWriter, TestBlendedInfixSuggestions, TestRecovery, 
AutoCommitTest, TestManagedSchema, CoreAdminRequestStatusTest, 
TestAnalyzedSuggestions, TestManagedSynonymFilterFactory, 
BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, 
OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, 
ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, 
TestFaceting, ZkControllerTest, TestStressReorder, 
DistributedTermsComponentTest, SpellCheckComponentTest, TestGroupingSearch, 
QueryElevationComponentTest, TestFiltering, DirectUpdateHandlerTest, 
TestIndexSearcher, SimplePostToolTest, TestCoreDiscovery, 
TestExtendedDismaxParser, DocValuesTest, StandardRequestHandlerTest, 
DirectSolrSpellCheckerTest, TestOmitPositions, FileBasedSpellCheckerTest, 
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, 
FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, 
UpdateRequestProcessorFactoryTest, MBeansHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, TestCodecSupport, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestFastWriter, 
TestFastOutputStream, PluginInfoTest, PreAnalyzedFieldTest, 
SpellingQueryConverterTest, TestSolrJ, TestDocumentBuilder, UUIDFieldTest, 
DistributedMLTComponentTest, TestSimpleTrackingShardHandler, 
ActionThrottleTest, AssignTest, BaseCdcrDistributedZkTest, 
CdcrReplicationDistributedZkTest, HdfsCollectionsAPIDistributedZkTest]
   [junit4] Completed [538/680 (4!)] on J2 in 276.98s, 20 tests, 3 failures, 3 
errors <<< FAILURES!

[...truncated 62921 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to