Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/946/

6 tests failed.
REGRESSION:  org.apache.solr.cloud.RollingRestartTest.test

Error Message:
Unable to restart (#6): CloudJettyRunner 
[url=http://127.0.0.1:44493/collection1]

Stack Trace:
java.lang.AssertionError: Unable to restart (#6): CloudJettyRunner 
[url=http://127.0.0.1:44493/collection1]
        at 
__randomizedtesting.SeedInfo.seed([648DED8BC12B2DE3:ECD9D2516FD7401B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:104)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest.test

Error Message:
expected:<7> but was:<6>

Stack Trace:
java.lang.AssertionError: expected:<7> but was:<6>
        at 
__randomizedtesting.SeedInfo.seed([648DED8BC12B2DE3:ECD9D2516FD7401B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.testMultipleCollections(BasicDistributedZkTest.java:1026)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:344)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


REGRESSION:  
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1441264566786,generation=2,filelist=[_v3q.cfe, 
_v3q.cfs, _v3q.si, _v5x.cfe, _v5x.cfs, _v5x.si, _v5y.cfe, _v5y.cfs, _v5y.si, 
_v61.fdt, _v61.fdx, _v61.fnm, _v61.nvd, _v61.nvm, _v61.si, _v61_Lucene50_0.doc, 
_v61_Lucene50_0.tim, _v61_Lucene50_0.tip, _vv6.cfe, _vv6.cfs, _vv6.si, 
_vvd.cfe, _vvd.cfs, _vvd.si, _vvf.fdt, _vvf.fdx, _vvf.fnm, _vvf.nvd, _vvf.nvm, 
_vvf.si, _vvf_Lucene50_0.doc, _vvf_Lucene50_0.tim, _vvf_Lucene50_0.tip, 
_vvh.cfe, _vvh.cfs, _vvh.si, _vvk.cfe, _vvk.cfs, _vvk.si, _vvn.cfe, _vvn.cfs, 
_vvn.si, _vz3.cfe, _vz3.cfs, _vz3.si, _vz6.cfe, _vz6.cfs, _vz6.si, _vz7.cfe, 
_vz7.cfs, _vz7.si, _vz8.cfe, _vz8.cfs, _vz8.si, _vza.fdt, _vza.fdx, _vza.fnm, 
_vza.nvd, _vza.nvm, _vza.si, _vza_Lucene50_0.doc, _vza_Lucene50_0.tim, 
_vza_Lucene50_0.tip, _vzb.cfe, _vzb.cfs, _vzb.si, _vzc.cfe, _vzc.cfs, _vzc.si, 
_vzd.cfe, _vzd.cfs, _vzd.si, _vzf.cfe, _vzf.cfs, _vzf.si, _vzg.cfe, _vzg.cfs, 
_vzg.si, _vzh.cfe, _vzh.cfs, _vzh.si, _vzi.cfe, _vzi.cfs, _vzi.si, _vzj.cfe, 
_vzj.cfs, _vzj.si, _vzk.cfe, _vzk.cfs, _vzk.si, _vzl.cfe, _vzl.cfs, _vzl.si, 
_vzm.cfe, _vzm.cfs, _vzm.si, segments_2]}]> but 
was:<[{indexVersion=1441264566786,generation=3,filelist=[_v63.cfe, _v63.cfs, 
_v63.si, _vvq.cfe, _vvq.cfs, _vvq.si, _vz3.cfe, _vz3.cfs, _vz3.si, _vz6.cfe, 
_vz6.cfs, _vz6.si, _vz7.cfe, _vz7.cfs, _vz7.si, _vz8.cfe, _vz8.cfs, _vz8.si, 
_vza.fdt, _vza.fdx, _vza.fnm, _vza.nvd, _vza.nvm, _vza.si, _vza_Lucene50_0.doc, 
_vza_Lucene50_0.tim, _vza_Lucene50_0.tip, _vzb.cfe, _vzb.cfs, _vzb.si, 
_vzc.cfe, _vzc.cfs, _vzc.si, _vzd.cfe, _vzd.cfs, _vzd.si, _vzf.cfe, _vzf.cfs, 
_vzf.si, _vzg.cfe, _vzg.cfs, _vzg.si, _vzh.cfe, _vzh.cfs, _vzh.si, _vzi.cfe, 
_vzi.cfs, _vzi.si, _vzj.cfe, _vzj.cfs, _vzj.si, _vzk.cfe, _vzk.cfs, _vzk.si, 
_vzl.cfe, _vzl.cfs, _vzl.si, _vzm.cfe, _vzm.cfs, _vzm.si, segments_3]}, 
{indexVersion=1441264566786,generation=2,filelist=[_v3q.cfe, _v3q.cfs, _v3q.si, 
_v5x.cfe, _v5x.cfs, _v5x.si, _v5y.cfe, _v5y.cfs, _v5y.si, _v61.fdt, _v61.fdx, 
_v61.fnm, _v61.nvd, _v61.nvm, _v61.si, _v61_Lucene50_0.doc, 
_v61_Lucene50_0.tim, _v61_Lucene50_0.tip, _vv6.cfe, _vv6.cfs, _vv6.si, 
_vvd.cfe, _vvd.cfs, _vvd.si, _vvf.fdt, _vvf.fdx, _vvf.fnm, _vvf.nvd, _vvf.nvm, 
_vvf.si, _vvf_Lucene50_0.doc, _vvf_Lucene50_0.tim, _vvf_Lucene50_0.tip, 
_vvh.cfe, _vvh.cfs, _vvh.si, _vvk.cfe, _vvk.cfs, _vvk.si, _vvn.cfe, _vvn.cfs, 
_vvn.si, _vz3.cfe, _vz3.cfs, _vz3.si, _vz6.cfe, _vz6.cfs, _vz6.si, _vz7.cfe, 
_vz7.cfs, _vz7.si, _vz8.cfe, _vz8.cfs, _vz8.si, _vza.fdt, _vza.fdx, _vza.fnm, 
_vza.nvd, _vza.nvm, _vza.si, _vza_Lucene50_0.doc, _vza_Lucene50_0.tim, 
_vza_Lucene50_0.tip, _vzb.cfe, _vzb.cfs, _vzb.si, _vzc.cfe, _vzc.cfs, _vzc.si, 
_vzd.cfe, _vzd.cfs, _vzd.si, _vzf.cfe, _vzf.cfs, _vzf.si, _vzg.cfe, _vzg.cfs, 
_vzg.si, _vzh.cfe, _vzh.cfs, _vzh.si, _vzi.cfe, _vzi.cfs, _vzi.si, _vzj.cfe, 
_vzj.cfs, _vzj.si, _vzk.cfe, _vzk.cfs, _vzk.si, _vzl.cfe, _vzl.cfs, _vzl.si, 
_vzm.cfe, _vzm.cfs, _vzm.si, segments_2]}]>

Stack Trace:
java.lang.AssertionError: 
expected:<[{indexVersion=1441264566786,generation=2,filelist=[_v3q.cfe, 
_v3q.cfs, _v3q.si, _v5x.cfe, _v5x.cfs, _v5x.si, _v5y.cfe, _v5y.cfs, _v5y.si, 
_v61.fdt, _v61.fdx, _v61.fnm, _v61.nvd, _v61.nvm, _v61.si, _v61_Lucene50_0.doc, 
_v61_Lucene50_0.tim, _v61_Lucene50_0.tip, _vv6.cfe, _vv6.cfs, _vv6.si, 
_vvd.cfe, _vvd.cfs, _vvd.si, _vvf.fdt, _vvf.fdx, _vvf.fnm, _vvf.nvd, _vvf.nvm, 
_vvf.si, _vvf_Lucene50_0.doc, _vvf_Lucene50_0.tim, _vvf_Lucene50_0.tip, 
_vvh.cfe, _vvh.cfs, _vvh.si, _vvk.cfe, _vvk.cfs, _vvk.si, _vvn.cfe, _vvn.cfs, 
_vvn.si, _vz3.cfe, _vz3.cfs, _vz3.si, _vz6.cfe, _vz6.cfs, _vz6.si, _vz7.cfe, 
_vz7.cfs, _vz7.si, _vz8.cfe, _vz8.cfs, _vz8.si, _vza.fdt, _vza.fdx, _vza.fnm, 
_vza.nvd, _vza.nvm, _vza.si, _vza_Lucene50_0.doc, _vza_Lucene50_0.tim, 
_vza_Lucene50_0.tip, _vzb.cfe, _vzb.cfs, _vzb.si, _vzc.cfe, _vzc.cfs, _vzc.si, 
_vzd.cfe, _vzd.cfs, _vzd.si, _vzf.cfe, _vzf.cfs, _vzf.si, _vzg.cfe, _vzg.cfs, 
_vzg.si, _vzh.cfe, _vzh.cfs, _vzh.si, _vzi.cfe, _vzi.cfs, _vzi.si, _vzj.cfe, 
_vzj.cfs, _vzj.si, _vzk.cfe, _vzk.cfs, _vzk.si, _vzl.cfe, _vzl.cfs, _vzl.si, 
_vzm.cfe, _vzm.cfs, _vzm.si, segments_2]}]> but 
was:<[{indexVersion=1441264566786,generation=3,filelist=[_v63.cfe, _v63.cfs, 
_v63.si, _vvq.cfe, _vvq.cfs, _vvq.si, _vz3.cfe, _vz3.cfs, _vz3.si, _vz6.cfe, 
_vz6.cfs, _vz6.si, _vz7.cfe, _vz7.cfs, _vz7.si, _vz8.cfe, _vz8.cfs, _vz8.si, 
_vza.fdt, _vza.fdx, _vza.fnm, _vza.nvd, _vza.nvm, _vza.si, _vza_Lucene50_0.doc, 
_vza_Lucene50_0.tim, _vza_Lucene50_0.tip, _vzb.cfe, _vzb.cfs, _vzb.si, 
_vzc.cfe, _vzc.cfs, _vzc.si, _vzd.cfe, _vzd.cfs, _vzd.si, _vzf.cfe, _vzf.cfs, 
_vzf.si, _vzg.cfe, _vzg.cfs, _vzg.si, _vzh.cfe, _vzh.cfs, _vzh.si, _vzi.cfe, 
_vzi.cfs, _vzi.si, _vzj.cfe, _vzj.cfs, _vzj.si, _vzk.cfe, _vzk.cfs, _vzk.si, 
_vzl.cfe, _vzl.cfs, _vzl.si, _vzm.cfe, _vzm.cfs, _vzm.si, segments_3]}, 
{indexVersion=1441264566786,generation=2,filelist=[_v3q.cfe, _v3q.cfs, _v3q.si, 
_v5x.cfe, _v5x.cfs, _v5x.si, _v5y.cfe, _v5y.cfs, _v5y.si, _v61.fdt, _v61.fdx, 
_v61.fnm, _v61.nvd, _v61.nvm, _v61.si, _v61_Lucene50_0.doc, 
_v61_Lucene50_0.tim, _v61_Lucene50_0.tip, _vv6.cfe, _vv6.cfs, _vv6.si, 
_vvd.cfe, _vvd.cfs, _vvd.si, _vvf.fdt, _vvf.fdx, _vvf.fnm, _vvf.nvd, _vvf.nvm, 
_vvf.si, _vvf_Lucene50_0.doc, _vvf_Lucene50_0.tim, _vvf_Lucene50_0.tip, 
_vvh.cfe, _vvh.cfs, _vvh.si, _vvk.cfe, _vvk.cfs, _vvk.si, _vvn.cfe, _vvn.cfs, 
_vvn.si, _vz3.cfe, _vz3.cfs, _vz3.si, _vz6.cfe, _vz6.cfs, _vz6.si, _vz7.cfe, 
_vz7.cfs, _vz7.si, _vz8.cfe, _vz8.cfs, _vz8.si, _vza.fdt, _vza.fdx, _vza.fnm, 
_vza.nvd, _vza.nvm, _vza.si, _vza_Lucene50_0.doc, _vza_Lucene50_0.tim, 
_vza_Lucene50_0.tip, _vzb.cfe, _vzb.cfs, _vzb.si, _vzc.cfe, _vzc.cfs, _vzc.si, 
_vzd.cfe, _vzd.cfs, _vzd.si, _vzf.cfe, _vzf.cfs, _vzf.si, _vzg.cfe, _vzg.cfs, 
_vzg.si, _vzh.cfe, _vzh.cfs, _vzh.si, _vzi.cfe, _vzi.cfs, _vzi.si, _vzj.cfe, 
_vzj.cfs, _vzj.si, _vzk.cfe, _vzk.cfs, _vzk.si, _vzl.cfe, _vzl.cfs, _vzl.si, 
_vzm.cfe, _vzm.cfs, _vzm.si, segments_2]}]>
        at 
__randomizedtesting.SeedInfo.seed([648DED8BC12B2DE3:415AF6BBB16323E0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1138)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([648DED8BC12B2DE3]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.security.BasicAuthIntegrationTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([648DED8BC12B2DE3]:0)


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=15092, name=collection5, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=15092, name=collection5, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:49239/moaso: Could not find collection : 
awholynewstresscollection_collection5_3
        at __randomizedtesting.SeedInfo.seed([648DED8BC12B2DE3]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:895)




Build Log:
[...truncated 10486 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/init-core-data-001
   [junit4]   2> 878638 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 878638 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 878677 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 878685 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 878689 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 878702 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_52114_hdfs____xhwbup/webapp
   [junit4]   2> 878827 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 879332 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52114
   [junit4]   2> 879387 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 879389 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 879402 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_39806_datanode____e2wrun/webapp
   [junit4]   2> 879521 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 879937 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39806
   [junit4]   2> 879983 WARN  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 879985 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log jetty-6.1.26
   [junit4]   2> 879997 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_59727_datanode____cc4k1r/webapp
   [junit4]   2> 880051 INFO  (IPC Server handler 3 on 44303) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-05918c3c-8f67-4d81-98f7-5bf862ab7bd0 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=63f63b49-407a-437e-88f8-36025577cc77, infoPort=39806, 
ipcPort=48484, storageInfo=lv=-56;cid=testClusterID;nsid=138847916;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 880052 INFO  (IPC Server handler 3 on 44303) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-6c862fad-0bfd-4264-a129-d299c6441919 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=63f63b49-407a-437e-88f8-36025577cc77, infoPort=39806, 
ipcPort=48484, storageInfo=lv=-56;cid=testClusterID;nsid=138847916;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 880122 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
   [junit4]   2> 880694 INFO  
(SUITE-HdfsBasicDistributedZkTest-seed#[648DED8BC12B2DE3]-worker) [    ] 
o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:59727
   [junit4]   2> 880761 INFO  (IPC Server handler 4 on 44303) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-7becc13d-8424-4c9f-bc98-d9a9341f21cd node DatanodeRegistration(127.0.0.1, 
datanodeUuid=dc546e23-d174-4d87-80eb-876bc1803d17, infoPort=59727, 
ipcPort=46662, storageInfo=lv=-56;cid=testClusterID;nsid=138847916;c=0), 
blocks: 0, hasStaleStorages: true, processing time: 0 msecs
   [junit4]   2> 880762 INFO  (IPC Server handler 4 on 44303) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-a6366f1f-acaa-4dd0-aef6-db052d4e1903 node DatanodeRegistration(127.0.0.1, 
datanodeUuid=dc546e23-d174-4d87-80eb-876bc1803d17, infoPort=59727, 
ipcPort=46662, storageInfo=lv=-56;cid=testClusterID;nsid=138847916;c=0), 
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
   [junit4]   2> 880850 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 880850 INFO  (Thread-6106) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 880850 INFO  (Thread-6106) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 880950 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:48853
   [junit4]   2> 880951 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 880951 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 880954 INFO  (zkCallback-944-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3049fc72 
name:ZooKeeperConnection Watcher:127.0.0.1:48853 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 880954 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 880954 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 880954 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 880957 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 880961 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 880963 INFO  (zkCallback-945-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7e99dfc6 
name:ZooKeeperConnection Watcher:127.0.0.1:48853/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 880963 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 880963 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 880963 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 880965 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 880966 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 880968 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 880969 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 880970 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 880972 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 880972 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 880974 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 880974 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 880976 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 880977 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 880979 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 880979 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 880981 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 880982 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 880983 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 880983 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 880985 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 880985 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 880987 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 880988 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 880989 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 880990 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 880991 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 880992 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 881298 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/cores/collection1
   [junit4]   2> 881300 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 881302 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@334dbe80{/,null,AVAILABLE}
   [junit4]   2> 881303 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2f18ebea{HTTP/1.1}{127.0.0.1:33264}
   [junit4]   2> 881303 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.e.j.s.Server Started @884339ms
   [junit4]   2> 881303 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=33264, 
solr.data.dir=hdfs://localhost:44303/hdfs__localhost_44303__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001_tempDir-002_control_data,
 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/cores,
 hostContext=/}
   [junit4]   2> 881304 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 881304 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/'
   [junit4]   2> 881320 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 881321 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 881323 INFO  (zkCallback-946-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@70496179 
name:ZooKeeperConnection Watcher:127.0.0.1:48853/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 881324 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 881324 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 881326 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 881326 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/solr.xml
   [junit4]   2> 881366 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/cores
   [junit4]   2> 881366 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1899969146
   [junit4]   2> 881366 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/]
   [junit4]   2> 881366 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/lib
   [junit4]   2> 881366 WARN  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/lib).
   [junit4]   2> 881378 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 881379 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 881380 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 881380 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 881380 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48853/solr
   [junit4]   2> 881380 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 881381 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 881382 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 881385 INFO  (zkCallback-948-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@75ca3bff 
name:ZooKeeperConnection Watcher:127.0.0.1:48853 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 881386 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 881386 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 881388 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 881389 INFO  
(zkCallback-949-thread-1-processing-n:127.0.0.1:33264_) [n:127.0.0.1:33264_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4d829af8 
name:ZooKeeperConnection Watcher:127.0.0.1:48853/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 881390 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 881391 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 881393 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 881397 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 881399 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 881403 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 881405 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 881407 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 881410 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 881411 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 881412 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33264_
   [junit4]   2> 881412 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:33264_
   [junit4]   2> 881414 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 881416 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 881417 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 881418 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/94454592667058180-127.0.0.1:33264_-n_0000000000
   [junit4]   2> 881418 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:33264_
   [junit4]   2> 881418 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 881421 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.Overseer Overseer 
(id=94454592667058180-127.0.0.1:33264_-n_0000000000) starting
   [junit4]   2> 881423 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 881431 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 881433 INFO  
(OverseerCollectionConfigSetProcessor-94454592667058180-127.0.0.1:33264_-n_0000000000)
 [n:127.0.0.1:33264_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 881433 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 881434 INFO  
(OverseerStateUpdate-94454592667058180-127.0.0.1:33264_-n_0000000000) 
[n:127.0.0.1:33264_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 881451 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 881451 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 881453 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.CoresLocator Looking for core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/cores
   [junit4]   2> 881454 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{schema=schema.xml, coreNodeName=, collection=control_collection, shard=, 
loadOnStartup=true, config=solrconfig.xml, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/cores/collection1,
 transient=false, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/cores/collection1/,
 configSetProperties=configsetprops.json, name=collection1, dataDir=data/}
   [junit4]   2> 881454 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/cores/collection1/
   [junit4]   2> 881454 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 881455 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
   [junit4]   2> 881456 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) 
[n:127.0.0.1:33264_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() 
done
   [junit4]   2> 881456 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 881456 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 881462 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 881462 INFO  
(OverseerStateUpdate-94454592667058180-127.0.0.1:33264_-n_0000000000) 
[n:127.0.0.1:33264_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "node_name":"127.0.0.1:33264_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33264";,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"1"} current state version: 0
   [junit4]   2> 881463 INFO  
(OverseerStateUpdate-94454592667058180-127.0.0.1:33264_-n_0000000000) 
[n:127.0.0.1:33264_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "node_name":"127.0.0.1:33264_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33264";,
   [junit4]   2>   "shard":null,
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"1"}
   [junit4]   2> 881464 INFO  
(OverseerStateUpdate-94454592667058180-127.0.0.1:33264_-n_0000000000) 
[n:127.0.0.1:33264_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 881464 INFO  
(OverseerStateUpdate-94454592667058180-127.0.0.1:33264_-n_0000000000) 
[n:127.0.0.1:33264_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 881466 INFO  
(zkCallback-949-thread-1-processing-n:127.0.0.1:33264_) [n:127.0.0.1:33264_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 882462 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 882463 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 882463 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 882463 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 882464 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 882464 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/cores/collection1/'
   [junit4]   2> 882482 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 882489 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 882503 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 882532 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 882533 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 882540 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 882782 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 882789 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 882791 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 882799 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 882802 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 882805 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 882806 WARN  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 882806 WARN  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 882806 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 882807 WARN  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 882807 WARN  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 882808 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2
   [junit4]   2> 882808 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 882808 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
   [junit4]   2> 882808 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:44303/solr_hdfs_home
   [junit4]   2> 882809 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 882809 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 882809 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1241ba55
   [junit4]   2> 882809 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44303/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 882824 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:44303/solr_hdfs_home/control_collection/core_node1/data for 
locality metrics.
   [junit4]   2> 882824 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:44303/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 882825 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=hdfs://localhost:44303/solr_hdfs_home/control_collection/core_node1/data/index/
   [junit4]   2> 882835 WARN  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'hdfs:/localhost:44303/solr_hdfs_home/control_collection/core_node1/data/index' 
doesn't exist. Creating new index...
   [junit4]   2> 882835 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:44303/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 882845 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 882846 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 882849 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 882849 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.h.HdfsLocalityReporter Registering direcotry 
hdfs://localhost:44303/solr_hdfs_home/control_collection/core_node1/data/index 
for locality metrics.
   [junit4]   2> 882849 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
hdfs://localhost:44303/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 882850 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 882869 INFO  (IPC Server handler 1 on 44303) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:47871 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-6c862fad-0bfd-4264-a129-d299c6441919:NORMAL:127.0.0.1:46696|RBW],
 
ReplicaUnderConstruction[[DISK]DS-a6366f1f-acaa-4dd0-aef6-db052d4e1903:NORMAL:127.0.0.1:47871|FINALIZED]]}
 size 0
   [junit4]   2> 882872 INFO  (IPC Server handler 2 on 44303) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46696 is 
added to blk_1073741825_1001{blockUCState=UNDER_CONSTRUCTION, 
primaryNodeIndex=-1, 
replicas=[ReplicaUnderConstruction[[DISK]DS-6c862fad-0bfd-4264-a129-d299c6441919:NORMAL:127.0.0.1:46696|RBW],
 
ReplicaUnderConstruction[[DISK]DS-a6366f1f-acaa-4dd0-aef6-db052d4e1903:NORMAL:127.0.0.1:47871|FINALIZED]]}
 size 0
   [junit4]   2> 882874 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@b74edba9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5dfb72ac); 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 882875 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 882876 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
hdfs://localhost:44303/solr_hdfs_home/control_collection/core_node1/data/
   [junit4]   2> 882880 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 882880 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 882880 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 882880 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 882881 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 882881 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 882881 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 882881 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 882881 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 882884 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 882885 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 882887 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 882888 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 882891 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/update,/admin/ping,/update/csv,/get,/schema,/config,/replication,/update/json/docs,/admin/plugins,/admin/properties,/admin/luke,/admin/segments,/admin/system,/admin/logging,/admin/threads,/update/json,/admin/mbeans,/admin/file,standard
   [junit4]   2> 882893 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 882893 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 882893 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing HdfsUpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 tlogDfsReplication=2
   [junit4]   2> 882904 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 882904 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 882905 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3314286520778742]
   [junit4]   2> 882911 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@b74edba9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5dfb72ac); 
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
   [junit4]   2> 882911 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 882911 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@3c1f3bdd[collection1] main
   [junit4]   2> 882911 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 882912 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 882912 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 882913 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 882913 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 882913 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 882913 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 882914 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 882914 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 882914 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 882915 INFO  
(searcherExecutor-3062-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@3c1f3bdd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 882916 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 882916 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 256 version 
buckets from index
   [junit4]   2> 882916 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 882917 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1511273484838240256
   [junit4]   2> 882917 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 0.0ms to seed version buckets with highest version 
1511273484838240256
   [junit4]   2> 882917 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 882917 INFO  
(coreLoadExecutor-3061-thread-1-processing-n:127.0.0.1:33264_) 
[n:127.0.0.1:33264_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 882918 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
Register replica - core:collection1 address:http://127.0.0.1:33264 
collection:control_collection shard:shard1
   [junit4]   2> 882918 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 882922 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector 
Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/94454592667058180-core_node1-n_0000000000
   [junit4]   2> 882922 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 882924 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 882924 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
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> 882924 INFO  
(OverseerStateUpdate-94454592667058180-127.0.0.1:33264_-n_0000000000) 
[n:127.0.0.1:33264_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 882924 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:33264/collection1/
   [junit4]   2> 882924 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 882925 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:33264/collection1/ has no replicas
   [junit4]   2> 882925 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
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:33264/collection1/ shard1
   [junit4]   2> 882925 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 882928 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 882930 INFO  
(OverseerStateUpdate-94454592667058180-127.0.0.1:33264_-n_0000000000) 
[n:127.0.0.1:33264_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:33264";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 882958 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 882958 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 882959 INFO  (zkCallback-951-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@73d0d65f 
name:ZooKeeperConnection Watcher:127.0.0.1:48853/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 882960 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 882960 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 882960 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 882962 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 883033 INFO  (zkCallback-951-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 883033 INFO  
(zkCallback-949-thread-1-processing-n:127.0.0.1:33264_) [n:127.0.0.1:33264_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 883081 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:33264/collection1/ and leader is 
http://127.0.0.1:33264/collection1/
   [junit4]   2> 883081 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33264
   [junit4]   2> 883081 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 883081 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 883081 INFO  
(coreZkRegister-3055-thread-1-processing-n:127.0.0.1:33264_ x:collection1 
r:core_node1 s:shard1 c:control_collection) [n:127.0.0.1:33264_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 883083 INFO  
(OverseerStateUpdate-94454592667058180-127.0.0.1:33264_-n_0000000000) 
[n:127.0.0.1:33264_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "node_name":"127.0.0.1:33264_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "base_url":"http://127.0.0.1:33264";,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "core_node_name":"core_node1"} current state version: 2
   [junit4]   2> 883084 INFO  
(OverseerStateUpdate-94454592667058180-127.0.0.1:33264_-n_0000000000) 
[n:127.0.0.1:33264_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "node_name":"127.0.0.1:33264_",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "base_url":"http://127.0.0.1:33264";,
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "core_node_name":"core_node1"}
   [junit4]   2> 883186 INFO  
(zkCallback-949-thread-1-processing-n:127.0.0.1:33264_) [n:127.0.0.1:33264_    
] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 883186 INFO  (zkCallback-951-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 1)
   [junit4]   2> 883290 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/shard-1-001/cores/collection1
   [junit4]   2> 883291 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/shard-1-001
   [junit4]   2> 883292 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 883295 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@748ee09f{/,null,AVAILABLE}
   [junit4]   2> 883296 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@5da46c4e{HTTP/1.1}{127.0.0.1:50866}
   [junit4]   2> 883296 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.e.j.s.Server Started @886332ms
   [junit4]   2> 883296 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:44303/hdfs__localhost_44303__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=50866, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/shard-1-001/cores}
   [junit4]   2> 883297 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1fe91485
   [junit4]   2> 883297 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsBasicDistributedZkTest_648DED8BC12B2DE3-001/shard-1-001/'
   [junit4]   2> 883314 INFO  
(TEST-HdfsBasicDistributedZkTest.test-seed#[648DED8BC12B2DE3]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [jun

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

ead[id=83182, name=searcherExecutor-8120-thread-1, state=WAITING, 
group=TGRP-BasicAuthIntegrationTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    7) Thread[id=83187, name=searcherExecutor-8124-thread-1, 
state=WAITING, group=TGRP-BasicAuthIntegrationTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{range_facet_i_dv=PostingsFormat(name=Direct), 
range_facet_l=PostingsFormat(name=Direct), 
multiDefault=PostingsFormat(name=Direct), range_facet_l_dv=FST50, 
intDefault=PostingsFormat(name=LuceneFixedGap), id=FST50, 
_version_=PostingsFormat(name=LuceneFixedGap), 
timestamp=PostingsFormat(name=Direct)}, 
docValues:{range_facet_i_dv=DocValuesFormat(name=Memory), 
range_facet_l_dv=DocValuesFormat(name=Lucene50), 
timestamp=DocValuesFormat(name=Memory)}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ar_YE, 
timezone=Etc/GMT-8
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_72 (64-bit)/cpus=4,threads=23,free=316899136,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSchemaTest, 
TestLazyCores, TestComponentsName, TestFreeTextSuggestions, 
TestEmbeddedSolrServerConstructors, DeleteLastCustomShardedReplicaTest, 
TestExpandComponent, PingRequestHandlerTest, RequiredFieldsTest, 
TestReplicationHandlerBackup, SimpleCollectionCreateDeleteTest, 
SuggestComponentTest, FileBasedSpellCheckerTest, TestMiniSolrCloudClusterSSL, 
BasicDistributedZkTest, TestSolrDynamicMBean, TestDynamicFieldResource, 
DistributedVersionInfoTest, TestRangeQuery, CoreMergeIndexesAdminHandlerTest, 
MigrateRouteKeyTest, TestDistributedSearch, HdfsChaosMonkeySafeLeaderTest, 
TestRandomDVFaceting, TestLuceneMatchVersion, TestPseudoReturnFields, 
UUIDUpdateProcessorFallbackTest, TestDistribIDF, TestHdfsUpdateLog, 
OverseerTaskQueueTest, TestJoin, PolyFieldTest, CursorMarkTest, 
SignatureUpdateProcessorFactoryTest, TestSolrCloudWithKerberosAlt, 
TestCSVLoader, SecurityConfHandlerTest, TestRealTimeGet, QueryEqualityTest, 
HdfsNNFailoverTest, ResponseHeaderTest, RequestLoggingTest, TestInitQParser, 
DisMaxRequestHandlerTest, TestCollationFieldDocValues, TestFieldSortValues, 
TestMergePolicyConfig, TestFaceting, ResponseLogComponentTest, 
QueryElevationComponentTest, SynonymTokenizerTest, TestIntervalFaceting, 
PeerSyncTest, TestOmitPositions, AnalysisAfterCoreReloadTest, 
TestAnalyzeInfixSuggestions, TestRequestStatusCollectionAPI, 
SpellingQueryConverterTest, TestMaxScoreQueryParser, StressHdfsTest, 
TestIBSimilarityFactory, EchoParamsTest, HdfsBasicDistributedZk2Test, 
DateMathParserTest, JavabinLoaderTest, DistributedSpellCheckComponentTest, 
ReplicationFactorTest, TestRemoteStreaming, IndexSchemaRuntimeFieldTest, 
BadCopyFieldTest, ShardSplitTest, TestStandardQParsers, TestRawResponseWriter, 
ExternalFileFieldSortTest, TestDocumentBuilder, XsltUpdateRequestHandlerTest, 
HighlighterMaxOffsetTest, ReturnFieldsTest, TestNamedUpdateProcessors, 
TestSolr4Spatial, TestCustomDocTransformer, TestExactStatsCache, 
TestSchemaSimilarityResource, CurrencyFieldOpenExchangeTest, TimeZoneUtilsTest, 
TestRebalanceLeaders, TestRandomFaceting, OverseerTest, 
LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, 
ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, 
TestRecovery, TestHashPartitioner, HardAutoCommitTest, 
DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest, 
StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, 
BadIndexSchemaTest, TestSort, TestFiltering, TestFunctionQuery, TestBadConfig, 
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, 
SolrIndexSplitterTest, TestCoreDiscovery, TestExtendedDismaxParser, 
SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, 
TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, TestTrie, 
NoCacheHeaderTest, TestUpdate, TestAtomicUpdateErrorCases, 
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
SortByFunctionTest, DebugComponentTest, CacheHeaderTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, StandardRequestHandlerTest, 
TestWriterPerf, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, 
TestQueryTypes, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TestArbitraryIndexDir, LoggingHandlerTest, 
RegexBoostProcessorTest, TestJmxIntegration, TestCollationField, 
UpdateRequestProcessorFactoryTest, JSONWriterTest, QueryParsingTest, 
TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, 
SearchHandlerTest, TestBinaryResponseWriter, SOLR749Test, 
TestQuerySenderListener, AlternateDirectoryTest, CopyFieldTest, 
SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, MultiTermTest, 
SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest, 
TestConfig, OutputWriterTest, TestPhraseSuggestions, TestCharFilters, 
TestCodecSupport, TestXIncludeConfig, TestDFRSimilarityFactory, 
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestFastWriter, ResourceLoaderTest, 
ScriptEngineTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, 
PreAnalyzedFieldTest, PrimUtilsTest, TestSuggestSpellingConverter, 
DateFieldTest, DOMUtilTest, TestUtils, SliceStateTest, FileUtilsTest, 
DistributedIntervalFacetingTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, DeleteInactiveReplicaTest, 
DeleteShardTest, DistributedQueueTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnCommitTest, RemoteQueryErrorTest, TestCollectionAPI, 
TestCryptoKeys, TestRandomRequestDistribution, 
HdfsWriteToMultipleCollectionsTest, HdfsDirectoryFactoryTest, 
TestSolrConfigHandler, TestReqParamsAPI, TestSolrConfigHandlerConcurrent, 
DistributedQueryComponentCustomSortTest, SpatialHeatmapFacetsTest, 
TestManagedSchema, AnalyticsQueryTest, TestCustomSort, TestHashQParserPlugin, 
TestSearcherReuse, TestSimpleQParserPlugin, TestSolr4Spatial2, 
TestStressUserVersions, BJQParserTest, TestJsonRequest, SimpleMLTQParserTest, 
TestNonDefinedSimilarityFactory, TestExactSharedStatsCache, TestLRUStatsCache, 
BasicAuthIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BasicAuthIntegrationTest -Dtests.seed=648DED8BC12B2DE3 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=ar_YE -Dtests.timezone=Etc/GMT-8 -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | BasicAuthIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([648DED8BC12B2DE3]:0)
   [junit4] Completed [536/536] on J0 in 7223.52s, 4 tests, 2 errors <<< 
FAILURES!

[...truncated 16 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:792: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:729: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:524:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1452:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1006:
 There were test failures: 536 suites, 2126 tests, 1 suite-level error, 2 
errors, 3 failures, 29 ignored (17 assumptions)

Total time: 301 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #911
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 1084245610 bytes
Compression is 0.0%
Took 3 min 14 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to