Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1302/

5 tests failed.
FAILED:  org.apache.lucene.search.TestDoubleRangeFieldQueries.testRandomTiny

Error Message:
wrong hit (first of possibly more):  FAIL (iter 31): id=1 should not match but 
did  queryRange=Box(-Infinity TO Infinity)  box=Box(-5.862528225813263E307 TO 
7.363410523584262E307)  queryType=CONTAINS  deleted?=false

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL (iter 31): id=1 should not match but did
 queryRange=Box(-Infinity TO Infinity)
 box=Box(-5.862528225813263E307 TO 7.363410523584262E307)
 queryType=CONTAINS
 deleted?=false
        at 
__randomizedtesting.SeedInfo.seed([7FAAAB755DD26282:36ED753303F35A2E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:287)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:158)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomTiny(BaseRangeFieldQueryTestCase.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.search.TestFloatRangeFieldQueries.testRandomTiny

Error Message:
wrong hit (first of possibly more):  FAIL (iter 31): id=1 should not match but 
did  queryRange=Box(-Infinity TO Infinity)  box=Box(-5.450555E37 TO 
9.067386E37)  queryType=CONTAINS  deleted?=false

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL (iter 31): id=1 should not match but did
 queryRange=Box(-Infinity TO Infinity)
 box=Box(-5.450555E37 TO 9.067386E37)
 queryType=CONTAINS
 deleted?=false
        at 
__randomizedtesting.SeedInfo.seed([7FAAAB755DD26282:36ED753303F35A2E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:287)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:158)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomTiny(BaseRangeFieldQueryTestCase.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.search.TestIntRangeFieldQueries.testRandomTiny

Error Message:
wrong hit (first of possibly more):  FAIL (iter 31): id=1 should not match but 
did  queryRange=Box(-2147483648 TO 2147483647)  box=Box(-1845312013 TO 
-1215188953)  queryType=CONTAINS  deleted?=false

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL (iter 31): id=1 should not match but did
 queryRange=Box(-2147483648 TO 2147483647)
 box=Box(-1845312013 TO -1215188953)
 queryType=CONTAINS
 deleted?=false
        at 
__randomizedtesting.SeedInfo.seed([7FAAAB755DD26282:36ED753303F35A2E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:287)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:158)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomTiny(BaseRangeFieldQueryTestCase.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.search.TestLongRangeFieldQueries.testRandomTiny

Error Message:
wrong hit (first of possibly more):  FAIL (iter 31): id=1 should not match but 
did  queryRange=Box(-9223372036854775808 TO 9223372036854775807)  
box=Box(-1803576629531660249 TO 7946735353577260531)  queryType=CONTAINS  
deleted?=false

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL (iter 31): id=1 should not match but did
 queryRange=Box(-9223372036854775808 TO 9223372036854775807)
 box=Box(-1803576629531660249 TO 7946735353577260531)
 queryType=CONTAINS
 deleted?=false
        at 
__randomizedtesting.SeedInfo.seed([7FAAAB755DD26282:36ED753303F35A2E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:287)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:158)
        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomTiny(BaseRangeFieldQueryTestCase.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsSyncSliceTest.test

Error Message:
There are still nodes recoverying - waited for 30 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30 
seconds
        at 
__randomizedtesting.SeedInfo.seed([4BCC2C9A43BDECB1:C3981340ED418149]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:867)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1423)
        at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:71)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 798 lines...]
   [junit4] Suite: org.apache.lucene.search.TestLongRangeFieldQueries
   [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=TestLongRangeFieldQueries -Dtests.method=testRandomTiny 
-Dtests.seed=7FAAAB755DD26282 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=es-CU -Dtests.timezone=Brazil/DeNoronha -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J2 | TestLongRangeFieldQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL (iter 31): id=1 should not match but did
   [junit4]    >  queryRange=Box(-9223372036854775808 TO 9223372036854775807)
   [junit4]    >  box=Box(-1803576629531660249 TO 7946735353577260531)
   [junit4]    >  queryType=CONTAINS
   [junit4]    >  deleted?=false
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7FAAAB755DD26282:36ED753303F35A2E]:0)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:287)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:158)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomTiny(BaseRangeFieldQueryTestCase.java:64)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J2/temp/lucene.search.TestLongRangeFieldQueries_7FAAAB755DD26282-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-CU, 
timezone=Brazil/DeNoronha
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=198187128,total=399507456
   [junit4]   2> NOTE: All tests run in this JVM: [TestSortedSetSortField, 
TestIntArrayDocIdSet, TestIOUtils, TestSpanBoostQuery, 
TestUsageTrackingFilterCachingPolicy, TestFilterDirectoryReader, 
TestAllFilesHaveChecksumFooter, TestTopDocsCollector, TestNIOFSDirectory, 
TestSimilarity2, TestBoolean2ScorerSupplier, TestPayloads, TestStopFilter, 
TestLogMergePolicy, TestIndexSearcher, TestMixedCodecs, 
Test2BSortedDocValuesOrds, TestLucene50StoredFieldsFormatHighCompression, 
TestDocIDMerger, TestRegexpQuery, TestMathUtil, TestIndexCommit, TestMultiset, 
TestSetOnce, TestDisjunctionMaxQuery, Test2BPagedBytes, 
TestHighCompressionMode, TestBlockPostingsFormat, TestConsistentFieldNumbers, 
TestSameTokenSamePosition, TestLucene70NormsFormat, TestMultiLevelSkipList, 
TestSearchForDuplicates, TestMinShouldMatch2, TestNRTReaderWithThreads, 
TestSpanTermQuery, TestSloppyPhraseQuery2, TestStressAdvance, 
TestSleepingLockWrapper, TestSegmentReader, TestSimpleExplanationsOfNonMatches, 
TestLazyProxSkipping, TestSimpleFSDirectory, 
TestEarlyTerminatingSortingCollector, TestLSBRadixSorter, 
TestSpanSearchEquivalence, TestOneMergeWrappingMergePolicy, 
TestIndexWriterDeleteByQuery, TestBytesRefHash, TestDirectMonotonic, 
TestFilterWeight, TestCharsRef, TestIndexWriterMerging, 
TestExitableDirectoryReader, TestIndexWriterThreadsToSegments, Test2BPositions, 
TestHugeRamFile, TestFixedBitSet, TestComplexExplanationsOfNonMatches, 
TestPayloadsOnVectors, MultiCollectorTest, TestRollingBuffer, 
TestIndexWriterLockRelease, TestFieldsReader, TestFastCompressionMode, 
TestSpanNearQuery, TestDateSort, TestSpans, TestIndexWriterCommit, 
TestNoMergePolicy, TestFixedLengthBytesRefArray, TestMultiMMap, 
TestSortRescorer, TestLongRangeFieldQueries]
   [junit4] Completed [180/451 (1!)] on J2 in 54.36s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 182 lines...]
   [junit4] Suite: org.apache.lucene.search.TestDoubleRangeFieldQueries
   [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=TestDoubleRangeFieldQueries -Dtests.method=testRandomTiny 
-Dtests.seed=7FAAAB755DD26282 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=bg-BG -Dtests.timezone=US/Eastern -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.06s J0 | TestDoubleRangeFieldQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL (iter 31): id=1 should not match but did
   [junit4]    >  queryRange=Box(-Infinity TO Infinity)
   [junit4]    >  box=Box(-5.862528225813263E307 TO 7.363410523584262E307)
   [junit4]    >  queryType=CONTAINS
   [junit4]    >  deleted?=false
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7FAAAB755DD26282:36ED753303F35A2E]:0)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:287)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:158)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomTiny(BaseRangeFieldQueryTestCase.java:64)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J0/temp/lucene.search.TestDoubleRangeFieldQueries_7FAAAB755DD26282-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{doubleRangeField=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=269, 
maxMBSortInHeap=5.775973196836048, sim=RandomSimilarity(queryNorm=true): {}, 
locale=bg-BG, timezone=US/Eastern
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=246094992,total=428867584
   [junit4]   2> NOTE: All tests run in this JVM: [TestNot, TestBytesStore, 
TestCrashCausesCorruptIndex, TestBooleanRewrites, TestBooleanMinShouldMatch, 
TestTerm, TestLucene50TermVectorsFormat, TestIndexedDISI, 
TestLucene70SegmentInfoFormat, TestMultiThreadTermVectors, 
TestFlushByRamOrCountsPolicy, TestManyFields, TestNeverDelete, TestGeoUtils, 
TestDocInverterPerFieldErrorInfo, TestAllFilesCheckIndexHeader, 
TestSearchAfter, TestPostingsOffsets, TestStressDeletes, TestDocValuesIndexing, 
TestDirectoryReaderReopen, TestUnicodeUtil, TestBoolean2, TestLiveFieldValues, 
TestSynonymQuery, TestCachingCollector, TestSortedNumericSortField, 
TestEarlyTermination, TestTermVectorsWriter, TestClassicSimilarity, 
TestUpgradeIndexMergePolicy, TestMaxTermFrequency, TestIsCurrent, 
TestReaderWrapperDVTypeCheck, TestSpanMultiTermQueryWrapper, 
TestThreadedForceMerge, TestDateTools, TestIndexingSequenceNumbers, 
TestIndexWriterOnVMError, Test4GBStoredFields, TestTerms, TestNoDeletionPolicy, 
TestSimpleExplanations, TestTotalHitCountCollector, TestNeedsScores, 
TestLongBitSet, TestOfflineSorter, TestDoubleRangeFieldQueries]
   [junit4] Completed [230/451 (2!)] on J0 in 83.39s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 596 lines...]
   [junit4] Suite: org.apache.lucene.search.TestFloatRangeFieldQueries
   [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=TestFloatRangeFieldQueries -Dtests.method=testRandomTiny 
-Dtests.seed=7FAAAB755DD26282 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=en -Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | TestFloatRangeFieldQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL (iter 31): id=1 should not match but did
   [junit4]    >  queryRange=Box(-Infinity TO Infinity)
   [junit4]    >  box=Box(-5.450555E37 TO 9.067386E37)
   [junit4]    >  queryType=CONTAINS
   [junit4]    >  deleted?=false
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7FAAAB755DD26282:36ED753303F35A2E]:0)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:287)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:158)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomTiny(BaseRangeFieldQueryTestCase.java:64)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J0/temp/lucene.search.TestFloatRangeFieldQueries_7FAAAB755DD26282-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=FST50}, 
docValues:{floatRangeField=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=99, 
maxMBSortInHeap=7.97891397353937, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en, timezone=Arctic/Longyearbyen
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=255445904,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [TestNot, TestBytesStore, 
TestCrashCausesCorruptIndex, TestBooleanRewrites, TestBooleanMinShouldMatch, 
TestTerm, TestLucene50TermVectorsFormat, TestIndexedDISI, 
TestLucene70SegmentInfoFormat, TestMultiThreadTermVectors, 
TestFlushByRamOrCountsPolicy, TestManyFields, TestNeverDelete, TestGeoUtils, 
TestDocInverterPerFieldErrorInfo, TestAllFilesCheckIndexHeader, 
TestSearchAfter, TestPostingsOffsets, TestStressDeletes, TestDocValuesIndexing, 
TestDirectoryReaderReopen, TestUnicodeUtil, TestBoolean2, TestLiveFieldValues, 
TestSynonymQuery, TestCachingCollector, TestSortedNumericSortField, 
TestEarlyTermination, TestTermVectorsWriter, TestClassicSimilarity, 
TestUpgradeIndexMergePolicy, TestMaxTermFrequency, TestIsCurrent, 
TestReaderWrapperDVTypeCheck, TestSpanMultiTermQueryWrapper, 
TestThreadedForceMerge, TestDateTools, TestIndexingSequenceNumbers, 
TestIndexWriterOnVMError, Test4GBStoredFields, TestTerms, TestNoDeletionPolicy, 
TestSimpleExplanations, TestTotalHitCountCollector, TestNeedsScores, 
TestLongBitSet, TestOfflineSorter, TestDoubleRangeFieldQueries, 
TestPerSegmentDeletes, TestForceMergeForever, TestMultiTermQueryRewrites, 
TestUTF32ToUTF8, TestSimpleAttributeImpl, TestBytesRef, TestTopFieldCollector, 
TestSloppyPhraseQuery, TestDeterminizeLexicon, TestWordlistLoader, 
TestAutomatonQuery, TestReqExclBulkScorer, TestIndexWriterConfig, 
TestRoaringDocIdSet, TestSmallFloat, TestIndexableField, TestSort, 
TestSimpleSearchEquivalence, TestFrequencyTrackingRingBuffer, Test2BPoints, 
TestNRTCachingDirectory, TestRegexpRandom, TestNamedSPILoader, 
TestStressIndexing, TestGrowableByteArrayDataOutput, TestDocIdSetBuilder, 
TestCodecHoldsOpenFiles, TestOmitNorms, TestComplexExplanations, 
TestFastDecompressionMode, TestParallelCompositeReader, 
TestIndexWriterNRTIsCurrent, TestFieldCacheRewriteMethod, TestPagedBytes, 
TestSegmentTermDocs, TestPerFieldPostingsFormat2, TestMultiDocValues, 
TestSimilarityBase, TestTermsEnum2, TestFlex, TestRAMDirectory, TestCodecs, 
TestCharTermAttributeImpl, TestOmitPositions, TestOmitTf, TestNearSpansOrdered, 
TestTermRangeQuery, TestDocumentsWriterDeleteQueue, TestDocumentWriter, 
TestScorerPerf, TestDoc, TestFieldMaskingSpanQuery, TestTermVectorsReader, 
TestIntBlockPool, TestSegmentTermEnum, TestUniqueTermCount, TestBooleanQuery, 
TestAllFilesHaveCodecHeader, TestParallelReaderEmptyIndex, TestDocument, 
TestTermScorer, TestSumDocFreq, TestWildcardRandom, TestCheckIndex, 
TestBooleanQueryVisitSubscorers, TestCompiledAutomaton, TestMatchAllDocsQuery, 
TestBinaryTerms, TestSubScorerFreqs, TestRecyclingIntBlockAllocator, 
TestConjunctions, TestPositionIncrement, TestField, TestSimilarity, 
TestVirtualMethod, TestSimilarityProvider, TestFilterLeafReader, TestSearch, 
TestCachingTokenFilter, TestFilterIterator, Test2BPostings, 
TestExceedMaxTermLength, TestFieldReuse, TestIndexReaderClose, 
TestIndexWriterExceptions2, TestIndexWriterMaxDocs, TestMaxPosition, 
TestMergePolicyWrapper, TestMergeRateLimiter, TestMultiTermsEnum, 
TestNRTReaderCleanup, TestOrdinalMap, TestReadOnlyIndex, 
TestSortedSetDocValues, TestTermVectors, TestTragicIndexWriterDeadlock, 
TestTryDelete, TermInSetQueryTest, TestApproximationSearchEquivalence, 
TestConjunctionDISI, TestControlledRealTimeReopenThread, 
TestFloatRangeFieldQueries]
   [junit4] Completed [405/451 (3!)] on J0 in 67.95s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 15 lines...]
   [junit4] Suite: org.apache.lucene.search.TestIntRangeFieldQueries
   [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=TestIntRangeFieldQueries -Dtests.method=testRandomTiny 
-Dtests.seed=7FAAAB755DD26282 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=fr-LU -Dtests.timezone=America/Creston -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J2 | TestIntRangeFieldQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL (iter 31): id=1 should not match but did
   [junit4]    >  queryRange=Box(-2147483648 TO 2147483647)
   [junit4]    >  box=Box(-1845312013 TO -1215188953)
   [junit4]    >  queryType=CONTAINS
   [junit4]    >  deleted?=false
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7FAAAB755DD26282:36ED753303F35A2E]:0)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.verify(BaseRangeFieldQueryTestCase.java:287)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.doTestRandom(BaseRangeFieldQueryTestCase.java:158)
   [junit4]    >        at 
