Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20755/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC --illegal-access=deny

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.CloudExitableDirectoryReaderTest

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at __randomizedtesting.SeedInfo.seed([E95B3D679F2DEC1B]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:440)
        at 
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.setupCluster(CloudExitableDirectoryReaderTest.java:49)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.index.hdfs.CheckHdfsIndexTest.testChecksumsOnly

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:43013

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


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

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([E95B3D679F2DEC1B:D1E81999B8DE38CA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:95)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12350 lines...]
   [junit4] Suite: org.apache.solr.index.hdfs.CheckHdfsIndexTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/init-core-data-001
   [junit4]   2> 158853 WARN  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=37 numCloses=37
   [junit4]   2> 158853 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 158854 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 158854 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 158854 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 158908 WARN  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 158915 WARN  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 158917 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] o.m.log 
jetty-6.1.x
   [junit4]   2> 158920 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-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_43233_hdfs____.z9rc37/webapp
   [junit4]   2> 158985 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] o.m.log 
Started 
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:43233
   [junit4]   2> 159062 WARN  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 159063 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] o.m.log 
jetty-6.1.x
   [junit4]   2> 159064 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-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_33183_datanode____.k1xjm5/webapp
   [junit4]   2> 159125 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33183
   [junit4]   2> 159149 WARN  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 159150 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] o.m.log 
