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

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.LeaderElectionTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.LeaderElectionTest:   
  1) Thread[id=11058, name=zkConnectionManagerCallback-1446-thread-1, 
state=WAITING, group=TGRP-LeaderElectionTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.LeaderElectionTest: 
   1) Thread[id=11058, name=zkConnectionManagerCallback-1446-thread-1, 
state=WAITING, group=TGRP-LeaderElectionTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([CE45C023D1AFBC6B]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=11058, name=zkConnectionManagerCallback-1446-thread-1, state=WAITING, 
group=TGRP-LeaderElectionTest]         at sun.misc.Unsafe.park(Native Method)   
      at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)      
   at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=11058, name=zkConnectionManagerCallback-1446-thread-1, 
state=WAITING, group=TGRP-LeaderElectionTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([CE45C023D1AFBC6B]:0)


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

Error Message:
Error from server at http://127.0.0.1:43090: collection already exists: 
c8n_2x2_commits

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43090: collection already exists: 
c8n_2x2_commits
        at 
__randomizedtesting.SeedInfo.seed([CE45C023D1AFBC6B:4611FFF97F53D193]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.createCollection(BasicDistributedZkTest.java:642)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1603)
        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.multiShardTest(LeaderInitiatedRecoveryOnCommitTest.java:65)
        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test(LeaderInitiatedRecoveryOnCommitTest.java:56)
        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.ShardSplitTest.testSplitAfterFailedSplit

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([CE45C023D1AFBC6B:3708538CEDDAF1E1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:279)
        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:
Expected numSlices=2 numReplicas=2 but found 
DocCollection(solrj_collection//collections/solrj_collection/state.json/34)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node3":{           "core":"solrj_collection_shard1_replica_n1",          
 "base_url":"http://127.0.0.1:58487/sl/q";,           
"node_name":"127.0.0.1:58487_sl%2Fq",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"solrj_collection_shard1_replica_n2",           
"base_url":"http://127.0.0.1:39756/sl/q";,           
"node_name":"127.0.0.1:39756_sl%2Fq",           "state":"down",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node7":{           
"dataDir":"hdfs://localhost:47566/solr_hdfs_home/solrj_collection/core_node7/data/",
           "base_url":"http://127.0.0.1:39756/sl/q";,           
"node_name":"127.0.0.1:39756_sl%2Fq",           "type":"NRT",           
"ulogDir":"hdfs://localhost:47566/solr_hdfs_home/solrj_collection/core_node7/data/tlog",
           "core":"solrj_collection_shard2_replica_n6",           
"shared_storage":"true",           "state":"active"},         "core_node8":{    
       
"dataDir":"hdfs://localhost:47566/solr_hdfs_home/solrj_collection/core_node8/data/",
           "base_url":"http://127.0.0.1:39756/sl/q";,           
"node_name":"127.0.0.1:39756_sl%2Fq",           "type":"NRT",           
"ulogDir":"hdfs://localhost:47566/solr_hdfs_home/solrj_collection/core_node8/data/tlog",
           "core":"solrj_collection_shard2_replica_n5",           
"shared_storage":"true",           "state":"active",           
"leader":"true"}}}},   "router":{     "field":"myOwnField",     
"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   
"nrtReplicas":"2",   "tlogReplicas":"0"} with /live_nodes: 
[127.0.0.1:39756_sl%2Fq, 127.0.0.1:40735_sl%2Fq, 127.0.0.1:45403_sl%2Fq, 
127.0.0.1:51306_sl%2Fq, 127.0.0.1:58487_sl%2Fq]

Stack Trace:
java.lang.AssertionError: Expected numSlices=2 numReplicas=2 but found 
DocCollection(solrj_collection//collections/solrj_collection/state.json/34)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"solrj_collection_shard1_replica_n1",
          "base_url":"http://127.0.0.1:58487/sl/q";,
          "node_name":"127.0.0.1:58487_sl%2Fq",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"solrj_collection_shard1_replica_n2",
          "base_url":"http://127.0.0.1:39756/sl/q";,
          "node_name":"127.0.0.1:39756_sl%2Fq",
          "state":"down",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          
"dataDir":"hdfs://localhost:47566/solr_hdfs_home/solrj_collection/core_node7/data/",
          "base_url":"http://127.0.0.1:39756/sl/q";,
          "node_name":"127.0.0.1:39756_sl%2Fq",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:47566/solr_hdfs_home/solrj_collection/core_node7/data/tlog",
          "core":"solrj_collection_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active"},
        "core_node8":{
          
"dataDir":"hdfs://localhost:47566/solr_hdfs_home/solrj_collection/core_node8/data/",
          "base_url":"http://127.0.0.1:39756/sl/q";,
          "node_name":"127.0.0.1:39756_sl%2Fq",
          "type":"NRT",
          
"ulogDir":"hdfs://localhost:47566/solr_hdfs_home/solrj_collection/core_node8/data/tlog",
          "core":"solrj_collection_shard2_replica_n5",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{
    "field":"myOwnField",
    "name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with /live_nodes: [127.0.0.1:39756_sl%2Fq, 
127.0.0.1:40735_sl%2Fq, 127.0.0.1:45403_sl%2Fq, 127.0.0.1:51306_sl%2Fq, 
127.0.0.1:58487_sl%2Fq]
        at 
__randomizedtesting.SeedInfo.seed([CE45C023D1AFBC6B:4611FFF97F53D193]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.assertSliceAndReplicaCount(SharedFSAutoReplicaFailoverTest.java:413)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.testBasics(SharedFSAutoReplicaFailoverTest.java:254)
        at 
org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.test(SharedFSAutoReplicaFailoverTest.java:143)
        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.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates

Error Message:
Could not load collection from ZK: test_col

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
test_col
        at 
__randomizedtesting.SeedInfo.seed([CE45C023D1AFBC6B:F2841593A6D24279]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1123)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:648)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1205)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:848)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates(TestTolerantUpdateProcessorRandomCloud.java:274)
        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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/test_col/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1135)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1121)
        ... 47 more




