Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/89/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

5 tests failed.
FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale

Error Message:
Error from server at https://127.0.0.1:39089/solr/stale_state_test_col: No 
registered leader was found after waiting for 4000ms , collection: 
stale_state_test_col slice: shard1 saw 
state=DocCollection(stale_state_test_col//collections/stale_state_test_col/state.json/9)={
   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       
"replicas":{"core_node4":{           
"core":"stale_state_test_col_shard1_replica_n3",           
"base_url":"https://127.0.0.1:39089/solr";,           
"node_name":"127.0.0.1:39089_solr",           "state":"active",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",  
 "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"} with 
live_nodes=[127.0.0.1:39089_solr, 127.0.0.1:46123_solr, 127.0.0.1:43071_solr]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39089/solr/stale_state_test_col: No registered 
leader was found after waiting for 4000ms , collection: stale_state_test_col 
slice: shard1 saw 
state=DocCollection(stale_state_test_col//collections/stale_state_test_col/state.json/9)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node4":{
          "core":"stale_state_test_col_shard1_replica_n3",
          "base_url":"https://127.0.0.1:39089/solr";,
          "node_name":"127.0.0.1:39089_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:39089_solr, 
127.0.0.1:46123_solr, 127.0.0.1:43071_solr]
        at 
__randomizedtesting.SeedInfo.seed([8CD8FA161FA74085:38E962FEFC4E36A9]: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.requestWithRetryOnStaleState(CloudSolrClient.java:945)
        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.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale(CloudSolrClientTest.java:848)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias

Error Message:
Error from server at https://127.0.0.1:39089/solr: Could not fully create 
collection: nemesis

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39089/solr: Could not fully create collection: 
nemesis
        at 
__randomizedtesting.SeedInfo.seed([8CD8FA161FA74085:9CA5BDDFEA444012]: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.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias(CloudSolrClientTest.java:226)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption

Error Message:
Could not find collection:overwrite

Stack Trace:
java.lang.AssertionError: Could not find collection:overwrite
        at 
__randomizedtesting.SeedInfo.seed([8CD8FA161FA74085:60E31BFD71F73F53]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption(CloudSolrClientTest.java:155)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.checkCollectionParameters

Error Message:
Could not find collection:multicollection1

Stack Trace:
java.lang.AssertionError: Could not find collection:multicollection1
        at 
__randomizedtesting.SeedInfo.seed([8CD8FA161FA74085:77CF69A646F09732]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.checkCollectionParameters(CloudSolrClientTest.java:585)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientTest.testAliasHandling

Error Message:
Error from server at https://127.0.0.1:39089/solr: Could not fully create 
collection: 2nd_collection

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:39089/solr: Could not fully create collection: 
2nd_collection
        at 
__randomizedtesting.SeedInfo.seed([8CD8FA161FA74085:892795E6DCE944A7]: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.client.solrj.impl.CloudSolrClientTest.testAliasHandling(CloudSolrClientTest.java:178)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14954 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrClientTest
   [junit4]   2> 17492 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001/init-core-data-001
   [junit4]   2> 17492 WARN  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=119 numCloses=119
   [junit4]   2> 17492 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 17494 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 17649 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001/tempDir-001
   [junit4]   2> 17649 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 17668 INFO  (Thread-33) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 17668 INFO  (Thread-33) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 17674 ERROR (Thread-33) [    ] 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> 17768 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46417
   [junit4]   2> 17780 INFO  (zkConnectionManagerCallback-52-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17810 INFO  (jetty-launcher-49-thread-3) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 17810 INFO  (jetty-launcher-49-thread-2) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 17813 INFO  (jetty-launcher-49-thread-1) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 17902 INFO  (jetty-launcher-49-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a4a72e{/solr,null,AVAILABLE}
   [junit4]   2> 17902 INFO  (jetty-launcher-49-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f78c0f{/solr,null,AVAILABLE}
   [junit4]   2> 17904 INFO  (jetty-launcher-49-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16ea774{/solr,null,AVAILABLE}
   [junit4]   2> 17923 INFO  (jetty-launcher-49-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@bbd6b8{SSL,[ssl, 
http/1.1]}{127.0.0.1:43071}
   [junit4]   2> 17923 INFO  (jetty-launcher-49-thread-1) [    ] o.e.j.s.Server 
Started @19981ms
   [junit4]   2> 17923 INFO  (jetty-launcher-49-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43071}
   [junit4]   2> 17923 INFO  (jetty-launcher-49-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1a3a86f{SSL,[ssl, 
http/1.1]}{127.0.0.1:39089}
   [junit4]   2> 17924 INFO  (jetty-launcher-49-thread-2) [    ] o.e.j.s.Server 
Started @19982ms
   [junit4]   2> 17924 INFO  (jetty-launcher-49-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39089}
   [junit4]   2> 17925 ERROR (jetty-launcher-49-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 17925 INFO  (jetty-launcher-49-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 17925 INFO  (jetty-launcher-49-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 17925 INFO  (jetty-launcher-49-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 17925 INFO  (jetty-launcher-49-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T06:34:29.361Z
   [junit4]   2> 17926 ERROR (jetty-launcher-49-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 17926 INFO  (jetty-launcher-49-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 17926 INFO  (jetty-launcher-49-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 17926 INFO  (jetty-launcher-49-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 17926 INFO  (jetty-launcher-49-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T06:34:29.362Z
   [junit4]   2> 17927 INFO  (jetty-launcher-49-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@d0417a{SSL,[ssl, 
http/1.1]}{127.0.0.1:46123}
   [junit4]   2> 17927 INFO  (jetty-launcher-49-thread-3) [    ] o.e.j.s.Server 
Started @19985ms
   [junit4]   2> 17927 INFO  (jetty-launcher-49-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46123}
   [junit4]   2> 17932 ERROR (jetty-launcher-49-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 17932 INFO  (jetty-launcher-49-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 17932 INFO  (jetty-launcher-49-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 17932 INFO  (jetty-launcher-49-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 17932 INFO  (jetty-launcher-49-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T06:34:29.368Z
   [junit4]   2> 17950 INFO  (zkConnectionManagerCallback-56-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17963 INFO  (jetty-launcher-49-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 17968 INFO  (zkConnectionManagerCallback-54-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17977 INFO  (jetty-launcher-49-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 17986 INFO  (zkConnectionManagerCallback-58-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17987 INFO  (jetty-launcher-49-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 18001 INFO  (jetty-launcher-49-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46417/solr
   [junit4]   2> 18017 INFO  (jetty-launcher-49-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46417/solr
   [junit4]   2> 18017 INFO  (jetty-launcher-49-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46417/solr
   [junit4]   2> 18052 INFO  (zkConnectionManagerCallback-62-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18074 INFO  (zkConnectionManagerCallback-69-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18076 INFO  (zkConnectionManagerCallback-70-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18081 INFO  
(zkConnectionManagerCallback-72-thread-1-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18084 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 0x16072a169740006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 18128 INFO  
(zkConnectionManagerCallback-74-thread-1-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18136 INFO  
(zkConnectionManagerCallback-76-thread-1-processing-n:127.0.0.1:39089_solr) 
[n:127.0.0.1:39089_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18176 WARN  (jetty-launcher-49-thread-2) 
[n:127.0.0.1:39089_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 18177 WARN  (jetty-launcher-49-thread-3) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 18178 WARN  (jetty-launcher-49-thread-1) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 18187 INFO  (jetty-launcher-49-thread-2) 
[n:127.0.0.1:39089_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 18187 INFO  (jetty-launcher-49-thread-1) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 18188 INFO  (jetty-launcher-49-thread-1) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43071_solr
   [junit4]   2> 18188 INFO  (jetty-launcher-49-thread-3) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 18191 INFO  (jetty-launcher-49-thread-1) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.Overseer Overseer 
(id=99205229386661895-127.0.0.1:43071_solr-n_0000000000) starting
   [junit4]   2> 18191 INFO  (jetty-launcher-49-thread-3) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46123_solr
   [junit4]   2> 18191 INFO  (jetty-launcher-49-thread-2) 
[n:127.0.0.1:39089_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39089_solr
   [junit4]   2> 18206 INFO  
(zkCallback-73-thread-1-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 18206 INFO  
(zkCallback-75-thread-1-processing-n:127.0.0.1:39089_solr) 
[n:127.0.0.1:39089_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 18232 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 18241 INFO  (jetty-launcher-49-thread-1) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43071_solr
   [junit4]   2> 18249 INFO  
(zkCallback-73-thread-1-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 18259 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 18261 INFO  
(zkCallback-75-thread-1-processing-n:127.0.0.1:39089_solr) 
[n:127.0.0.1:39089_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 18567 INFO  (jetty-launcher-49-thread-3) 
[n:127.0.0.1:46123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46123.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 18574 INFO  (jetty-launcher-49-thread-1) 
[n:127.0.0.1:43071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43071.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 18636 INFO  (jetty-launcher-49-thread-3) 
[n:127.0.0.1:46123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46123.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 18637 INFO  (jetty-launcher-49-thread-3) 
[n:127.0.0.1:46123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46123.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 18638 INFO  (jetty-launcher-49-thread-3) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001/tempDir-001/node1/.
   [junit4]   2> 18639 INFO  (jetty-launcher-49-thread-1) 
[n:127.0.0.1:43071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43071.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 18640 INFO  (jetty-launcher-49-thread-1) 
[n:127.0.0.1:43071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43071.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 18641 INFO  (jetty-launcher-49-thread-1) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001/tempDir-001/node2/.
   [junit4]   2> 18647 INFO  (jetty-launcher-49-thread-2) 
[n:127.0.0.1:39089_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39089.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 18680 INFO  (jetty-launcher-49-thread-2) 
[n:127.0.0.1:39089_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39089.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 18680 INFO  (jetty-launcher-49-thread-2) 
[n:127.0.0.1:39089_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39089.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 18688 INFO  (jetty-launcher-49-thread-2) 
[n:127.0.0.1:39089_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001/tempDir-001/node3/.
   [junit4]   2> 18813 INFO  (zkConnectionManagerCallback-82-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18826 INFO  (zkConnectionManagerCallback-86-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18828 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 18829 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46417/solr ready
   [junit4]   2> 19005 INFO  (qtp21609744-216) [n:127.0.0.1:39089_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 19040 INFO  
(OverseerThreadFactory-52-thread-1-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 19201 INFO  
(OverseerStateUpdate-99205229386661895-127.0.0.1:43071_solr-n_0000000000) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46123/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 19212 INFO  
(OverseerStateUpdate-99205229386661895-127.0.0.1:43071_solr-n_0000000000) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43071/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 19530 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 19530 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 19539 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n3&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 19540 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 19677 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 19677 INFO  
(zkCallback-73-thread-1-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 19684 INFO  
(zkCallback-73-thread-2-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 19684 INFO  
(zkCallback-71-thread-2-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 20580 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 20612 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 20664 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.s.IndexSchema [collection1_shard2_replica_n3] Schema name=test
   [junit4]   2> 20664 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 20937 WARN  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 20942 WARN  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 20965 WARN  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 20965 WARN  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 20965 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 20968 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 20975 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46123.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 20975 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 20975 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 20977 WARN  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 20977 WARN  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 20977 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 20977 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n3' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 20978 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43071.solr.core.collection1.shard2.replica_n3' (registry 
'solr.core.collection1.shard2.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cd9044
   [junit4]   2> 20978 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 20978 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.SolrCore [[collection1_shard2_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001/tempDir-001/node2/collection1_shard2_replica_n3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001/tempDir-001/node2/./collection1_shard2_replica_n3/data/]
   [junit4]   2> 21135 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 21135 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 21137 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 21137 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 21139 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fdf670[collection1_shard2_replica_n3] main]
   [junit4]   2> 21143 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 21143 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 21144 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 21148 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 21156 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 21159 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 21164 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 21165 INFO  
(searcherExecutor-60-thread-1-processing-n:127.0.0.1:43071_solr 
x:collection1_shard2_replica_n3 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:43071_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.c.SolrCore 
[collection1_shard2_replica_n3] Registered new searcher 
Searcher@fdf670[collection1_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 21165 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1587283673849266176
   [junit4]   2> 21173 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12e730d[collection1_shard1_replica_n1] main]
   [junit4]   2> 21175 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 21176 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 21177 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 21178 INFO  
(searcherExecutor-59-thread-1-processing-n:127.0.0.1:46123_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:46123_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@12e730d[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 21179 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1587283673863946240
   [junit4]   2> 21187 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 21187 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 21188 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/
   [junit4]   2> 21189 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 21189 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 21189 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 21193 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 21194 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 21194 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:43071/solr/collection1_shard2_replica_n3/
   [junit4]   2> 21194 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 21194 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:43071/solr/collection1_shard2_replica_n3/ has no replicas
   [junit4]   2> 21194 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 21218 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 21219 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43071/solr/collection1_shard2_replica_n3/ shard2
   [junit4]   2> 21324 INFO  
(zkCallback-73-thread-2-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 21324 INFO  
(zkCallback-73-thread-1-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 21324 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 21324 INFO  
(zkCallback-71-thread-2-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 21336 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 21375 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n3&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1835
   [junit4]   2> 21379 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 21388 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1859
   [junit4]   2> 21407 INFO  (qtp21609744-216) [n:127.0.0.1:39089_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 21488 INFO  
(zkCallback-73-thread-1-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 21488 INFO  
(zkCallback-73-thread-2-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 21490 INFO  
(zkCallback-71-thread-3-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 21490 INFO  
(zkCallback-71-thread-2-processing-n:127.0.0.1:43071_solr) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 22412 INFO  (qtp21609744-216) [n:127.0.0.1:39089_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3406
   [junit4]   2> 22418 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 22420 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 22436 INFO  (qtp16996948-219) [n:127.0.0.1:46123_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 22454 INFO  (qtp16996948-219) [n:127.0.0.1:46123_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 22485 INFO  
(TEST-CloudSolrClientTest.testRouting-seed#[8CD8FA161FA74085]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRouting
   [junit4]   2> 22545 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1587283675294203904)} 0 1
   [junit4]   2> 22557 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587283675308883968,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22557 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 22558 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22560 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 22564 INFO  (qtp30289770-222) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587283675316224000,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22565 INFO  (qtp30289770-222) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 22565 INFO  (qtp30289770-222) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22565 INFO  (qtp30289770-222) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 22566 INFO  (qtp16996948-219) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
 (-1587283675266940928),commit=} 0 61
   [junit4]   2> 22576 INFO  (qtp30289770-227) [n:127.0.0.1:43071_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 22578 INFO  (qtp30289770-227) [n:127.0.0.1:43071_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=1
   [junit4]   2> 22579 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 22580 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 22582 INFO  (qtp30289770-222) [n:127.0.0.1:43071_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params 
action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 22583 INFO  (qtp30289770-222) [n:127.0.0.1:43071_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 22584 INFO  (qtp30289770-223) [n:127.0.0.1:43071_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 22597 INFO  (qtp30289770-223) [n:127.0.0.1:43071_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=13
   [junit4]   2> 22631 INFO  (qtp16996948-219) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 
(1587283675369701376)]} 0 16
   [junit4]   2> 22637 INFO  (qtp30289770-222) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 
(1587283675390672896)]} 0 2
   [junit4]   2> 22645 INFO  (qtp16996948-221) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587283675401158656,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22658 INFO  (qtp30289770-230) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587283675414790144,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22658 INFO  (qtp16996948-221) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@d6d03a 
commitCommandVersion:1587283675401158656
   [junit4]   2> 22672 INFO  (qtp30289770-230) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@9fbe40 
commitCommandVersion:1587283675414790144
   [junit4]   2> 22820 INFO  (qtp16996948-221) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@110117b[collection1_shard1_replica_n1] main]
   [junit4]   2> 22821 INFO  (qtp16996948-221) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22822 INFO  (qtp30289770-230) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b7c920[collection1_shard2_replica_n3] main]
   [junit4]   2> 22823 INFO  (qtp30289770-230) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22824 INFO  
(searcherExecutor-60-thread-1-processing-n:127.0.0.1:43071_solr 
x:collection1_shard2_replica_n3 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:43071_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.c.SolrCore 
[collection1_shard2_replica_n3] Registered new searcher 
Searcher@b7c920[collection1_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1)))}
   [junit4]   2> 22825 INFO  
(searcherExecutor-59-thread-1-processing-n:127.0.0.1:46123_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:46123_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@110117b[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1)))}
   [junit4]   2> 22826 INFO  (qtp16996948-221) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 181
   [junit4]   2> 22826 INFO  (qtp30289770-230) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 169
   [junit4]   2> 22828 INFO  (qtp16996948-207) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 187
   [junit4]   2> 22851 INFO  (qtp30289770-224) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.S.Request [collection1_shard2_replica_n3]  webapp=/solr path=/select 
params={q=id:2&distrib=false&wt=javabin&version=2} hits=1 status=0 QTime=17
   [junit4]   2> 22857 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=id:0&distrib=false&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 22887 INFO  (qtp30289770-224) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&wt=javabin&version=2}{delete=[2 
(-1587283675654914048)]} 0 0
   [junit4]   2> 22888 INFO  (qtp16996948-210) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&wt=javabin&version=2}{delete=[0 
(-1587283675655962624)]} 0 2
   [junit4]   2> 22894 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587283675662254080,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22894 INFO  (qtp16996948-217) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587283675662254080,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 22894 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@9fbe40 
commitCommandVersion:1587283675662254080
   [junit4]   2> 22894 INFO  (qtp16996948-217) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@d6d03a 
commitCommandVersion:1587283675662254080
   [junit4]   2> 22897 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@117a15[collection1_shard2_replica_n3] main]
   [junit4]   2> 22897 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22899 INFO  
(searcherExecutor-60-thread-1-processing-n:127.0.0.1:43071_solr 
x:collection1_shard2_replica_n3 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:43071_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.c.SolrCore 
[collection1_shard2_replica_n3] Registered new searcher 
Searcher@117a15[collection1_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22904 INFO  (qtp16996948-217) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7404d4[collection1_shard1_replica_n1] main]
   [junit4]   2> 22904 INFO  (qtp16996948-217) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 22907 INFO  (qtp30289770-228) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 13
   [junit4]   2> 22909 INFO  
(searcherExecutor-59-thread-1-processing-n:127.0.0.1:46123_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:46123_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@7404d4[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 22920 INFO  (qtp16996948-217) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 25
   [junit4]   2> 22921 INFO  (qtp16996948-218) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{commit=} 0 28
   [junit4]   2> 22935 INFO  (qtp30289770-208) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.S.Request [collection1_shard2_replica_n3]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:43071/solr/collection1_shard2_replica_n3/&rows=10&version=2&q=*:*&NOW=1513751674360&isShard=true&wt=javabin}
 hits=0 status=0 QTime=1
   [junit4]   2> 22937 INFO  (qtp16996948-205) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:46123/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1513751674360&isShard=true&wt=javabin}
 hits=0 status=0 QTime=0
   [junit4]   2> 22941 INFO  (qtp30289770-230) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.S.Request [collection1_shard2_replica_n3]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:4&wt=javabin&version=2} hits=0 status=0 
QTime=17
   [junit4]   2> 22961 INFO  (zkConnectionManagerCallback-92-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 22962 INFO  
(TEST-CloudSolrClientTest.testRouting-seed#[8CD8FA161FA74085]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 22963 INFO  
(TEST-CloudSolrClientTest.testRouting-seed#[8CD8FA161FA74085]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46417/solr ready
   [junit4]   2> 22975 INFO  (qtp30289770-224) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[2 
(1587283675745091584)]} 0 2
   [junit4]   2> 22988 INFO  (qtp16996948-217) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&wt=javabin&version=2}{add=[0 
(1587283675758723072)]} 0 3
   [junit4]   2> 23007 INFO  (qtp30289770-223) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587283675780743168,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 23007 INFO  (qtp30289770-223) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@9fbe40 
commitCommandVersion:1587283675780743168
   [junit4]   2> 23056 INFO  (qtp16996948-219) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1587283675832123392,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 23056 INFO  (qtp16996948-219) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@d6d03a 
commitCommandVersion:1587283675832123392
   [junit4]   2> 23059 INFO  (qtp30289770-223) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@143cc6a[collection1_shard2_replica_n3] main]
   [junit4]   2> 23062 INFO  
(searcherExecutor-60-thread-1-processing-n:127.0.0.1:43071_solr 
x:collection1_shard2_replica_n3 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:43071_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.c.SolrCore 
[collection1_shard2_replica_n3] Registered new searcher 
Searcher@143cc6a[collection1_shard2_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.2.0):C1)))}
   [junit4]   2> 23066 INFO  (qtp30289770-223) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 23066 INFO  (qtp30289770-223) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:43071/solr/collection1_shard2_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 59
   [junit4]   2> 23073 INFO  (qtp16996948-219) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@177f70b[collection1_shard1_replica_n1] main]
   [junit4]   2> 23076 INFO  (qtp16996948-219) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 23081 INFO  
(searcherExecutor-59-thread-1-processing-n:127.0.0.1:46123_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:46123_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@177f70b[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.2.0):C1)))}
   [junit4]   2> 23081 INFO  (qtp16996948-219) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:43071/solr/collection1_shard2_replica_n3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 25
   [junit4]   2> 23084 INFO  (qtp30289770-230) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n3]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 94
   [junit4]   2> 23085 INFO  
(OverseerCollectionConfigSetProcessor-99205229386661895-127.0.0.1:43071_solr-n_0000000000)
 [n:127.0.0.1:43071_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 23091 INFO  (qtp30289770-208) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.S.Request [collection1_shard2_replica_n3]  webapp=/solr path=/select 
params={q=id:2&distrib=false&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 23103 INFO  (qtp16996948-210) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=id:0&distrib=false&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 23136 INFO  (qtp16996948-210) [n:127.0.0.1:46123_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/admin/mbeans 
params={qt=/admin/mbeans&stats=true&cat=QUERY&wt=javabin&version=2&key=/select} 
status=0 QTime=3
   [junit4]   2> 23152 INFO  (qtp30289770-227) [n:127.0.0.1:43071_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n3] 
o.a.s.c.S.Request [collection1_shard2_replica_n3]  webapp=/solr 
path=/admin/mbeans 
params={qt=/admin/mbeans&stats=true&cat=QUERY&wt=javabin&version=2&key=/select} 
status=0 QTime=0
   [junit4]   2> 23157 INFO  
(TEST-CloudSolrClientTest.testRouting-seed#[8CD8FA161FA74085]) [    ] 
o.a.s.c.s.i.CloudSolrClientTest Expected Slices [shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"

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

d1.leader, tag=4405901
   [junit4]   2> 166035 INFO  (coreCloseExecutor-140-thread-3) 
[n:127.0.0.1:39089_solr c:localShardsTestColl s:shard1 r:core_node3 
x:localShardsTestColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard1.leader, tag=15282849
   [junit4]   2> 166036 INFO  (coreCloseExecutor-140-thread-4) 
[n:127.0.0.1:39089_solr c:localShardsTestColl s:shard3 r:core_node15 
x:localShardsTestColl_shard3_replica_n12] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard3.leader, tag=16619315
   [junit4]   2> 166036 INFO  (coreCloseExecutor-140-thread-5) 
[n:127.0.0.1:39089_solr c:stale_state_test_col s:shard1 r:core_node4 
x:stale_state_test_col_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.stale_state_test_col.shard1.leader, tag=14712230
   [junit4]   2> 166045 INFO  (coreCloseExecutor-141-thread-5) 
[n:127.0.0.1:43071_solr c:localShardsTestColl s:shard2 r:core_node11 
x:localShardsTestColl_shard2_replica_n8] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.localShardsTestColl.shard2.replica_n8, 
tag=20011294
   [junit4]   2> 166045 INFO  (coreCloseExecutor-141-thread-5) 
[n:127.0.0.1:43071_solr c:localShardsTestColl s:shard2 r:core_node11 
x:localShardsTestColl_shard2_replica_n8] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@17e0807: rootName = 
solr_43071, domain = solr.core.localShardsTestColl.shard2.replica_n8, service 
url = null, agent id = null] for registry 
solr.core.localShardsTestColl.shard2.replica_n8 / 
com.codahale.metrics.MetricRegistry@65afd7
   [junit4]   2> 166054 INFO  (coreCloseExecutor-139-thread-5) 
[n:127.0.0.1:46123_solr c:localShardsTestColl s:shard3 r:core_node18 
x:localShardsTestColl_shard3_replica_n16] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.localShardsTestColl.shard3.replica_n16, 
tag=23142865
   [junit4]   2> 166054 INFO  (coreCloseExecutor-139-thread-5) 
[n:127.0.0.1:46123_solr c:localShardsTestColl s:shard3 r:core_node18 
x:localShardsTestColl_shard3_replica_n16] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1e86bc7: rootName = 
solr_46123, domain = solr.core.localShardsTestColl.shard3.replica_n16, service 
url = null, agent id = null] for registry 
solr.core.localShardsTestColl.shard3.replica_n16 / 
com.codahale.metrics.MetricRegistry@1a49e03
   [junit4]   2> 166066 INFO  (coreCloseExecutor-141-thread-5) 
[n:127.0.0.1:43071_solr c:localShardsTestColl s:shard2 r:core_node11 
x:localShardsTestColl_shard2_replica_n8] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard2.leader, tag=20011294
   [junit4]   2> 166066 INFO  (coreCloseExecutor-141-thread-1) 
[n:127.0.0.1:43071_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=18206599
   [junit4]   2> 166066 INFO  (coreCloseExecutor-141-thread-2) 
[n:127.0.0.1:43071_solr c:foo s:shard1 r:core_node6 x:foo_shard1_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=29828912
   [junit4]   2> 166066 INFO  (coreCloseExecutor-141-thread-3) 
[n:127.0.0.1:43071_solr c:localShardsTestColl s:shard1 r:core_node5 
x:localShardsTestColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard1.leader, tag=24610914
   [junit4]   2> 166066 INFO  (coreCloseExecutor-141-thread-4) 
[n:127.0.0.1:43071_solr c:localShardsTestColl s:shard3 r:core_node17 
x:localShardsTestColl_shard3_replica_n14] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard3.leader, tag=9514384
   [junit4]   2> 166068 INFO  (coreCloseExecutor-139-thread-2) 
[n:127.0.0.1:46123_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=17513921
   [junit4]   2> 166069 INFO  (coreCloseExecutor-139-thread-5) 
[n:127.0.0.1:46123_solr c:localShardsTestColl s:shard3 r:core_node18 
x:localShardsTestColl_shard3_replica_n16] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard3.leader, tag=23142865
   [junit4]   2> 166069 INFO  (coreCloseExecutor-139-thread-3) 
[n:127.0.0.1:46123_solr c:localShardsTestColl s:shard2 r:core_node13 
x:localShardsTestColl_shard2_replica_n10] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard2.leader, tag=22208846
   [junit4]   2> 166069 INFO  (coreCloseExecutor-139-thread-4) 
[n:127.0.0.1:46123_solr c:localShardsTestColl s:shard1 r:core_node7 
x:localShardsTestColl_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard1.leader, tag=15756062
   [junit4]   2> 166085 INFO  (jetty-closer-50-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@16ea774{/solr,null,UNAVAILABLE}
   [junit4]   2> 166096 INFO  (jetty-closer-50-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=99205229386661895-127.0.0.1:43071_solr-n_0000000000) closing
   [junit4]   2> 166096 INFO  
(OverseerStateUpdate-99205229386661895-127.0.0.1:43071_solr-n_0000000000) 
[n:127.0.0.1:43071_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43071_solr
   [junit4]   2> 166102 WARN  
(OverseerAutoScalingTriggerThread-99205229386661895-127.0.0.1:43071_solr-n_0000000000)
 [n:127.0.0.1:43071_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 166104 INFO  
(zkCallback-73-thread-2-processing-n:127.0.0.1:46123_solr) 
[n:127.0.0.1:46123_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46123_solr
   [junit4]   2> 166104 INFO  (jetty-closer-50-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@f78c0f{/solr,null,UNAVAILABLE}
   [junit4]   2> 166108 INFO  (jetty-closer-50-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1a4a72e{/solr,null,UNAVAILABLE}
   [junit4]   2> 166108 ERROR 
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-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> 166109 INFO  
(SUITE-CloudSolrClientTest-seed#[8CD8FA161FA74085]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46417 46417
   [junit4]   2> 166243 INFO  (Thread-33) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:46417 46417
   [junit4]   2> 166244 WARN  (Thread-33) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        27      /solr/collections/localShardsTestColl/state.json
   [junit4]   2>        18      /solr/collections/foo/state.json
   [junit4]   2>        14      
/solr/collections/stale_state_test_col/state.json
   [junit4]   2>        10      /solr/collections/collection1/state.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/localShardsTestColl/leader_elect/shard2/election/99205229386661896-core_node13-n_0000000000
   [junit4]   2>        2       
/solr/collections/localShardsTestColl/leader_elect/shard3/election/99205229386661895-core_node17-n_0000000000
   [junit4]   2>        2       
/solr/collections/foo/leader_elect/shard1/election/99205229386661895-core_node6-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/99205229386661895-127.0.0.1:43071_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2>        8       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_8CD8FA161FA74085-001
   [junit4]   2> Dec 20, 2017 6:36:57 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_t=PostingsFormat(name=Direct), 
title_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=LuceneFixedGap), text=Lucene50(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
multiDefault=DocValuesFormat(name=Memory), 
title_s=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=443, 
maxMBSortInHeap=6.656419019718457, sim=RandomSimilarity(queryNorm=false): {}, 
locale=fr-FR, timezone=America/Rosario
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=67743840,total=279969792
   [junit4]   2> NOTE: All tests run in this JVM: 
[LessThanEqualToEvaluatorTest, TestCloudSolrClientConnections, 
SolrExampleBinaryTest, CommonParamsTest, SineEvaluatorTest, 
CosineEvaluatorTest, TangentEvaluatorTest, NamedListTest, 
MultiplyEvaluatorTest, CloudSolrClientTest]
   [junit4] Completed [121/146 (1!)] on J2 in 149.32s, 16 tests, 2 failures, 3 
errors <<< FAILURES!

[...truncated 42336 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to