jetty-6.1.x
   [junit4]   2> 159155 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-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_34627_datanode____.f535sv/webapp
   [junit4]   2> 159231 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/tempDir-001/hdfsBaseDir/data/data1/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/tempDir-001/hdfsBaseDir/data/data2/]]
  heartbeating to localhost.localdomain/127.0.0.1:39673) [    ] 
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> 159238 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x122e88e831fb26: from storage 
DS-260ba85a-6998-445a-94e3-c14197ab4576 node 
DatanodeRegistration(127.0.0.1:35239, 
datanodeUuid=b6241acd-ff3c-4eba-bd6e-8343551a9d5d, infoPort=43809, 
infoSecurePort=0, ipcPort=39923, 
storageInfo=lv=-56;cid=testClusterID;nsid=552619407;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 159238 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x122e88e831fb26: from storage 
DS-b33d8884-adfa-4ba1-aee3-ecb49bf63a2d node 
DatanodeRegistration(127.0.0.1:35239, 
datanodeUuid=b6241acd-ff3c-4eba-bd6e-8343551a9d5d, infoPort=43809, 
infoSecurePort=0, ipcPort=39923, 
storageInfo=lv=-56;cid=testClusterID;nsid=552619407;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 159241 INFO  
(SUITE-CheckHdfsIndexTest-seed#[E95B3D679F2DEC1B]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34627
   [junit4]   2> 159344 ERROR (DataNode: 
[[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/tempDir-001/hdfsBaseDir/data/data3/,
 
[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/tempDir-001/hdfsBaseDir/data/data4/]]
  heartbeating to localhost.localdomain/127.0.0.1:39673) [    ] 
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> 159350 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x122e88eee27c1c: from storage 
DS-3ea1752b-5269-4327-a1fc-6b3f19509ef1 node 
DatanodeRegistration(127.0.0.1:43521, 
datanodeUuid=2efc312e-c519-43cf-af66-7f3adb7ae28c, infoPort=35775, 
infoSecurePort=0, ipcPort=32841, 
storageInfo=lv=-56;cid=testClusterID;nsid=552619407;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 159350 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* processReport 0x122e88eee27c1c: from storage 
DS-e5c6890a-8ac0-43be-bc5e-4ed176c27244 node 
DatanodeRegistration(127.0.0.1:43521, 
datanodeUuid=2efc312e-c519-43cf-af66-7f3adb7ae28c, infoPort=35775, 
infoSecurePort=0, ipcPort=32841, 
storageInfo=lv=-56;cid=testClusterID;nsid=552619407;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 159370 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 159370 INFO  (Thread-397) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 159370 INFO  (Thread-397) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 159371 ERROR (Thread-397) [    ] 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> 159470 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43191
   [junit4]   2> 159479 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 159479 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 159480 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 159480 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 159481 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 159481 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 159481 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 159482 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 159482 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 159483 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 159483 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 159483 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 159557 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 159558 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@21883245{/,null,AVAILABLE}
   [junit4]   2> 159558 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@679b1a8d{HTTP/1.1,[http/1.1]}{127.0.0.1:43013}
   [junit4]   2> 159559 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.e.j.s.Server Started @169986ms
   [junit4]   2> 159559 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=hdfs://localhost.localdomain:39673/hdfs__localhost.localdomain_39673__home_jenkins_workspace_Lucene-Solr-master-Linux_solr_build_solr-core_test_J1_temp_solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001_tempDir-002_control_data,
 hostPort=43013, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 159559 ERROR 
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 159559 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 159559 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 159559 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 159559 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-28T13:54:26.131510Z
   [junit4]   2> 159561 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 159561 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/control-001/solr.xml
   [junit4]   2> 159563 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 159563 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 159563 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 159565 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43191/solr
   [junit4]   2> 159613 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 159613 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43013_
   [junit4]   2> 159614 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.Overseer Overseer (id=98906856878374916-127.0.0.1:43013_-n_0000000000) 
starting
   [junit4]   2> 159636 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43013_
   [junit4]   2> 159637 INFO  (zkCallback-149-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 159752 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036
   [junit4]   2> 159760 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036
   [junit4]   2> 159761 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036
   [junit4]   2> 159762 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/control-001/cores
   [junit4]   2> 159795 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 159795 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43191/solr ready
   [junit4]   2> 159796 INFO  (qtp1181762121-1287) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43013_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 159798 INFO  (OverseerThreadFactory-439-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 159913 INFO  (qtp1181762121-1293) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 159913 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 160015 INFO  (zkCallback-149-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 160927 INFO  (qtp1181762121-1293) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 160934 INFO  (qtp1181762121-1293) [    ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 160994 INFO  (qtp1181762121-1293) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 161015 INFO  (qtp1181762121-1293) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'control_collection_shard1_replica_n1' using configuration 
from collection control_collection, trusted=true
   [junit4]   2> 161015 INFO  (qtp1181762121-1293) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036
   [junit4]   2> 161019 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory 
solr.hdfs.home=hdfs://localhost.localdomain:39673/solr_hdfs_home
   [junit4]   2> 161019 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 161019 INFO  (qtp1181762121-1293) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 161019 INFO  (qtp1181762121-1293) [    ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[hdfs://localhost.localdomain:39673/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 161020 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:39673/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 161026 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 161027 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 161027 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 161127 WARN  (qtp1181762121-1293) [    ] 
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds 
and try again.
   [junit4]   2> 166131 INFO  (qtp1181762121-1293) [    ] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 166135 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:39673/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 166155 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://localhost.localdomain:39673/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 166161 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct 
memory allocation set to [true]
   [junit4]   2> 166161 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of 
[8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 166162 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 166167 INFO  (qtp1181762121-1293) [    ] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 166167 INFO  (qtp1181762121-1293) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=16.1484375, 
floorSegmentMB=1.681640625, forceMergeDeletesPctAllowed=11.205865453885908, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 166254 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:35239 is added to 
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-b33d8884-adfa-4ba1-aee3-ecb49bf63a2d:NORMAL:127.0.0.1:35239|RBW],
 
ReplicaUC[[DISK]DS-e5c6890a-8ac0-43be-bc5e-4ed176c27244:NORMAL:127.0.0.1:43521|RBW]]}
 size 69
   [junit4]   2> 166254 INFO  (Block report processor) [    ] BlockStateChange 
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43521 is added to 
blk_1073741825_1001 size 69
   [junit4]   2> 166659 WARN  (qtp1181762121-1293) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 166689 INFO  (qtp1181762121-1293) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 166689 INFO  (qtp1181762121-1293) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 166689 INFO  (qtp1181762121-1293) [    ] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 166696 INFO  (qtp1181762121-1293) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 166696 INFO  (qtp1181762121-1293) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 166698 INFO  (qtp1181762121-1293) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=99.2890625, 
floorSegmentMB=2.12109375, forceMergeDeletesPctAllowed=16.52182675363651, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.21144331276074757
   [junit4]   2> 166725 INFO  (qtp1181762121-1293) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3353db21[control_collection_shard1_replica_n1] main]
   [junit4]   2> 166726 INFO  (qtp1181762121-1293) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 166726 INFO  (qtp1181762121-1293) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 166727 INFO  (qtp1181762121-1293) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 166728 INFO  (searcherExecutor-442-thread-1) [    ] 
o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher 
Searcher@3353db21[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 166728 INFO  (qtp1181762121-1293) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1582509717769420800
   [junit4]   2> 166731 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 166731 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 166731 INFO  (qtp1181762121-1293) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:43013/control_collection_shard1_replica_n1/
   [junit4]   2> 166731 INFO  (qtp1181762121-1293) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 166731 INFO  (qtp1181762121-1293) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:43013/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 166731 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 166732 INFO  (qtp1181762121-1293) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43013/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 219854 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop jetty! 43013
   [junit4]   2> 219854 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=434805320
   [junit4]   2> 219854 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 219854 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@38aa888c: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@38a97274
   [junit4]   2> 219859 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 219859 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3fab812b: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@122755c8
   [junit4]   2> 219863 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 219863 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5acfa4e4: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@126eff1
   [junit4]   2> 219864 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43013_
   [junit4]   2> 219864 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 219865 INFO  (zkCallback-149-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 219865 INFO  (coreCloseExecutor-447-thread-1) [    ] 
o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@30cf28c1
   [junit4]   2> 219865 INFO  (coreCloseExecutor-447-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.control_collection.shard1.replica_n1, tag=818882753
   [junit4]   2> 219865 INFO  (coreCloseExecutor-447-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@465c473e: rootName = null, 
domain = solr.core.control_collection.shard1.replica_n1, service url = null, 
agent id = null] for registry solr.core.control_collection.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@486d2904
   [junit4]   2> 219874 INFO  (coreCloseExecutor-447-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.control_collection.shard1.leader, tag=818882753
   [junit4]   2> 219886 INFO  (coreCloseExecutor-447-thread-1) [    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost.localdomain:39673/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 219888 INFO  (coreCloseExecutor-447-thread-1) [    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost.localdomain:39673/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 219889 INFO  (coreCloseExecutor-447-thread-1) [    ] 
o.a.s.s.h.HdfsDirectory Closing hdfs directory 
hdfs://localhost.localdomain:39673/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 219894 ERROR 
(OldIndexDirectoryCleanupThreadForCore-control_collection_shard1_replica_n1) [  
  ] o.a.s.c.HdfsDirectoryFactory Error checking for old index directories to 
clean-up.
   [junit4]   2> java.io.IOException: Filesystem closed
   [junit4]   2>        at 
org.apache.hadoop.hdfs.DFSClient.checkOpen(DFSClient.java:808)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.DFSClient.listPaths(DFSClient.java:2083)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.DFSClient.listPaths(DFSClient.java:2069)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.DistributedFileSystem.listStatusInternal(DistributedFileSystem.java:791)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.DistributedFileSystem.access$700(DistributedFileSystem.java:106)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.DistributedFileSystem$18.doCall(DistributedFileSystem.java:853)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.DistributedFileSystem$18.doCall(DistributedFileSystem.java:849)
   [junit4]   2>        at 
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
   [junit4]   2>        at 
org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:860)
   [junit4]   2>        at 
org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1517)
   [junit4]   2>        at 
org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1557)
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.cleanupOldIndexDirectories(HdfsDirectoryFactory.java:540)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$cleanupOldIndexDirectories$21(SolrCore.java:3018)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 219895 ERROR 
(OldIndexDirectoryCleanupThreadForCore-control_collection_shard1_replica_n1) [  
  ] o.a.s.c.SolrCore Failed to cleanup old index directories for core 
control_collection_shard1_replica_n1
   [junit4]   2> java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.solr.core.HdfsDirectoryFactory.cleanupOldIndexDirectories(HdfsDirectoryFactory.java:558)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$cleanupOldIndexDirectories$21(SolrCore.java:3018)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 230661 INFO  (ScheduledTrigger-437-thread-2) [    ] 
o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling 
logging.
   [junit4]   2> 230670 INFO  (AutoscalingActionExecutor-438-thread-1) [    ] 
o.a.s.c.a.ExecutePlanAction No operations to execute for event: {
   [junit4]   2>   "id":"14f1c06da0e29940T8fzk0um4ifiiu78r7ed21ixbg",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":1509198927229000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1509198927229000000],
   [junit4]   2>     "_enqueue_time_":1509198937232000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:43013_"]}}
   [junit4]   2> 339799 ERROR (qtp1181762121-1287) [    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the 
collection time out:180s
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)
   [junit4]   2>        at 
org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 339799 INFO  (qtp1181762121-1287) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43013_&wt=javabin&version=2}
 status=500 QTime=180002
   [junit4]   2> 339799 ERROR (qtp1181762121-1287) [    ] o.a.s.s.HttpSolrCall 
null:org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.execute(ExecuteProduceConsume.java:100)
   [junit4]   2>        at 
org.eclipse.jetty.io.ManagedSelector.run(ManagedSelector.java:147)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 760013 ERROR (OverseerThreadFactory-439-thread-1) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Error from shard: 
http://127.0.0.1:43013
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout 
occured while waiting response from server at: http://127.0.0.1:43013
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2>        at 
java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]   2>        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]   2>        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]   2>        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
   [junit4]   2>        ... 12 more
   [junit4]   2> 760013 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.Overseer Overseer (id=98906856878374916-127.0.0.1:43013_-n_0000000000) 
closing
   [junit4]   2> 760014 ERROR (OverseerThreadFactory-439-thread-1) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection 
[control_collection].
   [junit4]   2> 760014 INFO  
(OverseerStateUpdate-98906856878374916-127.0.0.1:43013_-n_0000000000) [    ] 
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43013_
   [junit4]   2> 760016 INFO  (OverseerThreadFactory-439-thread-1) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : 
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 790056 INFO  (zkCallback-149-thread-5) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 790057 ERROR (OverseerThreadFactory-439-thread-1) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Collection: control_collection 
operation: create failed:org.apache.solr.common.SolrException: Could not fully 
remove collection: control_collection
   [junit4]   2>        at 
org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:109)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:684)
   [junit4]   2>        at 
org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 790062 INFO  (OverseerThreadFactory-439-thread-1) [    ] 
o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 790063 WARN  
(OverseerAutoScalingTriggerThread-98906856878374916-127.0.0.1:43013_-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 790064 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@679b1a8d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 790064 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@21883245{/,null,UNAVAILABLE}
   [junit4]   2> 790104 ERROR (qtp1181762121-1293) [    ] o.a.s.c.ZkController 
Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: No registered leader was 
found after waiting for 1220000ms , collection: control_collection slice: 
shard1 saw state=null with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:890)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1050)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 790104 ERROR (qtp1181762121-1293) [    ] o.a.s.c.ZkContainer 
:org.apache.solr.common.SolrException: Error getting leader from zk for shard 
shard1
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1207)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2>        at 
org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:890)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1050)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:952)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered 
leader was found after waiting for 1220000ms , collection: control_collection 
slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2>        ... 41 more
   [junit4]   2> 
   [junit4]   2> 790105 INFO  (qtp1181762121-1293) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=630192
   [junit4]   2> 790105 ERROR 
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
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> 790105 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[E95B3D679F2DEC1B]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43191 43191
   [junit4]   2> 796648 INFO  (Thread-397) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43191 43191
   [junit4]   2> 796649 WARN  (Thread-397) [    ] 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=CheckHdfsIndexTest 
-Dtests.method=testChecksumsOnly -Dtests.seed=E95B3D679F2DEC1B 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kde -Dtests.timezone=AGT 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    637s J1 | CheckHdfsIndexTest.testChecksumsOnly <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:43013
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E95B3D679F2DEC1B:4BBEF4447DE214DB]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [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:1096)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at 
java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
   [junit4]    >        ... 42 more
   [junit4]   2> 796657 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 796657 INFO  (Thread-422) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 796657 INFO  (Thread-422) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 796658 ERROR (Thread-422) [    ] 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> 796757 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.ZkTestServer start zk server on port:41761
   [junit4]   2> 796767 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 796768 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 796768 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 796769 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 796769 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 796769 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 796770 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 796770 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 796771 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 796771 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 796772 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 796772 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 796843 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 796843 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@52be314f{/,null,AVAILABLE}
   [junit4]   2> 796843 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.e.j.s.AbstractConnector Started 
ServerConnector@6c61f829{HTTP/1.1,[http/1.1]}{127.0.0.1:40155}
   [junit4]   2> 796844 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.e.j.s.Server Started @807271ms
   [junit4]   2> 796844 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=hdfs://localhost.localdomain:39673/hdfs__localhost.localdomain_39673__home_jenkins_workspace_Lucene-Solr-master-Linux_solr_build_solr-core_test_J1_temp_solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001_tempDir-003_control_data,
 hostPort=40155, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/control-002/cores}
   [junit4]   2> 796844 ERROR 
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 796844 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 796844 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 796844 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 796844 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-28T14:05:03.416907Z
   [junit4]   2> 796848 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 796848 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/control-002/solr.xml
   [junit4]   2> 796851 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 796851 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 796851 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 796854 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41761/solr
   [junit4]   2> 796893 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 796893 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40155_
   [junit4]   2> 796893 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.Overseer Overseer 
