Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1891/

5 tests failed.
FAILED:  org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration

Error Message:
expected:<http[]://127.0.0.1:47673/s...> but 
was:<http[s]://127.0.0.1:47673/s...>

Stack Trace:
org.junit.ComparisonFailure: expected:<http[]://127.0.0.1:47673/s...> but 
was:<http[s]://127.0.0.1:47673/s...>
        at 
__randomizedtesting.SeedInfo.seed([C9B130B8E779252F:773A56179E032B1A]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:104)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.ltr.TestLTROnSolrCloud.testSimpleQuery

Error Message:
Path not found: /responseHeader/status

Stack Trace:
java.lang.RuntimeException: Path not found: /responseHeader/status
        at 
__randomizedtesting.SeedInfo.seed([ABA34BE83F097229:DEAE8BF42F13B4FC]:0)
        at org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:329)
        at org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:271)
        at 
org.apache.solr.ltr.TestRerankBase.loadFeature(TestRerankBase.java:286)
        at 
org.apache.solr.ltr.TestLTROnSolrCloud.loadModelsAndFeatures(TestLTROnSolrCloud.java:184)
        at 
org.apache.solr.ltr.TestLTROnSolrCloud.setupSolrCluster(TestLTROnSolrCloud.java:138)
        at 
org.apache.solr.ltr.TestLTROnSolrCloud.setUp(TestLTROnSolrCloud.java:58)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.CdcrVersionReplicationTest:     1) Thread[id=13810, 
name=cdcr-update-log-synchronizer-4929-thread-1, state=WAITING, 
group=TGRP-CdcrVersionReplicationTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=13798, 
name=cdcr-update-log-synchronizer-4923-thread-1, state=WAITING, 
group=TGRP-CdcrVersionReplicationTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.CdcrVersionReplicationTest: 
   1) Thread[id=13810, name=cdcr-update-log-synchronizer-4929-thread-1, 
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=13798, name=cdcr-update-log-synchronizer-4923-thread-1, 
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([C9B130B8E779252F]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=13810, name=cdcr-update-log-synchronizer-4929-thread-1, 
state=WAITING, group=TGRP-CdcrVersionReplicationTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=13798, 
name=cdcr-update-log-synchronizer-4923-thread-1, state=WAITING, 
group=TGRP-CdcrVersionReplicationTest]         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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
         at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        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=13810, name=cdcr-update-log-synchronizer-4929-thread-1, 
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=13798, name=cdcr-update-log-synchronizer-4923-thread-1, 
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
        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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([C9B130B8E779252F]:0)


FAILED:  
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection

Error Message:
Expected to see nodes come back collection1 null Live Nodes: 
[127.0.0.1:33218_solr, 127.0.0.1:34258_solr] Last available state: 
DocCollection(collection1//collections/collection1/state.json/18)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{      
 "range":"80000000-ffffffff",       "state":"active",       "replicas":{        
 "core_node2":{           "core":"collection1_shard1_replica_n1",           
"base_url":"https://127.0.0.1:59676/solr";,           
"node_name":"127.0.0.1:59676_solr",           "state":"down",           
"type":"NRT"},         "core_node3":{           
"core":"collection1_shard1_replica_n2",           
"base_url":"https://127.0.0.1:54171/solr";,           
"node_name":"127.0.0.1:54171_solr",           "state":"down",           
"type":"NRT"},         "core_node4":{           
"core":"collection1_shard1_replica_n3",           
"base_url":"https://127.0.0.1:50942/solr";,           
"node_name":"127.0.0.1:50942_solr",           "state":"down",           
"type":"NRT"},         "core_node5":{           
"core":"collection1_shard1_replica_n4",           
"base_url":"https://127.0.0.1:47072/solr";,           
"node_name":"127.0.0.1:47072_solr",           "state":"down",           
"type":"NRT"},         "core_node6":{           
"core":"collection1_shard1_replica_n5",           
"base_url":"https://127.0.0.1:34258/solr";,           
"node_name":"127.0.0.1:34258_solr",           "state":"active",           
"type":"NRT",           "leader":"true"}}},     "shard2":{       
"range":"0-7fffffff",       "state":"active",       "replicas":{"core_node1":{  
         "core":"collection1_shard2_replica_n1",           
"base_url":"https://127.0.0.1:33218/solr";,           
"node_name":"127.0.0.1:33218_solr",           "state":"active",           
"type":"NRT",           "leader":"true"}}}},   "router":{"name":"compositeId"}, 
  "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected to see nodes come back collection1
