Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21171/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.cloud.DistribCursorPagingTest.test

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:44903/fzd/b

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:44903/fzd/b
        at 
__randomizedtesting.SeedInfo.seed([FE992FBCBA626E72:76CD1066149E038A]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:320)
        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:542)
        ... 43 more


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this 
request:[https://127.0.0.1:43575/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:41807/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:34201/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this 
request:[https://127.0.0.1:43575/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:41807/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:34201/solr/MoveReplicaHDFSTest_failed_coll_true]
        at 
__randomizedtesting.SeedInfo.seed([FE992FBCBA626E72:5454FC4E0DB1BBA2]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:309)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
https://127.0.0.1:34201/solr/MoveReplicaHDFSTest_failed_coll_true: no servers 
hosting shard: shard1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        ... 46 more


FAILED:  
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Error from server at https://127.0.0.1:41535/solr: Timed out waiting to see all 
replicas: [testSimple2_shard1_replica_n1, testSimple2_shard1_replica_n2, 
testSimple2_shard2_replica_n3, testSimple2_shard2_replica_n4] in cluster state. 
Last state: DocCollection(testSimple2//collections/testSimple2/state.json/0)={  
 "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{     
  "range":"80000000-ffffffff",       "state":"active",       "replicas":{}},    
 "shard2":{       "range":"0-7fffffff",       "state":"active",       
"replicas":{}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:41535/solr: Timed out waiting to see all 
replicas: [testSimple2_shard1_replica_n1, testSimple2_shard1_replica_n2, 
testSimple2_shard2_replica_n3, testSimple2_shard2_replica_n4] in cluster state. 
Last state: DocCollection(testSimple2//collections/testSimple2/state.json/0)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([FE992FBCBA626E72:C62A0B429D91BAA3]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:73)
        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)




Build Log:
[...truncated 12130 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/init-core-data-001
   [junit4]   2> 350786 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 350787 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 350789 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 350790 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-001
   [junit4]   2> 350790 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 350790 INFO  (Thread-3200) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 350790 INFO  (Thread-3200) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 350792 ERROR (Thread-3200) [    ] 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> 350890 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:35401
   [junit4]   2> 350892 INFO  (zkConnectionManagerCallback-815-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350895 INFO  (jetty-launcher-812-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 350895 INFO  (jetty-launcher-812-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 350895 INFO  (jetty-launcher-812-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 350906 INFO  (jetty-launcher-812-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@119185d{/solr,null,AVAILABLE}
   [junit4]   2> 350906 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=2406515
   [junit4]   2> 350906 INFO  (jetty-launcher-812-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@473984{/solr,null,AVAILABLE}
   [junit4]   2> 350906 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=17565785
   [junit4]   2> 350906 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=12533641
   [junit4]   2> 350906 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=565773
   [junit4]   2> 350906 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=24145695
   [junit4]   2> 350906 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=13367336
   [junit4]   2> 350907 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=29477839
   [junit4]   2> 350907 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=13506352
   [junit4]   2> 350907 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=8946785
   [junit4]   2> 350907 INFO  (jetty-launcher-812-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@163dcde{/solr,null,AVAILABLE}
   [junit4]   2> 350907 INFO  (jetty-launcher-812-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@114def9{SSL,[ssl, 
http/1.1]}{127.0.0.1:45403}
   [junit4]   2> 350907 INFO  (jetty-launcher-812-thread-3) [    ] 
o.e.j.s.Server Started @351954ms
   [junit4]   2> 350907 INFO  (jetty-launcher-812-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45403}
   [junit4]   2> 350908 ERROR (jetty-launcher-812-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 350908 INFO  (jetty-launcher-812-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c1c2e7{SSL,[ssl, 
http/1.1]}{127.0.0.1:41535}
   [junit4]   2> 350908 INFO  (jetty-launcher-812-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 350908 INFO  (jetty-launcher-812-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@134abe6{SSL,[ssl, 
http/1.1]}{127.0.0.1:40281}
   [junit4]   2> 350908 INFO  (jetty-launcher-812-thread-2) [    ] 
o.e.j.s.Server Started @351954ms
   [junit4]   2> 350908 INFO  (jetty-launcher-812-thread-1) [    ] 
o.e.j.s.Server Started @351955ms
   [junit4]   2> 350908 INFO  (jetty-launcher-812-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41535}
   [junit4]   2> 350908 INFO  (jetty-launcher-812-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40281}
   [junit4]   2> 350908 ERROR (jetty-launcher-812-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 350908 INFO  (jetty-launcher-812-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-29T21:04:34.438Z
   [junit4]   2> 350908 ERROR (jetty-launcher-812-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-29T21:04:34.438Z
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 350909 INFO  (jetty-launcher-812-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-29T21:04:34.438Z
   [junit4]   2> 350913 INFO  (zkConnectionManagerCallback-817-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350913 INFO  (zkConnectionManagerCallback-819-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350913 INFO  (jetty-launcher-812-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 350913 INFO  (jetty-launcher-812-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 350913 INFO  (zkConnectionManagerCallback-821-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350914 INFO  (jetty-launcher-812-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 350939 INFO  (jetty-launcher-812-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35401/solr
   [junit4]   2> 350941 INFO  (zkConnectionManagerCallback-826-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350942 INFO  (jetty-launcher-812-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35401/solr
   [junit4]   2> 350943 INFO  (zkConnectionManagerCallback-830-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350943 INFO  (jetty-launcher-812-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35401/solr
   [junit4]   2> 350952 INFO  
(zkConnectionManagerCallback-832-thread-1-processing-n:127.0.0.1:41535_solr) 
[n:127.0.0.1:41535_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350953 INFO  (zkConnectionManagerCallback-835-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350953 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 0x160a4173c100007, 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> 350954 INFO  
(zkConnectionManagerCallback-837-thread-1-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 350954 INFO  
(zkConnectionManagerCallback-839-thread-1-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351005 INFO  (jetty-launcher-812-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 351005 INFO  (jetty-launcher-812-thread-3) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 351005 INFO  (jetty-launcher-812-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40281_solr
   [junit4]   2> 351005 INFO  (jetty-launcher-812-thread-3) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45403_solr
   [junit4]   2> 351006 INFO  
(zkCallback-838-thread-1-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 351006 INFO  
(zkCallback-831-thread-1-processing-n:127.0.0.1:41535_solr) 
[n:127.0.0.1:41535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 351007 INFO  (jetty-launcher-812-thread-2) 
[n:127.0.0.1:41535_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 351009 INFO  (jetty-launcher-812-thread-2) 
[n:127.0.0.1:41535_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41535_solr
   [junit4]   2> 351011 INFO  
(zkCallback-838-thread-1-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 351011 INFO  
(zkCallback-836-thread-1-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 351011 INFO  (jetty-launcher-812-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.Overseer Overseer 
(id=99259611501035528-127.0.0.1:40281_solr-n_0000000000) starting
   [junit4]   2> 351011 INFO  
(zkCallback-831-thread-1-processing-n:127.0.0.1:41535_solr) 
[n:127.0.0.1:41535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 351023 DEBUG 
(OverseerAutoScalingTriggerThread-99259611501035528-127.0.0.1:40281_solr-n_0000000000)
 [n:127.0.0.1:40281_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 351024 INFO  (jetty-launcher-812-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40281_solr
   [junit4]   2> 351025 DEBUG 
(OverseerAutoScalingTriggerThread-99259611501035528-127.0.0.1:40281_solr-n_0000000000)
 [n:127.0.0.1:40281_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 351025 INFO  
(zkCallback-838-thread-1-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 351025 INFO  
(zkCallback-831-thread-1-processing-n:127.0.0.1:41535_solr) 
[n:127.0.0.1:41535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 351027 DEBUG 
(OverseerAutoScalingTriggerThread-99259611501035528-127.0.0.1:40281_solr-n_0000000000)
 [n:127.0.0.1:40281_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:45403_solr, 127.0.0.1:41535_solr]
   [junit4]   2> 351027 DEBUG 
(OverseerAutoScalingTriggerThread-99259611501035528-127.0.0.1:40281_solr-n_0000000000)
 [n:127.0.0.1:40281_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 351027 DEBUG 
(OverseerAutoScalingTriggerThread-99259611501035528-127.0.0.1:40281_solr-n_0000000000)
 [n:127.0.0.1:40281_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 351027 INFO  
(zkCallback-836-thread-1-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 351034 DEBUG 
(OverseerAutoScalingTriggerThread-99259611501035528-127.0.0.1:40281_solr-n_0000000000)
 [n:127.0.0.1:40281_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 351035 DEBUG 
(OverseerAutoScalingTriggerThread-99259611501035528-127.0.0.1:40281_solr-n_0000000000)
 [n:127.0.0.1:40281_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 351035 DEBUG (ScheduledTrigger-1180-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 351225 INFO  (jetty-launcher-812-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40281.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 351240 INFO  (jetty-launcher-812-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40281.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 351240 INFO  (jetty-launcher-812-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40281.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 351242 INFO  (jetty-launcher-812-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-001/node1/.
   [junit4]   2> 351299 INFO  (jetty-launcher-812-thread-3) 
[n:127.0.0.1:45403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45403.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 351316 INFO  (jetty-launcher-812-thread-3) 
[n:127.0.0.1:45403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45403.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 351316 INFO  (jetty-launcher-812-thread-3) 
[n:127.0.0.1:45403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45403.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 351318 INFO  (jetty-launcher-812-thread-3) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-001/node3/.
   [junit4]   2> 351390 INFO  (jetty-launcher-812-thread-2) 
[n:127.0.0.1:41535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41535.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 351401 INFO  (jetty-launcher-812-thread-2) 
[n:127.0.0.1:41535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41535.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 351401 INFO  (jetty-launcher-812-thread-2) 
[n:127.0.0.1:41535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41535.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 351402 INFO  (jetty-launcher-812-thread-2) 
[n:127.0.0.1:41535_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-001/node2/.
   [junit4]   2> 351440 INFO  (zkConnectionManagerCallback-847-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351441 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 0x160a4173c10000a, 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> 351442 INFO  (zkConnectionManagerCallback-851-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 351443 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 351443 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35401/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 351535 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 351541 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 351544 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 351553 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
 to ./temp/Jetty_localhost_localdomain_43413_hdfs____.h6d5m7/webapp
   [junit4]   2> 352036 DEBUG (ScheduledTrigger-1180-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 352283 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:43413
   [junit4]   2> 352373 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 352374 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 352392 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_35947_datanode____yhmrpd/webapp
   [junit4]   2> 352944 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:35947
   [junit4]   2> 352974 WARN  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 352974 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.m.log jetty-6.1.26
   [junit4]   2> 352984 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.m.log Extract 
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_35239_datanode____okztp/webapp
   [junit4]   2> 353036 DEBUG (ScheduledTrigger-1180-thread-2) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 353067 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-002/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-002/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:35493) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 353076 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x81c078d693722: from storage 
DS-9dd59fd8-5df6-4c42-891a-4887be061a3d node 
DatanodeRegistration(127.0.0.1:45875, 
datanodeUuid=6d45311b-a0d1-452f-bac4-a578dbf53fe7, infoPort=34791, 
infoSecurePort=0, ipcPort=38641, 
storageInfo=lv=-56;cid=testClusterID;nsid=303896805;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 353076 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x81c078d693722: from storage 
DS-2248fec6-185d-4c5f-8512-46444bd6df01 node 
DatanodeRegistration(127.0.0.1:45875, 
datanodeUuid=6d45311b-a0d1-452f-bac4-a578dbf53fe7, infoPort=34791, 
infoSecurePort=0, ipcPort=38641, 
storageInfo=lv=-56;cid=testClusterID;nsid=303896805;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 353479 INFO  
(SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[FE992FBCBA626E72]-worker) [    
] o.m.log Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:35239
   [junit4]   2> 353574 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-002/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-002/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:35493) [    ] 
o.a.h.h.s.d.DirectoryScanner 
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 
ms/sec. Assuming default value of 1000
   [junit4]   2> 353578 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x81c07ab611ff4: from storage 
DS-36846b15-8d93-4685-b58a-08969add1cd5 node 
DatanodeRegistration(127.0.0.1:44623, 
datanodeUuid=0074a293-e986-4523-8ab4-8973b30ae7b8, infoPort=36001, 
infoSecurePort=0, ipcPort=45459, 
storageInfo=lv=-56;cid=testClusterID;nsid=303896805;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 353578 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x81c07ab611ff4: from storage 
DS-2f3ea1ca-608c-4a4c-969c-bf61e5576c15 node 
DatanodeRegistration(127.0.0.1:44623, 
datanodeUuid=0074a293-e986-4523-8ab4-8973b30ae7b8, infoPort=36001, 
infoSecurePort=0, ipcPort=45459, 
storageInfo=lv=-56;cid=testClusterID;nsid=303896805;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 353642 INFO  
(TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[FE992FBCBA626E72]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 353718 INFO  (qtp16704728-5642) [n:127.0.0.1:41535_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:40281_solr,127.0.0.1:45403_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 353721 INFO  
(OverseerThreadFactory-1182-thread-1-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 353828 INFO  
(OverseerStateUpdate-99259611501035528-127.0.0.1:40281_solr-n_0000000000) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45403/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 353830 INFO  
(OverseerStateUpdate-99259611501035528-127.0.0.1:40281_solr-n_0000000000) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40281/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 353832 INFO  
(OverseerStateUpdate-99259611501035528-127.0.0.1:40281_solr-n_0000000000) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45403/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 353834 INFO  
(OverseerStateUpdate-99259611501035528-127.0.0.1:40281_solr-n_0000000000) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40281/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 354037 DEBUG (ScheduledTrigger-1180-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 354185 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 354186 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 354189 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 354189 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 354198 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 354198 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 354302 INFO  
(zkCallback-838-thread-1-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 354302 INFO  
(zkCallback-836-thread-1-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 354302 INFO  
(zkCallback-836-thread-2-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 354302 INFO  
(zkCallback-836-thread-3-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 354302 INFO  
(zkCallback-838-thread-2-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355037 DEBUG (ScheduledTrigger-1180-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 355236 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 355237 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 355237 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 355245 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 355251 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 355251 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 355251 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 355265 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 355265 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 355265 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 355265 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 355266 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 355266 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40281.solr.core.testSimple1.shard1.replica_n2' (registry 
'solr.core.testSimple1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 355266 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40281.solr.core.testSimple1.shard2.replica_n6' (registry 
'solr.core.testSimple1.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 355266 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 355267 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45403.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 355269 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 355273 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:35493/data
   [junit4]   2> 355273 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 355273 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 355273 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-001/node1/testSimple1_shard1_replica_n2],
 dataDir=[hdfs://localhost.localdomain:35493/data/testSimple1/core_node5/data/]
   [junit4]   2> 355273 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:35493/data
   [junit4]   2> 355273 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 355273 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 355273 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using 
configuration from collection testSimple1, trusted=true
   [junit4]   2> 355273 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 355273 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-001/node3/testSimple1_shard2_replica_n4],
 dataDir=[hdfs://localhost.localdomain:35493/data/testSimple1/core_node7/data/]
   [junit4]   2> 355273 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:35493/data
   [junit4]   2> 355274 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 355274 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 355274 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-001/node1/testSimple1_shard2_replica_n6],
 dataDir=[hdfs://localhost.localdomain:35493/data/testSimple1/core_node8/data/]
   [junit4]   2> 355274 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45403.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1f57a7d
   [junit4]   2> 355274 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:35493/data
   [junit4]   2> 355274 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 355274 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 355274 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_FE992FBCBA626E72-001/tempDir-001/node3/testSimple1_shard1_replica_n1],
 dataDir=[hdfs://localhost.localdomain:35493/data/testSimple1/core_node3/data/]
   [junit4]   2> 355276 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 355276 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 355277 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 355277 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 355303 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node7/data
   [junit4]   2> 355304 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node3/data
   [junit4]   2> 355306 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node5/data
   [junit4]   2> 355307 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node8/data
   [junit4]   2> 355328 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node3/data/index
   [junit4]   2> 355329 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node7/data/index
   [junit4]   2> 355333 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node8/data/index
   [junit4]   2> 355333 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:35493/data/testSimple1/core_node5/data/index
   [junit4]   2> 355382 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44623 is added to 
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-9dd59fd8-5df6-4c42-891a-4887be061a3d:NORMAL:127.0.0.1:45875|RBW],
 
ReplicaUC[[DISK]DS-36846b15-8d93-4685-b58a-08969add1cd5:NORMAL:127.0.0.1:44623|RBW]]}
 size 0
   [junit4]   2> 355384 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45875 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 355390 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45875 is added to 
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2248fec6-185d-4c5f-8512-46444bd6df01:NORMAL:127.0.0.1:45875|RBW],
 
ReplicaUC[[DISK]DS-36846b15-8d93-4685-b58a-08969add1cd5:NORMAL:127.0.0.1:44623|RBW]]}
 size 0
   [junit4]   2> 355391 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45875 is added to 
blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2f3ea1ca-608c-4a4c-969c-bf61e5576c15:NORMAL:127.0.0.1:44623|RBW],
 
ReplicaUC[[DISK]DS-9dd59fd8-5df6-4c42-891a-4887be061a3d:NORMAL:127.0.0.1:45875|RBW]]}
 size 69
   [junit4]   2> 355392 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45875 is added to 
blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-2248fec6-185d-4c5f-8512-46444bd6df01:NORMAL:127.0.0.1:45875|RBW],
 
ReplicaUC[[DISK]DS-2f3ea1ca-608c-4a4c-969c-bf61e5576c15:NORMAL:127.0.0.1:44623|RBW]]}
 size 69
   [junit4]   2> 355392 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44623 is added to 
blk_1073741826_1002 size 69
   [junit4]   2> 355392 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44623 is added to 
blk_1073741827_1003 size 69
   [junit4]   2> 355392 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44623 is added to 
blk_1073741828_1004 size 69
   [junit4]   2> 355465 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 355465 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 355465 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 355467 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 355467 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 355467 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 355499 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 355499 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 355504 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 355504 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 355516 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1898ee6[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 355517 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 355517 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 355518 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 355520 INFO  
(searcherExecutor-1191-thread-1-processing-n:127.0.0.1:45403_solr 
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) 
[n:127.0.0.1:45403_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n4] Registered new searcher 
Searcher@1898ee6[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 355520 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1588153788975284224
   [junit4]   2> 355522 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@e563b3[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 355524 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 355524 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 355525 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 355527 INFO  
(searcherExecutor-1190-thread-1-processing-n:127.0.0.1:40281_solr 
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) 
[n:127.0.0.1:40281_solr c:testSimple1 s:shard2 r:core_node8 
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n6] Registered new searcher 
Searcher@e563b3[testSimple1_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 355527 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1588153788982624256
   [junit4]   2> 355528 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 355629 INFO  
(zkCallback-838-thread-2-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355630 INFO  
(zkCallback-836-thread-3-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355629 INFO  
(zkCallback-836-thread-2-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355629 INFO  
(zkCallback-836-thread-1-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355629 INFO  
(zkCallback-838-thread-1-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355845 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 355846 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 355846 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 355856 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 355856 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 355860 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 355860 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 355860 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 355868 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@e4a779[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 355869 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 355869 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 355870 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 355871 INFO  
(searcherExecutor-1192-thread-1-processing-n:127.0.0.1:45403_solr 
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) 
[n:127.0.0.1:45403_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n1] Registered new searcher 
Searcher@e4a779[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 355872 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1588153789344382976
   [junit4]   2> 355875 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 355875 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 355876 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 355888 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1629ca6[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 355889 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 355889 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 355890 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 355892 INFO  
(searcherExecutor-1189-thread-1-processing-n:127.0.0.1:40281_solr 
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) 
[n:127.0.0.1:40281_solr c:testSimple1 s:shard1 r:core_node5 
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n2] Registered new searcher 
Searcher@1629ca6[testSimple1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 355892 INFO  (qtp20513673-5666) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1588153789365354496
   [junit4]   2> 355977 INFO  
(zkCallback-838-thread-2-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355978 INFO  
(zkCallback-836-thread-3-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355978 INFO  
(zkCallback-836-thread-2-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355977 INFO  
(zkCallback-836-thread-1-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 355977 INFO  
(zkCallback-838-thread-1-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 356029 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 356029 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 356029 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:45403/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 356029 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=https://127.0.0.1:45403/solr START 
replicas=[https://127.0.0.1:40281/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 356034 INFO  (qtp20513673-5655) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.c.S.Request [testSimple1_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 356037 DEBUG (ScheduledTrigger-1180-thread-1) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 356329 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=https://127.0.0.1:45403/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 356330 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 356330 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
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> 356330 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 356332 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45403/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 356377 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 356377 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 356377 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:45403/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 356377 INFO  (qtp3788986-5660) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 
url=https://127.0.0.1:45403/solr START 
replicas=[https://127.0.0.1:40281/solr/testSimple1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 356379 INFO  (qtp20513673-5665) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] 
o.a.s.c.S.Request [testSimple1_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 356434 INFO  
(zkCallback-838-thread-1-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 356434 INFO  
(zkCallback-836-thread-2-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 356434 INFO  
(zkCallback-838-thread-2-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 356434 INFO  
(zkCallback-836-thread-3-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 356434 INFO  
(zkCallback-836-thread-1-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 356483 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 356485 INFO  (qtp3788986-5647) [n:127.0.0.1:45403_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2286
   [junit4]   2> 356532 INFO  (qtp20513673-5653) [n:127.0.0.1:40281_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2343
   [junit4]   2> 356633 INFO  
(zkCallback-836-thread-1-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 356633 INFO  
(zkCallback-838-thread-2-processing-n:127.0.0.1:45403_solr) 
[n:127.0.0.1:45403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 356633 INFO  
(zkCallback-836-thread-2-processing-n:127.0.0.1:40281_solr) 
[n:127.0.0.1:40281_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 356633 INFO  (zkCallback-836

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

vabin&version=2&replicaType=NRT} status=0 QTime=630156
   [junit4]   2> 2189735 ERROR 
(TEST-DistribCursorPagingTest.test-seed#[FE992FBCBA626E72]) [    ] 
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> 2189736 INFO  
(TEST-DistribCursorPagingTest.test-seed#[FE992FBCBA626E72]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35771 35771
   [junit4]   2> 2194755 INFO  (Thread-5165) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35771 35771
   [junit4]   2> 2194756 WARN  (Thread-5165) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=DistribCursorPagingTest -Dtests.method=test 
-Dtests.seed=FE992FBCBA626E72 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr-BA -Dtests.timezone=America/Cuiaba -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    636s J0 | DistribCursorPagingTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:44903/fzd/b
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FE992FBCBA626E72:76CD1066149E038A]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:320)
   [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:542)
   [junit4]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DistribCursorPagingTest_FE992FBCBA626E72-001
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=27893, maxDocsPerChunk=360, blockSize=1), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=27893, blockSize=1)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1d9d5e1),
 locale=sr-BA, timezone=America/Cuiaba
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=248175792,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncTest, 
TestPostingsSolrHighlighter, HdfsBasicDistributedZkTest, TermsComponentTest, 
AssignBackwardCompatibilityTest, TestJavabinTupleStreamParser, TestSolrJ, 
BlockJoinFacetSimpleTest, NodeLostTriggerTest, SolrPluginUtilsTest, TestUpdate, 
HttpSolrCallGetCoreTest, SolrMetricManagerTest, SolrCoreTest, 
CollectionsAPISolrJTest, TestPolicyCloud, CoreAdminRequestStatusTest, 
TestPerFieldSimilarityWithDefaultOverride, UpdateRequestProcessorFactoryTest, 
TestReversedWildcardFilterFactory, TestFoldingMultitermQuery, 
DeleteInactiveReplicaTest, LeaderElectionIntegrationTest, 
ResponseLogComponentTest, TestChildDocTransformer, 
TestDistributedStatsComponentCardinality, TestShardHandlerFactory, 
DistributedMLTComponentTest, TermVectorComponentTest, PrimitiveFieldTypeTest, 
UpdateLogTest, V2StandaloneTest, TestSweetSpotSimilarityFactory, 
TestPivotHelperCode, TestCrossCoreJoin, TestComputePlanAction, 
TestComplexPhraseLeadingWildcard, TestManagedStopFilterFactory, 
TestCloudSearcherWarming, TestCloudDeleteByQuery, TestRequestForwarding, 
CacheHeaderTest, BlockCacheTest, PKIAuthenticationIntegrationTest, 
TestNumericRangeQuery64, TestMaxTokenLenTokenizer, TestIBSimilarityFactory, 
CurrencyFieldTypeTest, SSLMigrationTest, TestWordDelimiterFilterFactory, 
TestNoOpRegenerator, TestSolrIndexConfig, MinimalSchemaTest, SearchHandlerTest, 
HighlighterMaxOffsetTest, TestSkipOverseerOperations, TestCloudPivotFacet, 
TestRuleBasedAuthorizationPlugin, ReplicationFactorTest, InfixSuggestersTest, 
SliceStateTest, UninvertDocValuesMergePolicyTest, MoveReplicaHDFSTest, 
BadCopyFieldTest, TestMiniSolrCloudClusterSSL, HLLSerializationTest, 
MultiTermTest, DateMathParserTest, DistributedDebugComponentTest, 
TestHdfsCloudBackupRestore, TestIndexingPerformance, HdfsDirectoryFactoryTest, 
TestSchemaNameResource, URLClassifyProcessorTest, TestPhraseSuggestions, 
AutoAddReplicasIntegrationTest, TestNestedDocsSort, TestHalfAndHalfDocValues, 
UUIDUpdateProcessorFallbackTest, TestEmbeddedSolrServerSchemaAPI, 
TestNamedUpdateProcessors, QueryParsingTest, TestSmileRequest, 
TestLRUStatsCache, TestFieldSortValues, TestSolrXml, SolrIndexMetricsTest, 
SpellCheckComponentTest, TestDFRSimilarityFactory, SimpleFacetsTest, 
TestConfigOverlay, TestRecovery, TestMacroExpander, TestStressVersions, 
NodeMutatorTest, SpatialFilterTest, TestLegacyField, TestQueryUtils, 
TestReloadDeadlock, TestFastOutputStream, TestFieldResource, 
TestMaxScoreQueryParser, FastVectorHighlighterTest, TestBadConfig, TestUtils, 
TestPullReplica, TestTriggerIntegration, TestSolrCLIRunExample, 
TestBinaryField, TriLevelCompositeIdRoutingTest, LeaderElectionContextKeyTest, 
PreAnalyzedUpdateProcessorTest, SegmentsInfoRequestHandlerTest, 
TestDistributedSearch, TestLegacyFieldCache, 
StatelessScriptUpdateProcessorFactoryTest, DateFieldTest, TestConfigReload, 
TestJoin, TestDistribIDF, TestLegacyTerms, 
ClassificationUpdateProcessorIntegrationTest, ExternalFileFieldSortTest, 
EnumFieldTest, DistributedQueryComponentOptimizationTest, 
RecoveryAfterSoftCommitTest, BasicDistributedZkTest, ClusterStateUpdateTest, 
TestRandomFaceting, TestZkChroot, ZkCLITest, TestSort, BasicFunctionalityTest, 
TestIndexSearcher, SoftAutoCommitTest, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ConnectionReuseTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, DeleteNodeTest, DeleteShardTest, 
DistribCursorPagingTest]
   [junit4] Completed [555/765 (3!)] on J0 in 635.76s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to