Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.6/29/

6 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([7024D709DA7A4582:896944A6E60F0808]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:280)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:748)


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

Error Message:
Something is broken in the assert for no shards using the same indexDir - 
probably something was changed in the attributes published in the MBean of 
SolrCore : {}

Stack Trace:
java.lang.AssertionError: Something is broken in the assert for no shards using 
the same indexDir - probably something was changed in the attributes published 
in the MBean of SolrCore : {}
        at 
__randomizedtesting.SeedInfo.seed([7024D709DA7A4582:3851A3BDDC496A17]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkNoTwoShardsUseTheSameIndexDir(CollectionsAPIDistributedZkTest.java:646)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:524)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:748)


FAILED:  
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig

Error Message:
The max direct memory is likely too low.  Either increase it (by adding 
-XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup 
args) or disable direct allocation using 
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you 
are putting the block cache on the heap, your java heap size might not be large 
enough. Failed allocating ~134.217728 MB.

Stack Trace:
java.lang.RuntimeException: The max direct memory is likely too low.  Either 
increase it (by adding -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to 
your containers startup args) or disable direct allocation using 
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you 
are putting the block cache on the heap, your java heap size might not be large 
enough. Failed allocating ~134.217728 MB.
        at 
__randomizedtesting.SeedInfo.seed([7024D709DA7A4582:878B1E2227F3AFA9]:0)
        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:312)
        at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:288)
        at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:228)
        at 
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig(HdfsDirectoryFactoryTest.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:748)
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
        at java.nio.Bits.reserveMemory(Bits.java:694)
        at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
        at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
        at 
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:75)
        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)
        ... 42 more


FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig

Error Message:
Test abandoned because suite timeout was reached.

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


FAILED:  junit.framework.TestSuite.org.apache.lucene.spatial3d.TestGeo3DPoint

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

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


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

Error Message:
Captured an uncaught exception in thread: Thread[id=19471, name=Thread-8585, 
state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=19471, name=Thread-8585, state=RUNNABLE, 
group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: org.apache.solr.common.SolrException: Could not load collection from 
ZK: collection2
        at __randomizedtesting.SeedInfo.seed([7024D709DA7A4582]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1098)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:638)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1489)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1099)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:641)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/collection2/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1110)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1096)
        ... 7 more




Build Log:
[...truncated 10332 lines...]
   [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2> szept. 03, 2017 12:25:21 DE 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2>    1) Thread[id=9, name=JUnit4-serializer-daemon, 
state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    2) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    3) Thread[id=13, 
name=SUITE-TestGeo3DPoint-seed#[823FD0F99C02D107], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)
   [junit4]   2>    4) Thread[id=14, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[823FD0F99C02D107], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoCompositeMembershipShape.isWithin(GeoCompositeMembershipShape.java:54)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoCompositeMembershipShape.isWithin(GeoCompositeMembershipShape.java:46)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.BaseXYZSolid.isAreaInsideShape(BaseXYZSolid.java:130)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.StandardXYZSolid.getRelationship(StandardXYZSolid.java:383)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.PointInShapeIntersectVisitor.compare(PointInShapeIntersectVisitor.java:107)
   [junit4]   2>         at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingIntersectVisitor.compare(AssertingPointsFormat.java:147)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:692)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:743)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:733)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:743)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:733)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:733)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:743)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:743)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:743)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:743)
   [junit4]   2>         at 
org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:522)
   [junit4]   2>         at 
org.apache.lucene.codecs.lucene60.Lucene60PointsReader.intersect(Lucene60PointsReader.java:142)
   [junit4]   2>         at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsReader.intersect(AssertingPointsFormat.java:173)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1.scorer(PointInGeo3DShapeQuery.java:102)
   [junit4]   2>         at 
org.apache.lucene.search.Weight.bulkScorer(Weight.java:160)
   [junit4]   2>         at 
org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.cache(LRUQueryCache.java:704)
   [junit4]   2>         at 
org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:807)
   [junit4]   2>         at 
org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:79)
   [junit4]   2>         at 