null
Live Nodes: [127.0.0.1:33218_solr, 127.0.0.1:34258_solr]
Last available state: 
DocCollection(collection1//collections/collection1/state.json/18)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"https://127.0.0.1:59676/solr";,
          "node_name":"127.0.0.1:59676_solr",
          "state":"down",
          "type":"NRT"},
        "core_node3":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"https://127.0.0.1:54171/solr";,
          "node_name":"127.0.0.1:54171_solr",
          "state":"down",
          "type":"NRT"},
        "core_node4":{
          "core":"collection1_shard1_replica_n3",
          "base_url":"https://127.0.0.1:50942/solr";,
          "node_name":"127.0.0.1:50942_solr",
          "state":"down",
          "type":"NRT"},
        "core_node5":{
          "core":"collection1_shard1_replica_n4",
          "base_url":"https://127.0.0.1:47072/solr";,
          "node_name":"127.0.0.1:47072_solr",
          "state":"down",
          "type":"NRT"},
        "core_node6":{
          "core":"collection1_shard1_replica_n5",
          "base_url":"https://127.0.0.1:34258/solr";,
          "node_name":"127.0.0.1:34258_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"core_node1":{
          "core":"collection1_shard2_replica_n1",
          "base_url":"https://127.0.0.1:33218/solr";,
          "node_name":"127.0.0.1:33218_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([C9B130B8E779252F:9785FDF6A406B9C8]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11682 lines...]
   [junit4] Suite: org.apache.solr.cloud.ClusterStateUpdateTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_C9B130B8E779252F-001/init-core-data-001
   [junit4]   2> 605566 INFO  
(SUITE-ClusterStateUpdateTest-seed#[C9B130B8E779252F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 605567 INFO  
(SUITE-ClusterStateUpdateTest-seed#[C9B130B8E779252F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 605569 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[C9B130B8E779252F]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testCoreRegistration
   [junit4]   2> 605570 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[C9B130B8E779252F]) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_C9B130B8E779252F-001/tempDir-001
   [junit4]   2> 605570 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[C9B130B8E779252F]) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 605570 INFO  (Thread-3177) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 605570 INFO  (Thread-3177) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 605572 ERROR (Thread-3177) [    ] 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> 605670 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[C9B130B8E779252F]) [    
] o.a.s.c.ZkTestServer start zk server on port:55561
   [junit4]   2> 605679 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 605681 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 605681 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 605682 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f5a149{/solr,null,AVAILABLE}
   [junit4]   2> 605685 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@401d4ee0{/solr,null,AVAILABLE}
   [junit4]   2> 605686 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@33f9b620{SSL,[ssl, 
http/1.1]}{127.0.0.1:60386}
   [junit4]   2> 605686 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.e.j.s.Server Started @608835ms
   [junit4]   2> 605686 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60386}
   [junit4]   2> 605686 ERROR (jetty-launcher-1001-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 605686 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 605686 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 605686 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 605686 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T07:28:42.324Z
   [junit4]   2> 605691 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7931b058{SSL,[ssl, 
http/1.1]}{127.0.0.1:47673}
   [junit4]   2> 605696 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.e.j.s.Server Started @608845ms
   [junit4]   2> 605697 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47673}
   [junit4]   2> 605697 ERROR (jetty-launcher-1001-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 605697 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 605697 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 605697 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 605697 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T07:28:42.335Z
   [junit4]   2> 605697 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7d1bcfa2{/solr,null,AVAILABLE}
   [junit4]   2> 605698 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@78a53bea{SSL,[ssl, 
http/1.1]}{127.0.0.1:49471}
   [junit4]   2> 605698 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.e.j.s.Server Started @608847ms
   [junit4]   2> 605698 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49471}
   [junit4]   2> 605698 ERROR (jetty-launcher-1001-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 605698 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 605698 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 605698 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 605698 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T07:28:42.336Z
   [junit4]   2> 605699 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 605702 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 605702 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 605709 INFO  (jetty-launcher-1001-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55561/solr
   [junit4]   2> 605710 INFO  (jetty-launcher-1001-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55561/solr
   [junit4]   2> 605714 INFO  (jetty-launcher-1001-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55561/solr
   [junit4]   2> 605750 INFO  (jetty-launcher-1001-thread-3) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 605751 INFO  (jetty-launcher-1001-thread-1) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 605752 INFO  (jetty-launcher-1001-thread-3) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60386_solr
   [junit4]   2> 605752 INFO  (jetty-launcher-1001-thread-2) 
[n:127.0.0.1:49471_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 605753 INFO  (jetty-launcher-1001-thread-3) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.Overseer Overseer 
(id=98180564399489030-127.0.0.1:60386_solr-n_0000000000) starting
   [junit4]   2> 605753 INFO  (jetty-launcher-1001-thread-1) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47673_solr
   [junit4]   2> 605759 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:60386_solr) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 605782 INFO  
(zkCallback-1017-thread-1-processing-n:127.0.0.1:49471_solr) 
[n:127.0.0.1:49471_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 605786 INFO  (jetty-launcher-1001-thread-3) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60386_solr
   [junit4]   2> 605787 INFO  
(zkCallback-1018-thread-1-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 605788 INFO  (jetty-launcher-1001-thread-2) 
[n:127.0.0.1:49471_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49471_solr
   [junit4]   2> 605791 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:60386_solr) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 605791 INFO  
(zkCallback-1017-thread-1-processing-n:127.0.0.1:49471_solr) 
[n:127.0.0.1:49471_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 605793 INFO  
(zkCallback-1018-thread-1-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 605802 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:60386_solr) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 605802 INFO  
(zkCallback-1018-thread-1-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 605804 INFO  
(zkCallback-1017-thread-1-processing-n:127.0.0.1:49471_solr) 
[n:127.0.0.1:49471_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 605859 INFO  (jetty-launcher-1001-thread-1) 
[n:127.0.0.1:47673_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47673.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 605864 INFO  (jetty-launcher-1001-thread-1) 
[n:127.0.0.1:47673_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47673.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 605864 INFO  (jetty-launcher-1001-thread-1) 
[n:127.0.0.1:47673_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47673.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 605865 INFO  (jetty-launcher-1001-thread-1) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_C9B130B8E779252F-001/tempDir-001/node1/.
   [junit4]   2> 605880 INFO  (jetty-launcher-1001-thread-3) 
[n:127.0.0.1:60386_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60386.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 605886 INFO  (jetty-launcher-1001-thread-2) 
[n:127.0.0.1:49471_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49471.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 605887 INFO  (jetty-launcher-1001-thread-3) 
[n:127.0.0.1:60386_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60386.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 605887 INFO  (jetty-launcher-1001-thread-3) 
[n:127.0.0.1:60386_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_60386.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 605888 INFO  (jetty-launcher-1001-thread-3) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_C9B130B8E779252F-001/tempDir-001/node3/.
   [junit4]   2> 605891 INFO  (jetty-launcher-1001-thread-2) 
[n:127.0.0.1:49471_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49471.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 605891 INFO  (jetty-launcher-1001-thread-2) 
[n:127.0.0.1:49471_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49471.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 605892 INFO  (jetty-launcher-1001-thread-2) 
[n:127.0.0.1:49471_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_C9B130B8E779252F-001/tempDir-001/node2/.
   [junit4]   2> 605952 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[C9B130B8E779252F]) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 605954 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[C9B130B8E779252F]) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55561/solr ready
   [junit4]   2> 605978 INFO  (qtp762114809-8009) [n:127.0.0.1:49471_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&name=testcore&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:47673_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 605981 INFO  
(OverseerThreadFactory-2561-thread-1-processing-n:127.0.0.1:60386_solr) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testcore
   [junit4]   2> 605981 INFO  
(OverseerThreadFactory-2561-thread-1-processing-n:127.0.0.1:60386_solr) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.CreateCollectionCmd Only one config set 
found in zk - using it:conf
   [junit4]   2> 606089 INFO  
(OverseerStateUpdate-98180564399489030-127.0.0.1:60386_solr-n_0000000000) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcore",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcore_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:47673/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 606313 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=testcore_shard1_replica_n1&action=CREATE&numShards=1&collection=testcore&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 606313 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 606418 INFO  
(zkCallback-1018-thread-1-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testcore/state.json] for collection [testcore] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 606419 INFO  
(zkCallback-1018-thread-2-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testcore/state.json] for collection [testcore] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 607326 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 607335 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.s.IndexSchema [testcore_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 607338 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 607338 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testcore_shard1_replica_n1' using 
configuration from collection testcore, trusted=true
   [junit4]   2> 607338 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47673.solr.core.testcore.shard1.replica_n1' (registry 
'solr.core.testcore.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 607338 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 607339 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] o.a.s.c.SolrCore 
[[testcore_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_C9B130B8E779252F-001/tempDir-001/node1/testcore_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_C9B130B8E779252F-001/tempDir-001/node1/./testcore_shard1_replica_n1/data/]
   [junit4]   2> 607396 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 607397 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 607398 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 607398 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 607400 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@56304f26[testcore_shard1_replica_n1] main]
   [junit4]   2> 607401 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 607402 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 607402 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 607403 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570889032312815616
   [junit4]   2> 607404 INFO  
(searcherExecutor-2568-thread-1-processing-n:127.0.0.1:47673_solr 
x:testcore_shard1_replica_n1 s:shard1 c:testcore r:core_node1) 
[n:127.0.0.1:47673_solr c:testcore s:shard1 r:core_node1 
x:testcore_shard1_replica_n1] o.a.s.c.SolrCore [testcore_shard1_replica_n1] 
Registered new searcher Searcher@56304f26[testcore_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 607410 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 607410 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 607410 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 607414 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:47673/solr/testcore_shard1_replica_n1/ shard1
   [junit4]   2> 607518 INFO  
(zkCallback-1018-thread-2-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testcore/state.json] for collection [testcore] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 607518 INFO  
(zkCallback-1018-thread-1-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testcore/state.json] for collection [testcore] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 607566 WARN  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.c.ZkController Skipping recovery according to sys prop 
solrcloud.skip.autorecovery
   [junit4]   2> 607568 INFO  (qtp63081449-7989) [n:127.0.0.1:47673_solr 
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=testcore_shard1_replica_n1&action=CREATE&numShards=1&collection=testcore&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1255
   [junit4]   2> 607572 INFO  (qtp762114809-8009) [n:127.0.0.1:49471_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 607674 INFO  
(zkCallback-1018-thread-1-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testcore/state.json] for collection [testcore] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 607674 INFO  
(zkCallback-1018-thread-2-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testcore/state.json] for collection [testcore] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 607984 INFO  
(OverseerCollectionConfigSetProcessor-98180564399489030-127.0.0.1:60386_solr-n_0000000000)
 [n:127.0.0.1:60386_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 608573 INFO  (qtp762114809-8009) [n:127.0.0.1:49471_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&name=testcore&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:47673_solr&wt=javabin&version=2}
 status=0 QTime=2595
   [junit4]   2> 608575 INFO  
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[C9B130B8E779252F]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testCoreRegistration
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClusterStateUpdateTest -Dtests.method=testCoreRegistration 
-Dtests.seed=C9B130B8E779252F -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ar-IQ -Dtests.timezone=America/St_Vincent -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.01s J1 | ClusterStateUpdateTest.testCoreRegistration <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: 
expected:<http[]://127.0.0.1:47673/s...> but 
was:<http[s]://127.0.0.1:47673/s...>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C9B130B8E779252F:773A56179E032B1A]:0)
   [junit4]    >        at 
org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:104)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 608582 INFO  (jetty-closer-1002-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@78a53bea{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 608582 INFO  (jetty-closer-1002-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1969592710
   [junit4]   2> 608583 INFO  (jetty-closer-1002-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@33f9b620{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 608583 INFO  (jetty-closer-1002-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=911278918
   [junit4]   2> 608583 INFO  (jetty-closer-1002-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7931b058{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 608584 INFO  (jetty-closer-1002-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 608585 INFO  (jetty-closer-1002-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 608587 INFO  (jetty-closer-1002-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 608587 INFO  (jetty-closer-1002-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=447014402
   [junit4]   2> 608587 INFO  (jetty-closer-1002-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 608589 INFO  (jetty-closer-1002-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 608591 INFO  (jetty-closer-1002-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 608591 INFO  (jetty-closer-1002-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 608592 INFO  (jetty-closer-1002-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 608594 INFO  (jetty-closer-1002-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 608594 INFO  (jetty-closer-1002-thread-2) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 608597 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:60386_solr) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 608597 INFO  
(zkCallback-1018-thread-2-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 608598 INFO  (jetty-closer-1002-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 608600 INFO  (coreCloseExecutor-2574-thread-1) 
[n:127.0.0.1:47673_solr c:testcore s:shard1 r:core_node1 
x:testcore_shard1_replica_n1] o.a.s.c.SolrCore [testcore_shard1_replica_n1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@77b61a8b
   [junit4]   2> 608600 INFO  (jetty-closer-1002-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 608601 INFO  (coreCloseExecutor-2574-thread-1) 
[n:127.0.0.1:47673_solr c:testcore s:shard1 r:core_node1 
x:testcore_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testcore.shard1.replica_n1, tag=2008423051
   [junit4]   2> 608604 INFO  (coreCloseExecutor-2574-thread-1) 
[n:127.0.0.1:47673_solr c:testcore s:shard1 r:core_node1 
x:testcore_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testcore.shard1.leader, tag=2008423051
   [junit4]   2> 608611 INFO  (jetty-closer-1002-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 608611 INFO  (jetty-closer-1002-thread-3) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 608611 INFO  (jetty-closer-1002-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=98180564399489030-127.0.0.1:60386_solr-n_0000000000) closing
   [junit4]   2> 608611 INFO  
(OverseerStateUpdate-98180564399489030-127.0.0.1:60386_solr-n_0000000000) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:60386_solr
   [junit4]   2> 608617 INFO  
(zkCallback-1018-thread-1-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:47673_solr
   [junit4]   2> 608617 INFO  
(zkCallback-1018-thread-2-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 608620 WARN  
(zkCallback-1018-thread-1-processing-n:127.0.0.1:47673_solr) 
[n:127.0.0.1:47673_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 608624 INFO  (jetty-closer-1002-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6f5a149{/solr,null,UNAVAILABLE}
   [junit4]   2> 610096 WARN  
(zkCallback-1017-thread-1-processing-n:127.0.0.1:49471_solr) 
[n:127.0.0.1:49471_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 610096 INFO  (jetty-closer-1002-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7d1bcfa2{/solr,null,UNAVAILABLE}
   [junit4]   2> 610117 WARN  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:60386_solr) 
[n:127.0.0.1:60386_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 610118 INFO  (jetty-closer-1002-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@401d4ee0{/solr,null,UNAVAILABLE}
   [junit4]   2> 610119 ERROR 
(SUITE-ClusterStateUpdateTest-seed#[C9B130B8E779252F]-worker) [    ] 
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> 610119 INFO  
(SUITE-ClusterStateUpdateTest-seed#[C9B130B8E779252F]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:55561 55561
   [junit4]   2> 610289 INFO  (Thread-3177) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:55561 55561
   [junit4]   2> 610290 WARN  (Thread-3177) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/collections/testcore/state.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2>        4       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_C9B130B8E779252F-001
   [junit4]   2> Jun 22, 2017 7:28:46 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-IQ, 
timezone=America/St_Vincent
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=74017656,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: [SolrGangliaReporterTest, 
SOLR749Test, MergeStrategyTest, TestPivotHelperCode, 
DistributedFacetPivotLargeTest, IndexSchemaTest, TestTrie, 
TestNamedUpdateProcessors, TestFuzzyAnalyzedSuggestions, 
TestSortByMinMaxFunction, WordBreakSolrSpellCheckerTest, 
TestSurroundQueryParser, TestLocalFSCloudBackupRestore, 
SpellCheckComponentTest, PreAnalyzedUpdateProcessorTest, 
TestNonDefinedSimilarityFactory, SliceStateTest, TestExactStatsCache, 
TestPullReplica, TestDynamicLoading, DeleteNodeTest, V2ApiIntegrationTest, 
ScriptEngineTest, AutoScalingHandlerTest, TestMacroExpander, 
TestManagedStopFilterFactory, TestRawTransformer, IndexBasedSpellCheckerTest, 
TestLeaderElectionWithEmptyReplica, LeaderElectionContextKeyTest, 
TestInitQParser, BasicFunctionalityTest, SpatialFilterTest, 
OpenCloseCoreStressTest, LeaderInitiatedRecoveryOnCommitTest, 
SystemInfoHandlerTest, ResourceLoaderTest, DateRangeFieldTest, 
TestSearcherReuse, SolrIndexSplitterTest, TestUpdate, HdfsDirectoryFactoryTest, 
HdfsBasicDistributedZkTest, ConfigSetsAPITest, PrimUtilsTest, 
DocValuesNotIndexedTest, TestSearchPerf, DocValuesTest, 
CdcrReplicationDistributedZkTest, HdfsThreadLeakTest, BasicAuthStandaloneTest, 
ZkControllerTest, RequestLoggingTest, UtilsToolTest, TestSegmentSorting, 
DirectSolrConnectionTest, BigEndianAscendingWordSerializerTest, 
SpellCheckCollatorWithCollapseTest, CoreSorterTest, TestXmlQParser, 
TestLegacyField, TestReRankQParserPlugin, TestDynamicFieldCollectionResource, 
SolrCLIZkUtilsTest, MoreLikeThisHandlerTest, DistributedTermsComponentTest, 
TestFiltering, TestRTimerTree, TestRTGBase, RuleEngineTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestStressRecovery, 
DocumentBuilderTest, TestExportWriter, ZkSolrClientTest, 
MissingSegmentRecoveryTest, ShardRoutingCustomTest, TestHashPartitioner, 
TestFileDictionaryLookup, DOMUtilTest, TestConfigSets, TestConfigOverlay, 
BadCopyFieldTest, UninvertDocValuesMergePolicyTest, AlternateDirectoryTest, 
LoggingHandlerTest, RecoveryAfterSoftCommitTest, 
TestEmbeddedSolrServerSchemaAPI, TestScoreJoinQPScore, ZkCLITest, 
TestJsonFacets, TermsComponentTest, TestLegacyTerms, HdfsRecoveryZkTest, 
TestDistributedGrouping, SimplePostToolTest, SpellCheckCollatorTest, 
CSVRequestHandlerTest, TestCollectionAPIs, ClusterStateUpdateTest]
   [junit4] Completed [249/725 (1!)] on J1 in 4.99s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 345 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_C9B130B8E779252F-001/init-core-data-001
   [junit4]   2> 847686 WARN  
(SUITE-LeaderElectionIntegrationTest-seed#[C9B130B8E779252F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=28 numCloses=28
   [junit4]   2> 847687 INFO  
(SUITE-LeaderElectionIntegrationTest-seed#[C9B130B8E779252F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 847688 INFO  
(SUITE-LeaderElectionIntegrationTest-seed#[C9B130B8E779252F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 847690 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[C9B130B8E779252F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleSliceLeaderElection
   [junit4]   2> 847690 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[C9B130B8E779252F])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_C9B130B8E779252F-001/tempDir-001
   [junit4]   2> 847691 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[C9B130B8E779252F])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 847691 INFO  (Thread-5504) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 847691 INFO  (Thread-5504) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 847696 ERROR (Thread-5504) [    ] 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> 847791 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[C9B130B8E779252F])
 [    ] o.a.s.c.ZkTestServer start zk server on port:57459
   [junit4]   2> 847806 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 0x15cceb7b2aa0000, 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> 847809 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 847809 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 847809 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 847811 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 847815 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 847815 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 847833 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e2a0ccb{/solr,null,AVAILABLE}
   [junit4]   2> 847835 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f7de1eb{/solr,null,AVAILABLE}
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4c0ab23d{SSL,[ssl, 
http/1.1]}{127.0.0.1:50942}
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.e.j.s.Server Started @850988ms
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=50942}
   [junit4]   2> 847840 ERROR (jetty-launcher-1352-thread-5) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2f19ada8{/solr,null,AVAILABLE}
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T07:32:44.478Z
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@c97a00b{SSL,[ssl, 
http/1.1]}{127.0.0.1:34258}
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.e.j.s.Server Started @850989ms
   [junit4]   2> 847840 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34258}
   [junit4]   2> 847842 ERROR (jetty-launcher-1352-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 847842 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 847842 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 847842 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 847842 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T07:32:44.480Z
   [junit4]   2> 847843 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4b7a588f{SSL,[ssl, 
http/1.1]}{127.0.0.1:59676}
   [junit4]   2> 847843 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.e.j.s.Server Started @850991ms
   [junit4]   2> 847843 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59676}
   [junit4]   2> 847843 ERROR (jetty-launcher-1352-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 847843 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 847843 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 847843 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 847843 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T07:32:44.481Z
   [junit4]   2> 847847 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@67cb3127{/solr,null,AVAILABLE}
   [junit4]   2> 847847 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@58f599bd{/solr,null,AVAILABLE}
   [junit4]   2> 847848 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@15648151{SSL,[ssl, 
http/1.1]}{127.0.0.1:47072}
   [junit4]   2> 847848 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2ccc516a{SSL,[ssl, 
http/1.1]}{127.0.0.1:54171}
   [junit4]   2> 847848 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.e.j.s.Server Started @850997ms
   [junit4]   2> 847848 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54171}
   [junit4]   2> 847848 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.e.j.s.Server Started @850997ms
   [junit4]   2> 847848 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47072}
   [junit4]   2> 847848 ERROR (jetty-launcher-1352-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 847848 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 847848 ERROR (jetty-launcher-1352-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 847848 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 847849 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 847849 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 847849 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 847849 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T07:32:44.487Z
   [junit4]   2> 847849 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 847849 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T07:32:44.487Z
   [junit4]   2> 847850 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 847850 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 847851 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 847857 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 0x15cceb7b2aa0003, 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> 847858 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@114110a5{/solr,null,AVAILABLE}
   [junit4]   2> 847859 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@437d8b0a{SSL,[ssl, 
http/1.1]}{127.0.0.1:33218}
   [junit4]   2> 847859 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.e.j.s.Server Started @851008ms
   [junit4]   2> 847859 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33218}
   [junit4]   2> 847859 ERROR (jetty-launcher-1352-thread-6) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 847860 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 847860 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 847860 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 847860 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-22T07:32:44.498Z
   [junit4]   2> 847863 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 847864 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 847864 INFO  (jetty-launcher-1352-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57459/solr
   [junit4]   2> 847864 INFO  (jetty-launcher-1352-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57459/solr
   [junit4]   2> 847870 INFO  (jetty-launcher-1352-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57459/solr
   [junit4]   2> 847874 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 847874 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 0x15cceb7b2aa0005, 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> 847875 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 0x15cceb7b2aa0004, 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> 847881 INFO  (jetty-launcher-1352-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57459/solr
   [junit4]   2> 847882 INFO  (jetty-launcher-1352-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57459/solr
   [junit4]   2> 847885 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 0x15cceb7b2aa000b, 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> 847887 INFO  (jetty-launcher-1352-thread-6) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57459/solr
   [junit4]   2> 847916 INFO  (jetty-launcher-1352-thread-1) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 847917 INFO  (jetty-launcher-1352-thread-4) 
[n:127.0.0.1:59676_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 847917 INFO  (jetty-launcher-1352-thread-3) 
[n:127.0.0.1:54171_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 847919 INFO  (jetty-launcher-1352-thread-2) 
[n:127.0.0.1:47072_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 847920 INFO  (jetty-launcher-1352-thread-5) 
[n:127.0.0.1:50942_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 847921 INFO  (jetty-launcher-1352-thread-1) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34258_solr
   [junit4]   2> 847923 INFO  (jetty-launcher-1352-thread-2) 
[n:127.0.0.1:47072_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47072_solr
   [junit4]   2> 847923 INFO  (jetty-launcher-1352-thread-3) 
[n:127.0.0.1:54171_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54171_solr
   [junit4]   2> 847923 INFO  (jetty-launcher-1352-thread-5) 
[n:127.0.0.1:50942_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50942_solr
   [junit4]   2> 847924 INFO  (jetty-launcher-1352-thread-1) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.Overseer Overseer 
(id=98180580267130892-127.0.0.1:34258_solr-n_0000000000) starting
   [junit4]   2> 847925 INFO  (jetty-launcher-1352-thread-4) 
[n:127.0.0.1:59676_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59676_solr
   [junit4]   2> 847926 INFO  
(zkCallback-1372-thread-1-processing-n:127.0.0.1:34258_solr) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 847930 INFO  
(zkCallback-1378-thread-2-processing-n:127.0.0.1:50942_solr) 
[n:127.0.0.1:50942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 847930 INFO  
(zkCallback-1379-thread-2-processing-n:127.0.0.1:47072_solr) 
[n:127.0.0.1:47072_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 847932 INFO  
(zkCallback-1370-thread-2-processing-n:127.0.0.1:59676_solr) 
[n:127.0.0.1:59676_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 847933 INFO  (jetty-launcher-1352-thread-6) 
[n:127.0.0.1:33218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 847935 INFO  (jetty-launcher-1352-thread-6) 
[n:127.0.0.1:33218_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 847937 INFO  (jetty-launcher-1352-thread-6) 
[n:127.0.0.1:33218_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33218_solr
   [junit4]   2> 847938 INFO  
(zkCallback-1379-thread-2-processing-n:127.0.0.1:47072_solr) 
[n:127.0.0.1:47072_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 847951 INFO  
(zkCallback-1370-thread-2-processing-n:127.0.0.1:59676_solr) 
[n:127.0.0.1:59676_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 847951 INFO  
(zkCallback-1384-thread-1-processing-n:127.0.0.1:33218_solr) 
[n:127.0.0.1:33218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 847951 INFO  
(zkCallback-1372-thread-1-processing-n:127.0.0.1:34258_solr) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (5)
   [junit4]   2> 847958 INFO  
(zkCallback-1378-thread-2-processing-n:127.0.0.1:50942_solr) 
[n:127.0.0.1:50942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 847968 INFO  
(zkCallback-1382-thread-1-processing-n:127.0.0.1:54171_solr) 
[n:127.0.0.1:54171_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 847977 INFO  
(zkCallback-1382-thread-2-processing-n:127.0.0.1:54171_solr) 
[n:127.0.0.1:54171_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (5)
   [junit4]   2> 848012 INFO  (jetty-launcher-1352-thread-1) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34258_solr
   [junit4]   2> 848014 INFO  
(zkCallback-1378-thread-2-processing-n:127.0.0.1:50942_solr) 
[n:127.0.0.1:50942_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 848014 INFO  
(zkCallback-1370-thread-1-processing-n:127.0.0.1:59676_solr) 
[n:127.0.0.1:59676_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 848014 INFO  
(zkCallback-1382-thread-2-processing-n:127.0.0.1:54171_solr) 
[n:127.0.0.1:54171_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 848014 INFO  
(zkCallback-1379-thread-1-processing-n:127.0.0.1:47072_solr) 
[n:127.0.0.1:47072_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 848014 INFO  
(zkCallback-1372-thread-1-processing-n:127.0.0.1:34258_solr) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 848014 INFO  
(zkCallback-1384-thread-1-processing-n:127.0.0.1:33218_solr) 
[n:127.0.0.1:33218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 848051 INFO  (jetty-launcher-1352-thread-5) 
[n:127.0.0.1:50942_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50942.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848056 INFO  (jetty-launcher-1352-thread-5) 
[n:127.0.0.1:50942_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50942.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848057 INFO  (jetty-launcher-1352-thread-5) 
[n:127.0.0.1:50942_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_50942.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848058 INFO  (jetty-launcher-1352-thread-5) 
[n:127.0.0.1:50942_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_C9B130B8E779252F-001/tempDir-001/node5/.
   [junit4]   2> 848068 INFO  (jetty-launcher-1352-thread-4) 
[n:127.0.0.1:59676_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59676.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848068 INFO  (jetty-launcher-1352-thread-2) 
[n:127.0.0.1:47072_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47072.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848074 INFO  (jetty-launcher-1352-thread-2) 
[n:127.0.0.1:47072_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47072.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848074 INFO  (jetty-launcher-1352-thread-2) 
[n:127.0.0.1:47072_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47072.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848074 INFO  (jetty-launcher-1352-thread-4) 
[n:127.0.0.1:59676_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59676.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848075 INFO  (jetty-launcher-1352-thread-4) 
[n:127.0.0.1:59676_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_59676.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848076 INFO  (jetty-launcher-1352-thread-4) 
[n:127.0.0.1:59676_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_C9B130B8E779252F-001/tempDir-001/node2/.
   [junit4]   2> 848087 INFO  (jetty-launcher-1352-thread-2) 
[n:127.0.0.1:47072_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_C9B130B8E779252F-001/tempDir-001/node3/.
   [junit4]   2> 848110 INFO  (jetty-launcher-1352-thread-3) 
[n:127.0.0.1:54171_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54171.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848115 INFO  (jetty-launcher-1352-thread-3) 
[n:127.0.0.1:54171_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54171.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848115 INFO  (jetty-launcher-1352-thread-3) 
[n:127.0.0.1:54171_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54171.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848116 INFO  (jetty-launcher-1352-thread-3) 
[n:127.0.0.1:54171_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_C9B130B8E779252F-001/tempDir-001/node4/.
   [junit4]   2> 848123 INFO  (jetty-launcher-1352-thread-1) 
[n:127.0.0.1:34258_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34258.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848126 INFO  (jetty-launcher-1352-thread-6) 
[n:127.0.0.1:33218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33218.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848128 INFO  (jetty-launcher-1352-thread-1) 
[n:127.0.0.1:34258_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34258.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848128 INFO  (jetty-launcher-1352-thread-1) 
[n:127.0.0.1:34258_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34258.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848129 INFO  (jetty-launcher-1352-thread-1) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_C9B130B8E779252F-001/tempDir-001/node1/.
   [junit4]   2> 848131 INFO  (jetty-launcher-1352-thread-6) 
[n:127.0.0.1:33218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33218.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848132 INFO  (jetty-launcher-1352-thread-6) 
[n:127.0.0.1:33218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33218.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d6fdf36
   [junit4]   2> 848133 INFO  (jetty-launcher-1352-thread-6) 
[n:127.0.0.1:33218_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_C9B130B8E779252F-001/tempDir-001/node6/.
   [junit4]   2> 848395 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[C9B130B8E779252F])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 848396 INFO  
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[C9B130B8E779252F])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:57459/solr ready
   [junit4]   2> 848438 INFO  (qtp511276814-12093) [n:127.0.0.1:50942_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 848442 INFO  
(OverseerThreadFactory-3761-thread-1-processing-n:127.0.0.1:34258_solr) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 848550 INFO  
(OverseerStateUpdate-98180580267130892-127.0.0.1:34258_solr-n_0000000000) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33218/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 848551 INFO  
(OverseerStateUpdate-98180580267130892-127.0.0.1:34258_solr-n_0000000000) 
[n:127.0.0.1:34258_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59676/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 848785 INFO  (qtp1238347-12117) [n:127.0.0.1:59676_solr    ] 
o.a.s.h.a.CoreAdm

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

127.0.0.1:55126_solr
   [junit4]   2> 25219 INFO  
(zkCallback-69-thread-1-processing-n:127.0.0.1:55126_solr) 
[n:127.0.0.1:55126_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 25221 INFO  (coreCloseExecutor-203-thread-1) 
[n:127.0.0.1:46821_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=621216619
   [junit4]   2> 25225 INFO  (coreCloseExecutor-198-thread-1) 
[n:127.0.0.1:58456_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=947499620
   [junit4]   2> 25235 INFO  
(zkCallback-65-thread-1-processing-n:127.0.0.1:49705_solr) 
[n:127.0.0.1:49705_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 25235 INFO  
(zkCallback-69-thread-2-processing-n:127.0.0.1:55126_solr) 
[n:127.0.0.1:55126_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (2)
   [junit4]   2> 25239 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 0x15ccec416ef001b, 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> 25240 INFO  
(zkCallback-65-thread-1-processing-n:127.0.0.1:49705_solr) 
[n:127.0.0.1:49705_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 25250 INFO  (coreCloseExecutor-194-thread-1) 
[n:127.0.0.1:49705_solr c:collection1 s:shard2 r:core_node2 
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=1803504360
   [junit4]   2> 25260 INFO  (coreCloseExecutor-197-thread-1) 
[n:127.0.0.1:55126_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=2008360471
   [junit4]   2> 25263 INFO  
(zkCallback-69-thread-2-processing-n:127.0.0.1:55126_solr) 
[n:127.0.0.1:55126_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 25265 WARN  
(zkCallback-69-thread-2-processing-n:127.0.0.1:55126_solr) 
[n:127.0.0.1:55126_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 25265 INFO  (jetty-closer-18-thread-9) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f8564d7{/solr,null,UNAVAILABLE}
   [junit4]   2> 26618 WARN  
(zkCallback-61-thread-1-processing-n:127.0.0.1:34622_solr) 
[n:127.0.0.1:34622_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 26619 INFO  (jetty-closer-18-thread-7) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4bc5caaa{/solr,null,UNAVAILABLE}
   [junit4]   2> 26622 WARN  
(zkCallback-52-thread-1-processing-n:127.0.0.1:53088_solr) 
[n:127.0.0.1:53088_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 26624 INFO  (jetty-closer-18-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3509c51c{/solr,null,UNAVAILABLE}
   [junit4]   2> 26628 WARN  
(zkCallback-58-thread-1-processing-n:127.0.0.1:53490_solr) 
[n:127.0.0.1:53490_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 26628 INFO  (jetty-closer-18-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@bde2ed2{/solr,null,UNAVAILABLE}
   [junit4]   2> 26680 WARN  
(zkCallback-68-thread-1-processing-n:127.0.0.1:51657_solr) 
[n:127.0.0.1:51657_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 26680 INFO  (jetty-closer-18-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7d3d29da{/solr,null,UNAVAILABLE}
   [junit4]   2> 26735 WARN  
(zkCallback-62-thread-2-processing-n:127.0.0.1:46821_solr) 
[n:127.0.0.1:46821_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 26735 WARN  
(zkCallback-64-thread-2-processing-n:127.0.0.1:58456_solr) 
[n:127.0.0.1:58456_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 26735 INFO  (jetty-closer-18-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1e5c2dc9{/solr,null,UNAVAILABLE}
   [junit4]   2> 26737 INFO  (jetty-closer-18-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@541d995e{/solr,null,UNAVAILABLE}
   [junit4]   2> 26764 WARN  
(zkCallback-65-thread-1-processing-n:127.0.0.1:49705_solr) 
[n:127.0.0.1:49705_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 26764 INFO  (jetty-closer-18-thread-8) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@da08bdf{/solr,null,UNAVAILABLE}
   [junit4]   2> 26766 ERROR 
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[ABA34BE83F097229]) [    ] 
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> 26767 INFO  
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[ABA34BE83F097229]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:48912 48912
   [junit4]   2> 26862 INFO  (Thread-45) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:48912 48912
   [junit4]   2> 26864 WARN  (Thread-45) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/aliases.json
   [junit4]   2>        11      /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        36      /solr/collections/collection1/state.json
   [junit4]   2>        12      /solr/clusterprops.json
   [junit4]   2>        12      /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/98180633488982037-127.0.0.1:53490_solr-n_0000000003
   [junit4]   2>        2       
/solr/overseer_elect/election/98180633488982042-127.0.0.1:49705_solr-n_0000000007
   [junit4]   2>        2       
/solr/overseer_elect/election/98180633488982038-127.0.0.1:46821_solr-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/98180633488982045-127.0.0.1:55126_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/live_nodes
   [junit4]   2>        12      /solr/collections
   [junit4]   2> 
   [junit4]   2> 26864 INFO  
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[ABA34BE83F097229]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSimpleQuery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLTROnSolrCloud 
-Dtests.method=testSimpleQuery -Dtests.seed=ABA34BE83F097229 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=de-LU 
-Dtests.timezone=America/Argentina/Jujuy -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   12.7s J0 | TestLTROnSolrCloud.testSimpleQuery <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Path not found: 
/responseHeader/status
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ABA34BE83F097229:DEAE8BF42F13B4FC]:0)
   [junit4]    >        at 
org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:329)
   [junit4]    >        at 
org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:271)
   [junit4]    >        at 
org.apache.solr.ltr.TestRerankBase.loadFeature(TestRerankBase.java:286)
   [junit4]    >        at 
org.apache.solr.ltr.TestLTROnSolrCloud.loadModelsAndFeatures(TestLTROnSolrCloud.java:184)
   [junit4]    >        at 
org.apache.solr.ltr.TestLTROnSolrCloud.setupSolrCluster(TestLTROnSolrCloud.java:138)
   [junit4]    >        at 
org.apache.solr.ltr.TestLTROnSolrCloud.setUp(TestLTROnSolrCloud.java:58)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestLTROnSolrCloud_ABA34BE83F097229-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=PostingsFormat(name=Asserting), 
popularity=BlockTreeOrds(blocksize=128), 
description=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=Lucene50(blocksize=128), text=BlockTreeOrds(blocksize=128), 
title=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=1594, 
maxMBSortInHeap=7.524918923114448, sim=RandomSimilarity(queryNorm=false): {}, 
locale=de-LU, timezone=America/Argentina/Jujuy
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=187186408,total=331350016
   [junit4]   2> NOTE: All tests run in this JVM: [TestLTRWithSort, 
TestLTRReRankingPipeline, TestExternalValueFeatures, TestUserTermScorereQDF, 
TestNoMatchSolrFeature, TestLTROnSolrCloud]
   [junit4] Completed [24/33 (1!)] on J0 in 12.79s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to