(id=98906898643681284-127.0.0.1:40155_-n_0000000000) starting
   [junit4]   2> 796899 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40155_
   [junit4]   2> 796899 INFO  (zkCallback-161-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 796964 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036
   [junit4]   2> 796973 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036
   [junit4]   2> 796973 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036
   [junit4]   2> 796975 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E95B3D679F2DEC1B-001/control-002/cores
   [junit4]   2> 796993 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 796993 INFO  
(TEST-CheckHdfsIndexTest.testChecksumsOnlyVerbose-seed#[E95B3D679F2DEC1B]) [    
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41761/solr ready
   [junit4]   2> 796994 INFO  (qtp1192066414-1370) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40155_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 796995 INFO  (OverseerThreadFactory-456-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 797100 INFO  (qtp1192066414-1371) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 797100 INFO  (qtp1192066414-1371) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 797205 INFO  (zkCallback-161-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 798122 INFO  (qtp1192066414-1371) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 798134 INFO  (qtp1192066414-1371) [    ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 798256 INFO  (qtp1192066414-1371) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 798268 INFO  (qtp1192066414-1371) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'control_collection_shard1_replica_n1' using configuration 
from collection control_collection, trusted=true
   [junit4]   2> 798268 INFO  (qtp1192066414-1371) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2ba9e036
   [junit4]   2> 798269 INFO  (qtp1192066414-1371) [    ] o.a.s.c.

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

",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node4":{
   [junit4]   2>           "core":"exitable_shard2_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:41979/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:41979_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0"} with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2>        ... 16 more
   [junit4]   2> 
   [junit4]   2> 2907848 INFO  (coreCloseExecutor-6305-thread-1) [    ] 
o.a.s.c.SolrCore [exitable_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7bdef1cc
   [junit4]   2> 2907848 INFO  (coreCloseExecutor-6305-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.exitable.shard2.replica_n2, tag=2078208460
   [junit4]   2> 2907848 INFO  (coreCloseExecutor-6305-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@10c1370d: rootName = 
solr_41979, domain = solr.core.exitable.shard2.replica_n2, service url = null, 
agent id = null] for registry solr.core.exitable.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@31a8bff4
   [junit4]   2> 2907853 INFO  (coreCloseExecutor-6305-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.exitable.shard2.leader, tag=2078208460
   [junit4]   2> 2907854 INFO  (jetty-closer-2480-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f12b23c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2907854 ERROR 
(SUITE-CloudExitableDirectoryReaderTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2907854 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42649 42649
   [junit4]   2> 2915147 INFO  (Thread-3547) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42649 42649
   [junit4]   2> 2915147 WARN  (Thread-3547) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/collections/exitable/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 2915148 INFO  
(SUITE-CloudExitableDirectoryReaderTest-seed#[E95B3D679F2DEC1B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=221, maxMBSortInHeap=5.605419825772927, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-LR, 
timezone=Africa/Casablanca
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9 
(64-bit)/cpus=8,threads=1,free=273773136,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [BitVectorTest, 
HdfsRecoverLeaseTest, ExitableDirectoryReaderTest, TestLegacyField, 
RequiredFieldsTest, SimplePostToolTest, TestCharFilters, 
BlobRepositoryCloudTest, DistributedQueryComponentOptimizationTest, 
TestZkAclsWithHadoopAuth, LeaderFailureAfterFreshStartTest, 
TestComplexPhraseQParserPlugin, TestSerializedLuceneMatchVersion, 
TestExceedMaxTermLength, TestFunctionQuery, AlternateDirectoryTest, 
TestMaxTokenLenTokenizer, ClassificationUpdateProcessorFactoryTest, 
TestInitQParser, IndexBasedSpellCheckerTest, TestCloudSearcherWarming, 
BasicAuthStandaloneTest, JvmMetricsTest, SharedFSAutoReplicaFailoverTest, 
TestSolrCoreProperties, TestLFUCache, TestCollectionsAPIViaSolrCloudCluster, 
CollectionsAPIAsyncDistributedZkTest, TestSystemIdResolver, 
TestExactStatsCache, OverseerTest, TestDefaultStatsCache, 
TestDelegationWithHadoopAuth, CloneFieldUpdateProcessorFactoryTest, 
IndexSchemaTest, HdfsUnloadDistributedZkTest, UninvertDocValuesMergePolicyTest, 
TestGeoJSONResponseWriter, TestTolerantSearch, TestInfoStreamLogging, 
TestSolrConfigHandler, TestReplicationHandlerBackup, TestLRUCache, 
SpellPossibilityIteratorTest, DistributedFacetPivotLargeTest, 
TestDistributedGrouping, TestClusterStateMutator, TestConfigSetProperties, 
TestSolrCoreSnapshots, SolrCoreCheckLockOnStartupTest, 
PeerSyncWithIndexFingerprintCachingTest, CSVRequestHandlerTest, 
TestOverriddenPrefixQueryForCustomFieldType, BooleanFieldTest, 
ParsingFieldUpdateProcessorsTest, DistributedSpellCheckComponentTest, 
DefaultValueUpdateProcessorTest, TestBlobHandler, DisMaxRequestHandlerTest, 
TestJsonFacets, DateRangeFieldTest, ConnectionReuseTest, 
ManagedSchemaRoundRobinCloudTest, TestFuzzyAnalyzedSuggestions, 
TestLeaderInitiatedRecoveryThread, UniqFieldsUpdateProcessorFactoryTest, 
FieldMutatingUpdateProcessorTest, MetricsHandlerTest, TestCloudSchemaless, 
ZkNodePropsTest, VMParamsZkACLAndCredentialsProvidersTest, TestDocTermOrds, 
ScriptEngineTest, SpatialRPTFieldTypeTest, TestFieldCacheWithThreads, 
TestManagedResource, TestTrie, TestPushWriter, TestValueSourceCache, 
UUIDFieldTest, TestPartialUpdateDeduplication, TestCSVResponseWriter, 
TestIntervalFaceting, BufferStoreTest, TestDistributedMissingSort, 
TestNumericRangeQuery64, TestRealTimeGet, QueryElevationComponentTest, 
TestSearcherReuse, AsyncCallRequestStatusResponseTest, 
TestElisionMultitermQuery, TestDistributedStatsComponentCardinality, 
SuggesterWFSTTest, TestSchemaResource, TestRequestForwarding, 
MergeStrategyTest, DistribJoinFromCollectionTest, TestQueryWrapperFilter, 
TestRandomRequestDistribution, HLLSerializationTest, 
ConjunctionSolrSpellCheckerTest, PluginInfoTest, TestSolrDeletionPolicy2, 
TestSolrCloudWithSecureImpersonation, TestZkChroot, TestReRankQParserPlugin, 
SpatialHeatmapFacetsTest, SystemInfoHandlerTest, TestLegacyTerms, 
SolrGangliaReporterTest, TestSolrCLIRunExample, TestHdfsCloudBackupRestore, 
TestConfigSetsAPIZkFailure, TestCloudDeleteByQuery, HttpPartitionTest, 
TimeZoneUtilsTest, SortByFunctionTest, ImplicitSnitchTest, 
AliasIntegrationTest, SolrShardReporterTest, ExecutePlanActionTest, 
AutoAddReplicasPlanActionTest, DeleteStatusTest, SyncSliceTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, 
ZkCLITest, TestGroupingSearch, BadIndexSchemaTest, TestFiltering, 
TestCoreDiscovery, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest, 
SpatialFilterTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest, 
TestPseudoReturnFields, QueryEqualityTest, 
StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, 
TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, 
PrimitiveFieldTypeTest, XmlUpdateRequestHandlerTest, 
PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, TestJmxIntegration, 
UpdateRequestProcessorFactoryTest, MBeansHandlerTest, PreAnalyzedFieldTest, 
ClusterStateTest, TestSolrJ, TestUtils, TestDocumentBuilder, SliceStateTest, 
DistributedMLTComponentTest, CursorPagingTest, SolrTestCaseJ4Test, 
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
AssignBackwardCompatibilityTest, BaseCdcrDistributedZkTest, 
CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, 
CdcrRequestHandlerTest, CdcrVersionReplicationTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CloudExitableDirectoryReaderTest -Dtests.seed=E95B3D679F2DEC1B 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-LR 
-Dtests.timezone=Africa/Casablanca -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | CloudExitableDirectoryReaderTest (suite) <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E95B3D679F2DEC1B]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1325)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:440)
   [junit4]    >        at 
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.setupCluster(CloudExitableDirectoryReaderTest.java:49)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [573/746 (3!)] on J2 in 1229.03s, 0 tests, 1 error <<< 
FAILURES!

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

Reply via email to