org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:79)
   [junit4]   2>         at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:665)
   [junit4]   2>         at 
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
   [junit4]   2>         at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:472)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:814)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:548)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:480)
   [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$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [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 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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:748)
   [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=TestGeo3DPoint 
-Dtests.method=testRandomBig -Dtests.seed=823FD0F99C02D107 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/test-data/enwiki.random.lines.txt
 -Dtests.locale=hu -Dtests.timezone=America/Costa_Rica -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   6736s J1 | TestGeo3DPoint.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([823FD0F99C02D107]:0)
   [junit4]   2> szept. 03, 2017 12:25:21 DE 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> szept. 03, 2017 12:25:42 DE 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.spatial3d.TestGeo3DPoint: 
   [junit4]   2>    1) Thread[id=14, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[823FD0F99C02D107], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.findIntersections(Plane.java:800)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.recordBounds(Plane.java:1251)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.XYZBounds.addPlane(XYZBounds.java:161)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoConvexPolygon.getBounds(GeoConvexPolygon.java:423)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoCompositeMembershipShape.getBounds(GeoCompositeMembershipShape.java:75)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:845)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:548)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:480)
   [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$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [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 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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:748)
   [junit4]   2> szept. 03, 2017 12:25:42 DE 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=14, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[823FD0F99C02D107], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2> szept. 03, 2017 12:25:45 DE 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=14, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[823FD0F99C02D107], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.recordBounds(Plane.java:1409)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.XYZBounds.addPlane(XYZBounds.java:161)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoConvexPolygon.getBounds(GeoConvexPolygon.java:423)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoCompositeMembershipShape.getBounds(GeoCompositeMembershipShape.java:75)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:845)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:548)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:480)
   [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$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [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 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [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:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{id=PostingsFormat(name=MockRandom)}, 
docValues:{id=DocValuesFormat(name=Direct), 
point=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=116, 
maxMBSortInHeap=7.283981539355439, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=hu, 
timezone=America/Costa_Rica
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=140775120,total=410517504
   [junit4]   2> NOTE: All tests run in this JVM: [GeoPointTest, TestGeo3DPoint]
   [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=TestGeo3DPoint 
-Dtests.seed=823FD0F99C02D107 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/test-data/enwiki.random.lines.txt
 -Dtests.locale=hu -Dtests.timezone=America/Costa_Rica -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestGeo3DPoint (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([823FD0F99C02D107]:0)
   [junit4] Completed [11/11 (1!)] on J1 in 7223.72s, 6 tests, 2 errors <<< 
FAILURES!

[...truncated 2370 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/init-core-data-001
   [junit4]   2> 3787903 WARN  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[7024D709DA7A4582]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 3787903 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[7024D709DA7A4582]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 3787904 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[7024D709DA7A4582]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 3787904 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[7024D709DA7A4582]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/cn_jp/y
   [junit4]   2> 3787934 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3787962 INFO  (Thread-8489) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3787962 INFO  (Thread-8489) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3787978 ERROR (Thread-8489) [    ] 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> 3788063 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44967
   [junit4]   2> 3788146 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 3788147 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 3788148 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3788161 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 3788163 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 3788163 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 3788164 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3788164 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3788181 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3788226 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3788227 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 3788227 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e46acc9ba0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3788735 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/control-001/cores/collection1
   [junit4]   2> 3788752 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 3788847 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32f90a88{/cn_jp/y,null,AVAILABLE}
   [junit4]   2> 3788848 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@165cfe50{HTTP/1.1,[http/1.1]}{127.0.0.1:38021}
   [junit4]   2> 3788848 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.Server Started @3800390ms
   [junit4]   2> 3788848 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/tempDir-001/control/data,
 hostContext=/cn_jp/y, hostPort=38021, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/control-001/cores}
   [junit4]   2> 3788848 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3788848 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 3788848 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3788848 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3788848 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-03T07:38:03.440Z
   [junit4]   2> 3788897 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3788897 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/control-001/solr.xml
   [junit4]   2> 3788931 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3788945 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44967/solr
   [junit4]   2> 3789494 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3789494 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:38021_cn_jp%2Fy
   [junit4]   2> 3789495 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.Overseer Overseer 
(id=98593949781458948-127.0.0.1:38021_cn_jp%2Fy-n_0000000000) starting
   [junit4]   2> 3789611 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38021_cn_jp%2Fy
   [junit4]   2> 3789613 INFO  
(zkCallback-2282-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 3790410 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/control-001/cores
   [junit4]   2> 3790410 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 3790439 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3790538 INFO  
(OverseerStateUpdate-98593949781458948-127.0.0.1:38021_cn_jp%2Fy-n_0000000000) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 3791578 WARN  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 3791579 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 3791637 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3791999 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 3792141 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 3792142 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3792142 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/control-001/cores/collection1/data/]
   [junit4]   2> 3792142 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4377959a
   [junit4]   2> 3792143 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=72.4404296875, 
floorSegmentMB=1.3857421875, forceMergeDeletesPctAllowed=6.271570584226856, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3792157 WARN  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy 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> 3792330 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3792330 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3792331 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3792331 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3792332 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=87.404296875, 
floorSegmentMB=0.640625, forceMergeDeletesPctAllowed=8.904845903998948, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5417428287765911
   [junit4]   2> 3792332 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4b947af1[collection1] main]
   [junit4]   2> 3792332 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3792333 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3792333 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3792347 INFO  
(searcherExecutor-4895-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy 
x:collection1 c:control_collection) [n:127.0.0.1:38021_cn_jp%2Fy 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@4b947af1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3792348 INFO  
(coreLoadExecutor-4894-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1577503201102397440
   [junit4]   2> 3792395 INFO  
(coreZkRegister-4887-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy 
x:collection1 c:control_collection) [n:127.0.0.1:38021_cn_jp%2Fy 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3792395 INFO  
(coreZkRegister-4887-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy 
x:collection1 c:control_collection) [n:127.0.0.1:38021_cn_jp%2Fy 
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> 3792395 INFO  
(coreZkRegister-4887-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy 
x:collection1 c:control_collection) [n:127.0.0.1:38021_cn_jp%2Fy 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:38021/cn_jp/y/collection1/
   [junit4]   2> 3792395 INFO  
(coreZkRegister-4887-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy 
x:collection1 c:control_collection) [n:127.0.0.1:38021_cn_jp%2Fy 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 3792395 INFO  
(coreZkRegister-4887-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy 
x:collection1 c:control_collection) [n:127.0.0.1:38021_cn_jp%2Fy 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:38021/cn_jp/y/collection1/ has no replicas
   [junit4]   2> 3792395 INFO  
(coreZkRegister-4887-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy 
x:collection1 c:control_collection) [n:127.0.0.1:38021_cn_jp%2Fy 
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> 3792397 INFO  
(coreZkRegister-4887-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy 
x:collection1 c:control_collection) [n:127.0.0.1:38021_cn_jp%2Fy 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38021/cn_jp/y/collection1/ shard1
   [junit4]   2> 3792564 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3792565 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44967/solr ready
   [junit4]   2> 3792577 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 3792577 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 3792601 INFO  
(coreZkRegister-4887-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy 
x:collection1 c:control_collection) [n:127.0.0.1:38021_cn_jp%2Fy 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 3792913 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-1-001/cores/collection1
   [junit4]   2> 3792914 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-1-001
   [junit4]   2> 3792914 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 3792990 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1efa0d9f{/cn_jp/y,null,AVAILABLE}
   [junit4]   2> 3792991 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5306b4e9{HTTP/1.1,[http/1.1]}{127.0.0.1:42003}
   [junit4]   2> 3792991 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.Server Started @3804533ms
   [junit4]   2> 3792991 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/cn_jp/y, hostPort=42003, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-1-001/cores}
   [junit4]   2> 3792991 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3793019 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 3793019 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3793019 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3793020 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-03T07:38:07.612Z
   [junit4]   2> 3793130 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3793130 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-1-001/solr.xml
   [junit4]   2> 3793164 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3793164 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44967/solr
   [junit4]   2> 3793219 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 3793313 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3793314 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42003_cn_jp%2Fy
   [junit4]   2> 3793377 INFO  
(zkCallback-2292-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 3793394 INFO  (zkCallback-2286-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3793393 INFO  
(zkCallback-2282-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 3793698 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-1-001/cores
   [junit4]   2> 3793699 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 3793701 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3793768 INFO  
(OverseerStateUpdate-98593949781458948-127.0.0.1:38021_cn_jp%2Fy-n_0000000000) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard2
   [junit4]   2> 3793984 INFO  
(zkCallback-2292-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] 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> 3794823 WARN  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 3794823 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 3794870 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 3795114 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 3795152 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 3795152 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3795153 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 3795153 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4377959a
   [junit4]   2> 3795166 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=72.4404296875, 
floorSegmentMB=1.3857421875, forceMergeDeletesPctAllowed=6.271570584226856, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3795286 WARN  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy 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> 3795415 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3795415 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3795416 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3795416 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3795417 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=87.404296875, 
floorSegmentMB=0.640625, forceMergeDeletesPctAllowed=8.904845903998948, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5417428287765911
   [junit4]   2> 3795426 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4a94a8bf[collection1] main]
   [junit4]   2> 3795427 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 3795427 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3795427 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 3795429 INFO  
(searcherExecutor-4906-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy 
x:collection1 c:collection1) [n:127.0.0.1:42003_cn_jp%2Fy c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4a94a8bf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3795429 INFO  
(coreLoadExecutor-4905-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577503204333060096
   [junit4]   2> 3795460 INFO  
(coreZkRegister-4900-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy 
x:collection1 c:collection1) [n:127.0.0.1:42003_cn_jp%2Fy c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 3795460 INFO  
(coreZkRegister-4900-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy 
x:collection1 c:collection1) [n:127.0.0.1:42003_cn_jp%2Fy c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 3795460 INFO  
(coreZkRegister-4900-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy 
x:collection1 c:collection1) [n:127.0.0.1:42003_cn_jp%2Fy c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42003/cn_jp/y/collection1/
   [junit4]   2> 3795460 INFO  
(coreZkRegister-4900-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy 
x:collection1 c:collection1) [n:127.0.0.1:42003_cn_jp%2Fy c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 3795460 INFO  
(coreZkRegister-4900-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy 
x:collection1 c:collection1) [n:127.0.0.1:42003_cn_jp%2Fy c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:42003/cn_jp/y/collection1/ has no replicas
   [junit4]   2> 3795460 INFO  
(coreZkRegister-4900-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy 
x:collection1 c:collection1) [n:127.0.0.1:42003_cn_jp%2Fy c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found 
all replicas participating in election, clear LIR
   [junit4]   2> 3795475 INFO  
(coreZkRegister-4900-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy 
x:collection1 c:collection1) [n:127.0.0.1:42003_cn_jp%2Fy c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:42003/cn_jp/y/collection1/ shard2
   [junit4]   2> 3795588 INFO  
(zkCallback-2292-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] 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> 3795639 INFO  
(coreZkRegister-4900-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy 
x:collection1 c:collection1) [n:127.0.0.1:42003_cn_jp%2Fy c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 3795748 INFO  
(zkCallback-2292-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] 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> 3796132 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-2-001/cores/collection1
   [junit4]   2> 3796132 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-2-001
   [junit4]   2> 3796133 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 3796146 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f3ead29{/cn_jp/y,null,AVAILABLE}
   [junit4]   2> 3796146 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1f93848{HTTP/1.1,[http/1.1]}{127.0.0.1:43274}
   [junit4]   2> 3796146 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.e.j.s.Server Started @3807689ms
   [junit4]   2> 3796146 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/cn_jp/y, hostPort=43274, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-2-001/cores}
   [junit4]   2> 3796146 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3796147 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 3796147 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3796147 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3796147 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-03T07:38:10.739Z
   [junit4]   2> 3796149 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 3796149 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-2-001/solr.xml
   [junit4]   2> 3796179 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3796180 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44967/solr
   [junit4]   2> 3796196 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:43274_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 3796197 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:43274_cn_jp%2Fy    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3796198 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:43274_cn_jp%2Fy    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43274_cn_jp%2Fy
   [junit4]   2> 3796214 INFO  
(zkCallback-2298-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 3796215 INFO  
(zkCallback-2292-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 3796215 INFO  
(zkCallback-2282-thread-1-processing-n:127.0.0.1:38021_cn_jp%2Fy) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 3796219 INFO  (zkCallback-2286-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3796461 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:43274_cn_jp%2Fy    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-2-001/cores
   [junit4]   2> 3796461 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[7024D709DA7A4582]) 
[n:127.0.0.1:43274_cn_jp%2Fy    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 3796475 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3796483 INFO  
(OverseerStateUpdate-98593949781458948-127.0.0.1:38021_cn_jp%2Fy-n_0000000000) 
[n:127.0.0.1:38021_cn_jp%2Fy    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard3
   [junit4]   2> 3796589 INFO  
(zkCallback-2292-thread-1-processing-n:127.0.0.1:42003_cn_jp%2Fy) 
[n:127.0.0.1:42003_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3796589 INFO  
(zkCallback-2298-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 3797567 WARN  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 3797568 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 3797615 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 3797882 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 3797927 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 3797927 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3797927 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_7024D709DA7A4582-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 3797928 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4377959a
   [junit4]   2> 3797928 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=72.4404296875, 
floorSegmentMB=1.3857421875, forceMergeDeletesPctAllowed=6.271570584226856, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3797941 WARN  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy 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> 3798068 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3798068 INFO  
(coreLoadExecutor-4916-thread-1-processing-n:127.0.0.1:43274_cn_jp%2Fy) 
[n:127.0.0.1:43274_cn_jp%2Fy c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsTo

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

 java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
   [junit4]    >        at 
java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
   [junit4]    >        at 
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:75)
   [junit4]    >        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)
   [junit4]    >        ... 42 more
   [junit4]   2> 9485704 WARN  
(SUITE-HdfsDirectoryFactoryTest-seed#[7024D709DA7A4582]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 9485814 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[7024D709DA7A4582]-worker) [    ] o.m.log 
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 9485929 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_7024D709DA7A4582-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_7024D709DA7A4582-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to lucene2-us-west.apache.org/127.0.0.1:42363) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 9485929 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_7024D709DA7A4582-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_7024D709DA7A4582-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to lucene2-us-west.apache.org/127.0.0.1:42363) [    ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-17802106-127.0.0.1-1504429985210 (Datanode Uuid 
aee08116-a6ff-48d9-9e15-65ec8a82095d) service to 
lucene2-us-west.apache.org/127.0.0.1:42363
   [junit4]   2> 9485931 WARN  
(SUITE-HdfsDirectoryFactoryTest-seed#[7024D709DA7A4582]-worker) [    ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 9486028 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[7024D709DA7A4582]-worker) [    ] o.m.log 
Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 9486040 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_7024D709DA7A4582-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_7024D709DA7A4582-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to lucene2-us-west.apache.org/127.0.0.1:42363) [    ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 9486041 WARN  (DataNode: 
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_7024D709DA7A4582-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_7024D709DA7A4582-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to lucene2-us-west.apache.org/127.0.0.1:42363) [    ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-17802106-127.0.0.1-1504429985210 (Datanode Uuid 
b08199a3-8179-4c5a-a6f3-77ac6a6f7484) service to 
lucene2-us-west.apache.org/127.0.0.1:42363
   [junit4]   2> 9486096 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[7024D709DA7A4582]-worker) [    ] o.m.log 
Stopped 
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:0
   [junit4]   2> 9486197 INFO  
(SUITE-HdfsDirectoryFactoryTest-seed#[7024D709DA7A4582]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.core.HdfsDirectoryFactoryTest_7024D709DA7A4582-001
   [junit4]   2> Sep 03, 2017 9:13:14 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=469, maxMBSortInHeap=5.971039617496133, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=mt-MT, 
timezone=Africa/Dar_es_Salaam
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=372199904,total=521666560
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheSort, 
CloneFieldUpdateProcessorFactoryTest, ClassificationUpdateProcessorFactoryTest, 
RestartWhileUpdatingTest, TestUseDocValuesAsStored2, TestScoreJoinQPNoScore, 
TestCopyFieldCollectionResource, TestSchemaManager, DirectSolrSpellCheckerTest, 
BooleanFieldTest, DistributedTermsComponentTest, DeleteReplicaTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestCSVResponseWriter, 
CleanupOldIndexTest, SolrIndexSplitterTest, TestCustomDocTransformer, 
DistributedIntervalFacetingTest, TestCloudDeleteByQuery, 
TestLMDirichletSimilarityFactory, TestQueryUtils, TestManagedSchemaAPI, 
TestSQLHandlerNonCloud, CopyFieldTest, ShardRoutingCustomTest, 
MetricsHandlerTest, TestFiltering, LeaderInitiatedRecoveryOnShardRestartTest, 
CoreAdminRequestStatusTest, LeaderFailoverAfterPartitionTest, 
PeerSyncWithIndexFingerprintCachingTest, CSVRequestHandlerTest, 
TestRawResponseWriter, MultiTermTest, HdfsBasicDistributedZkTest, 
DistributedFacetPivotLargeTest, TestInPlaceUpdatesStandalone, 
SpellCheckComponentTest, OverseerTaskQueueTest, InfixSuggestersTest, 
HdfsWriteToMultipleCollectionsTest, TestDistribIDF, TestOrdValues, 
HighlighterTest, TestSystemCollAutoCreate, MoreLikeThisHandlerTest, 
TestReloadDeadlock, CursorMarkTest, IndexBasedSpellCheckerTest, 
TestElisionMultitermQuery, TestRestManager, SoftAutoCommitTest, CoreSorterTest, 
JSONWriterTest, TermsComponentTest, TestExclusionRuleCollectionAccess, 
TestCustomSort, DistributedQueueTest, HttpSolrCallGetCoreTest, TestInitParams, 
TestSweetSpotSimilarityFactory, TestDeleteCollectionOnDownNodes, 
JsonLoaderTest, TestDistributedGrouping, TestSolrDynamicMBean, 
CloudMLTQParserTest, IndexSchemaTest, CdcrBootstrapTest, 
OpenCloseCoreStressTest, PKIAuthenticationIntegrationTest, 
TestEmbeddedSolrServerConstructors, TestSystemIdResolver, TestConfigReload, 
UUIDUpdateProcessorFallbackTest, SearchHandlerTest, 
TestPerFieldSimilarityWithDefaultOverride, TestSegmentSorting, 
RemoteQueryErrorTest, TestTolerantUpdateProcessorCloud, 
TestMiniSolrCloudClusterSSL, SegmentsInfoRequestHandlerTest, 
TestIntervalFaceting, TestCoreContainer, CollectionStateFormat2Test, 
SimplePostToolTest, SolrJmxReporterCloudTest, BlockCacheTest, 
ConnectionReuseTest, TestConfigOverlay, ZkStateReaderTest, 
HdfsCollectionsAPIDistributedZkTest, TestNumericTerms64, 
SolrCoreMetricManagerTest, TestCloudPivotFacet, TestCursorMarkWithoutUniqueKey, 
TestSubQueryTransformerDistrib, SortByFunctionTest, SpellCheckCollatorTest, 
TestQueryTypes, TemplateUpdateProcessorTest, ForceLeaderTest, ZkControllerTest, 
DistanceFunctionTest, WordBreakSolrSpellCheckerTest, TestExceedMaxTermLength, 
TestFieldCollectionResource, TestSolrFieldCacheMBean, TestJsonFacetRefinement, 
TestSmileRequest, UpdateRequestProcessorFactoryTest, EchoParamsTest, 
TestLRUCache, DirectSolrConnectionTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestSimpleTrackingShardHandler, CdcrRequestHandlerTest, 
TestDistributedStatsComponentCardinality, ZkSolrClientTest, TestZkChroot, 
ZkCLITest, AutoCommitTest, TestRecovery, TestHashPartitioner, 
TermVectorComponentDistributedTest, TestStressVersions, TestRangeQuery, 
TestGroupingSearch, ConvertedLegacyTest, TestBadConfig, 
ShowFileRequestHandlerTest, TestCoreDiscovery, TestFoldingMultitermQuery, 
DocValuesTest, TestSurroundQueryParser, DocumentAnalysisRequestHandlerTest, 
TestOmitPositions, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, FastVectorHighlighterTest, LoggingHandlerTest, 
TestCollationField, MBeansHandlerTest, TestPartialUpdateDeduplication, 
TestComponentsName, SOLR749Test, TestSolrIndexConfig, BadComponentTest, 
TestMergePolicyConfig, TestBinaryField, NumericFieldsTest, OutputWriterTest, 
TestPhraseSuggestions, TestLMJelinekMercerSimilarityFactory, TestFastWriter, 
TestFastOutputStream, OpenExchangeRatesOrgProviderTest, PluginInfoTest, 
DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, 
SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestUtils, 
SliceStateTest, SystemInfoHandlerTest, CircularListTest, 
DistributedMLTComponentTest, TestTolerantSearch, TestPathTrie, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, AssignTest, 
CdcrReplicationDistributedZkTest, CloudExitableDirectoryReaderTest, 
CollectionReloadTest, CollectionTooManyReplicasTest, 
ConcurrentDeleteAndCreateCollectionTest, DistribCursorPagingTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, 
OverseerStatusTest, RecoveryAfterSoftCommitTest, ReplaceNodeTest, 
ReplicationFactorTest, SaslZkACLProviderTest, SimpleCollectionCreateDeleteTest, 
TestCloudJSONFacetJoinDomain, TestConfigSetsAPI, TestRebalanceLeaders, 
TestRequestStatusCollectionAPI, TestSolrCloudWithDelegationTokens, 
TestStressCloudBlindAtomicUpdates, HdfsUnloadDistributedZkTest, 
TestClusterStateMutator, ZkStateWriterTest, RuleEngineTest, 
ConfigureRecoveryStrategyTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest]
   [junit4] Completed [554/713 (4!)] on J1 in 18.58s, 3 tests, 1 error <<< 
FAILURES!

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

Reply via email to