Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20943/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
4 threads leaked from SUITE scope at 
org.apache.solr.cloud.BasicDistributedZkTest:     1) Thread[id=19182, 
name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicDistributedZkTest]         at 
[email protected]/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at [email protected]/java.lang.Thread.run(Thread.java:844)    2) 
Thread[id=19176, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicDistributedZkTest]         at 
[email protected]/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at [email protected]/java.lang.Thread.run(Thread.java:844)    3) 
Thread[id=19173, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicDistributedZkTest]         at 
[email protected]/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at [email protected]/java.lang.Thread.run(Thread.java:844)    4) 
Thread[id=19188, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicDistributedZkTest]         at 
[email protected]/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at [email protected]/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE 
scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   1) Thread[id=19182, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicDistributedZkTest]
        at [email protected]/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at [email protected]/java.lang.Thread.run(Thread.java:844)
   2) Thread[id=19176, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicDistributedZkTest]
        at [email protected]/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at [email protected]/java.lang.Thread.run(Thread.java:844)
   3) Thread[id=19173, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicDistributedZkTest]
        at [email protected]/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at [email protected]/java.lang.Thread.run(Thread.java:844)
   4) Thread[id=19188, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-BasicDistributedZkTest]
        at [email protected]/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at [email protected]/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([5EE2AAA79FDF13AD]:0)


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelTerminatingDaemonUpdateStream

Error Message:
--> 
https://127.0.0.1:34187/solr/collection1:java.util.ConcurrentModificationException

Stack Trace:
java.io.IOException: --> 
https://127.0.0.1:34187/solr/collection1:java.util.ConcurrentModificationException
        at 