org.apache.lucene.search.BaseRangeFieldQueryTestCase.testRandomTiny(BaseRangeFieldQueryTestCase.java:64)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J2/temp/lucene.search.TestIntRangeFieldQueries_7FAAAB755DD26282-001
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=8, maxDocsPerChunk=90, blockSize=5), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=8, blockSize=5)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=fr-LU, timezone=America/Creston
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=303091560,total=480247808
   [junit4]   2> NOTE: All tests run in this JVM: [TestSortedSetSortField, 
TestIntArrayDocIdSet, TestIOUtils, TestSpanBoostQuery, 
TestUsageTrackingFilterCachingPolicy, TestFilterDirectoryReader, 
TestAllFilesHaveChecksumFooter, TestTopDocsCollector, TestNIOFSDirectory, 
TestSimilarity2, TestBoolean2ScorerSupplier, TestPayloads, TestStopFilter, 
TestLogMergePolicy, TestIndexSearcher, TestMixedCodecs, 
Test2BSortedDocValuesOrds, TestLucene50StoredFieldsFormatHighCompression, 
TestDocIDMerger, TestRegexpQuery, TestMathUtil, TestIndexCommit, TestMultiset, 
TestSetOnce, TestDisjunctionMaxQuery, Test2BPagedBytes, 
TestHighCompressionMode, TestBlockPostingsFormat, TestConsistentFieldNumbers, 
TestSameTokenSamePosition, TestLucene70NormsFormat, TestMultiLevelSkipList, 
TestSearchForDuplicates, TestMinShouldMatch2, TestNRTReaderWithThreads, 
TestSpanTermQuery, TestSloppyPhraseQuery2, TestStressAdvance, 
TestSleepingLockWrapper, TestSegmentReader, TestSimpleExplanationsOfNonMatches, 
TestLazyProxSkipping, TestSimpleFSDirectory, 
TestEarlyTerminatingSortingCollector, TestLSBRadixSorter, 
TestSpanSearchEquivalence, TestOneMergeWrappingMergePolicy, 
TestIndexWriterDeleteByQuery, TestBytesRefHash, TestDirectMonotonic, 
TestFilterWeight, TestCharsRef, TestIndexWriterMerging, 
TestExitableDirectoryReader, TestIndexWriterThreadsToSegments, Test2BPositions, 
TestHugeRamFile, TestFixedBitSet, TestComplexExplanationsOfNonMatches, 
TestPayloadsOnVectors, MultiCollectorTest, TestRollingBuffer, 
TestIndexWriterLockRelease, TestFieldsReader, TestFastCompressionMode, 
TestSpanNearQuery, TestDateSort, TestSpans, TestIndexWriterCommit, 
TestNoMergePolicy, TestFixedLengthBytesRefArray, TestMultiMMap, 
TestSortRescorer, TestLongRangeFieldQueries, TestAutomaton, 
TestTimSorterWorstCase, TestIndexWriter, TestIndexWriterReader, TestPackedInts, 
TestIndexWriterWithThreads, TestGraphTokenizers, TestShardSearching, 
TestIndexWriterExceptions, TestDeletionPolicy, TestBasics, 
TestIndexWriterMergePolicy, TestNRTThreads, TestLongPostings, TestMinimize, 
TestSnapshotDeletionPolicy, TestIndexWriterUnicode, TestIndexWriterForceMerge, 
TestPerFieldPostingsFormat, TestBufferedIndexInput, TestTermsEnum, 
TestGeoEncodingUtils, TestPolygon, TestPolygon2D, TestAllFilesDetectTruncation, 
TestBinaryDocValuesUpdates, TestDemoParallelLeafReader, TestDocsWithFieldSet, 
TestDuelingCodecsAtNight, TestDocValuesQueries, TestDocValuesRewriteMethod, 
TestDoubleValuesSource, TestFieldValueQuery, TestIndexOrDocValuesQuery, 
TestIntRangeFieldQueries]
   [junit4] Completed [410/451 (4!)] on J2 in 84.69s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 11695 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/init-core-data-001
   [junit4]   2> 3263782 WARN  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1254 numCloses=1254
   [junit4]   2> 3263782 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 3263784 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3263785 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_aan/n
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 3263831 WARN  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 3263846 WARN  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3263850 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 3263869 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_58796_hdfs____.4p0k79/webapp
   [junit4]   2> 3264228 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58796
   [junit4]   2> 3264306 WARN  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3264307 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 3264322 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_34083_datanode____hlnx8x/webapp
   [junit4]   2> 3264711 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34083
   [junit4]   2> 3264760 WARN  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3264761 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 3264781 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] o.m.log Extract 
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_46818_datanode____.rayrjw/webapp
   [junit4]   2> 3264850 INFO  (IPC Server handler 5 on 58268) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-92485a70-7902-45ec-8acd-ed1781891861 node 
