Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/651/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testLastPublishedStateIsActive

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:45547/sz_koy/bq

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:45547/sz_koy/bq
        at 
__randomizedtesting.SeedInfo.seed([9B2728DC80E40A0E:7345164D27E90852]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        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:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
        ... 43 more


FAILED:  org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration

Error Message:
Timed out waiting for replicas of collection to be 2 again null Live Nodes: 
[127.0.0.1:39371_solr] Last available state: 
DocCollection(testIntegration//collections/testIntegration/state.json/6)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"testIntegration_shard1_replica_n1",           
"base_url":"https://127.0.0.1:39371/solr";,           
"node_name":"127.0.0.1:39371_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node4":{           
"core":"testIntegration_shard1_replica_n2",           
"base_url":"https://127.0.0.1:34455/solr";,           
"node_name":"127.0.0.1:34455_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",  
 "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timed out waiting for replicas of collection to be 2 
again
null
Live Nodes: [127.0.0.1:39371_solr]
Last available state: 
DocCollection(testIntegration//collections/testIntegration/state.json/6)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"testIntegration_shard1_replica_n1",
          "base_url":"https://127.0.0.1:39371/solr";,
          "node_name":"127.0.0.1:39371_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"testIntegration_shard1_replica_n2",
          "base_url":"https://127.0.0.1:34455/solr";,
          "node_name":"127.0.0.1:34455_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([9B2728DC80E40A0E:2B4626F0A5DBAB2B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:209)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitStaticIndexReplication

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:33309/nqbd/ka

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:33309/nqbd/ka
        at 
__randomizedtesting.SeedInfo.seed([9B2728DC80E40A0E:D16DBCDC114C250B]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        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:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
        ... 43 more




Build Log:
[...truncated 12564 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/init-core-data-001
   [junit4]   2> 518383 WARN  
(SUITE-ExecutePlanActionTest-seed#[9B2728DC80E40A0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 518383 INFO  
(SUITE-ExecutePlanActionTest-seed#[9B2728DC80E40A0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 518384 INFO  
(SUITE-ExecutePlanActionTest-seed#[9B2728DC80E40A0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 518384 INFO  
(SUITE-ExecutePlanActionTest-seed#[9B2728DC80E40A0E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 518385 INFO  
(SUITE-ExecutePlanActionTest-seed#[9B2728DC80E40A0E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/tempDir-001
   [junit4]   2> 518385 INFO  
(SUITE-ExecutePlanActionTest-seed#[9B2728DC80E40A0E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 518385 INFO  (Thread-884) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 518385 INFO  (Thread-884) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 518386 ERROR (Thread-884) [    ] 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> 518485 INFO  
(SUITE-ExecutePlanActionTest-seed#[9B2728DC80E40A0E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37933
   [junit4]   2> 518494 INFO  (jetty-launcher-743-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 518494 INFO  (jetty-launcher-743-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 518495 INFO  (jetty-launcher-743-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@327167f7{/solr,null,AVAILABLE}
   [junit4]   2> 518495 INFO  (jetty-launcher-743-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@933034f{/solr,null,AVAILABLE}
   [junit4]   2> 518496 INFO  (jetty-launcher-743-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@de7b5fc{SSL,[ssl, 
http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 518496 INFO  (jetty-launcher-743-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@64572f92{SSL,[ssl, 
http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 518496 INFO  (jetty-launcher-743-thread-1) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 518496 INFO  (jetty-launcher-743-thread-2) [    ] 
o.e.j.s.Server Started @??????ms
   [junit4]   2> 518497 INFO  (jetty-launcher-743-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34455}
   [junit4]   2> 518497 INFO  (jetty-launcher-743-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39371}
   [junit4]   2> 518513 ERROR (jetty-launcher-743-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 518513 ERROR (jetty-launcher-743-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 518513 INFO  (jetty-launcher-743-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 518513 INFO  (jetty-launcher-743-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 518513 INFO  (jetty-launcher-743-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 518513 INFO  (jetty-launcher-743-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 518513 INFO  (jetty-launcher-743-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 518513 INFO  (jetty-launcher-743-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 518513 INFO  (jetty-launcher-743-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-23T09:40:49.846Z
   [junit4]   2> 518513 INFO  (jetty-launcher-743-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-23T09:40:49.846Z
   [junit4]   2> 518516 INFO  (jetty-launcher-743-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 518516 INFO  (jetty-launcher-743-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 518527 INFO  (jetty-launcher-743-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37933/solr
   [junit4]   2> 518527 INFO  (jetty-launcher-743-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37933/solr
   [junit4]   2> 518538 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 0x15f489b2bb60004, 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> 518565 INFO  (jetty-launcher-743-thread-1) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 518565 INFO  (jetty-launcher-743-thread-2) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 518565 INFO  (jetty-launcher-743-thread-1) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34455_solr
   [junit4]   2> 518566 INFO  (jetty-launcher-743-thread-2) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39371_solr
   [junit4]   2> 518566 INFO  (jetty-launcher-743-thread-1) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.Overseer Overseer 
(id=98877548115918854-127.0.0.1:34455_solr-n_0000000000) starting
   [junit4]   2> 518566 INFO  
(zkCallback-755-thread-1-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 518566 INFO  
(zkCallback-754-thread-1-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 518568 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 518569 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 518569 INFO  (jetty-launcher-743-thread-1) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34455_solr
   [junit4]   2> 518570 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:39371_solr]
   [junit4]   2> 518570 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 518570 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 518570 INFO  
(zkCallback-755-thread-1-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 518570 INFO  
(zkCallback-754-thread-1-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 518570 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 518570 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 518570 DEBUG (ScheduledTrigger-1909-thread-1) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:39371_solr, 
127.0.0.1:34455_solr]
   [junit4]   2> 518612 INFO  (jetty-launcher-743-thread-1) 
[n:127.0.0.1:34455_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34455.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fad2e50
   [junit4]   2> 518617 INFO  (jetty-launcher-743-thread-1) 
[n:127.0.0.1:34455_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34455.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fad2e50
   [junit4]   2> 518617 INFO  (jetty-launcher-743-thread-1) 
[n:127.0.0.1:34455_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34455.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fad2e50
   [junit4]   2> 518617 INFO  (jetty-launcher-743-thread-1) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/tempDir-001/node1/.
   [junit4]   2> 518629 INFO  (jetty-launcher-743-thread-2) 
[n:127.0.0.1:39371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39371.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fad2e50
   [junit4]   2> 518633 INFO  (jetty-launcher-743-thread-2) 
[n:127.0.0.1:39371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39371.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fad2e50
   [junit4]   2> 518633 INFO  (jetty-launcher-743-thread-2) 
[n:127.0.0.1:39371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39371.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fad2e50
   [junit4]   2> 518633 INFO  (jetty-launcher-743-thread-2) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/tempDir-001/node2/.
   [junit4]   2> 518647 INFO  
(SUITE-ExecutePlanActionTest-seed#[9B2728DC80E40A0E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 518647 INFO  
(SUITE-ExecutePlanActionTest-seed#[9B2728DC80E40A0E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37933/solr ready
   [junit4]   2> 518652 INFO  
(TEST-ExecutePlanActionTest.testExecute-seed#[9B2728DC80E40A0E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 518653 DEBUG 
(zkCallback-754-thread-1-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 518653 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 518654 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 518655 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 518655 DEBUG 
(OverseerAutoScalingTriggerThread-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 518666 INFO  (qtp1196447843-4253) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testExecute&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 518667 INFO  
(OverseerThreadFactory-1911-thread-1-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testExecute
   [junit4]   2> 518771 INFO  
(OverseerStateUpdate-98877548115918854-127.0.0.1:34455_solr-n_0000000000) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34455/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 518773 INFO  
(OverseerStateUpdate-98877548115918854-127.0.0.1:34455_solr-n_0000000000) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39371/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 518992 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n2&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 518992 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 518998 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n1&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 518999 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 519101 INFO  
(zkCallback-755-thread-1-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 519101 INFO  
(zkCallback-754-thread-1-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 519101 INFO  
(zkCallback-755-thread-2-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 519101 INFO  
(zkCallback-754-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 520003 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 520027 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 520027 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.s.IndexSchema [testExecute_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 520030 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 520030 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n2' using 
configuration from collection testExecute, trusted=true
   [junit4]   2> 520031 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39371.solr.core.testExecute.shard1.replica_n2' (registry 
'solr.core.testExecute.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fad2e50
   [junit4]   2> 520031 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 520031 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SolrCore [[testExecute_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/tempDir-001/node2/testExecute_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/tempDir-001/node2/./testExecute_shard1_replica_n2/data/]
   [junit4]   2> 520034 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.s.IndexSchema [testExecute_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 520037 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 520037 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n1' using 
configuration from collection testExecute, trusted=true
   [junit4]   2> 520037 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34455.solr.core.testExecute.shard1.replica_n1' (registry 
'solr.core.testExecute.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fad2e50
   [junit4]   2> 520038 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 520038 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.SolrCore [[testExecute_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/tempDir-001/node1/testExecute_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/tempDir-001/node1/./testExecute_shard1_replica_n1/data/]
   [junit4]   2> 520063 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 520063 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 520064 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 520064 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 520065 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@72cfeab6[testExecute_shard1_replica_n2] main]
   [junit4]   2> 520065 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 520066 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 520066 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 520066 INFO  
(searcherExecutor-1916-thread-1-processing-n:127.0.0.1:39371_solr 
x:testExecute_shard1_replica_n2 s:shard1 c:testExecute r:core_node4) 
[n:127.0.0.1:39371_solr c:testExecute s:shard1 r:core_node4 
x:testExecute_shard1_replica_n2] o.a.s.c.SolrCore 
[testExecute_shard1_replica_n2] Registered new searcher 
Searcher@72cfeab6[testExecute_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 520067 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1582040771618406400
   [junit4]   2> 520069 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 520073 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 520073 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 520074 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 520074 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 520075 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@120e51be[testExecute_shard1_replica_n1] main]
   [junit4]   2> 520076 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 520076 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 520077 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 520077 INFO  
(searcherExecutor-1917-thread-1-processing-n:127.0.0.1:34455_solr 
x:testExecute_shard1_replica_n1 s:shard1 c:testExecute r:core_node3) 
[n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node3 
x:testExecute_shard1_replica_n1] o.a.s.c.SolrCore 
[testExecute_shard1_replica_n1] Registered new searcher 
Searcher@120e51be[testExecute_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 520077 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1582040771628892160
   [junit4]   2> 520170 INFO  
(zkCallback-754-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 520170 INFO  
(zkCallback-755-thread-1-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 520170 INFO  
(zkCallback-755-thread-2-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 520170 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 520570 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 520570 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 520570 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:39371/solr/testExecute_shard1_replica_n2/
   [junit4]   2> 520570 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n2 
url=https://127.0.0.1:39371/solr START 
replicas=[https://127.0.0.1:34455/solr/testExecute_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 520573 INFO  (qtp2029256907-4242) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.c.S.Request [testExecute_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 520871 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n2 
url=https://127.0.0.1:39371/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 520871 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 520871 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 520871 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 520875 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:39371/solr/testExecute_shard1_replica_n2/ shard1
   [junit4]   2> 520977 INFO  
(zkCallback-755-thread-2-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 520977 INFO  
(zkCallback-755-thread-1-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 520977 INFO  
(zkCallback-754-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 520977 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 521025 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 521027 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr 
c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n2&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2035
   [junit4]   2> 521082 INFO  (qtp2029256907-4240) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n1&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2084
   [junit4]   2> 521085 INFO  (qtp1196447843-4253) [n:127.0.0.1:39371_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> 521184 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 521184 INFO  
(zkCallback-754-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 521184 INFO  
(zkCallback-755-thread-2-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 521184 INFO  
(zkCallback-755-thread-1-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 522085 INFO  (qtp1196447843-4253) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=testExecute&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3419
   [junit4]   2> 522091 DEBUG 
(TEST-ExecutePlanActionTest.testExecute-seed#[9B2728DC80E40A0E]) [    ] 
o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"14f029a294806780T9ll1kjkkortti0c6sjezt71vy",
   [junit4]   2>   "source":"mock_trigger_name",
   [junit4]   2>   "eventTime":1508751653422000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1508751653422000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:39371_solr"]}} with context 
properties: 
{operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@3f9e2bb5,
 org.apache.solr.cloud.autoscaling.ExecutePlanActionTest$1@60ea2861]}
   [junit4]   2> 522091 INFO  
(TEST-ExecutePlanActionTest.testExecute-seed#[9B2728DC80E40A0E]) [    ] 
o.a.s.c.a.ExecutePlanAction Executing operation: 
action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:34455_solr&replica=core_node4
   [junit4]   2> 522092 DEBUG 
(TEST-ExecutePlanActionTest.testExecute-seed#[9B2728DC80E40A0E]) [    ] 
o.a.s.c.a.ExecutePlanAction Saved requestId: 
mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0 in znode: 
/autoscaling/triggerState/mock_trigger_name/execute_plan/op-0000000000
   [junit4]   2> 522094 INFO  (qtp1196447843-4253) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :movereplica with params 
async=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&replica=core_node4&action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:34455_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 522095 INFO  (qtp1196447843-4253) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&replica=core_node4&action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:34455_solr&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 522096 INFO  (qtp1196447843-4243) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 522096 INFO  (qtp1196447843-4243) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 522097 INFO  
(OverseerCollectionConfigSetProcessor-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_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> 522097 INFO  
(OverseerThreadFactory-1911-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.MoveReplicaCmd Replica will be moved 
core_node4:{"core":"testExecute_shard1_replica_n2","base_url":"https://127.0.0.1:39371/solr","node_name":"127.0.0.1:39371_solr","state":"active","type":"NRT","leader":"true"}
   [junit4]   2> 522098 INFO  
(OverseerThreadFactory-1911-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:34455_solr for creating new replica
   [junit4]   2> 522099 INFO  
(OverseerStateUpdate-98877548115918854-127.0.0.1:34455_solr-n_0000000000) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34455/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:34455_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 522200 INFO  
(zkCallback-755-thread-1-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 522200 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 522200 INFO  
(zkCallback-755-thread-2-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 522200 INFO  
(zkCallback-754-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 522300 INFO  (qtp2029256907-4250) [n:127.0.0.1:34455_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670502950091421&qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=testExecute_shard1_replica_n5&action=CREATE&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=0
   [junit4]   2> 522300 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr    ] o.a.s.h.a.CoreAdminOperation core create 
command 
async=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670502950091421&qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=testExecute_shard1_replica_n5&action=CREATE&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 522300 INFO  (qtp2029256907-4254) [n:127.0.0.1:34455_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670502950091421
   [junit4]   2> 522301 INFO  (qtp2029256907-4254) [n:127.0.0.1:34455_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670502950091421&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 522308 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.2.0
   [junit4]   2> 522312 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.s.IndexSchema 
[testExecute_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 522313 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 522313 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 
'testExecute_shard1_replica_n5' using configuration from collection 
testExecute, trusted=true
   [junit4]   2> 522313 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34455.solr.core.testExecute.shard1.replica_n5' (registry 
'solr.core.testExecute.shard1.replica_n5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@fad2e50
   [junit4]   2> 522313 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 522313 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.c.SolrCore 
[[testExecute_shard1_replica_n5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/tempDir-001/node1/testExecute_shard1_replica_n5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ExecutePlanActionTest_9B2728DC80E40A0E-001/tempDir-001/node1/./testExecute_shard1_replica_n5/data/]
   [junit4]   2> 522334 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 522335 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 522350 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 522350 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 522351 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a27f6b5[testExecute_shard1_replica_n5] main]
   [junit4]   2> 522352 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 522352 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 522352 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 522352 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1582040774014402560
   [junit4]   2> 522353 INFO  
(searcherExecutor-1926-thread-1-processing-x:testExecute_shard1_replica_n5 
r:core_node6 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE n:127.0.0.1:34455_solr s:shard1 c:testExecute) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] 
o.a.s.c.SolrCore [testExecute_shard1_replica_n5] Registered new searcher 
Searcher@3a27f6b5[testExecute_shard1_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 522354 INFO  
(parallelCoreAdminExecutor-1912-thread-1-processing-n:127.0.0.1:34455_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE) [n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node6 
x:testExecute_shard1_replica_n5] o.a.s.c.ZkController Core needs to 
recover:testExecute_shard1_replica_n5
   [junit4]   2> 522354 INFO  
(updateExecutor-749-thread-1-processing-x:testExecute_shard1_replica_n5 
r:core_node6 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE n:127.0.0.1:34455_solr s:shard1 c:testExecute) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 522355 INFO  
(recoveryExecutor-752-thread-1-processing-x:testExecute_shard1_replica_n5 
r:core_node6 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE n:127.0.0.1:34455_solr s:shard1 c:testExecute) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 522355 INFO  
(recoveryExecutor-752-thread-1-processing-x:testExecute_shard1_replica_n5 
r:core_node6 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE n:127.0.0.1:34455_solr s:shard1 c:testExecute) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 522355 INFO  
(recoveryExecutor-752-thread-1-processing-x:testExecute_shard1_replica_n5 
r:core_node6 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE n:127.0.0.1:34455_solr s:shard1 c:testExecute) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[testExecute_shard1_replica_n5]
   [junit4]   2> 522355 INFO  
(recoveryExecutor-752-thread-1-processing-x:testExecute_shard1_replica_n5 
r:core_node6 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE n:127.0.0.1:34455_solr s:shard1 c:testExecute) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 522355 INFO  
(recoveryExecutor-752-thread-1-processing-x:testExecute_shard1_replica_n5 
r:core_node6 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE n:127.0.0.1:34455_solr s:shard1 c:testExecute) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[testExecute_shard1_replica_n5] as recovering, leader is 
[https://127.0.0.1:39371/solr/testExecute_shard1_replica_n2/] and I am 
[https://127.0.0.1:34455/solr/testExecute_shard1_replica_n5/]
   [junit4]   2> 522356 INFO  
(recoveryExecutor-752-thread-1-processing-x:testExecute_shard1_replica_n5 
r:core_node6 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670502950091421
 CREATE n:127.0.0.1:34455_solr s:shard1 c:testExecute) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[https://127.0.0.1:39371/solr]; [WaitForState: 
action=PREPRECOVERY&core=testExecute_shard1_replica_n2&nodeName=127.0.0.1:34455_solr&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 522357 INFO  (qtp1196447843-4253) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node6, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 522358 INFO  (qtp1196447843-4253) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testExecute, 
shard=shard1, thisCore=testExecute_shard1_replica_n2, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:34455_solr, 
coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: 
core_node6:{"core":"testExecute_shard1_replica_n5","base_url":"https://127.0.0.1:34455/solr","state":"down","node_name":"127.0.0.1:34455_solr","type":"NRT"}
   [junit4]   2> 522456 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 522457 INFO  
(zkCallback-755-thread-1-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 522457 INFO  
(zkCallback-754-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 522456 INFO  
(zkCallback-755-thread-2-processing-n:127.0.0.1:39371_solr) 
[n:127.0.0.1:39371_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 523302 INFO  (qtp2029256907-4242) [n:127.0.0.1:34455_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670502950091421
   [junit4]   2> 523302 INFO  (qtp2029256907-4242) [n:127.0.0.1:34455_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670502950091421&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 523303 INFO  (qtp1196447843-4241) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=testExecute_shard1_replica_n2&async=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670503953477826&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=0
   [junit4]   2> 523304 INFO  
(parallelCoreAdminExecutor-1914-thread-1-processing-n:127.0.0.1:39371_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670503953477826
 UNLOAD) [n:127.0.0.1:39371_solr    ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testExecute.shard1.replica_n2, tag=null
   [junit4]   2> 523304 INFO  
(parallelCoreAdminExecutor-1914-thread-1-processing-n:127.0.0.1:39371_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670503953477826
 UNLOAD) [n:127.0.0.1:39371_solr    ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4cefe901: rootName 
= solr_39371, domain = solr.core.testExecute.shard1.replica_n2, service url = 
null, agent id = null] for registry solr.core.testExecute.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@63ab45e6
   [junit4]   2> 523307 INFO  (qtp1196447843-4245) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670503953477826
   [junit4]   2> 523308 INFO  (qtp1196447843-4245) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670503953477826&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 523318 INFO  
(parallelCoreAdminExecutor-1914-thread-1-processing-n:127.0.0.1:39371_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670503953477826
 UNLOAD) [n:127.0.0.1:39371_solr    ] o.a.s.c.SolrCore 
[testExecute_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4769d783
   [junit4]   2> 523318 INFO  
(parallelCoreAdminExecutor-1914-thread-1-processing-n:127.0.0.1:39371_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670503953477826
 UNLOAD) [n:127.0.0.1:39371_solr    ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testExecute.shard1.replica_n2, tag=1198118787
   [junit4]   2> 523318 INFO  
(parallelCoreAdminExecutor-1914-thread-1-processing-n:127.0.0.1:39371_solr 
mock_trigger_name//14f029a294806780T9ll1kjkkortti0c6sjezt71vy//04670503953477826
 UNLOAD) [n:127.0.0.1:39371_solr    ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testExecute.shard1.leader, tag=1198118787
   [junit4]   2> 523325 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node3 
x:testExecute_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 523427 INFO  
(zkCallback-754-thread-1-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 523427 INFO  
(zkCallback-754-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 524309 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670503953477826
   [junit4]   2> 524309 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/04670503953477826&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 524413 INFO  
(OverseerThreadFactory-1911-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 525825 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node3 
x:testExecute_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34455/solr/testExecute_shard1_replica_n1/
   [junit4]   2> 525826 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node3 
x:testExecute_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=testExecute_shard1_replica_n1 url=https://127.0.0.1:34455/solr START 
replicas=[https://127.0.0.1:34455/solr/testExecute_shard1_replica_n5/] 
nUpdates=100
   [junit4]   2> 525827 INFO  (qtp2029256907-4242) [n:127.0.0.1:34455_solr 
c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5] 
o.a.s.c.S.Request [testExecute_shard1_replica_n5]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 526098 INFO  
(OverseerCollectionConfigSetProcessor-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 526126 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node3 
x:testExecute_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=testExecute_shard1_replica_n1 url=https://127.0.0.1:34455/solr DONE.  We 
have no versions.  sync failed.
   [junit4]   2> 526126 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node3 
x:testExecute_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync 
with shard failed, moving to the next candidate
   [junit4]   2> 526126 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node3 
x:testExecute_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed 
sync, but we have no versions - we can't sync in that case - we were active 
before, so become leader anyway
   [junit4]   2> 526127 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr c:testExecute s:shard1 r:core_node3 
x:testExecute_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: https://127.0.0.1:34455/solr/testExecute_shard1_replica_n1/ shard1
   [junit4]   2> 526127 INFO  
(zkCallback-754-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 526127 INFO  
(zkCallback-754-thread-2-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testExecute/state.json] for collection [testExecute] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 527098 INFO  (qtp1196447843-4249) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 527099 INFO  (qtp1196447843-4249) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 527100 INFO  
(TEST-ExecutePlanActionTest.testExecute-seed#[9B2728DC80E40A0E]) [    ] 
o.a.s.c.a.ExecutePlanAction Task with 
requestId=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0 
finished with state=COMPLETED in 5s
   [junit4]   2> 527100 INFO  (qtp1196447843-4245) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 527101 INFO  (qtp1196447843-4245) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 527102 INFO  
(TEST-ExecutePlanActionTest.testExecute-seed#[9B2728DC80E40A0E]) [    ] 
o.a.s.c.a.ExecutePlanAction Executing operation: action=OVERSEERSTATUS
   [junit4]   2> 527104 DEBUG 
(TEST-ExecutePlanActionTest.testExecute-seed#[9B2728DC80E40A0E]) [    ] 
o.a.s.c.a.ExecutePlanAction Saved requestId: 
mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0 in znode: 
/autoscaling/triggerState/mock_trigger_name/execute_plan/op-0000000001
   [junit4]   2> 527105 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with 
params 
async=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=OVERSEERSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 527107 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=OVERSEERSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 527107 INFO  (qtp1196447843-4249) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 527108 INFO  (qtp1196447843-4249) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 527112 INFO  
(OverseerThreadFactory-1911-thread-3-processing-n:127.0.0.1:34455_solr) 
[n:127.0.0.1:34455_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000003 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 529109 INFO  
(OverseerCollectionConfigSetProcessor-98877548115918854-127.0.0.1:34455_solr-n_0000000000)
 [n:127.0.0.1:34455_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000003 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 532110 INFO  (qtp1196447843-4245) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 532111 INFO  (qtp1196447843-4245) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 532112 INFO  
(TEST-ExecutePlanActionTest.testExecute-seed#[9B2728DC80E40A0E]) [    ] 
o.a.s.c.a.ExecutePlanAction Task with 
requestId=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0 
finished with state=COMPLETED in 5s
   [junit4]   2> 532112 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 532112 INFO  (qtp1196447843-4251) [n:127.0.0.1:39371_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=mock_trigger_name/14f029a294806780T9ll1kjkkortti0c6sjezt71vy/0&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 552361 ERROR (qtp1196447843-4253) [n:127.0.0.1:39371_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: core not 
found:testExecute_shard1_replica_n2
   [junit4]   2>        at 
org.apache.solr.handler.admin.PrepRecoveryOp.execute(PrepRecoveryOp.java:75)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at org.eclipse.jetty.server.se

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

[junit4]    >   at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
   [junit4]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_9B2728DC80E40A0E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{shard_s=PostingsFormat(name=Asserting), rnd_b=Lucene50(blocksize=128), 
a_t=PostingsFormat(name=Asserting), id=Lucene50(blocksize=128)}, 
docValues:{shard_s=DocValuesFormat(name=Memory), 
rnd_b=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Memory), 
n_ti=DocValuesFormat(name=Memory), a_t=DocValuesFormat(name=Memory), 
a_i=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=579, maxMBSortInHeap=6.855191268747701, 
sim=RandomSimilarity(queryNorm=false): {}, locale=fr-CA, 
timezone=America/Argentina/Rio_Gallegos
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=63393928,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestUnifiedSolrHighlighter, 
QueryElevationComponentTest, HdfsAutoAddReplicasIntegrationTest, 
TestFieldCollectionResource, SolrCoreCheckLockOnStartupTest, EchoParamsTest, 
TestLegacyFieldReuse, BJQParserTest, TestGraphTermsQParserPlugin, 
TestRebalanceLeaders, AliasIntegrationTest, WrapperMergePolicyFactoryTest, 
CollectionReloadTest, ClusterStateTest, TestCopyFieldCollectionResource, 
StatsComponentTest, TimeZoneUtilsTest, UpdateLogTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestExpandComponent, 
TestLeaderElectionWithEmptyReplica, TestUniqueKeyFieldResource, RecoveryZkTest, 
TestElisionMultitermQuery, TestReload, SimplePostToolTest, 
XmlUpdateRequestHandlerTest, HighlighterTest, TestGraphMLResponseWriter, 
TestNamedUpdateProcessors, TestSimpleQParserPlugin, StatsReloadRaceTest, 
RequestLoggingTest, DeleteStatusTest, TestHdfsUpdateLog, TestConfigSetsAPI, 
DistributedExpandComponentTest, LoggingHandlerTest, PluginInfoTest, 
DocValuesMissingTest, TestDistributedGrouping, 
TestStressCloudBlindAtomicUpdates, TestQueryTypes, CdcrUpdateLogTest, 
FieldMutatingUpdateProcessorTest, TestClassicSimilarityFactory, 
SubstringBytesRefFilterTest, AutoScalingHandlerTest, TestRealTimeGet, 
RankQueryTest, SolrMetricReporterTest, TestInitParams, 
TestSubQueryTransformerCrossCore, TestLocalFSCloudBackupRestore, 
DocValuesNotIndexedTest, BlockCacheTest, TestPullReplicaErrorHandling, 
SolrGraphiteReporterTest, RestartWhileUpdatingTest, HttpSolrCallGetCoreTest, 
SortByFunctionTest, SolrXmlInZkTest, OverseerTest, SuggesterTest, 
SparseHLLTest, TestSolrCloudWithDelegationTokens, TestSolrCoreParser, 
SpellPossibilityIteratorTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsDirectoryTest, TestCollapseQParserPlugin, TestSchemaManager, 
TestBulkSchemaConcurrent, TestPolicyCloud, TestLFUCache, TestCloudInspectUtil, 
ChaosMonkeyNothingIsSafeTest, LeaderInitiatedRecoveryOnCommitTest, 
TestRandomCollapseQParserPlugin, TestIndexSearcher, 
TestRuleBasedAuthorizationPlugin, TestTlogReplica, TestSearchPerf, 
MissingSegmentRecoveryTest, ReplicaListTransformerTest, TestTrie, 
AtomicUpdateProcessorFactoryTest, TestConfigSets, FullHLLTest, 
TestQuerySenderListener, BlockJoinFacetSimpleTest, ScriptEngineTest, 
TestConfigReload, RuleEngineTest, TestShardHandlerFactory, 
CollectionsAPIAsyncDistributedZkTest, TestMultiValuedNumericRangeQuery, 
TestGroupingSearch, SaslZkACLProviderTest, TestStreamBody, 
TestLegacyNumericRangeQueryBuilder, DistributedSuggestComponentTest, 
AutoscalingHistoryHandlerTest, CopyFieldTest, TestDynamicLoading, 
SpellCheckCollatorWithCollapseTest, TestHashPartitioner, TestFunctionQuery, 
LeaderElectionContextKeyTest, IndexBasedSpellCheckerTest, TestManagedSchemaAPI, 
TestFiltering, HdfsDirectoryFactoryTest, TestZkChroot, 
TestCollationFieldDocValues, UniqFieldsUpdateProcessorFactoryTest, 
HdfsRecoveryZkTest, ReturnFieldsTest, TestCustomSort, 
FullSolrCloudDistribCmdsTest, TestCSVResponseWriter, ClusterStateUpdateTest, 
LeaderElectionTest, ZkSolrClientTest, ShardRoutingCustomTest, 
DistributedSpellCheckComponentTest, ZkControllerTest, TestRangeQuery, 
BadIndexSchemaTest, TestLazyCores, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, 
TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, 
TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestStressLucene, 
SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, 
TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, 
DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, 
SolrInfoBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, 
TestSurroundQueryParser, DisMaxRequestHandlerTest, TestWriterPerf, 
DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, TestOmitPositions, 
FileBasedSpellCheckerTest, TermsComponentTest, TestValueSourceCache, 
TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, 
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration, 
UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
CSVRequestHandlerTest, TestComponentsName, HighlighterConfigTest, SOLR749Test, 
AlternateDirectoryTest, TestQuerySenderNoQuery, BadComponentTest, 
TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, 
NumericFieldsTest, MinimalSchemaTest, TestConfig, TestFuzzyAnalyzedSuggestions, 
TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, 
NotRequiredUniqueKeyTest, TestCharFilters, TestCodecSupport, 
TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, 
TestFastWriter, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, 
TestFastLRUCache, TestSystemIdResolver, PrimUtilsTest, 
SpellingQueryConverterTest, TestSolrJ, TestLRUCache, TestUtils, 
ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, 
DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, 
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestTolerantSearch, TestLuceneIndexBackCompat, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, ActionThrottleTest, 
AsyncCallRequestStatusResponseTest, CdcrBootstrapTest, CleanupOldIndexTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteNodeTest, 
DeleteReplicaTest, DistribJoinFromCollectionTest, DistributedQueueTest, 
LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, 
MoveReplicaHDFSFailoverTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerTaskQueueTest, ShardSplitTest]
   [junit4] Completed [744/744 (3!)] on J2 in 911.76s, 5 tests, 1 error <<< 
FAILURES!

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

Reply via email to