Build Log:
[...truncated 13153 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud
   [junit4]   2> 1661491 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/init-core-data-001
   [junit4]   2> 1661492 WARN  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1661512 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1661513 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-9182
 - causes OOM)
   [junit4]   2> 1661514 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.c.TestTolerantUpdateProcessorRandomCloud Configuring cluster: 
servers=10, shards=3, repfactor=3
   [junit4]   2> 1661514 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001
   [junit4]   2> 1661547 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1661579 INFO  (Thread-1467) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1661579 INFO  (Thread-1467) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1661665 ERROR (Thread-1467) [    ] 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> 1661703 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:38673
   [junit4]   2> 1662695 INFO  (zkConnectionManagerCallback-525-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1662701 INFO  (jetty-launcher-522-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1662701 INFO  (jetty-launcher-522-thread-6) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1662702 INFO  (jetty-launcher-522-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1662702 INFO  (jetty-launcher-522-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1662702 INFO  (jetty-launcher-522-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1662717 INFO  (jetty-launcher-522-thread-9) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1662717 INFO  (jetty-launcher-522-thread-8) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1662735 INFO  (jetty-launcher-522-thread-10) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1662736 INFO  (jetty-launcher-522-thread-7) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1662740 INFO  (jetty-launcher-522-thread-10) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4fba237d{/solr,null,AVAILABLE}
   [junit4]   2> 1662741 INFO  (jetty-launcher-522-thread-10) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@60a7e60b{HTTP/1.1,[http/1.1]}{127.0.0.1:42518}
   [junit4]   2> 1662741 INFO  (jetty-launcher-522-thread-10) [    ] 
o.e.j.s.Server Started @1683715ms
   [junit4]   2> 1662741 INFO  (jetty-launcher-522-thread-10) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42518}
   [junit4]   2> 1662741 ERROR (jetty-launcher-522-thread-10) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1662741 INFO  (jetty-launcher-522-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1662741 INFO  (jetty-launcher-522-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1662741 INFO  (jetty-launcher-522-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1662741 INFO  (jetty-launcher-522-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:10:59.802Z
   [junit4]   2> 1662760 INFO  (jetty-launcher-522-thread-8) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@444f9fd1{/solr,null,AVAILABLE}
   [junit4]   2> 1662760 INFO  (jetty-launcher-522-thread-8) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@71d06cb3{HTTP/1.1,[http/1.1]}{127.0.0.1:47550}
   [junit4]   2> 1662760 INFO  (jetty-launcher-522-thread-8) [    ] 
o.e.j.s.Server Started @1683734ms
   [junit4]   2> 1662760 INFO  (jetty-launcher-522-thread-8) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47550}
   [junit4]   2> 1662760 ERROR (jetty-launcher-522-thread-8) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1662760 INFO  (jetty-launcher-522-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1662760 INFO  (jetty-launcher-522-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1662760 INFO  (jetty-launcher-522-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1662760 INFO  (jetty-launcher-522-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:10:59.821Z
   [junit4]   2> 1662788 INFO  (jetty-launcher-522-thread-9) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ee6127f{/solr,null,AVAILABLE}
   [junit4]   2> 1662788 INFO  (jetty-launcher-522-thread-9) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@37a69e2{HTTP/1.1,[http/1.1]}{127.0.0.1:59483}
   [junit4]   2> 1662788 INFO  (jetty-launcher-522-thread-9) [    ] 
o.e.j.s.Server Started @1683762ms
   [junit4]   2> 1662788 INFO  (jetty-launcher-522-thread-9) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59483}
   [junit4]   2> 1662788 ERROR (jetty-launcher-522-thread-9) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1662788 INFO  (jetty-launcher-522-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1662788 INFO  (jetty-launcher-522-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1662788 INFO  (jetty-launcher-522-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1662788 INFO  (jetty-launcher-522-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:10:59.849Z
   [junit4]   2> 1663712 INFO  (jetty-launcher-522-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@35e4045d{/solr,null,AVAILABLE}
   [junit4]   2> 1663712 INFO  (jetty-launcher-522-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@652af336{HTTP/1.1,[http/1.1]}{127.0.0.1:52948}
   [junit4]   2> 1663712 INFO  (jetty-launcher-522-thread-1) [    ] 
o.e.j.s.Server Started @1684686ms
   [junit4]   2> 1663712 INFO  (jetty-launcher-522-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52948}
   [junit4]   2> 1663712 ERROR (jetty-launcher-522-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1663712 INFO  (jetty-launcher-522-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1663712 INFO  (jetty-launcher-522-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1663712 INFO  (jetty-launcher-522-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1664072 INFO  (jetty-launcher-522-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11e210a1{/solr,null,AVAILABLE}
   [junit4]   2> 1664072 INFO  (jetty-launcher-522-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@55646af7{HTTP/1.1,[http/1.1]}{127.0.0.1:36296}
   [junit4]   2> 1664072 INFO  (jetty-launcher-522-thread-2) [    ] 
o.e.j.s.Server Started @1685046ms
   [junit4]   2> 1664072 INFO  (jetty-launcher-522-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36296}
   [junit4]   2> 1664072 ERROR (jetty-launcher-522-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1664072 INFO  (jetty-launcher-522-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1664072 INFO  (jetty-launcher-522-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1664073 INFO  (jetty-launcher-522-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1664073 INFO  (jetty-launcher-522-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:11:01.134Z
   [junit4]   2> 1664091 INFO  (jetty-launcher-522-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:11:00.774Z
   [junit4]   2> 1664096 INFO  (jetty-launcher-522-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7708c132{/solr,null,AVAILABLE}
   [junit4]   2> 1664096 INFO  (jetty-launcher-522-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5f89cf7f{HTTP/1.1,[http/1.1]}{127.0.0.1:53525}
   [junit4]   2> 1664096 INFO  (jetty-launcher-522-thread-3) [    ] 
o.e.j.s.Server Started @1685070ms
   [junit4]   2> 1664096 INFO  (jetty-launcher-522-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53525}
   [junit4]   2> 1664096 ERROR (jetty-launcher-522-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1664096 INFO  (jetty-launcher-522-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1664096 INFO  (jetty-launcher-522-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1664096 INFO  (jetty-launcher-522-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1664096 INFO  (jetty-launcher-522-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:11:01.157Z
   [junit4]   2> 1664142 INFO  (jetty-launcher-522-thread-6) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14d8764f{/solr,null,AVAILABLE}
   [junit4]   2> 1664142 INFO  (jetty-launcher-522-thread-6) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3f26a266{HTTP/1.1,[http/1.1]}{127.0.0.1:43964}
   [junit4]   2> 1664142 INFO  (jetty-launcher-522-thread-6) [    ] 
o.e.j.s.Server Started @1685116ms
   [junit4]   2> 1664142 INFO  (jetty-launcher-522-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43964}
   [junit4]   2> 1664142 ERROR (jetty-launcher-522-thread-6) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1664142 INFO  (jetty-launcher-522-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1664142 INFO  (jetty-launcher-522-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1664142 INFO  (jetty-launcher-522-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1664142 INFO  (jetty-launcher-522-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:11:01.203Z
   [junit4]   2> 1664144 INFO  (jetty-launcher-522-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ee21f85{/solr,null,AVAILABLE}
   [junit4]   2> 1664144 INFO  (jetty-launcher-522-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1cf4a316{HTTP/1.1,[http/1.1]}{127.0.0.1:38770}
   [junit4]   2> 1664144 INFO  (jetty-launcher-522-thread-4) [    ] 
o.e.j.s.Server Started @1685118ms
   [junit4]   2> 1664144 INFO  (jetty-launcher-522-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38770}
   [junit4]   2> 1664144 ERROR (jetty-launcher-522-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1664144 INFO  (jetty-launcher-522-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1664144 INFO  (jetty-launcher-522-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1664144 INFO  (jetty-launcher-522-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1664144 INFO  (jetty-launcher-522-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:11:01.205Z
   [junit4]   2> 1664323 INFO  (jetty-launcher-522-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1664327 INFO  (jetty-launcher-522-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@602cc095{/solr,null,AVAILABLE}
   [junit4]   2> 1664328 INFO  (jetty-launcher-522-thread-5) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@125d1e36{HTTP/1.1,[http/1.1]}{127.0.0.1:52174}
   [junit4]   2> 1664328 INFO  (jetty-launcher-522-thread-5) [    ] 
o.e.j.s.Server Started @1685301ms
   [junit4]   2> 1664328 INFO  (jetty-launcher-522-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=52174}
   [junit4]   2> 1664328 ERROR (jetty-launcher-522-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1664328 INFO  (jetty-launcher-522-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1664328 INFO  (jetty-launcher-522-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1664328 INFO  (jetty-launcher-522-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1664328 INFO  (jetty-launcher-522-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:11:01.389Z
   [junit4]   2> 1664347 INFO  (zkConnectionManagerCallback-541-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664392 INFO  (jetty-launcher-522-thread-7) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48085d95{/solr,null,AVAILABLE}
   [junit4]   2> 1664393 INFO  (jetty-launcher-522-thread-7) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3c94bc0c{HTTP/1.1,[http/1.1]}{127.0.0.1:47799}
   [junit4]   2> 1664393 INFO  (jetty-launcher-522-thread-7) [    ] 
o.e.j.s.Server Started @1685366ms
   [junit4]   2> 1664393 INFO  (jetty-launcher-522-thread-7) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47799}
   [junit4]   2> 1664393 ERROR (jetty-launcher-522-thread-7) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1664393 INFO  (jetty-launcher-522-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 1664393 INFO  (jetty-launcher-522-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1664393 INFO  (jetty-launcher-522-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1664393 INFO  (jetty-launcher-522-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T22:11:01.454Z
   [junit4]   2> 1664487 INFO  (jetty-launcher-522-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1664495 INFO  (zkConnectionManagerCallback-527-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664495 INFO  (zkConnectionManagerCallback-529-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664495 INFO  (zkConnectionManagerCallback-531-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664573 INFO  (zkConnectionManagerCallback-533-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1664589 INFO  (jetty-launcher-522-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1664607 INFO  (jetty-launcher-522-thread-8) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1664607 INFO  (jetty-launcher-522-thread-10) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1665349 INFO  (jetty-launcher-522-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1665355 INFO  (zkConnectionManagerCallback-543-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1666024 INFO  (jetty-launcher-522-thread-9) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1666032 INFO  (jetty-launcher-522-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1666035 INFO  (zkConnectionManagerCallback-539-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1666067 INFO  (jetty-launcher-522-thread-9) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1666079 INFO  (zkConnectionManagerCallback-545-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1666432 INFO  (jetty-launcher-522-thread-8) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1666433 INFO  (jetty-launcher-522-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1666475 INFO  (zkConnectionManagerCallback-553-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1666379 INFO  (zkConnectionManagerCallback-535-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1666509 INFO  (jetty-launcher-522-thread-6) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1666511 INFO  (jetty-launcher-522-thread-10) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1666377 INFO  (zkConnectionManagerCallback-549-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1666375 INFO  (zkConnectionManagerCallback-537-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1666527 INFO  (zkConnectionManagerCallback-567-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1666517 INFO  (jetty-launcher-522-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1666516 INFO  (jetty-launcher-522-thread-7) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1666576 INFO  (jetty-launcher-522-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1666576 INFO  (jetty-launcher-522-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1667665 INFO  (zkConnectionManagerCallback-560-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1667740 INFO  (jetty-launcher-522-thread-7) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1667741 INFO  (jetty-launcher-522-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1667665 INFO  (zkConnectionManagerCallback-571-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1667771 INFO  
(zkConnectionManagerCallback-569-thread-1-processing-n:127.0.0.1:59483_solr) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1667741 INFO  (jetty-launcher-522-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1668014 INFO  (zkConnectionManagerCallback-573-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1668017 INFO  (zkConnectionManagerCallback-575-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1668075 INFO  (jetty-launcher-522-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38673/solr
   [junit4]   2> 1668227 INFO  (zkConnectionManagerCallback-585-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1668286 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 0x160427b33d10010, 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> 1668287 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 0x160427b33d10011, 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> 1668287 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 0x160427b33d10012, 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> 1668255 INFO  
(zkConnectionManagerCallback-583-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1668275 INFO  
(zkConnectionManagerCallback-581-thread-1-processing-n:127.0.0.1:38770_solr) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1668407 INFO  (zkConnectionManagerCallback-587-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1668450 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 0x160427b33d10013, 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> 1668450 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 0x160427b33d10016, 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> 1668502 INFO  (jetty-launcher-522-thread-6) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1668502 INFO  (jetty-launcher-522-thread-4) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1668503 INFO  (jetty-launcher-522-thread-6) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43964_solr
   [junit4]   2> 1668503 INFO  (jetty-launcher-522-thread-4) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38770_solr
   [junit4]   2> 1668504 INFO  (jetty-launcher-522-thread-6) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.Overseer Overseer 
(id=99152288719896596-127.0.0.1:43964_solr-n_0000000000) starting
   [junit4]   2> 1668521 INFO  
(zkConnectionManagerCallback-589-thread-1-processing-n:127.0.0.1:47550_solr) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1668755 INFO  (zkConnectionManagerCallback-593-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1668761 INFO  (jetty-launcher-522-thread-8) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1668775 INFO  (jetty-launcher-522-thread-8) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1669191 INFO  (jetty-launcher-522-thread-8) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47550_solr
   [junit4]   2> 1670507 INFO  
(zkConnectionManagerCallback-598-thread-1-processing-n:127.0.0.1:42518_solr) 
[n:127.0.0.1:42518_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1670508 INFO  
(zkConnectionManagerCallback-596-thread-1-processing-n:127.0.0.1:36296_solr) 
[n:127.0.0.1:36296_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1670603 INFO  
(zkConnectionManagerCallback-600-thread-1-processing-n:127.0.0.1:52174_solr) 
[n:127.0.0.1:52174_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1670605 INFO  (jetty-launcher-522-thread-9) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1670612 INFO  (jetty-launcher-522-thread-9) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1670648 INFO  (jetty-launcher-522-thread-9) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59483_solr
   [junit4]   2> 1670925 INFO  (jetty-launcher-522-thread-4) 
[n:127.0.0.1:38770_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38770.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1671358 INFO  
(zkCallback-582-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1671400 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 0x160427b33d10017, 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> 1671529 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 1671529 INFO  (jetty-launcher-522-thread-6) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43964_solr
   [junit4]   2> 1671588 INFO  
(zkCallback-580-thread-2-processing-n:127.0.0.1:38770_solr) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1671612 INFO  (jetty-launcher-522-thread-4) 
[n:127.0.0.1:38770_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38770.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1671631 INFO  
(zkCallback-568-thread-1-processing-n:127.0.0.1:59483_solr) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1671651 INFO  (jetty-launcher-522-thread-2) 
[n:127.0.0.1:36296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1671653 INFO  (jetty-launcher-522-thread-2) 
[n:127.0.0.1:36296_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1671653 INFO  (jetty-launcher-522-thread-4) 
[n:127.0.0.1:38770_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38770.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1671671 INFO  
(zkCallback-582-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1671672 INFO  (jetty-launcher-522-thread-2) 
[n:127.0.0.1:36296_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36296_solr
   [junit4]   2> 1671683 INFO  (jetty-launcher-522-thread-4) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node2/.
   [junit4]   2> 1671703 INFO  
(zkCallback-588-thread-1-processing-n:127.0.0.1:47550_solr) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (5)
   [junit4]   2> 1671728 INFO  (jetty-launcher-522-thread-5) 
[n:127.0.0.1:52174_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1671728 INFO  (jetty-launcher-522-thread-10) 
[n:127.0.0.1:42518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1671808 INFO  (jetty-launcher-522-thread-10) 
[n:127.0.0.1:42518_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1671993 INFO  (jetty-launcher-522-thread-5) 
[n:127.0.0.1:52174_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1672014 INFO  
(zkCallback-568-thread-1-processing-n:127.0.0.1:59483_solr) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (5)
   [junit4]   2> 1672015 INFO  
(zkCallback-582-thread-2-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1672015 INFO  
(zkCallback-580-thread-1-processing-n:127.0.0.1:38770_solr) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1672051 INFO  
(zkConnectionManagerCallback-606-thread-1-processing-n:127.0.0.1:52948_solr) 
[n:127.0.0.1:52948_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1672115 INFO  (jetty-launcher-522-thread-1) 
[n:127.0.0.1:52948_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1672116 INFO  (jetty-launcher-522-thread-1) 
[n:127.0.0.1:52948_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1672132 INFO  (jetty-launcher-522-thread-1) 
[n:127.0.0.1:52948_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52948_solr
   [junit4]   2> 1672134 INFO  
(zkCallback-580-thread-1-processing-n:127.0.0.1:38770_solr) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 1672183 INFO  
(zkConnectionManagerCallback-604-thread-1-processing-n:127.0.0.1:47799_solr) 
[n:127.0.0.1:47799_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1672232 INFO  (jetty-launcher-522-thread-10) 
[n:127.0.0.1:42518_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42518_solr
   [junit4]   2> 1672233 INFO  (jetty-launcher-522-thread-5) 
[n:127.0.0.1:52174_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52174_solr
   [junit4]   2> 1672254 INFO  
(zkCallback-580-thread-1-processing-n:127.0.0.1:38770_solr) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (6) -> (8)
   [junit4]   2> 1672573 INFO  
(zkCallback-588-thread-1-processing-n:127.0.0.1:47550_solr) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (8)
   [junit4]   2> 1672573 INFO  
(zkCallback-582-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (8)
   [junit4]   2> 1672573 INFO  
(zkCallback-568-thread-2-processing-n:127.0.0.1:59483_solr) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (8)
   [junit4]   2> 1672577 INFO  (jetty-launcher-522-thread-7) 
[n:127.0.0.1:47799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (8)
   [junit4]   2> 1672578 INFO  (jetty-launcher-522-thread-7) 
[n:127.0.0.1:47799_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1672580 INFO  (jetty-launcher-522-thread-7) 
[n:127.0.0.1:47799_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47799_solr
   [junit4]   2> 1672581 INFO  
(zkCallback-588-thread-1-processing-n:127.0.0.1:47550_solr) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 1672581 INFO  
(zkCallback-568-thread-2-processing-n:127.0.0.1:59483_solr) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 1672581 INFO  
(zkCallback-582-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 1672587 INFO  
(zkCallback-599-thread-1-processing-n:127.0.0.1:52174_solr) 
[n:127.0.0.1:52174_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (8)
   [junit4]   2> 1672590 INFO  
(zkCallback-580-thread-1-processing-n:127.0.0.1:38770_solr) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 1672687 INFO  
(zkConnectionManagerCallback-610-thread-1-processing-n:127.0.0.1:53525_solr) 
[n:127.0.0.1:53525_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1672743 INFO  
(zkCallback-599-thread-2-processing-n:127.0.0.1:52174_solr) 
[n:127.0.0.1:52174_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 1672787 INFO  
(zkCallback-595-thread-1-processing-n:127.0.0.1:36296_solr) 
[n:127.0.0.1:36296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (9)
   [junit4]   2> 1672788 INFO  
(zkCallback-605-thread-1-processing-n:127.0.0.1:52948_solr) 
[n:127.0.0.1:52948_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (9)
   [junit4]   2> 1672795 INFO  
(zkCallback-603-thread-1-processing-n:127.0.0.1:47799_solr) 
[n:127.0.0.1:47799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (8) -> (9)
   [junit4]   2> 1673619 INFO  (jetty-launcher-522-thread-3) 
[n:127.0.0.1:53525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (9)
   [junit4]   2> 1673620 INFO  (jetty-launcher-522-thread-3) 
[n:127.0.0.1:53525_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1673642 INFO  (jetty-launcher-522-thread-3) 
[n:127.0.0.1:53525_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53525_solr
   [junit4]   2> 1673643 INFO  
(zkCallback-588-thread-1-processing-n:127.0.0.1:47550_solr) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1673643 INFO  
(zkCallback-568-thread-2-processing-n:127.0.0.1:59483_solr) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1673643 INFO  
(zkCallback-582-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1673663 INFO  
(zkCallback-580-thread-1-processing-n:127.0.0.1:38770_solr) 
[n:127.0.0.1:38770_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1673992 INFO  
(zkCallback-597-thread-1-processing-n:127.0.0.1:42518_solr) 
[n:127.0.0.1:42518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (9)
   [junit4]   2> 1673995 INFO  
(zkCallback-605-thread-1-processing-n:127.0.0.1:52948_solr) 
[n:127.0.0.1:52948_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1673995 INFO  
(zkCallback-603-thread-1-processing-n:127.0.0.1:47799_solr) 
[n:127.0.0.1:47799_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1674002 INFO  
(zkCallback-599-thread-2-processing-n:127.0.0.1:52174_solr) 
[n:127.0.0.1:52174_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1674012 INFO  
(zkCallback-595-thread-1-processing-n:127.0.0.1:36296_solr) 
[n:127.0.0.1:36296_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1674092 INFO  
(zkCallback-609-thread-1-processing-n:127.0.0.1:53525_solr) 
[n:127.0.0.1:53525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1674138 INFO  (jetty-launcher-522-thread-9) 
[n:127.0.0.1:59483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59483.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674142 INFO  
(zkCallback-597-thread-2-processing-n:127.0.0.1:42518_solr) 
[n:127.0.0.1:42518_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (9) -> (10)
   [junit4]   2> 1674161 INFO  (jetty-launcher-522-thread-8) 
[n:127.0.0.1:47550_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47550.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674174 INFO  (jetty-launcher-522-thread-1) 
[n:127.0.0.1:52948_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52948.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674213 INFO  (jetty-launcher-522-thread-6) 
[n:127.0.0.1:43964_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43964.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674254 INFO  (jetty-launcher-522-thread-1) 
[n:127.0.0.1:52948_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52948.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674255 INFO  (jetty-launcher-522-thread-1) 
[n:127.0.0.1:52948_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52948.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674260 INFO  (jetty-launcher-522-thread-8) 
[n:127.0.0.1:47550_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47550.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674260 INFO  (jetty-launcher-522-thread-8) 
[n:127.0.0.1:47550_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47550.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674261 INFO  (jetty-launcher-522-thread-8) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node8/.
   [junit4]   2> 1674288 INFO  (jetty-launcher-522-thread-9) 
[n:127.0.0.1:59483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59483.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674288 INFO  (jetty-launcher-522-thread-9) 
[n:127.0.0.1:59483_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59483.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674290 INFO  (jetty-launcher-522-thread-6) 
[n:127.0.0.1:43964_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43964.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674290 INFO  (jetty-launcher-522-thread-6) 
[n:127.0.0.1:43964_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43964.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674475 INFO  (jetty-launcher-522-thread-6) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node3/.
   [junit4]   2> 1674475 INFO  (jetty-launcher-522-thread-1) 
[n:127.0.0.1:52948_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node6/.
   [junit4]   2> 1674532 INFO  (jetty-launcher-522-thread-9) 
[n:127.0.0.1:59483_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node7/.
   [junit4]   2> 1674575 INFO  (jetty-launcher-522-thread-2) 
[n:127.0.0.1:36296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36296.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674905 INFO  (jetty-launcher-522-thread-2) 
[n:127.0.0.1:36296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36296.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674906 INFO  (jetty-launcher-522-thread-2) 
[n:127.0.0.1:36296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36296.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1674909 INFO  (jetty-launcher-522-thread-2) 
[n:127.0.0.1:36296_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node5/.
   [junit4]   2> 1674917 INFO  (jetty-launcher-522-thread-10) 
[n:127.0.0.1:42518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42518.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675098 INFO  (jetty-launcher-522-thread-7) 
[n:127.0.0.1:47799_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47799.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675120 INFO  (jetty-launcher-522-thread-10) 
[n:127.0.0.1:42518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42518.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675121 INFO  (jetty-launcher-522-thread-10) 
[n:127.0.0.1:42518_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42518.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675155 INFO  (jetty-launcher-522-thread-10) 
[n:127.0.0.1:42518_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node9/.
   [junit4]   2> 1675414 INFO  (jetty-launcher-522-thread-7) 
[n:127.0.0.1:47799_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47799.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675415 INFO  (jetty-launcher-522-thread-7) 
[n:127.0.0.1:47799_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47799.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675435 INFO  (jetty-launcher-522-thread-7) 
[n:127.0.0.1:47799_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node10/.
   [junit4]   2> 1675450 INFO  (jetty-launcher-522-thread-3) 
[n:127.0.0.1:53525_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53525.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675471 INFO  (jetty-launcher-522-thread-5) 
[n:127.0.0.1:52174_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52174.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675532 INFO  (jetty-launcher-522-thread-5) 
[n:127.0.0.1:52174_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52174.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675532 INFO  (jetty-launcher-522-thread-5) 
[n:127.0.0.1:52174_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_52174.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675541 INFO  (jetty-launcher-522-thread-3) 
[n:127.0.0.1:53525_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53525.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675541 INFO  (jetty-launcher-522-thread-3) 
[n:127.0.0.1:53525_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53525.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c76bfb5
   [junit4]   2> 1675570 INFO  (jetty-launcher-522-thread-3) 
[n:127.0.0.1:53525_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node4/.
   [junit4]   2> 1675570 INFO  (jetty-launcher-522-thread-5) 
[n:127.0.0.1:52174_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestTolerantUpdateProcessorRandomCloud_CE45C023D1AFBC6B-001/tempDir-001/node1/.
   [junit4]   2> 1680759 INFO  (zkConnectionManagerCallback-618-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1680811 INFO  (zkConnectionManagerCallback-622-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1680905 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 1680906 INFO  
(SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[CE45C023D1AFBC6B]-worker) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38673/solr 
ready
   [junit4]   2> 1683656 INFO  (qtp125331451-3686) [n:127.0.0.1:53525_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&collection.configName=solrCloudCollectionConfig&name=test_col&nrtReplicas=3&action=CREATE&numShards=3&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1683728 INFO  
(OverseerThreadFactory-1204-thread-1-processing-n:127.0.0.1:43964_solr) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
test_col
   [junit4]   2> 1683984 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42518/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1683984 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52948/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1684007 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:52174/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1684044 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:47799/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1684047 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43964/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1684061 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59483/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1684085 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53525/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1684096 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n15",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36296/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1684123 INFO  
(OverseerStateUpdate-99152288719896596-127.0.0.1:43964_solr-n_0000000000) 
[n:127.0.0.1:43964_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:47550/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1684764 INFO  (qtp125331451-3684) [n:127.0.0.1:53525_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node14&name=test_col_shard3_replica_n12&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 1684765 INFO  (qtp125331451-3684) [n:127.0.0.1:53525_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1684876 INFO  
(zkCallback-609-thread-1-processing-n:127.0.0.1:53525_solr) 
[n:127.0.0.1:53525_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 1684956 INFO  
(zkCallback-609-thread-2-processing-n:127.0.0.1:53525_solr) 
[n:127.0.0.1:53525_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 1684992 INFO  (qtp1888143463-3633) [n:127.0.0.1:42518_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 1684999 INFO  (qtp1888143463-3633) [n:127.0.0.1:42518_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1685074 INFO  (qtp1700367677-3666) [n:127.0.0.1:52948_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node4&name=test_col_shard1_replica_n2&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 1685079 INFO  (qtp1843495998-3648) [n:127.0.0.1:47550_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node18&name=test_col_shard3_replica_n16&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 1685080 INFO  (qtp1843495998-3648) [n:127.0.0.1:47550_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1685080 INFO  (qtp513584837-3728) [n:127.0.0.1:47799_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node9&name=test_col_shard2_replica_n7&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 1685080 INFO  (qtp513584837-3728) [n:127.0.0.1:47799_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1685081 INFO  (qtp49968675-3715) [n:127.0.0.1:52174_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-distrib-update-processor-chains.xml&property.schema=schema15.xml&coreNodeName=core_node6&name=test_col_shard1_replica_n5&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 1685081 INFO  (qtp49968675-3715) [n:127.0.0.1:52174_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1685089 INFO  (qtp1700367677-3666) [n:127.0.0.1:52948_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1685227 INFO  
(zkCallback-597-thread-2-processing-n:127.0.0.1:42518_solr) 
[n:127.0.0.1:42518_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 1685227 INFO  
(zkCallback-599-thread-2-processing-n:127.0.0.1:52174_solr) 
[n:127.0.0.1:52174_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 1685227 INFO  
(zkCallback-605-thread-1-processing-n:127.0.0.1:52948_solr) 
[n:127.0.0.1:52948_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 1685227 INFO  
(zkCallback-588-thread-1-processing-n:127.0.0.1:47550_solr) 
[n:127.0.0.1:47550_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test_col/state.json] for collection [test_col] has occurred - 
updating... (live nodes size: [10])
   [junit4]   2> 1685227 INFO  
(zkCallback-603-thread-1-processing-n:127.0.0.1:4779

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

testStressElection-seed#[CE45C023D1AFBC6B]) [    ] o.a.s.SolrTestCaseJ4 
###Ending testStressElection
   [junit4]   2> 6183276 INFO  
(TEST-LeaderElectionTest.testBasic-seed#[CE45C023D1AFBC6B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 6183276 INFO  
(TEST-LeaderElectionTest.testBasic-seed#[CE45C023D1AFBC6B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6183316 INFO  (Thread-4239) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6183316 INFO  (Thread-4239) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 6183387 ERROR (Thread-4239) [    ] 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> 6183419 INFO  
(TEST-LeaderElectionTest.testBasic-seed#[CE45C023D1AFBC6B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35778
   [junit4]   2> 6183436 INFO  (zkConnectionManagerCallback-1466-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6183504 INFO  (zkConnectionManagerCallback-1468-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6183852 INFO  (zkConnectionManagerCallback-1470-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6183862 ERROR 
(TEST-LeaderElectionTest.testBasic-seed#[CE45C023D1AFBC6B]) [    ] 
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> 6183862 INFO  
(TEST-LeaderElectionTest.testBasic-seed#[CE45C023D1AFBC6B]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35778 35778
   [junit4]   2> 6184019 INFO  (Thread-4239) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35778 35778
   [junit4]   2> 6184101 INFO  
(TEST-LeaderElectionTest.testBasic-seed#[CE45C023D1AFBC6B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> 6184102 INFO  
(SUITE-LeaderElectionTest-seed#[CE45C023D1AFBC6B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Dec 10, 2017 11:26:21 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Dec 10, 2017 11:26:41 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.cloud.LeaderElectionTest: 
   [junit4]   2>    1) Thread[id=11058, 
name=zkConnectionManagerCallback-1446-thread-1, state=WAITING, 
group=TGRP-LeaderElectionTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Dec 10, 2017 11:26:41 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=11058, 
name=zkConnectionManagerCallback-1446-thread-1, state=WAITING, 
group=TGRP-LeaderElectionTest]
   [junit4]   2> Dec 10, 2017 11:26:44 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=11058, 
name=zkConnectionManagerCallback-1446-thread-1, state=WAITING, 
group=TGRP-LeaderElectionTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=798, maxMBSortInHeap=7.489695383513727, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sr-BA, 
timezone=Africa/Nouakchott
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=219828376,total=519045120
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLMDirichletSimilarityFactory, TestInitParams, MetricsHandlerTest, 
TestFreeTextSuggestions, NodeMutatorTest, TestLRUCache, CollectionReloadTest, 
XmlUpdateRequestHandlerTest, TestFieldResource, HighlighterMaxOffsetTest, 
TestTrie, TestPivotHelperCode, RequiredFieldsTest, 
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, 
CoreAdminHandlerTest, TestReloadDeadlock, TestValueSourceCache, JvmMetricsTest, 
SegmentsInfoRequestHandlerTest, HdfsRecoveryZkTest, TestCloudSearcherWarming, 
ConfigSetsAPITest, ZkNodePropsTest, GraphQueryTest, ExplicitHLLTest, 
TestPayloadScoreQParserPlugin, TestFiltering, TestDistributedMissingSort, 
BlockDirectoryTest, LargeFieldTest, CSVRequestHandlerTest, IndexSchemaTest, 
ResponseHeaderTest, TestTolerantUpdateProcessorRandomCloud, 
TestDistribDocBasedVersion, OverseerCollectionConfigSetProcessorTest, 
ClusterStateTest, FullSolrCloudDistribCmdsTest, QueryElevationComponentTest, 
TestChildDocTransformer, TestLegacyField, LoggingHandlerTest, TestOrdValues, 
CloudMLTQParserTest, SuggesterTest, HdfsThreadLeakTest, 
TestHalfAndHalfDocValues, TestRealTimeGet, TestReplicationHandlerBackup, 
TestCharFilters, AutoAddReplicasIntegrationTest, TestHdfsCloudBackupRestore, 
LeaderInitiatedRecoveryOnCommitTest, TestMaxScoreQueryParser, TestReload, 
SolrMetricManagerTest, SharedFSAutoReplicaFailoverTest, 
TestSolrCloudWithSecureImpersonation, RecoveryZkTest, SimplePostToolTest, 
TestFieldSortValues, TestDistributedGrouping, 
CollectionsAPIAsyncDistributedZkTest, AlternateDirectoryTest, 
TestManagedStopFilterFactory, TestSolrCloudWithHadoopAuthPlugin, 
TestSolrDeletionPolicy2, LeaderElectionTest]
   [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=LeaderElectionTest 
-Dtests.seed=CE45C023D1AFBC6B -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=sr-BA -Dtests.timezone=Africa/Nouakchott -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | LeaderElectionTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.LeaderElectionTest: 
   [junit4]    >    1) Thread[id=11058, 
name=zkConnectionManagerCallback-1446-thread-1, state=WAITING, 
group=TGRP-LeaderElectionTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CE45C023D1AFBC6B]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11058, 
name=zkConnectionManagerCallback-1446-thread-1, state=WAITING, 
group=TGRP-LeaderElectionTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CE45C023D1AFBC6B]:0)
   [junit4] Completed [181/751 (5!)] on J2 in 59.19s, 5 tests, 2 errors <<< 
FAILURES!

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

Reply via email to