__randomizedtesting.SeedInfo.seed([5040433130F2387B:A1249B596498F765]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:222)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelTerminatingDaemonUpdateStream(StreamExpressionTest.java:4376)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
No registered leader was found after waiting for 10000ms , collection: 
oneInstanceCollection2 slice: shard1 saw 
state=DocCollection(oneInstanceCollection2//collections/oneInstanceCollection2/state.json/10)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{   
    "range":"80000000-ffffffff",       "state":"active",       
"replicas":{"core_node86":{           
"core":"oneInstanceCollection2_shard1_replica_n85",           
"base_url":"http://127.0.0.1:45187/i/z";,           
"node_name":"127.0.0.1:45187_i%2Fz",           "state":"active",           
"type":"NRT"}}},     "shard2":{       "range":"0-7fffffff",       
"state":"active",       "replicas":{         "core_node84":{           
"core":"oneInstanceCollection2_shard2_replica_n83",           
"base_url":"http://127.0.0.1:45187/i/z";,           
"node_name":"127.0.0.1:45187_i%2Fz",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node88":{           
"core":"oneInstanceCollection2_shard2_replica_n87",           
"base_url":"http://127.0.0.1:45187/i/z";,           
"node_name":"127.0.0.1:45187_i%2Fz",           "state":"active",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"4",  
 "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} with 
live_nodes=[127.0.0.1:33125_i%2Fz, 127.0.0.1:45187_i%2Fz, 
127.0.0.1:37905_i%2Fz, 127.0.0.1:33147_i%2Fz, 127.0.0.1:34569_i%2Fz]

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after 
waiting for 10000ms , collection: oneInstanceCollection2 slice: shard1 saw 
state=DocCollection(oneInstanceCollection2//collections/oneInstanceCollection2/state.json/10)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node86":{
          "core":"oneInstanceCollection2_shard1_replica_n85",
          "base_url":"http://127.0.0.1:45187/i/z";,
          "node_name":"127.0.0.1:45187_i%2Fz",
          "state":"active",
          "type":"NRT"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node84":{
          "core":"oneInstanceCollection2_shard2_replica_n83",
          "base_url":"http://127.0.0.1:45187/i/z";,
          "node_name":"127.0.0.1:45187_i%2Fz",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node88":{
          "core":"oneInstanceCollection2_shard2_replica_n87",
          "base_url":"http://127.0.0.1:45187/i/z";,
          "node_name":"127.0.0.1:45187_i%2Fz",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"4",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:33125_i%2Fz, 
127.0.0.1:45187_i%2Fz, 127.0.0.1:37905_i%2Fz, 127.0.0.1:33147_i%2Fz, 
127.0.0.1:34569_i%2Fz]
        at 
__randomizedtesting.SeedInfo.seed([5EE2AAA79FDF13AD:D6B6957D31237E55]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:771)
        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:736)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneInstanceWithManualShardAssignement(BasicDistributedZkTest.java:869)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:374)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index 0 out-of-bounds for length 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index 0 out-of-bounds for length 0
        at 
__randomizedtesting.SeedInfo.seed([5EE2AAA79FDF13AD:4AAAF1F2BCD8AEB3]:0)
        at 
java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
        at 
java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
        at 
java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
        at java.base/java.util.Objects.checkIndex(Objects.java:372)
        at java.base/java.util.ArrayList.get(ArrayList.java:440)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testDefaultPlugins

Error Message:
Error from server at http://127.0.0.1:38147/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:38147/solr: create the collection time out:180s
        at 
__randomizedtesting.SeedInfo.seed([5EE2AAA79FDF13AD:1662F877C39F3080]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testDefaultPlugins(SolrCloudReportersTest.java:156)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12627 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/init-core-data-001
   [junit4]   2> 985237 WARN  
(SUITE-BasicDistributedZkTest-seed#[5EE2AAA79FDF13AD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 985237 INFO  
(SUITE-BasicDistributedZkTest-seed#[5EE2AAA79FDF13AD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 985237 INFO  
(SUITE-BasicDistributedZkTest-seed#[5EE2AAA79FDF13AD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 985237 INFO  
(SUITE-BasicDistributedZkTest-seed#[5EE2AAA79FDF13AD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 985238 INFO  
(SUITE-BasicDistributedZkTest-seed#[5EE2AAA79FDF13AD]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /i/z
   [junit4]   2> 985238 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 985239 INFO  (Thread-4353) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 985239 INFO  (Thread-4353) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 985241 ERROR (Thread-4353) [    ] 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> 985339 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33571
   [junit4]   2> 985355 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 985356 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 985356 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 985357 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 985357 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 985358 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 985358 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 985359 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 985359 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 985359 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 985360 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 985360 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 985435 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 985453 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7b793672{/i/z,null,AVAILABLE}
   [junit4]   2> 985454 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4c9a679e{HTTP/1.1,[http/1.1]}{127.0.0.1:37905}
   [junit4]   2> 985454 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.Server Started @987295ms
   [junit4]   2> 985455 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/i/z, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/tempDir-001/control/data,
 hostPort=37905, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 985455 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 985455 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 985455 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 985455 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 985455 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-18T19:07:50.184512Z
   [junit4]   2> 985463 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 985463 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/control-001/solr.xml
   [junit4]   2> 985465 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 985465 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 985466 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 985473 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33571/solr
   [junit4]   2> 985519 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 985519 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37905_i%2Fz
   [junit4]   2> 985519 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.Overseer Overseer 
(id=99026997737422852-127.0.0.1:37905_i%2Fz-n_0000000000) starting
   [junit4]   2> 985524 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37905_i%2Fz
   [junit4]   2> 985532 INFO  
(zkCallback-3358-thread-1-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 985563 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 985571 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 985571 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 985572 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/control-001/cores
   [junit4]   2> 985589 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 985589 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33571/solr ready
   [junit4]   2> 985591 INFO  (qtp504124490-18213) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37905_i%252Fz&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 985592 INFO  
(OverseerThreadFactory-4196-thread-1-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 985698 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 985698 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 985800 INFO  
(zkCallback-3358-thread-1-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 986709 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 986739 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 986816 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 986821 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 986821 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 986821 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 986821 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 986823 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7702944444275317]
   [junit4]   2> 986824 WARN  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 986844 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 986844 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 986845 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 986845 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 986846 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2025632422, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 986846 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3bf776a5[control_collection_shard1_replica_n1] main]
   [junit4]   2> 986847 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 986847 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 986847 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 986848 INFO  
(searcherExecutor-4199-thread-1-processing-n:127.0.0.1:37905_i%2Fz 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:37905_i%2Fz c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@3bf776a5[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 986848 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1584431965485924352
   [junit4]   2> 986851 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 986851 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 986851 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37905/i/z/control_collection_shard1_replica_n1/
   [junit4]   2> 986851 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 986851 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:37905/i/z/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 986851 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 986851 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37905/i/z/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 986952 INFO  
(zkCallback-3358-thread-2-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 987002 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 987003 INFO  (qtp504124490-18215) [n:127.0.0.1:37905_i%2Fz 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1304
   [junit4]   2> 987004 INFO  (qtp504124490-18213) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 987103 INFO  
(zkCallback-3358-thread-2-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 987593 INFO  
(OverseerCollectionConfigSetProcessor-99026997737422852-127.0.0.1:37905_i%2Fz-n_0000000000)
 [n:127.0.0.1:37905_i%2Fz    ] 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> 988004 INFO  (qtp504124490-18213) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37905_i%252Fz&wt=javabin&version=2}
 status=0 QTime=2413
   [junit4]   2> 988008 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 988009 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33571/solr ready
   [junit4]   2> 988009 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 988010 INFO  (qtp504124490-18213) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 988011 INFO  
(OverseerThreadFactory-4196-thread-2-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 988012 WARN  
(OverseerThreadFactory-4196-thread-2-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 988217 INFO  (qtp504124490-18213) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 988217 INFO  (qtp504124490-18213) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=207
   [junit4]   2> 988291 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-1-001
 of type TLOG
   [junit4]   2> 988292 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 988293 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@34126382{/i/z,null,AVAILABLE}
   [junit4]   2> 988293 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5d7e8d5e{HTTP/1.1,[http/1.1]}{127.0.0.1:45187}
   [junit4]   2> 988293 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.Server Started @990133ms
   [junit4]   2> 988293 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/i/z, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/tempDir-001/jetty1,
 hostPort=45187, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-1-001/cores,
 replicaType=TLOG}
   [junit4]   2> 988293 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 988293 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 988293 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 988293 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 988293 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-18T19:07:53.022908Z
   [junit4]   2> 988295 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 988295 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-1-001/solr.xml
   [junit4]   2> 988296 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 988296 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 988297 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 988298 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33571/solr
   [junit4]   2> 988302 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 988303 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 988303 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45187_i%2Fz
   [junit4]   2> 988304 INFO  
(zkCallback-3358-thread-2-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 988304 INFO  
(zkCallback-3371-thread-1-processing-n:127.0.0.1:45187_i%2Fz) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 988304 INFO  (zkCallback-3366-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 988328 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 988335 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 988335 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 988336 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-1-001/cores
   [junit4]   2> 988349 INFO  (qtp504124490-18214) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:45187_i%252Fz&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 988350 INFO  
(OverseerCollectionConfigSetProcessor-99026997737422852-127.0.0.1:37905_i%2Fz-n_0000000000)
 [n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 988350 INFO  
(OverseerThreadFactory-4196-thread-3-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:45187_i%2Fz for creating new replica
   [junit4]   2> 988351 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 988351 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 989578 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 989592 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 989658 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 989664 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 989664 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 989664 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 989664 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 989665 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7702944444275317]
   [junit4]   2> 989667 WARN  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 989686 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 989686 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 989687 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 989687 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 989687 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2025632422, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 989688 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@541eef75[collection1_shard2_replica_t41] main]
   [junit4]   2> 989688 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 989688 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 989689 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 989689 INFO  
(searcherExecutor-4210-thread-1-processing-n:127.0.0.1:45187_i%2Fz 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) 
[n:127.0.0.1:45187_i%2Fz c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@541eef75[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 989689 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1584431968464928768
   [junit4]   2> 989692 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 989692 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 989692 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:45187/i/z/collection1_shard2_replica_t41/
   [junit4]   2> 989693 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 989693 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:45187/i/z/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 989693 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 989693 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 989693 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45187/i/z/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 989844 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 989853 INFO  (qtp2063623846-18260) [n:127.0.0.1:45187_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1501
   [junit4]   2> 989855 INFO  (qtp504124490-18214) [n:127.0.0.1:37905_i%2Fz    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:45187_i%252Fz&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1506
   [junit4]   2> 989932 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-2-001
 of type TLOG
   [junit4]   2> 989932 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 989933 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@69aad79f{/i/z,null,AVAILABLE}
   [junit4]   2> 989933 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@606cb5fa{HTTP/1.1,[http/1.1]}{127.0.0.1:33147}
   [junit4]   2> 989933 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.Server Started @991773ms
   [junit4]   2> 989933 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/i/z, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/tempDir-001/jetty2,
 hostPort=33147, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-2-001/cores,
 replicaType=TLOG}
   [junit4]   2> 989933 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 989933 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 989933 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 989934 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 989934 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-18T19:07:54.663074Z
   [junit4]   2> 989935 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 989935 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-2-001/solr.xml
   [junit4]   2> 989936 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 989936 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 989937 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 989938 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33571/solr
   [junit4]   2> 989942 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:33147_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 989943 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:33147_i%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 989943 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:33147_i%2Fz    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33147_i%2Fz
   [junit4]   2> 989943 INFO  
(zkCallback-3358-thread-2-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 989944 INFO  (zkCallback-3366-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 989944 INFO  
(zkCallback-3371-thread-1-processing-n:127.0.0.1:45187_i%2Fz) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 989944 INFO  
(zkCallback-3377-thread-1-processing-n:127.0.0.1:33147_i%2Fz) 
[n:127.0.0.1:33147_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 989988 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:33147_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 989995 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:33147_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 989995 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:33147_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 989995 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:33147_i%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-2-001/cores
   [junit4]   2> 990014 INFO  (qtp2143969480-18289) [n:127.0.0.1:33147_i%2Fz    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:33147_i%252Fz&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 990015 INFO  
(OverseerCollectionConfigSetProcessor-99026997737422852-127.0.0.1:37905_i%2Fz-n_0000000000)
 [n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 990015 INFO  
(OverseerThreadFactory-4196-thread-4-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:33147_i%2Fz for creating new replica
   [junit4]   2> 990016 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 990016 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 991039 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 991053 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 991119 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 991125 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 991126 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t43' (registry 
'solr.core.collection1.shard1.replica_t43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 991126 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 991126 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 991127 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7702944444275317]
   [junit4]   2> 991128 WARN  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 991148 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 991148 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 991149 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 991149 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 991149 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2025632422, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 991149 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@51efbb48[collection1_shard1_replica_t43] main]
   [junit4]   2> 991150 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 991150 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 991150 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 991151 INFO  
(searcherExecutor-4221-thread-1-processing-n:127.0.0.1:33147_i%2Fz 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) 
[n:127.0.0.1:33147_i%2Fz c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@51efbb48[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 991151 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1584431969997946880
   [junit4]   2> 991153 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 991153 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 991153 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:33147/i/z/collection1_shard1_replica_t43/
   [junit4]   2> 991153 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 991153 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:33147/i/z/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 991153 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 991153 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 991154 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33147/i/z/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 991305 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 991313 INFO  (qtp2143969480-18291) [n:127.0.0.1:33147_i%2Fz 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1296
   [junit4]   2> 991315 INFO  (qtp2143969480-18289) [n:127.0.0.1:33147_i%2Fz    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:33147_i%252Fz&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1301
   [junit4]   2> 991388 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-3-001
 of type TLOG
   [junit4]   2> 991388 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 991389 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@65aa67a7{/i/z,null,AVAILABLE}
   [junit4]   2> 991389 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@cd8a577{HTTP/1.1,[http/1.1]}{127.0.0.1:34569}
   [junit4]   2> 991389 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.e.j.s.Server Started @993229ms
   [junit4]   2> 991389 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/i/z, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/tempDir-001/jetty3,
 hostPort=34569, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-3-001/cores,
 replicaType=TLOG}
   [junit4]   2> 991390 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 991390 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 991390 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 991390 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 991390 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-18T19:07:56.119405Z
   [junit4]   2> 991391 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 991391 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-3-001/solr.xml
   [junit4]   2> 991393 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 991393 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 991393 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 991394 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33571/solr
   [junit4]   2> 991398 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:34569_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 991399 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:34569_i%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 991400 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:34569_i%2Fz    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34569_i%2Fz
   [junit4]   2> 991400 INFO  
(zkCallback-3358-thread-1-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 991400 INFO  
(zkCallback-3377-thread-1-processing-n:127.0.0.1:33147_i%2Fz) 
[n:127.0.0.1:33147_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 991400 INFO  (zkCallback-3366-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 991400 INFO  
(zkCallback-3383-thread-1-processing-n:127.0.0.1:34569_i%2Fz) 
[n:127.0.0.1:34569_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 991400 INFO  
(zkCallback-3371-thread-1-processing-n:127.0.0.1:45187_i%2Fz) 
[n:127.0.0.1:45187_i%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 991443 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:34569_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 991450 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:34569_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 991450 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:34569_i%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4736300a
   [junit4]   2> 991451 INFO  
(TEST-BasicDistributedZkTest.test-seed#[5EE2AAA79FDF13AD]) 
[n:127.0.0.1:34569_i%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_5EE2AAA79FDF13AD-001/shard-3-001/cores
   [junit4]   2> 991474 INFO  (qtp2143969480-18290) [n:127.0.0.1:33147_i%2Fz    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:34569_i%252Fz&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 991476 INFO  
(OverseerCollectionConfigSetProcessor-99026997737422852-127.0.0.1:37905_i%2Fz-n_0000000000)
 [n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 991476 INFO  
(OverseerThreadFactory-4196-thread-5-processing-n:127.0.0.1:37905_i%2Fz) 
[n:127.0.0.1:37905_i%2Fz    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:34569_i%2Fz for creating new replica
   [junit4]   2> 991477 INFO  (qtp1553720447-18318) [n:127.0.0.1:34569_i%2Fz    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 991477 INFO  (qtp1553720447-18318) [n:127.0.0.1:34569_i%2Fz    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 992498 INFO  (qtp1553720447-18318) [n:127.0.0.1:34569_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 992511 INFO  (qtp1553720447-18318) [n:127.0.0.1:34569_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 992580 INFO  (qtp1553720447-18318) [n:127.0.0.1:34569_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 992587 INFO  (qtp1553720447-18318) [n:127.0.0.1:34569_i%2Fz 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 992587 INFO  (qtp1553720447-18318) 

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

) [n:127.0.0.1:38957_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c596e86: rootName = 
solr_38957, domain = solr.core.collection1.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@1f2709a5
   [junit4]   2> 130394 INFO  (jetty-closer-6-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34187_solr
   [junit4]   2> 130395 INFO  
(zkCallback-24-thread-1-processing-n:127.0.0.1:34187_solr) 
[n:127.0.0.1:34187_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 130395 INFO  (jetty-closer-6-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 130395 INFO  
(zkCallback-1629-thread-1-processing-n:127.0.0.1:38957_solr 
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:38957_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (0)
   [junit4]   2> 130395 INFO  
(zkCallback-25-thread-2-processing-n:127.0.0.1:34915_solr) 
[n:127.0.0.1:34915_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 130395 INFO  
(zkCallback-27-thread-2-processing-n:127.0.0.1:42469_solr) 
[n:127.0.0.1:42469_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 130395 INFO  
(zkCallback-26-thread-3-processing-n:127.0.0.1:38957_solr) 
[n:127.0.0.1:38957_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 130395 INFO  
(zkCallback-24-thread-3-processing-n:127.0.0.1:34187_solr) 
[n:127.0.0.1:34187_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 130399 INFO  (coreCloseExecutor-246-thread-1) 
[n:127.0.0.1:38957_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=458577156
   [junit4]   2> 130403 INFO  (jetty-closer-6-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@38edf0ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 130404 INFO  (jetty-closer-6-thread-3) [    ] o.a.s.c.Overseer 
Overseer (id=99027115840897036-127.0.0.1:42469_solr-n_0000000000) closing
   [junit4]   2> 130404 INFO  
(OverseerStateUpdate-99027115840897036-127.0.0.1:42469_solr-n_0000000000) 
[n:127.0.0.1:42469_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42469_solr
   [junit4]   2> 130406 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 0x15fd0a31ed4000a, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 130406 WARN  
(OverseerAutoScalingTriggerThread-99027115840897036-127.0.0.1:42469_solr-n_0000000000)
 [n:127.0.0.1:42469_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 130407 INFO  (jetty-closer-6-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4f812ad5{/solr,null,UNAVAILABLE}
   [junit4]   2> 131904 INFO  (jetty-closer-6-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29263875{/solr,null,UNAVAILABLE}
   [junit4]   2> 131904 INFO  (jetty-closer-6-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@24ed100c{/solr,null,UNAVAILABLE}
   [junit4]   2> 131905 ERROR 
(SUITE-StreamExpressionTest-seed#[5040433130F2387B]-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> 131905 INFO  
(SUITE-StreamExpressionTest-seed#[5040433130F2387B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46521 46521
   [junit4]   2> 136944 INFO  (Thread-17) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:46521 46521
   [junit4]   2> 136945 WARN  (Thread-17) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        100     /solr/aliases.json
   [junit4]   2>        13      /solr/configs/conf
   [junit4]   2>        8       /solr/configs/ml
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        100     /solr/clusterprops.json
   [junit4]   2>        100     /solr/clusterstate.json
   [junit4]   2>        40      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        30      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        10      /solr/collections/mainCorpus1/state.json
   [junit4]   2>        10      /solr/collections/destination/state.json
   [junit4]   2>        10      /solr/collections/destination1/state.json
   [junit4]   2>        10      /solr/collections/collection1/state.json
   [junit4]   2>        10      /solr/collections/workQueue1/state.json
   [junit4]   2>        10      /solr/collections/workQueue/state.json
   [junit4]   2>        10      /solr/collections/uknownCollection/state.json
   [junit4]   2>        10      /solr/collections/modelCollection/state.json
   [junit4]   2>        10      
/solr/collections/checkpointCollection/state.json
   [junit4]   2>        10      /solr/collections/mainCorpus/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        100     /solr/live_nodes
   [junit4]   2>        100     /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_5040433130F2387B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{expr_s=PostingsFormat(name=LuceneVarGapFixedInterval), name_s=FST50, 
terms_ss=PostingsFormat(name=Direct), join2_s=PostingsFormat(name=Direct), 
field_s=PostingsFormat(name=LuceneFixedGap), 
multiDefault=PostingsFormat(name=Direct), subject=PostingsFormat(name=Direct), 
a1_s=PostingsFormat(name=Direct), a2_s=FST50, 
level1_s=PostingsFormat(name=LuceneVarGapFixedInterval), body_t=FST50, 
s_multi=FST50, col_s=PostingsFormat(name=Direct), 
a_ss=PostingsFormat(name=LuceneFixedGap), 
level2_s=PostingsFormat(name=LuceneFixedGap), a_s=FST50, 
tv_text=PostingsFormat(name=LuceneFixedGap), 
term_s=PostingsFormat(name=Direct), a_t=PostingsFormat(name=LuceneFixedGap), 
text_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), text=FST50, 
featureSet_s=PostingsFormat(name=Direct), checkpoint_ss=FST50, test_t=FST50, 
ident_s=PostingsFormat(name=Direct), whitetok=FST50, side_s=FST50}, 
docValues:{expr_s=DocValuesFormat(name=Direct), 
name_s=DocValuesFormat(name=Asserting), 
iteration_i=DocValuesFormat(name=Direct), 
terms_ss=DocValuesFormat(name=Lucene70), 
join2_s=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Lucene70), 
a_f=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Memory), 
falseNegative_i=DocValuesFormat(name=Memory), 
a2_s=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Direct), 
level1_s=DocValuesFormat(name=Direct), a_s=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Direct), alpha_d=DocValuesFormat(name=Asserting), 
i_multi=DocValuesFormat(name=Direct), idf_d=DocValuesFormat(name=Lucene70), 
b_ls=DocValuesFormat(name=Lucene70), 
checkpoint_ss=DocValuesFormat(name=Asserting), 
ident_s=DocValuesFormat(name=Lucene70), order_i=DocValuesFormat(name=Lucene70), 
error_d=DocValuesFormat(name=Direct), side_s=DocValuesFormat(name=Asserting), 
truePositive_i=DocValuesFormat(name=Direct), 
miles_i=DocValuesFormat(name=Lucene70), field_s=DocValuesFormat(name=Memory), 
price_f=DocValuesFormat(name=Lucene70), a1_s=DocValuesFormat(name=Lucene70), 
join1_i=DocValuesFormat(name=Direct), join3_i=DocValuesFormat(name=Asserting), 
test_i=DocValuesFormat(name=Lucene70), 
falsePositive_i=DocValuesFormat(name=Memory), 
field_i=DocValuesFormat(name=Lucene70), 
s_multi=DocValuesFormat(name=Asserting), col_s=DocValuesFormat(name=Lucene70), 
a_ss=DocValuesFormat(name=Memory), level2_s=DocValuesFormat(name=Memory), 
score_f=DocValuesFormat(name=Asserting), term_s=DocValuesFormat(name=Lucene70), 
text_s=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Memory), 
idfs_ds=DocValuesFormat(name=Memory), 
weights_ds=DocValuesFormat(name=Asserting), 
featureSet_s=DocValuesFormat(name=Lucene70), 
trueNegative_i=DocValuesFormat(name=Asserting), 
index_i=DocValuesFormat(name=Lucene70), test_dt=DocValuesFormat(name=Direct), 
out_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Memory)}, 
maxPointsInLeafNode=2024, maxMBSortInHeap=6.493194024016777, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3457e32),
 locale=nl-CW, timezone=Pacific/Easter
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=272434704,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [SquareRootEvaluatorTest, 
TestConfigSetAdminRequest, ArcSineEvaluatorTest, LargeVolumeEmbeddedTest, 
SolrSchemalessExampleTest, ShardParamsTest, LessThanEvaluatorTest, 
ConcurrentUpdateSolrClientBuilderTest, StreamExpressionTest]
   [junit4] Completed [130/146 (1!)] on J0 in 126.45s, 135 tests, 1 error <<< 
FAILURES!

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

Reply via email to