Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/52/

7 tests failed.
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([3F5164A09CCEAD11]: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([3F5164A09CCEAD11]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudDistribCmdsTest

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

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


FAILED:  org.apache.solr.cloud.TestPullReplica.testKillLeader

Error Message:
Replica state not updated in cluster state null Live Nodes: 
[127.0.0.1:39688_solr, 127.0.0.1:42747_solr] Last available state: 
DocCollection(pull_replica_test_kill_leader//collections/pull_replica_test_kill_leader/state.json/6)={
   "pullReplicas":"1",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           
"core":"pull_replica_test_kill_leader_shard1_replica_n1",           
"base_url":"https://127.0.0.1:39688/solr";,           
"node_name":"127.0.0.1:39688_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node4":{           
"core":"pull_replica_test_kill_leader_shard1_replica_p2",           
"base_url":"https://127.0.0.1:42747/solr";,           
"node_name":"127.0.0.1:42747_solr",           "state":"active",           
"type":"PULL"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"100",   "autoAddReplicas":"false",   "nrtReplicas":"1",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Replica state not updated in cluster state
null
Live Nodes: [127.0.0.1:39688_solr, 127.0.0.1:42747_solr]
Last available state: 
DocCollection(pull_replica_test_kill_leader//collections/pull_replica_test_kill_leader/state.json/6)={
  "pullReplicas":"1",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"pull_replica_test_kill_leader_shard1_replica_n1",
          "base_url":"https://127.0.0.1:39688/solr";,
          "node_name":"127.0.0.1:39688_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"pull_replica_test_kill_leader_shard1_replica_p2",
          "base_url":"https://127.0.0.1:42747/solr";,
          "node_name":"127.0.0.1:42747_solr",
          "state":"active",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([24581EFC1840CCDF:6D4EEA487AFB5889]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:401)
        at 
org.apache.solr.cloud.TestPullReplica.testKillLeader(TestPullReplica.java:290)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.FullSolrCloudDistribCmdsTest.test

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([24581EFC1840CCDF]:0)


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

Error Message:
KeeperErrorCode = Session expired for /overseer_elect/leader

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /overseer_elect/leader
        at 
__randomizedtesting.SeedInfo.seed([24581EFC1840CCDF:AC0C2126B6BCA127]:0)
        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.cloud.OverseerTaskProcessor.getLeaderId(OverseerTaskProcessor.java:374)
        at 
org.apache.solr.cloud.OverseerTaskProcessor.getLeaderNode(OverseerTaskProcessor.java:365)
        at 
org.apache.solr.cloud.RollingRestartTest.waitUntilOverseerDesignateIsLeader(RollingRestartTest.java:137)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:104)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:52)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.SharedFSAutoReplicaFailoverTest.test

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([24581EFC1840CCDF:AC0C2126B6BCA127]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:246)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:136)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)




Build Log:
[...truncated 10974 lines...]
   [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2> sept. 28, 2017 11:55:43 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2>    1) 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:636)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    2) Thread[id=13, 
name=SUITE-TestGeo3DPoint-seed#[3F5164A09CCEAD11], 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:705)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2>    3) Thread[id=14, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[3F5164A09CCEAD11], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.findIntersections(Plane.java:829)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.getSampleIntersectionPoint(Plane.java:2534)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.StandardXYZSolid.<init>(StandardXYZSolid.java:241)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.XYZSolidFactory.makeXYZSolid(XYZSolidFactory.java:64)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:847)
   [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:1737)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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>    4) 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> 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=3F5164A09CCEAD11 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=fr-FR -Dtests.timezone=Antarctica/South_Pole 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7158s J1 | TestGeo3DPoint.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3F5164A09CCEAD11]:0)
   [junit4]   2> sept. 28, 2017 11:55:43 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> sept. 28, 2017 11:56:03 PM 
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#[3F5164A09CCEAD11], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.addPoint(Plane.java:1953)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.recordBounds(Plane.java:1418)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.XYZBounds.addPlane(XYZBounds.java:161)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.getBounds(GeoStandardPath.java:1042)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoStandardPath.getBounds(GeoStandardPath.java:385)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:846)
   [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:1737)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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> sept. 28, 2017 11:56:03 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=14, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[3F5164A09CCEAD11], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2> sept. 28, 2017 11:56:06 PM 
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#[3F5164A09CCEAD11], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.addPoint(Plane.java:1953)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.recordBounds(Plane.java:1419)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.XYZBounds.addPlane(XYZBounds.java:161)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoStandardPath$PathSegment.getBounds(GeoStandardPath.java:1039)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoStandardPath.getBounds(GeoStandardPath.java:385)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:846)
   [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:1737)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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(Lucene70): 
{id=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{id=DocValuesFormat(name=Direct), 
point=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1718, 
maxMBSortInHeap=6.148633349287676, sim=RandomSimilarity(queryNorm=false): {}, 
locale=fr-FR, timezone=Antarctica/South_Pole
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=83892512,total=498073600
   [junit4]   2> NOTE: All tests run in this JVM: [GeoCircleTest, 
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=3F5164A09CCEAD11 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=fr-FR -Dtests.timezone=Antarctica/South_Pole 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestGeo3DPoint (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3F5164A09CCEAD11]:0)
   [junit4] Completed [14/15 (1!)] on J1 in 7224.07s, 7 tests, 2 errors <<< 
FAILURES!

[...truncated 2979 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/init-core-data-001
   [junit4]   2> 7506418 WARN  
(SUITE-RollingRestartTest-seed#[24581EFC1840CCDF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 7506418 INFO  
(SUITE-RollingRestartTest-seed#[24581EFC1840CCDF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 7506419 INFO  
(SUITE-RollingRestartTest-seed#[24581EFC1840CCDF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 7506420 INFO  
(SUITE-RollingRestartTest-seed#[24581EFC1840CCDF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 7506420 INFO  
(SUITE-RollingRestartTest-seed#[24581EFC1840CCDF]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /c_/f
   [junit4]   2> 7506527 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 7506538 INFO  (Thread-86414) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 7506538 INFO  (Thread-86414) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 7506567 ERROR (Thread-86414) [    ] 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> 7506643 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46732
   [junit4]   2> 7506910 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 7506911 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 7506930 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7506944 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 7506964 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 7506965 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 7506966 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 7506966 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7506967 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7506967 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 7506968 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 7506982 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 0x15ec89d97c50001, 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> 7507135 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 7508410 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 7508449 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4644e382{/c_/f,null,AVAILABLE}
   [junit4]   2> 7508450 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@11c53469{SSL,[ssl, 
http/1.1]}{127.0.0.1:41721}
   [junit4]   2> 7508450 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] o.e.j.s.Server 
Started @7523513ms
   [junit4]   2> 7508450 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/c_/f, hostPort=41721, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/control-001/cores}
   [junit4]   2> 7508450 ERROR 
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7508451 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 7508451 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7508451 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 7508451 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-28T13:12:06.717Z
   [junit4]   2> 7508467 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7508467 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/control-001/solr.xml
   [junit4]   2> 7508488 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 7508518 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46732/solr
   [junit4]   2> 7508754 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7508754 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41721_c_%2Ff
   [junit4]   2> 7508755 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.Overseer Overseer 
(id=98736821030420485-127.0.0.1:41721_c_%2Ff-n_0000000000) starting
   [junit4]   2> 7508837 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41721_c_%2Ff
   [junit4]   2> 7508857 INFO  
(zkCallback-1415-thread-1-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 7509463 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7509613 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7509613 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7509614 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/control-001/cores
   [junit4]   2> 7509855 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7509928 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46732/solr ready
   [junit4]   2> 7510161 INFO  (qtp189754841-94240) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41721_c_%252Ff&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7510200 INFO  
(OverseerThreadFactory-2985-thread-1-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 7510507 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 7510508 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 7510635 INFO  
(zkCallback-1415-thread-1-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7511598 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 7511914 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 7512941 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 7513107 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 7513108 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7513108 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 7513108 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 7513110 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@301699df
   [junit4]   2> 7513161 WARN  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
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> 7513541 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 7513541 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7513542 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7513542 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7513543 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=1.255859375, 
floorSegmentMB=1.7939453125, forceMergeDeletesPctAllowed=10.80788307414034, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7795379377506473
   [junit4]   2> 7513544 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@56864cc9[control_collection_shard1_replica_n1] main]
   [junit4]   2> 7513563 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 7513563 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7513564 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7513618 INFO  
(searcherExecutor-2988-thread-1-processing-n:127.0.0.1:41721_c_%2Ff 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:41721_c_%2Ff c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@56864cc9[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7513630 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1579789143922180096
   [junit4]   2> 7513651 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 7513651 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 7513651 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:41721/c_/f/control_collection_shard1_replica_n1/
   [junit4]   2> 7513651 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 7513651 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:41721/c_/f/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 7513651 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 7513653 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41721/c_/f/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 7513671 INFO  
(zkCallback-1415-thread-1-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7513805 INFO  
(zkCallback-1415-thread-1-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7513870 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 7513871 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3364
   [junit4]   2> 7513968 INFO  (qtp189754841-94240) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 7514139 INFO  
(zkCallback-1415-thread-1-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 7514321 INFO  
(OverseerCollectionConfigSetProcessor-98736821030420485-127.0.0.1:41721_c_%2Ff-n_0000000000)
 [n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 7514976 INFO  (qtp189754841-94240) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41721_c_%252Ff&wt=javabin&version=2}
 status=0 QTime=4815
   [junit4]   2> 7515058 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7515058 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46732/solr ready
   [junit4]   2> 7515058 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 7515091 INFO  (qtp189754841-94233) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7515103 INFO  
(OverseerThreadFactory-2985-thread-2-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 7515132 WARN  
(OverseerThreadFactory-2985-thread-2-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 7515664 INFO  (qtp189754841-94233) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 7515664 INFO  (qtp189754841-94233) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=572
   [junit4]   2> 7516404 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-1-001
 of type NRT
   [junit4]   2> 7516405 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 7516440 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2080d5cc{/c_/f,null,AVAILABLE}
   [junit4]   2> 7516441 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1a401fdb{SSL,[ssl, 
http/1.1]}{127.0.0.1:43491}
   [junit4]   2> 7516441 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] o.e.j.s.Server 
Started @7531504ms
   [junit4]   2> 7516441 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/c_/f, hostPort=43491, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-1-001/cores}
   [junit4]   2> 7516441 ERROR 
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7516441 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 7516441 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7516441 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 7516441 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-28T13:12:14.707Z
   [junit4]   2> 7516445 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7516445 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-1-001/solr.xml
   [junit4]   2> 7516449 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 7516451 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46732/solr
   [junit4]   2> 7516536 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:43491_c_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 7516570 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:43491_c_%2Ff    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7516628 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:43491_c_%2Ff    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43491_c_%2Ff
   [junit4]   2> 7516628 INFO  (zkCallback-1422-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7516711 INFO  
(zkCallback-1415-thread-3-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 7516711 INFO  
(zkCallback-1427-thread-1-processing-n:127.0.0.1:43491_c_%2Ff) 
[n:127.0.0.1:43491_c_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 7517175 INFO  
(OverseerCollectionConfigSetProcessor-98736821030420485-127.0.0.1:41721_c_%2Ff-n_0000000000)
 [n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 7517314 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:43491_c_%2Ff    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7517389 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:43491_c_%2Ff    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7517389 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:43491_c_%2Ff    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7517427 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:43491_c_%2Ff    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-1-001/cores
   [junit4]   2> 7517622 INFO  (qtp189754841-94238) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:43491_c_%252Ff&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7517668 INFO  
(OverseerThreadFactory-2985-thread-3-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:43491_c_%2Ff for creating new replica
   [junit4]   2> 7517982 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff  
  ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 7517982 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 7519132 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 7519446 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 7520427 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 7520557 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 7520557 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7520557 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 7520557 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 7520560 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@27027ad4
   [junit4]   2> 7520619 WARN  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
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> 7521060 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7521061 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7521061 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 7521061 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 7521063 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=1.255859375, 
floorSegmentMB=1.7939453125, forceMergeDeletesPctAllowed=10.80788307414034, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7795379377506473
   [junit4]   2> 7521077 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@439ad01a[collection1_shard2_replica_n41] main]
   [junit4]   2> 7521085 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 7521085 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7521086 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7521086 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579789151740362752
   [junit4]   2> 7521169 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 7521169 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 7521169 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:43491/c_/f/collection1_shard2_replica_n41/
   [junit4]   2> 7521170 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 7521170 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
https://127.0.0.1:43491/c_/f/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 7521170 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 7521188 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43491/c_/f/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 7521196 INFO  
(searcherExecutor-2999-thread-1-processing-n:127.0.0.1:43491_c_%2Ff 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) 
[n:127.0.0.1:43491_c_%2Ff c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@439ad01a[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7521349 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 7521352 INFO  (qtp1401153939-94280) [n:127.0.0.1:43491_c_%2Ff 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3370
   [junit4]   2> 7521386 INFO  (qtp189754841-94238) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:43491_c_%252Ff&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=3764
   [junit4]   2> 7521753 INFO  
(OverseerCollectionConfigSetProcessor-98736821030420485-127.0.0.1:41721_c_%2Ff-n_0000000000)
 [n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 7522544 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-2-001
 of type NRT
   [junit4]   2> 7522575 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 7522687 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@404dcd55{/c_/f,null,AVAILABLE}
   [junit4]   2> 7522687 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@202ded99{SSL,[ssl, 
http/1.1]}{127.0.0.1:45840}
   [junit4]   2> 7522687 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] o.e.j.s.Server 
Started @7537750ms
   [junit4]   2> 7522687 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/c_/f, hostPort=45840, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-2-001/cores}
   [junit4]   2> 7522688 ERROR 
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7522707 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 7522707 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7522707 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 7522707 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-28T13:12:20.973Z
   [junit4]   2> 7522793 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7522793 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-2-001/solr.xml
   [junit4]   2> 7522809 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 7522829 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46732/solr
   [junit4]   2> 7522868 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:45840_c_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 7522869 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:45840_c_%2Ff    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7522882 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:45840_c_%2Ff    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45840_c_%2Ff
   [junit4]   2> 7522902 INFO  
(zkCallback-1415-thread-1-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 7522975 INFO  
(zkCallback-1433-thread-1-processing-n:127.0.0.1:45840_c_%2Ff) 
[n:127.0.0.1:45840_c_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 7522992 INFO  
(zkCallback-1427-thread-1-processing-n:127.0.0.1:43491_c_%2Ff) 
[n:127.0.0.1:43491_c_%2Ff    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 7523000 INFO  (zkCallback-1422-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 7523269 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:45840_c_%2Ff    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7523396 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:45840_c_%2Ff    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7523396 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:45840_c_%2Ff    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7523398 INFO  
(TEST-RollingRestartTest.test-seed#[24581EFC1840CCDF]) 
[n:127.0.0.1:45840_c_%2Ff    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-2-001/cores
   [junit4]   2> 7523763 INFO  (qtp189754841-94237) [n:127.0.0.1:41721_c_%2Ff   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:45840_c_%252Ff&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7523797 INFO  
(OverseerThreadFactory-2985-thread-4-processing-n:127.0.0.1:41721_c_%2Ff) 
[n:127.0.0.1:41721_c_%2Ff    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:45840_c_%2Ff for creating new replica
   [junit4]   2> 7524055 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 7524056 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 7525234 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 7525326 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 7526132 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 7526186 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 7526187 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@33a7edf4
   [junit4]   2> 7526187 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 7526187 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.RollingRestartTest_24581EFC1840CCDF-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 7526218 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@7b552e63
   [junit4]   2> 7526324 WARN  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
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> 7526564 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2Ff 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7526564 INFO  (qtp363643098-94311) [n:127.0.0.1:45840_c_%2F

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

t_f1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
10grand3_s=PostingsFormat(name=Memory), 
6grand3_s=PostingsFormat(name=MockRandom), 31parent_f2_s=FST50, 
41parent_f2_s=PostingsFormat(name=Memory), 
11parent_f2_s=PostingsFormat(name=MockRandom), 
21parent_f2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
51parent_f2_s=PostingsFormat(name=MockRandom), 7grand4_s=FST50, 
3grand0_s=FST50, 8grand1_s=PostingsFormat(name=MockRandom), 9grand2_s=FST50, 
9parent_f1_s=FST50, 
14grand9_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
14grand11_s=PostingsFormat(name=MockRandom), 13parent_f2_s=FST50, 
23parent_f2_s=PostingsFormat(name=Memory), 
8child5_s=PostingsFormat(name=MockRandom), 
15grand1_s=PostingsFormat(name=MockRandom), 53parent_f2_s=FST50, 
5child1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
43parent_f2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
14grand0_s=FST50, 33parent_f2_s=PostingsFormat(name=MockRandom), 
13grand3_s=PostingsFormat(name=MockRandom), 
22parent_f2_s=PostingsFormat(name=MockRandom), 
4child0_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
11grand5_s=PostingsFormat(name=MockRandom), 12grand2_s=FST50, 
12parent_f2_s=PostingsFormat(name=Memory), 
52parent_f2_s=PostingsFormat(name=Memory), 42parent_f2_s=FST50, 
10grand4_s=FST50, 
32parent_f2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
54parent_f1_s=PostingsFormat(name=MockRandom), 
21parent_f1_s=PostingsFormat(name=MockRandom), 
8grand2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
9grand1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
41parent_f1_s=FST50, 12grand8_s=PostingsFormat(name=MockRandom), 
40parent_f2_s=PostingsFormat(name=MockRandom), 
47parent_f1_s=PostingsFormat(name=MockRandom), 
13grand7_s=PostingsFormat(name=MockRandom), 
14parent_f1_s=PostingsFormat(name=MockRandom), 
14grand10_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
20parent_f2_s=FST50, 34parent_f1_s=FST50, 
6child4_s=PostingsFormat(name=Memory), 
15grand9_s=PostingsFormat(name=MockRandom), 
6grand0_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
7child3_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
56parent_f2_s=PostingsFormat(name=Memory), 
15grand0_s=PostingsFormat(name=Memory), 8child6_s=PostingsFormat(name=Memory), 
5child0_s=PostingsFormat(name=MockRandom), 
14grand1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
8parent_f1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
15grand13_s=PostingsFormat(name=Memory), 
27parent_f2_s=PostingsFormat(name=Memory), 2parent_f2_s=FST50, 
4child1_s=PostingsFormat(name=MockRandom), 
11grand4_s=PostingsFormat(name=Memory), 
16parent_f2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
10grand5_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
36parent_f2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
13grand10_s=PostingsFormat(name=MockRandom), 
7grand6_s=PostingsFormat(name=MockRandom), 
18parent_f1_s=PostingsFormat(name=MockRandom), 
9grand8_s=PostingsFormat(name=MockRandom), 8grand3_s=FST50, 
6parent_f1_s=PostingsFormat(name=Memory), 
25parent_f1_s=PostingsFormat(name=MockRandom), 
12grand9_s=PostingsFormat(name=Memory), 
0parent_f1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
3grand2_s=PostingsFormat(name=MockRandom), 
9grand0_s=PostingsFormat(name=MockRandom), 
4parent_f2_s=PostingsFormat(name=MockRandom), 
47parent_f2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
13grand6_s=PostingsFormat(name=Memory), 6child5_s=FST50, 
7child2_s=PostingsFormat(name=MockRandom), 
5grand4_s=PostingsFormat(name=MockRandom), 38parent_f1_s=FST50, 
6grand1_s=FST50, 15grand8_s=PostingsFormat(name=Memory), 8child7_s=FST50, 
16parent_f1_s=FST50, 56parent_f1_s=FST50, 
14grand2_s=PostingsFormat(name=MockRandom), 
8parent_f2_s=PostingsFormat(name=MockRandom), 15grand14_s=FST50, 
13grand5_s=FST50, 29parent_f2_s=PostingsFormat(name=Memory), 
2parent_f1_s=PostingsFormat(name=Memory), 
4child2_s=PostingsFormat(name=Memory), rnd_b=FST50, 11grand3_s=FST50, 
27parent_f1_s=FST50, 45parent_f1_s=FST50, 
49parent_f2_s=PostingsFormat(name=Memory), 
12grand0_s=PostingsFormat(name=MockRandom), 
10grand6_s=PostingsFormat(name=MockRandom), 
2child0_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
13grand11_s=PostingsFormat(name=Memory), 
36parent_f1_s=PostingsFormat(name=MockRandom)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Direct), text_t=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=535, maxMBSortInHeap=7.100425294020463, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-SA, timezone=Indian/Mahe
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=40,free=58066600,total=473432064
   [junit4]   2> NOTE: All tests run in this JVM: 
[AtomicUpdateProcessorFactoryTest, JSONWriterTest, 
DistributedFacetPivotWhiteBoxTest, TestSolrQueryResponse, 
TestRuleBasedAuthorizationPlugin, UUIDFieldTest, TestBulkSchemaConcurrent, 
TestDocumentBuilder, TestPerFieldSimilarityWithDefaultOverride, 
TestCollationField, HdfsSyncSliceTest, DistributedSuggestComponentTest, 
TestFaceting, HttpSolrCallGetCoreTest, TestDistributedSearch, 
TestSolrConfigHandlerConcurrent, DocValuesNotIndexedTest, 
OverseerTaskQueueTest, SpellCheckCollatorWithCollapseTest, TestFieldCache, 
SolrMetricReporterTest, TestXmlQParserPlugin, TestMultiValuedNumericRangeQuery, 
TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates, 
TestExpandComponent, SuggesterWFSTTest, TestBackupRepositoryFactory, 
TestRandomRequestDistribution, TestQuerySenderNoQuery, 
TestWordDelimiterFilterFactory, V2StandaloneTest, SolrGraphiteReporterTest, 
SolrIndexMetricsTest, TestCrossCoreJoin, TestFieldCollectionResource, 
DebugComponentTest, BlockJoinFacetSimpleTest, 
DistributedQueryElevationComponentTest, TestReplicationHandler, 
TestImpersonationWithHadoopAuth, TlogReplayBufferedWhileIndexingTest, 
TestSimpleQParserPlugin, TestManagedResourceStorage, ZkNodePropsTest, 
TestPayloadCheckQParserPlugin, TestDocSet, UtilsToolTest, 
TestManagedSynonymGraphFilterFactory, ExternalFileFieldSortTest, TestLazyCores, 
SynonymTokenizerTest, TestStressLucene, TestPHPSerializedResponseWriter, 
TestStressUserVersions, TestRandomCollapseQParserPlugin, 
TestMinMaxOnMultiValuedField, BasicDistributedZkTest, 
DistributedExpandComponentTest, TestMergePolicyConfig, TestCustomStream, 
FieldAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, 
TestIBSimilarityFactory, OverseerModifyCollectionTest, BJQParserTest, 
BlobRepositoryCloudTest, SpellingQueryConverterTest, 
HdfsUnloadDistributedZkTest, TestDistribDocBasedVersion, 
TestHighlightDedupGrouping, HdfsBasicDistributedZk2Test, SolrCoreTest, 
TestSegmentSorting, TestSubQueryTransformerCrossCore, 
TestEmbeddedSolrServerAdminHandler, TestSolrConfigHandler, 
ChaosMonkeyNothingIsSafeTest, TestUnifiedSolrHighlighter, 
PreAnalyzedUpdateProcessorTest, ImplicitSnitchTest, HighlighterConfigTest, 
TestNamedUpdateProcessors, ClassificationUpdateProcessorIntegrationTest, 
CollectionsAPIAsyncDistributedZkTest, TestSolrDeletionPolicy1, ZkFailoverTest, 
TestCustomDocTransformer, TestMultiWordSynonyms, WrapperMergePolicyFactoryTest, 
TestClassicSimilarityFactory, CursorMarkTest, SyncSliceTest, 
SuggestComponentContextFilterQueryTest, TestDistribIDF, EchoParamsTest, 
TestIndexingPerformance, TestCollapseQParserPlugin, TestInfoStreamLogging, 
TestSolrCoreSnapshots, SolrRequestParserTest, TestHdfsUpdateLog, 
MetricsConfigTest, TestCSVResponseWriter, HdfsRecoverLeaseTest, 
TestClusterStateMutator, TestCopyFieldCollectionResource, 
RAMDirectoryFactoryTest, TestSolrQueryParser, RankQueryTest, UpdateLogTest, 
QueryElevationComponentTest, TestUseDocValuesAsStored2, 
PropertiesRequestHandlerTest, TestRandomFaceting, TestSQLHandler, 
DefaultValueUpdateProcessorTest, TestGraphMLResponseWriter, 
BigEndianAscendingWordSerializerTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, 
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest]
   [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=FullSolrCloudDistribCmdsTest -Dtests.seed=24581EFC1840CCDF 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-SA -Dtests.timezone=Indian/Mahe -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | FullSolrCloudDistribCmdsTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([24581EFC1840CCDF]:0)
   [junit4] Completed [732/732 (4!)] on J0 in 21666.34s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20170928_110642_8981422879679473804762.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid16636.hprof
 ...
   [junit4] Heap dump file created [580677127 bytes in 49.737 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 8292 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:834:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:778:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid16636.hprof

Total time: 1214 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to