DatanodeRegistration(127.0.0.1:45128, 
datanodeUuid=a96c74dd-3aae-4291-b30e-2dd30c46165c, infoPort=58437, 
infoSecurePort=0, ipcPort=55155, 
storageInfo=lv=-56;cid=testClusterID;nsid=1586924895;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 3264851 INFO  (IPC Server handler 5 on 58268) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-adc82f10-0310-4388-b03e-12c5f37db649 node 
DatanodeRegistration(127.0.0.1:45128, 
datanodeUuid=a96c74dd-3aae-4291-b30e-2dd30c46165c, infoPort=58437, 
infoSecurePort=0, ipcPort=55155, 
storageInfo=lv=-56;cid=testClusterID;nsid=1586924895;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 3265234 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46818
   [junit4]   2> 3265332 INFO  (IPC Server handler 1 on 58268) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-48d694c5-cddf-4d1b-afaa-5b3fbcb0dcf0 node 
DatanodeRegistration(127.0.0.1:54906, 
datanodeUuid=96d57b7e-b84b-4eb2-b51b-3313ccecfc0f, infoPort=39947, 
infoSecurePort=0, ipcPort=60838, 
storageInfo=lv=-56;cid=testClusterID;nsid=1586924895;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 3265332 INFO  (IPC Server handler 1 on 58268) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-28197cdc-eeae-40b2-b933-7aade54cd990 node 
DatanodeRegistration(127.0.0.1:54906, 
datanodeUuid=96d57b7e-b84b-4eb2-b51b-3313ccecfc0f, infoPort=39947, 
infoSecurePort=0, ipcPort=60838, 
storageInfo=lv=-56;cid=testClusterID;nsid=1586924895;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 3265452 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3265452 INFO  (Thread-77741) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3265452 INFO  (Thread-77741) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3265455 ERROR (Thread-77741) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3265552 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:54189
   [junit4]   2> 3265568 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 3265571 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3265573 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3265574 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 3265578 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 3265579 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 3265581 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3265583 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3265585 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3265586 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3265588 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 3265721 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/control-001/cores/collection1
   [junit4]   2> 3265723 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 3265725 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76009619{/_aan/n,null,AVAILABLE}
   [junit4]   2> 3265725 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@27812d67{SSL,[ssl, 
http/1.1]}{127.0.0.1:33415}
   [junit4]   2> 3265725 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] o.e.j.s.Server 
Started @3268906ms
   [junit4]   2> 3265725 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:58268/hdfs__localhost_58268__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001_tempDir-002_control_data,
 hostContext=/_aan/n, hostPort=33415, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/control-001/cores}
   [junit4]   2> 3265727 ERROR 
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3265728 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 3265728 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3265728 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3265728 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-17T02:14:27.967Z
   [junit4]   2> 3265731 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3265731 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/control-001/solr.xml
   [junit4]   2> 3265737 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3265741 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54189/solr
   [junit4]   2> 3265764 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3265764 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:33415__aan%2Fn
   [junit4]   2> 3265766 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.Overseer Overseer 
(id=97975485575528453-127.0.0.1:33415__aan%2Fn-n_0000000000) starting
   [junit4]   2> 3265781 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33415__aan%2Fn
   [junit4]   2> 3265784 INFO  
(zkCallback-2546-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 3265869 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751
   [junit4]   2> 3265875 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751
   [junit4]   2> 3265875 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751
   [junit4]   2> 3265877 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/control-001/cores
   [junit4]   2> 3265877 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 3265878 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3265881 INFO  
(OverseerStateUpdate-97975485575528453-127.0.0.1:33415__aan%2Fn-n_0000000000) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 3266901 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3266917 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3267042 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3267057 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 3267058 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751
   [junit4]   2> 3267058 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:58268/solr_hdfs_home
   [junit4]   2> 3267058 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3267058 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3267058 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/control-001/cores/collection1],
 
dataDir=[hdfs://localhost:58268/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 3267059 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:58268/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 3267069 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 3267069 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 3267069 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 3267078 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3267079 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:58268/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 3267100 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:58268/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 3267108 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 3267108 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 3267108 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 3267115 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3267116 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.20417212861826234]
   [junit4]   2> 3267135 INFO  (IPC Server handler 3 on 58268) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45128 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-48d694c5-cddf-4d1b-afaa-5b3fbcb0dcf0:NORMAL:127.0.0.1:54906|RBW],
 
ReplicaUC[[DISK]DS-92485a70-7902-45ec-8acd-ed1781891861:NORMAL:127.0.0.1:45128|RBW]]}
 size 0
   [junit4]   2> 3267137 INFO  (IPC Server handler 6 on 58268) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:54906 is 
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-48d694c5-cddf-4d1b-afaa-5b3fbcb0dcf0:NORMAL:127.0.0.1:54906|RBW],
 
ReplicaUC[[DISK]DS-92485a70-7902-45ec-8acd-ed1781891861:NORMAL:127.0.0.1:45128|RBW]]}
 size 0
   [junit4]   2> 3267143 WARN  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 3267200 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3267200 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3267200 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 3267214 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3267214 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3267217 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@23c9165a
   [junit4]   2> 3267223 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@32edaa4e[collection1] main]
   [junit4]   2> 3267224 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3267225 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3267225 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3267227 INFO  
(searcherExecutor-7367-thread-1-processing-n:127.0.0.1:33415__aan%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:33415__aan%2Fn 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@32edaa4e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3267227 INFO  
(coreLoadExecutor-7366-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1567607771067580416
   [junit4]   2> 3267236 INFO  
(coreZkRegister-7359-thread-1-processing-n:127.0.0.1:33415__aan%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:33415__aan%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3267236 INFO  
(coreZkRegister-7359-thread-1-processing-n:127.0.0.1:33415__aan%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:33415__aan%2Fn 
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> 3267236 INFO  
(coreZkRegister-7359-thread-1-processing-n:127.0.0.1:33415__aan%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:33415__aan%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:33415/_aan/n/collection1/
   [junit4]   2> 3267237 INFO  
(coreZkRegister-7359-thread-1-processing-n:127.0.0.1:33415__aan%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:33415__aan%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 3267237 INFO  
(coreZkRegister-7359-thread-1-processing-n:127.0.0.1:33415__aan%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:33415__aan%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:33415/_aan/n/collection1/ has no replicas
   [junit4]   2> 3267237 INFO  
(coreZkRegister-7359-thread-1-processing-n:127.0.0.1:33415__aan%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:33415__aan%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 3267241 INFO  
(coreZkRegister-7359-thread-1-processing-n:127.0.0.1:33415__aan%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:33415__aan%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33415/_aan/n/collection1/ shard1
   [junit4]   2> 3267392 INFO  
(coreZkRegister-7359-thread-1-processing-n:127.0.0.1:33415__aan%2Fn 
x:collection1 c:control_collection) [n:127.0.0.1:33415__aan%2Fn 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 3267404 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3267405 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54189/solr ready
   [junit4]   2> 3267405 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 3267405 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 3267559 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/shard-1-001/cores/collection1
   [junit4]   2> 3267560 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/shard-1-001
   [junit4]   2> 3267562 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 3267564 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@52c604b9{/_aan/n,null,AVAILABLE}
   [junit4]   2> 3267565 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3e896c15{SSL,[ssl, 
http/1.1]}{127.0.0.1:50195}
   [junit4]   2> 3267567 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] o.e.j.s.Server 
Started @3270746ms
   [junit4]   2> 3267567 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=hdfs://localhost:58268/hdfs__localhost_58268__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001_tempDir-002_jetty1,
 solrconfig=solrconfig.xml, hostContext=/_aan/n, hostPort=50195, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/shard-1-001/cores}
   [junit4]   2> 3267567 ERROR 
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3267567 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 3267568 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3267568 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3267568 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-17T02:14:29.807Z
   [junit4]   2> 3267571 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3267571 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/shard-1-001/solr.xml
   [junit4]   2> 3267577 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 3267580 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54189/solr
   [junit4]   2> 3267591 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 3267593 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3267596 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50195__aan%2Fn
   [junit4]   2> 3267598 INFO  
(zkCallback-2546-thread-1-processing-n:127.0.0.1:33415__aan%2Fn) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 3267598 INFO  (zkCallback-2550-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3267600 INFO  
(zkCallback-2556-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 3267677 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751
   [junit4]   2> 3267684 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751
   [junit4]   2> 3267684 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751
   [junit4]   2> 3267687 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/shard-1-001/cores
   [junit4]   2> 3267687 INFO  
(TEST-HdfsSyncSliceTest.test-seed#[4BCC2C9A43BDECB1]) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 3267696 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3267698 INFO  
(OverseerStateUpdate-97975485575528453-127.0.0.1:33415__aan%2Fn-n_0000000000) 
[n:127.0.0.1:33415__aan%2Fn    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 3267801 INFO  
(zkCallback-2556-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3268715 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 3268733 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 3268854 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3268868 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 3268869 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.core_node1' (registry 
'solr.core.collection1.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f6a3751
   [junit4]   2> 3268869 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost:58268/solr_hdfs_home
   [junit4]   2> 3268869 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3268869 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3268869 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001/shard-1-001/cores/collection1],
 dataDir=[hdfs://localhost:58268/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 3268871 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:58268/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 3268880 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 3268880 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 3268880 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 3268885 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3268886 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:58268/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 3268905 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost:58268/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 3268913 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 3268913 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 3268913 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 3268917 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3268917 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.20417212861826234]
   [junit4]   2> 3268932 INFO  (IPC Server handler 7 on 58268) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45128 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-48d694c5-cddf-4d1b-afaa-5b3fbcb0dcf0:NORMAL:127.0.0.1:54906|RBW],
 
ReplicaUC[[DISK]DS-adc82f10-0310-4388-b03e-12c5f37db649:NORMAL:127.0.0.1:45128|RBW]]}
 size 0
   [junit4]   2> 3268933 INFO  (IPC Server handler 8 on 58268) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:54906 is 
added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-adc82f10-0310-4388-b03e-12c5f37db649:NORMAL:127.0.0.1:45128|RBW],
 
ReplicaUC[[DISK]DS-28197cdc-eeae-40b2-b933-7aade54cd990:NORMAL:127.0.0.1:54906|FINALIZED]]}
 size 0
   [junit4]   2> 3268938 WARN  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 3268995 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3268995 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3268995 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 3269009 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3269009 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3269011 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@6ae71db7
   [junit4]   2> 3269015 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6efa7ce0[collection1] main]
   [junit4]   2> 3269016 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3269017 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3269017 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3269019 INFO  
(searcherExecutor-7378-thread-1-processing-n:127.0.0.1:50195__aan%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:50195__aan%2Fn c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6efa7ce0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3269019 INFO  
(coreLoadExecutor-7377-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1567607772946628608
   [junit4]   2> 3269026 INFO  
(coreZkRegister-7372-thread-1-processing-n:127.0.0.1:50195__aan%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:50195__aan%2Fn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 3269026 INFO  
(coreZkRegister-7372-thread-1-processing-n:127.0.0.1:50195__aan%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:50195__aan%2Fn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 3269027 INFO  
(coreZkRegister-7372-thread-1-processing-n:127.0.0.1:50195__aan%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:50195__aan%2Fn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:50195/_aan/n/collection1/
   [junit4]   2> 3269027 INFO  
(coreZkRegister-7372-thread-1-processing-n:127.0.0.1:50195__aan%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:50195__aan%2Fn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 3269027 INFO  
(coreZkRegister-7372-thread-1-processing-n:127.0.0.1:50195__aan%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:50195__aan%2Fn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:50195/_aan/n/collection1/ has no replicas
   [junit4]   2> 3269027 INFO  
(coreZkRegister-7372-thread-1-processing-n:127.0.0.1:50195__aan%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:50195__aan%2Fn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 3269031 INFO  
(coreZkRegister-7372-thread-1-processing-n:127.0.0.1:50195__aan%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:50195__aan%2Fn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: https://127.0.0.1:50195/_aan/n/collection1/ shard1
   [junit4]   2> 3269136 INFO  
(zkCallback-2556-thread-1-processing-n:127.0.0.1:50195__aan%2Fn) 
[n:127.0.0.1:50195__aan%2Fn    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 3269182 INFO  
(coreZkRegister-7372-thread-1-processing-n:127.0.0.1:50195__aan%2Fn 
x:collection1 c:collection1) [n:127.0.0.1:50195__aan%2Fn c:collection1 s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery ne

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

rceBuilder.java:79)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMetrics(MetricsSourceAdapter.java:194)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.updateJmxCache(MetricsSourceAdapter.java:172)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.getMBeanInfo(MetricsSourceAdapter.java:151)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.util.MBeans.unregister(MBeans.java:81)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stopMBeans(MetricsSourceAdapter.java:226)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSourceAdapter.stop(MetricsSourceAdapter.java:211)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stopSources(MetricsSystemImpl.java:463)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.stop(MetricsSystemImpl.java:213)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.shutdown(MetricsSystemImpl.java:594)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdownInstance(DefaultMetricsSystem.java:72)
   [junit4]   2>        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.shutdown(DefaultMetricsSystem.java:68)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.metrics.NameNodeMetrics.shutdown(NameNodeMetrics.java:171)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:872)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:204)
   [junit4]   2>        at 
org.apache.solr.cloud.hdfs.HdfsSyncSliceTest.teardownClass(HdfsSyncSliceTest.java:46)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2>        ... 54 more
   [junit4]   2> 3323617 INFO  
(SUITE-HdfsSyncSliceTest-seed#[4BCC2C9A43BDECB1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_4BCC2C9A43BDECB1-001
   [junit4]   2> May 17, 2017 2:15:25 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 35 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=703, maxMBSortInHeap=7.8662547450505045, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-SV, 
timezone=America/Danmarkshavn
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=2,free=347220968,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestBulkSchemaConcurrent, 
TestRangeQuery, TestCloudInspectUtil, AnalysisAfterCoreReloadTest, 
TestConfigSetImmutable, TestFieldCache, TestSolrCloudWithKerberosAlt, 
TestCorePropertiesReload, SimpleMLTQParserTest, QueryEqualityTest, 
TestTolerantUpdateProcessorRandomCloud, MultiTermTest, TestDefaultStatsCache, 
TestUseDocValuesAsStored, SolrRequestParserTest, TestCloudNestedDocsSort, 
NumericFieldsTest, TestSolrCloudSnapshots, TestPivotHelperCode, 
OverseerRolesTest, TestJettySolrRunner, 
OverriddenZkACLAndCredentialsProvidersTest, ZkStateWriterTest, 
ShufflingReplicaListTransformerTest, HighlighterMaxOffsetTest, 
RegexBoostProcessorTest, TestPathTrie, TestJmxIntegration, 
TestOverriddenPrefixQueryForCustomFieldType, TestFaceting, TestJoin, 
TestPKIAuthenticationPlugin, TestAddFieldRealTimeGet, CopyFieldTest, 
TestChildDocTransformer, TestDocumentBuilder, SparseHLLTest, 
SolrMetricsIntegrationTest, TestUniqueKeyFieldResource, 
CoreAdminCreateDiscoverTest, DistributedQueryElevationComponentTest, 
ClassificationUpdateProcessorIntegrationTest, TestAnalyzedSuggestions, 
TestXmlQParser, TestRTimerTree, ConfigSetsAPITest, 
CollectionsAPIAsyncDistributedZkTest, TestSolr4Spatial2, TestCSVLoader, 
TestReplicationHandlerBackup, TestBadConfig, DateRangeFieldTest, 
TestSolrDeletionPolicy2, TestFunctionQuery, TestFoldingMultitermQuery, 
TestImplicitCoreProperties, TestHdfsUpdateLog, NotRequiredUniqueKeyTest, 
TestIntervalFaceting, SolrCoreTest, PeerSyncTest, HttpSolrCallGetCoreTest, 
TestPointFields, TestBlobHandler, SpellCheckCollatorWithCollapseTest, 
TestRemoteStreaming, TestStressLucene, DeleteNodeTest, TestSimpleTextCodec, 
TestFilteredDocIdSet, SolrShardReporterTest, SyncSliceTest, 
TestValueSourceCache, PingRequestHandlerTest, TestSolr4Spatial, 
TestReRankQParserPlugin, TestManagedSchema, XsltUpdateRequestHandlerTest, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsDirectoryTest, 
TestRawResponseWriter, DocumentAnalysisRequestHandlerTest, 
TestScoreJoinQPScore, TestRandomDVFaceting, TestNamedUpdateProcessors, 
TestCoreAdminApis, TestSuggestSpellingConverter, InfoHandlerTest, TestLFUCache, 
CurrencyFieldOpenExchangeTest, TestDistribDocBasedVersion, 
TestSortByMinMaxFunction, BasicZkTest, MissingSegmentRecoveryTest, 
BasicAuthStandaloneTest, BlockJoinFacetRandomTest, TestStressInPlaceUpdates, 
TestLazyCores, SolrCoreMetricManagerTest, TimeZoneUtilsTest, 
TestLeaderInitiatedRecoveryThread, TestCodecSupport, 
BigEndianAscendingWordSerializerTest, DeleteStatusTest, FullHLLTest, 
TestCopyFieldCollectionResource, UninvertDocValuesMergePolicyTest, 
TestFastWriter, TestSubQueryTransformerDistrib, DateMathParserTest, 
TestOnReconnectListenerSupport, LeaderInitiatedRecoveryOnCommitTest, 
PolyFieldTest, ChaosMonkeySafeLeaderTest, LeaderElectionIntegrationTest, 
TestReplicationHandler, TestHighlightDedupGrouping, TestTolerantSearch, 
ConnectionReuseTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest, 
CdcrVersionReplicationTest, CollectionTooManyReplicasTest, DeleteReplicaTest, 
DistribCursorPagingTest, OverseerModifyCollectionTest, OverseerStatusTest, 
OverseerTaskQueueTest, ReplaceNodeTest, SSLMigrationTest, ShardSplitTest, 
TestRebalanceLeaders, TestSSLRandomization, TestSegmentSorting, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
HdfsBasicDistributedZkTest, HdfsSyncSliceTest]
   [junit4] Completed [547/709 (1!)] on J0 in 69.71s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 43921 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to