You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/03/14 19:37:05 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 44 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/44/

1 tests failed.
FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:40572/pd/z/delete_data_dir

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:40572/pd/z/delete_data_dir
	at __randomizedtesting.SeedInfo.seed([65EE1590E4FFB3D1:EDBA2A4A4A03DE29]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:189)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	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:548)
	... 48 more




Build Log:
[...truncated 15504 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.StressHdfsTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/init-core-data-001
   [junit4]   2> 6627060 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /pd/z
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 6627115 WARN  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 6627140 WARN  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 6627141 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6627142 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6627142 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6627142 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6627143 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d0323f7{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 6627292 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@7d0fa494{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-lucene2-us-west.apache.org-39558-hdfs-_-any-7859809974369050042.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 6627293 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d7a931b{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:39558}
   [junit4]   2> 6627293 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server Started @6627373ms
   [junit4]   2> 6627379 WARN  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 6627428 WARN  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 6627429 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6627437 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6627437 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6627437 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6627438 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@736e927{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 6627564 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@466dcd20{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-43164-datanode-_-any-2045536868469246403.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 6627565 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e15ac52{HTTP/1.1,[http/1.1]}{localhost:43164}
   [junit4]   2> 6627565 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server Started @6627644ms
   [junit4]   2> 6627585 WARN  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 6627670 WARN  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 6627671 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6627684 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6627684 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6627684 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6627696 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27766c1b{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 6627864 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x426689b541ae8c9: Processing first storage report for DS-93339da0-6b1f-4ce2-94eb-4d278e480d98 from datanode 95f06821-54a7-4c7c-8ae3-71de27f27a91
   [junit4]   2> 6627876 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x426689b541ae8c9: from storage DS-93339da0-6b1f-4ce2-94eb-4d278e480d98 node DatanodeRegistration(127.0.0.1:40725, datanodeUuid=95f06821-54a7-4c7c-8ae3-71de27f27a91, infoPort=42747, infoSecurePort=0, ipcPort=34269, storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 6627876 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x426689b541ae8c9: Processing first storage report for DS-635d1b8f-226b-49f1-8759-72e64aa1c698 from datanode 95f06821-54a7-4c7c-8ae3-71de27f27a91
   [junit4]   2> 6627876 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x426689b541ae8c9: from storage DS-635d1b8f-226b-49f1-8759-72e64aa1c698 node DatanodeRegistration(127.0.0.1:40725, datanodeUuid=95f06821-54a7-4c7c-8ae3-71de27f27a91, infoPort=42747, infoSecurePort=0, ipcPort=34269, storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 6627924 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@50fe30b6{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-42306-datanode-_-any-3219275911815640115.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 6627927 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@631d49ed{HTTP/1.1,[http/1.1]}{localhost:42306}
   [junit4]   2> 6627927 INFO  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server Started @6628007ms
   [junit4]   2> 6627948 WARN  (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 6628178 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xed78cd8267b44238: Processing first storage report for DS-a3cf8d5c-30aa-4032-910c-2dcefd82a675 from datanode a6bd971b-a688-4829-9720-ca1dadca1120
   [junit4]   2> 6628178 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xed78cd8267b44238: from storage DS-a3cf8d5c-30aa-4032-910c-2dcefd82a675 node DatanodeRegistration(127.0.0.1:38377, datanodeUuid=a6bd971b-a688-4829-9720-ca1dadca1120, infoPort=33866, infoSecurePort=0, ipcPort=40977, storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 6628178 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xed78cd8267b44238: Processing first storage report for DS-9f51ed68-4151-45c6-8f53-3fb054b96e66 from datanode a6bd971b-a688-4829-9720-ca1dadca1120
   [junit4]   2> 6628178 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xed78cd8267b44238: from storage DS-9f51ed68-4151-45c6-8f53-3fb054b96e66 node DatanodeRegistration(127.0.0.1:38377, datanodeUuid=a6bd971b-a688-4829-9720-ca1dadca1120, infoPort=33866, infoSecurePort=0, ipcPort=40977, storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 6628336 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6628337 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6628337 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6628437 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer start zk server on port:40728
   [junit4]   2> 6628437 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40728
   [junit4]   2> 6628437 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40728
   [junit4]   2> 6628443 INFO  (zkConnectionManagerCallback-75383-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628447 INFO  (zkConnectionManagerCallback-75385-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628448 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 6628449 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 6628450 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6628451 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 6628452 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 6628453 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 6628453 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6628454 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6628455 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6628456 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6628457 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 6628457 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 6628567 WARN  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6628567 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6628567 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6628567 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6628570 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6628570 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6628570 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6628571 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ee08530{/pd/z,null,AVAILABLE}
   [junit4]   2> 6628572 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@94c1e0c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35130}
   [junit4]   2> 6628572 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.Server Started @6628652ms
   [junit4]   2> 6628572 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_control_data, replicaType=NRT, hostContext=/pd/z, hostPort=35130, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/cores}
   [junit4]   2> 6628579 ERROR (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6628579 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6628579 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 6628579 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6628579 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6628579 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-14T17:40:43.674Z
   [junit4]   2> 6628581 INFO  (zkConnectionManagerCallback-75387-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628582 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6628582 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/solr.xml
   [junit4]   2> 6628582 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x108218d43920002, likely client has closed socket
   [junit4]   2> 6628587 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6628587 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6628589 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6628687 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6628689 WARN  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@160d3680[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6628692 WARN  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@58a45de1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6628693 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6628694 INFO  (zkConnectionManagerCallback-75394-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628696 INFO  (zkConnectionManagerCallback-75396-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628755 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35130_pd%2Fz
   [junit4]   2> 6628755 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.Overseer Overseer (id=74346284459360260-127.0.0.1:35130_pd%2Fz-n_0000000000) starting
   [junit4]   2> 6628760 INFO  (zkConnectionManagerCallback-75403-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628761 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6628762 INFO  (OverseerStateUpdate-74346284459360260-127.0.0.1:35130_pd%2Fz-n_0000000000) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35130_pd%2Fz
   [junit4]   2> 6628762 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35130_pd%2Fz
   [junit4]   2> 6628780 INFO  (zkCallback-75395-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6628780 INFO  (zkCallback-75402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6628781 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6628798 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6628806 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6628806 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6628807 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/cores
   [junit4]   2> 6628831 INFO  (zkConnectionManagerCallback-75409-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6628832 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6628833 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6628834 INFO  (qtp1861570463-158272) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35130_pd%252Fz&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6628836 INFO  (OverseerThreadFactory-18538-thread-1-processing-n:127.0.0.1:35130_pd%2Fz) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 6628943 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz    x:control_collection_shard1_replica_n1] 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> 6628943 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 6629957 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 6629969 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 6630706 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home
   [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 6630735 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 6630742 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 6630742 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 6630745 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 6630746 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 6630763 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 6630768 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 6630768 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 6630774 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 6630774 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14322995191317506]
   [junit4]   2> 6630802 WARN  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 6630842 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 6630842 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6630842 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 6630858 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6630858 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6630859 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=71.60546875, floorSegmentMB=1.2353515625, forceMergeDeletesPctAllowed=22.154899630461593, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49846907266910667, deletesPctAllowed=46.997440994420515
   [junit4]   2> 6630869 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@691dc3cc[control_collection_shard1_replica_n1] main]
   [junit4]   2> 6630870 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6630871 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6630871 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 6630872 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628003626875092992
   [junit4]   2> 6630874 INFO  (searcherExecutor-18542-thread-1-processing-n:127.0.0.1:35130_pd%2Fz x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@691dc3cc[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6630878 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 6630878 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 6630881 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 6630881 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 6630881 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35130/pd/z/control_collection_shard1_replica_n1/
   [junit4]   2> 6630882 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 6630882 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:35130/pd/z/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 6630882 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/74346284459360260-core_node2-n_0000000000
   [junit4]   2> 6630884 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35130/pd/z/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 6630986 INFO  (zkCallback-75395-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> 6630986 INFO  (zkCallback-75395-thread-2) [    ] 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> 6630987 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 6630990 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2047
   [junit4]   2> 6630993 INFO  (qtp1861570463-158272) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 6631088 INFO  (zkCallback-75395-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> 6631089 INFO  (zkCallback-75395-thread-2) [    ] 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> 6631089 INFO  (zkCallback-75395-thread-3) [    ] 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> 6631089 INFO  (qtp1861570463-158272) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35130_pd%252Fz&wt=javabin&version=2} status=0 QTime=2255
   [junit4]   2> 6631093 INFO  (zkConnectionManagerCallback-75415-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631094 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6631095 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6631095 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 6631096 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6631098 INFO  (OverseerThreadFactory-18538-thread-2-processing-n:127.0.0.1:35130_pd%2Fz) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 6631099 INFO  (OverseerCollectionConfigSetProcessor-74346284459360260-127.0.0.1:35130_pd%2Fz-n_0000000000) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 6631301 WARN  (OverseerThreadFactory-18538-thread-2-processing-n:127.0.0.1:35130_pd%2Fz) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 6631302 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 6631303 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=206
   [junit4]   2> 6631304 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 6631407 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001 of type NRT
   [junit4]   2> 6631408 WARN  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6631408 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6631408 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6631408 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2063df60{/pd/z,null,AVAILABLE}
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f8d8539{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40572}
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.Server Started @6631500ms
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=40572, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001/cores}
   [junit4]   2> 6631420 ERROR (closeThreadPool-75416-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-14T17:40:46.515Z
   [junit4]   2> 6631422 INFO  (zkConnectionManagerCallback-75418-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631422 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6631422 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001/solr.xml
   [junit4]   2> 6631426 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6631426 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6631428 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6631508 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6631510 WARN  (closeThreadPool-75416-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@21c4e99c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631513 WARN  (closeThreadPool-75416-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3ed1d5d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631514 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6631516 INFO  (zkConnectionManagerCallback-75425-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631516 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001 of type NRT
   [junit4]   2> 6631519 WARN  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6631519 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6631519 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6631519 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6631528 INFO  (zkConnectionManagerCallback-75427-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631532 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 6631535 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.ZkController Publish node=127.0.0.1:40572_pd%2Fz as DOWN
   [junit4]   2> 6631536 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 6631536 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40572_pd%2Fz
   [junit4]   2> 6631537 INFO  (zkCallback-75395-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6631537 INFO  (zkCallback-75402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6631540 INFO  (zkCallback-75414-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6631540 INFO  (zkCallback-75426-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ee92f70{/pd/z,null,AVAILABLE}
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b63f6b3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38338}
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.Server Started @6631633ms
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=38338, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001/cores}
   [junit4]   2> 6631553 ERROR (closeThreadPool-75416-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-14T17:40:46.648Z
   [junit4]   2> 6631555 INFO  (zkConnectionManagerCallback-75431-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631556 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6631556 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001/solr.xml
   [junit4]   2> 6631559 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6631559 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6631561 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6631572 INFO  (zkConnectionManagerCallback-75436-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631573 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6631574 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6631574 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6631592 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631602 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631602 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631603 INFO  (closeThreadPool-75416-thread-1) [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001/cores
   [junit4]   2> 6631658 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001 of type NRT
   [junit4]   2> 6631680 WARN  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6631680 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6631680 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6631680 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@46395917{/pd/z,null,AVAILABLE}
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5fe9fe23{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:32833}
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.Server Started @6631772ms
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=32833, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001/cores}
   [junit4]   2> 6631693 ERROR (closeThreadPool-75416-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-14T17:40:46.788Z
   [junit4]   2> 6631696 INFO  (zkConnectionManagerCallback-75440-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631697 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6631697 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001/solr.xml
   [junit4]   2> 6631700 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6631700 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6631701 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6631714 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6631715 WARN  (closeThreadPool-75416-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1b35a6d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631725 WARN  (closeThreadPool-75416-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3b7e14ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631726 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6631727 INFO  (zkConnectionManagerCallback-75447-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631728 INFO  (zkConnectionManagerCallback-75449-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631732 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6631735 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.ZkController Publish node=127.0.0.1:38338_pd%2Fz as DOWN
   [junit4]   2> 6631736 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 6631736 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38338_pd%2Fz
   [junit4]   2> 6631737 INFO  (zkCallback-75402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631737 INFO  (zkCallback-75414-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631737 INFO  (zkCallback-75426-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631737 INFO  (zkCallback-75395-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631754 INFO  (zkCallback-75435-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631755 INFO  (zkCallback-75448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6631772 INFO  (zkConnectionManagerCallback-75456-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631773 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 6631773 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6631780 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6631785 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001 of type NRT
   [junit4]   2> 6631785 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6631786 WARN  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6631786 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6631786 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6631786 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6631787 WARN  (closeThreadPool-75416-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4335d360[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631794 WARN  (closeThreadPool-75416-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@580580ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631795 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6631797 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631797 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6631797 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6631798 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6631798 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@400145fb{/pd/z,null,AVAILABLE}
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2a8389e1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43432}
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] o.e.j.s.Server Started @6631879ms
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty4, solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=43432, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001/cores}
   [junit4]   2> 6631799 ERROR (closeThreadPool-75416-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6631799 INFO  (zkConnectionManagerCallback-75463-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-14T17:40:46.894Z
   [junit4]   2> 6631805 INFO  (zkConnectionManagerCallback-75465-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631805 INFO  (zkConnectionManagerCallback-75467-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631805 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6631805 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001/solr.xml
   [junit4]   2> 6631809 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6631809 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6631810 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6631811 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631811 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631813 INFO  (closeThreadPool-75416-thread-2) [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001/cores
   [junit4]   2> 6631815 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 6631817 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.ZkController Publish node=127.0.0.1:32833_pd%2Fz as DOWN
   [junit4]   2> 6631818 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 6631818 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32833_pd%2Fz
   [junit4]   2> 6631819 INFO  (zkCallback-75414-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631819 INFO  (zkCallback-75402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631819 INFO  (zkCallback-75426-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631819 INFO  (zkCallback-75395-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631820 INFO  (zkCallback-75448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631828 INFO  (zkCallback-75435-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631834 INFO  (zkCallback-75466-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631834 INFO  (zkCallback-75455-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6631886 INFO  (zkConnectionManagerCallback-75475-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6631888 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6631889 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6631890 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6631910 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631937 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631937 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6631938 INFO  (closeThreadPool-75416-thread-3) [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001/cores
   [junit4]   2> 6631973 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 6631989 WARN  (closeThreadPool-75416-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@55ab3016[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631993 WARN  (closeThreadPool-75416-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6ae78597[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6631994 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
   [junit4]   2> 6631995 INFO  (zkConnectionManagerCallback-75482-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6632011 INFO  (zkConnectionManagerCallback-75484-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6632014 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-5-001 of type NRT
   [junit4]   2> 6632015 WARN  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6632015 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6632015 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6632015 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6632021 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6632024 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43432_pd%2Fz as DOWN
   [junit4]   2> 6632025 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 6632025 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43432_pd%2Fz
   [junit4]   2> 6632026 INFO  (zkCallback-75414-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75426-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75402-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75435-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75448-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632026 INFO  (zkCallback-75395-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632036 INFO  (zkCallback-75466-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632037 INFO  (zkCallback-75455-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632037 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6632037 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6632037 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76f30907{/pd/z,null,AVAILABLE}
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@85d477c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44348}
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] o.e.j.s.Server Started @6632118ms
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty5, solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=44348, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-5-001/cores}
   [junit4]   2> 6632038 ERROR (closeThreadPool-75416-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-14T17:40:47.133Z
   [junit4]   2> 6632039 INFO  (zkCallback-75483-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632048 INFO  (zkCallback-75474-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6632055 INFO  (zkConnectionManagerCallback-75488-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6632055 INFO  (zkConnectionManagerCallback-75493-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6632056 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 6632056 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-5-001/solr.xml
   [junit4]   2> 6632059 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 6632059 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 6632060 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 6632060 INFO  (closeThreadPool-75416-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 6632061 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr ready
   [junit4]   2> 6632072 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 6632095 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6632115 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6632120 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
   [junit4]   2> 6632121 INFO  (closeThreadPool-75416-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001/cores
   [junit4]   2> 6632148 INFO  (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-6-001 of type NRT
   [junit4]   2> 6632150 WARN  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6632150 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 6632150 INFO  (closeThreadPool-75416-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6632150 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 6632194 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6632195 INFO  (closeThreadPool-75416-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6632195 INFO  (closeThrea

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

ce] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1853242421
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1853242421
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1853242421

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 89ms :: artifacts dl 20ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 591 minutes 17 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 53 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/53/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.cdcr.CdcrBootstrapTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:768)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:723)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)   expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:768)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:723)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:768)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:723)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [RawDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.RawDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:768)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:723)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

>
	at __randomizedtesting.SeedInfo.seed([9088FD6D61E88D92]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:325)
	at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15047 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_9088FD6D61E88D92-001/init-core-data-001
   [junit4] IGNOR/A 0.00s J1 | CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 3584617 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_9088FD6D61E88D92-001/cdcr-target-001
   [junit4]   2> 3584617 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3584618 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3584618 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3584718 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.ZkTestServer start zk server on port:34491
   [junit4]   2> 3584718 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34491
   [junit4]   2> 3584718 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34491
   [junit4]   2> 3584723 INFO  (zkConnectionManagerCallback-70279-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3584726 INFO  (zkConnectionManagerCallback-70281-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3584728 INFO  (zkConnectionManagerCallback-70283-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3584732 WARN  (jetty-launcher-70284-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3584732 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3584732 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3584733 INFO  (jetty-launcher-70284-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3584734 INFO  (jetty-launcher-70284-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3584734 INFO  (jetty-launcher-70284-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3584734 INFO  (jetty-launcher-70284-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3584734 INFO  (jetty-launcher-70284-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51cc1c74{/solr,null,AVAILABLE}
   [junit4]   2> 3584735 WARN  (jetty-launcher-70284-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@51bc973b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3584735 INFO  (jetty-launcher-70284-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@56c8a395{SSL,[ssl, http/1.1]}{127.0.0.1:42606}
   [junit4]   2> 3584735 INFO  (jetty-launcher-70284-thread-1) [    ] o.e.j.s.Server Started @3584797ms
   [junit4]   2> 3584735 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42606}
   [junit4]   2> 3584736 ERROR (jetty-launcher-70284-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3584736 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3584736 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 3584736 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3584736 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3584736 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-26T06:54:10.462Z
   [junit4]   2> 3584738 INFO  (zkConnectionManagerCallback-70286-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3584738 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3584833 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3584834 WARN  (jetty-launcher-70284-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3584835 WARN  (jetty-launcher-70284-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7019250b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3584838 WARN  (jetty-launcher-70284-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3584839 WARN  (jetty-launcher-70284-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@423fabd5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3584840 INFO  (jetty-launcher-70284-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34491/solr
   [junit4]   2> 3584841 INFO  (zkConnectionManagerCallback-70293-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3584843 INFO  (zkConnectionManagerCallback-70295-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3584929 INFO  (jetty-launcher-70284-thread-1) [n:127.0.0.1:42606_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42606_solr
   [junit4]   2> 3584930 INFO  (jetty-launcher-70284-thread-1) [n:127.0.0.1:42606_solr    ] o.a.s.c.Overseer Overseer (id=73022153248342021-127.0.0.1:42606_solr-n_0000000000) starting
   [junit4]   2> 3584936 INFO  (zkConnectionManagerCallback-70302-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3584939 INFO  (jetty-launcher-70284-thread-1) [n:127.0.0.1:42606_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34491/solr ready
   [junit4]   2> 3584939 INFO  (OverseerStateUpdate-73022153248342021-127.0.0.1:42606_solr-n_0000000000) [n:127.0.0.1:42606_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42606_solr
   [junit4]   2> 3584940 INFO  (jetty-launcher-70284-thread-1) [n:127.0.0.1:42606_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42606_solr
   [junit4]   2> 3584942 INFO  (zkCallback-70301-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3584943 INFO  (OverseerStateUpdate-73022153248342021-127.0.0.1:42606_solr-n_0000000000) [n:127.0.0.1:42606_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3584969 INFO  (jetty-launcher-70284-thread-1) [n:127.0.0.1:42606_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3585010 INFO  (jetty-launcher-70284-thread-1) [n:127.0.0.1:42606_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42606.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f0b49f
   [junit4]   2> 3585025 INFO  (jetty-launcher-70284-thread-1) [n:127.0.0.1:42606_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42606.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f0b49f
   [junit4]   2> 3585025 INFO  (jetty-launcher-70284-thread-1) [n:127.0.0.1:42606_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42606.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f0b49f
   [junit4]   2> 3585027 INFO  (jetty-launcher-70284-thread-1) [n:127.0.0.1:42606_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_9088FD6D61E88D92-001/cdcr-target-001/node1/.
   [junit4]   2> 3585055 INFO  (zkConnectionManagerCallback-70308-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585056 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3585057 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34491/solr ready
   [junit4]   2> 3585057 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.c.CdcrBootstrapTest Target zkHost = 127.0.0.1:34491/solr
   [junit4]   2> 3585058 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_9088FD6D61E88D92-001/cdcr-source-001
   [junit4]   2> 3585058 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3585058 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3585058 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3585158 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.ZkTestServer start zk server on port:41629
   [junit4]   2> 3585158 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41629
   [junit4]   2> 3585158 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41629
   [junit4]   2> 3585163 INFO  (zkConnectionManagerCallback-70310-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585166 INFO  (zkConnectionManagerCallback-70312-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585167 INFO  (zkConnectionManagerCallback-70314-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585171 WARN  (jetty-launcher-70315-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3585171 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3585171 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3585171 INFO  (jetty-launcher-70315-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3585172 INFO  (jetty-launcher-70315-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3585172 INFO  (jetty-launcher-70315-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3585172 INFO  (jetty-launcher-70315-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3585173 INFO  (jetty-launcher-70315-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41b7cefa{/solr,null,AVAILABLE}
   [junit4]   2> 3585173 WARN  (jetty-launcher-70315-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@20c9a351[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3585173 INFO  (jetty-launcher-70315-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76b39179{SSL,[ssl, http/1.1]}{127.0.0.1:38569}
   [junit4]   2> 3585173 INFO  (jetty-launcher-70315-thread-1) [    ] o.e.j.s.Server Started @3585235ms
   [junit4]   2> 3585173 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38569}
   [junit4]   2> 3585174 ERROR (jetty-launcher-70315-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3585174 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3585174 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 3585174 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3585174 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3585174 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-26T06:54:10.900Z
   [junit4]   2> 3585175 INFO  (zkConnectionManagerCallback-70317-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585176 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3585626 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3585626 WARN  (jetty-launcher-70315-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3585647 WARN  (jetty-launcher-70315-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@51268b52[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3585662 WARN  (jetty-launcher-70315-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3585670 WARN  (jetty-launcher-70315-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@55608ab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3585671 INFO  (jetty-launcher-70315-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41629/solr
   [junit4]   2> 3585695 INFO  (zkConnectionManagerCallback-70324-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585716 INFO  (zkConnectionManagerCallback-70326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585807 INFO  (jetty-launcher-70315-thread-1) [n:127.0.0.1:38569_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38569_solr
   [junit4]   2> 3585808 INFO  (jetty-launcher-70315-thread-1) [n:127.0.0.1:38569_solr    ] o.a.s.c.Overseer Overseer (id=73022153277243397-127.0.0.1:38569_solr-n_0000000000) starting
   [junit4]   2> 3585814 INFO  (zkConnectionManagerCallback-70333-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585817 INFO  (jetty-launcher-70315-thread-1) [n:127.0.0.1:38569_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41629/solr ready
   [junit4]   2> 3585818 INFO  (OverseerStateUpdate-73022153277243397-127.0.0.1:38569_solr-n_0000000000) [n:127.0.0.1:38569_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38569_solr
   [junit4]   2> 3585818 INFO  (jetty-launcher-70315-thread-1) [n:127.0.0.1:38569_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38569_solr
   [junit4]   2> 3585820 INFO  (OverseerStateUpdate-73022153277243397-127.0.0.1:38569_solr-n_0000000000) [n:127.0.0.1:38569_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3585821 INFO  (zkCallback-70332-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3585850 INFO  (jetty-launcher-70315-thread-1) [n:127.0.0.1:38569_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3585879 INFO  (jetty-launcher-70315-thread-1) [n:127.0.0.1:38569_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38569.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f0b49f
   [junit4]   2> 3585894 INFO  (jetty-launcher-70315-thread-1) [n:127.0.0.1:38569_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38569.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f0b49f
   [junit4]   2> 3585895 INFO  (jetty-launcher-70315-thread-1) [n:127.0.0.1:38569_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38569.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f0b49f
   [junit4]   2> 3585896 INFO  (jetty-launcher-70315-thread-1) [n:127.0.0.1:38569_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_9088FD6D61E88D92-001/cdcr-source-001/node1/.
   [junit4]   2> 3585938 INFO  (zkConnectionManagerCallback-70339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585939 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3585941 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[9088FD6D61E88D92]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41629/solr ready
   [junit4]   2> 3585942 INFO  (zkConnectionManagerCallback-70341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3585964 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3585967 INFO  (OverseerThreadFactory-19130-thread-1-processing-n:127.0.0.1:38569_solr) [n:127.0.0.1:38569_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 3586076 INFO  (OverseerStateUpdate-73022153277243397-127.0.0.1:38569_solr-n_0000000000) [n:127.0.0.1:38569_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38569/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3586282 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr    x:cdcr-source_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 3586283 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr    x:cdcr-source_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3587304 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3587318 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3587322 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3587322 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 3587323 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38569.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f0b49f
   [junit4]   2> 3587323 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_9088FD6D61E88D92-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrBootstrapTest_9088FD6D61E88D92-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 3587411 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3587411 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3587413 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3587414 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3587416 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27df7bf7[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3587417 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 3587418 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 3587418 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3587418 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629050113248722944
   [junit4]   2> 3587422 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@27df7bf7[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3587425 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 3587426 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/cdcr-source/leaders/shard1
   [junit4]   2> 3587429 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3587429 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3587429 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38569/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 3587430 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3587430 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:38569/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 3587430 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/cdcr-source/leaders/shard1/leader after winning as /collections/cdcr-source/leader_elect/shard1/election/73022153277243397-core_node2-n_0000000000
   [junit4]   2> 3587432 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38569/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 3587533 INFO  (zkCallback-70325-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3587534 INFO  (zkCallback-70325-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3587535 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3587538 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1256
   [junit4]   2> 3587541 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 3587637 INFO  (zkCallback-70325-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3587637 INFO  (zkCallback-70325-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3587637 INFO  (zkCallback-70325-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 3587638 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=1674
   [junit4]   2> 3587655 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 3587655 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_0 (1629050113482555392), source_1 (1629050113484652544), source_2 (1629050113485701120), source_3 (1629050113485701121), source_4 (1629050113485701122), source_5 (1629050113485701123), source_6 (1629050113485701124), source_7 (1629050113485701125), source_8 (1629050113485701126), source_9 (1629050113485701127), ... (100 adds)]} 0 14
   [junit4]   2> 3587657 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113499332608,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3587657 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113499332608
   [junit4]   2> 3587698 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@162a2263[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3587700 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@162a2263[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}])))}
   [junit4]   2> 3587700 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3587700 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 44
   [junit4]   2> 3587712 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_100 (1629050113546518528), source_101 (1629050113550712832), source_102 (1629050113550712833), source_103 (1629050113550712834), source_104 (1629050113550712835), source_105 (1629050113550712836), source_106 (1629050113550712837), source_107 (1629050113550712838), source_108 (1629050113550712839), source_109 (1629050113550712840), ... (100 adds)]} 0 10
   [junit4]   2> 3587713 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113558052864,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3587713 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113558052864
   [junit4]   2> 3587754 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@21ed1884[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3587755 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3587756 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@21ed1884[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}])))}
   [junit4]   2> 3587757 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 43
   [junit4]   2> 3587766 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_200 (1629050113605238784), source_201 (1629050113607335936), source_202 (1629050113607335937), source_203 (1629050113607335938), source_204 (1629050113607335939), source_205 (1629050113607335940), source_206 (1629050113607335941), source_207 (1629050113607335942), source_208 (1629050113607335943), source_209 (1629050113607335944), ... (100 adds)]} 0 8
   [junit4]   2> 3587767 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113614675968,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3587767 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113614675968
   [junit4]   2> 3587793 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@131e5bd1[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3587793 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3587795 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@131e5bd1[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}])))}
   [junit4]   2> 3587795 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 27
   [junit4]   2> 3587804 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_300 (1629050113645084672), source_301 (1629050113647181824), source_302 (1629050113647181825), source_303 (1629050113647181826), source_304 (1629050113647181827), source_305 (1629050113647181828), source_306 (1629050113647181829), source_307 (1629050113647181830), source_308 (1629050113647181831), source_309 (1629050113647181832), ... (100 adds)]} 0 7
   [junit4]   2> 3587805 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113654521856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3587805 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113654521856
   [junit4]   2> 3587839 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@391348ff[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3587840 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3587842 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@391348ff[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}]) Uninverting(_3(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253535}])))}
   [junit4]   2> 3587842 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 37
   [junit4]   2> 3587852 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_400 (1629050113695416320), source_401 (1629050113696464896), source_402 (1629050113696464897), source_403 (1629050113696464898), source_404 (1629050113696464899), source_405 (1629050113696464900), source_406 (1629050113696464901), source_407 (1629050113696464902), source_408 (1629050113696464903), source_409 (1629050113696464904), ... (100 adds)]} 0 8
   [junit4]   2> 3587853 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113704853504,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3587853 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113704853504
   [junit4]   2> 3587883 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1678b20f[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3587885 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1678b20f[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}]) Uninverting(_3(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253535}]) Uninverting(_4(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253582}])))}
   [junit4]   2> 3587885 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3587885 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 33
   [junit4]   2> 3587896 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_500 (1629050113742602240), source_501 (1629050113743650816), source_502 (1629050113743650817), source_503 (1629050113743650818), source_504 (1629050113743650819), source_505 (1629050113743650820), source_506 (1629050113743650821), source_507 (1629050113743650822), source_508 (1629050113743650823), source_509 (1629050113743650824), ... (100 adds)]} 0 7
   [junit4]   2> 3587897 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113750990848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3587897 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113750990848
   [junit4]   2> 3587929 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d06e193[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3587931 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@7d06e193[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}]) Uninverting(_3(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253535}]) Uninverting(_4(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253582}]) Uninverting(_5(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253628}])))}
   [junit4]   2> 3587932 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3587932 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 34
   [junit4]   2> 3587940 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_600 (1629050113788739584), source_601 (1629050113789788160), source_602 (1629050113789788161), source_603 (1629050113789788162), source_604 (1629050113789788163), source_605 (1629050113789788164), source_606 (1629050113789788165), source_607 (1629050113789788166), source_608 (1629050113789788167), source_609 (1629050113789788168), ... (100 adds)]} 0 7
   [junit4]   2> 3587941 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113797128192,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3587941 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113797128192
   [junit4]   2> 3587970 INFO  (OverseerCollectionConfigSetProcessor-73022153277243397-127.0.0.1:38569_solr-n_0000000000) [n:127.0.0.1:38569_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 3587979 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@16c76e56[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3587980 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3587981 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@16c76e56[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}]) Uninverting(_3(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253535}]) Uninverting(_4(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253582}]) Uninverting(_5(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253628}]) Uninverting(_6(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253671}])))}
   [junit4]   2> 3587982 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 40
   [junit4]   2> 3587991 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_700 (1629050113841168384), source_701 (1629050113842216960), source_702 (1629050113842216961), source_703 (1629050113842216962), source_704 (1629050113842216963), source_705 (1629050113842216964), source_706 (1629050113842216965), source_707 (1629050113843265536), source_708 (1629050113843265537), source_709 (1629050113843265538), ... (100 adds)]} 0 7
   [junit4]   2> 3587992 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113850605568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3587992 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113850605568
   [junit4]   2> 3588024 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@71a36eeb[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3588025 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3588026 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@71a36eeb[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}]) Uninverting(_3(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253535}]) Uninverting(_4(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253582}]) Uninverting(_5(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253628}]) Uninverting(_6(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253671}]) Uninverting(_7(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253721}])))}
   [junit4]   2> 3588026 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 35
   [junit4]   2> 3588035 INFO  (qtp643385453-197982) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_800 (1629050113888354304), source_801 (1629050113889402880), source_802 (1629050113889402881), source_803 (1629050113889402882), source_804 (1629050113889402883), source_805 (1629050113889402884), source_806 (1629050113889402885), source_807 (1629050113889402886), source_808 (1629050113889402887), source_809 (1629050113890451456), ... (100 adds)]} 0 7
   [junit4]   2> 3588036 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113896742912,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3588036 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113896742912
   [junit4]   2> 3588060 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7928592[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3588061 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3588062 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@7928592[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}]) Uninverting(_3(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253535}]) Uninverting(_4(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253582}]) Uninverting(_5(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253628}]) Uninverting(_6(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253671}]) Uninverting(_7(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253721}]) Uninverting(_8(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253766}])))}
   [junit4]   2> 3588062 INFO  (qtp643385453-197984) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 26
   [junit4]   2> 3588072 INFO  (qtp643385453-197983) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_900 (1629050113926103040), source_901 (1629050113926103041), source_902 (1629050113927151616), source_903 (1629050113927151617), source_904 (1629050113927151618), source_905 (1629050113927151619), source_906 (1629050113927151620), source_907 (1629050113927151621), source_908 (1629050113927151622), source_909 (1629050113927151623), ... (100 adds)]} 0 8
   [junit4]   2> 3588073 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113935540224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3588073 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113935540224
   [junit4]   2> 3588102 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dae9bdf[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3588104 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@1dae9bdf[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}]) Uninverting(_3(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253535}]) Uninverting(_4(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253582}]) Uninverting(_5(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253628}]) Uninverting(_6(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253671}]) Uninverting(_7(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253721}]) Uninverting(_8(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253766}]) Uninverting(_9(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253802}])))}
   [junit4]   2> 3588104 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3588104 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 31
   [junit4]   2> 3588116 INFO  (qtp643385453-197981) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_1000 (1629050113969094656), source_1001 (1629050113970143232), source_1002 (1629050113970143233), source_1003 (1629050113971191808), source_1004 (1629050113971191809), source_1005 (1629050113971191810), source_1006 (1629050113971191811), source_1007 (1629050113971191812), source_1008 (1629050113971191813), source_1009 (1629050113971191814), ... (100 adds)]} 0 11
   [junit4]   2> 3588118 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050113981677568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3588118 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050113981677568
   [junit4]   2> 3588154 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ce32dde[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3588156 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@3ce32dde[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}]) Uninverting(_3(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253535}]) Uninverting(_4(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253582}]) Uninverting(_5(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253628}]) Uninverting(_6(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253671}]) Uninverting(_7(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253721}]) Uninverting(_8(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253766}]) Uninverting(_9(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253802}]) Uninverting(_a(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253847}])))}
   [junit4]   2> 3588157 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3588157 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 39
   [junit4]   2> 3588171 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_1100 (1629050114024669184), source_1101 (1629050114027814912), source_1102 (1629050114028863488), source_1103 (1629050114028863489), source_1104 (1629050114028863490), source_1105 (1629050114028863491), source_1106 (1629050114030960640), source_1107 (1629050114030960641), source_1108 (1629050114030960642), source_1109 (1629050114030960643), ... (100 adds)]} 0 13
   [junit4]   2> 3588173 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629050114040397824,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3588173 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@30219676 commitCommandVersion:1629050114040397824
   [junit4]   2> 3588199 INFO  (qtp643385453-197985) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@30b7ad6e[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 3588201 INFO  (searcherExecutor-19135-thread-1-processing-n:127.0.0.1:38569_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) [n:127.0.0.1:38569_solr c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@30b7ad6e[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253391}]) Uninverting(_1(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253445}]) Uninverting(_2(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253497}]) Uninverting(_3(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253535}]) Uninverting(_4(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253582}]) Uninverting(_5(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253628}]) Uninverting(_6(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253671}]) Uninverting(_7(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253721}]) Uninverting(_8(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, timestamp=1553583253766}]) Uninverting(_9(8.1.0):C100:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.

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

vy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1750691503
     [copy] Copying 240 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1750691503
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1750691503

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 37ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 303 minutes 28 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 52 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/52/

10 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest

Error Message:
Suite timeout exceeded (>= 3600000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 3600000 msec).
	at __randomizedtesting.SeedInfo.seed([715B84D13F108889]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=153908, name=HttpClient@25b0a438-scheduler, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=153908, name=HttpClient@25b0a438-scheduler, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=153630, name=zkCallback-74228-thread-1, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=153630, name=zkCallback-74228-thread-1, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=150828, name=IPC Parameter Sending Thread #9, state=RUNNABLE, group=TGRP-MoveReplicaHDFSTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=150828, name=IPC Parameter Sending Thread #9, state=RUNNABLE, group=TGRP-MoveReplicaHDFSTest]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=150012, name=IPC Server handler 9 on 41647, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=150012, name=IPC Server handler 9 on 41647, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest

Error Message:
Captured an uncaught exception in thread: Thread[id=150062, name=IPC Server handler 5 on 44529, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=150062, name=IPC Server handler 5 on 44529, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
	at org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1007)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:191)
	at org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit(TestDocTermOrdsUninvertLimit.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5010)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4523)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)


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

Error Message:
Error from server at http://127.0.0.1:40019: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40019: ADDREPLICA failed to create replica
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1055)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:120)
	at org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([715B84D13F108889]:0)


FAILED:  org.apache.solr.schema.TestCloudSchemaless.test

Error Message:
Error from server at http://127.0.0.1:46095/collection1: Async exception during distributed update: java.util.concurrent.TimeoutException: idle_timeout

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:46095/collection1: Async exception during distributed update: java.util.concurrent.TimeoutException: idle_timeout
	at __randomizedtesting.SeedInfo.seed([715B84D13F108889:F90FBB0B91ECE571]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
	at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13307 lines...]
   [junit4] Suite: org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit
   [junit4]   2> ??? 25, 2019 2:27:06 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #503,5,TGRP-TestDocTermOrdsUninvertLimit]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([715B84D13F108889]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:349)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:664)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:5030)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4545)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]   2> 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]   2> 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]   2> 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]   2> 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]   2> 	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]   2> 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5010)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4523)
   [junit4]   2> 	... 3 more
   [junit4]   2> 
   [junit4]   2> ??? 25, 2019 2:27:06 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #466,5,TGRP-TestDocTermOrdsUninvertLimit]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([715B84D13F108889]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:349)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]   2> 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:531)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.checkpoint(IndexWriter.java:2563)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.publishFlushedSegment(IndexWriter.java:2641)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.lambda$publishFlushedSegments$10(IndexWriter.java:5079)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterFlushQueue.innerPurge(DocumentsWriterFlushQueue.java:115)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterFlushQueue.forcePurge(DocumentsWriterFlushQueue.java:136)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.purgeFlushTickets(DocumentsWriter.java:199)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.publishFlushedSegments(IndexWriter.java:5059)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2292)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2266)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.maybeCloseOnTragicEvent(IndexWriter.java:4907)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.tragicEvent(IndexWriter.java:4897)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4080)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]   2> 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]   2> 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]   2> 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]   2> 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]   2> 	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]   2> 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5010)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4523)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2> 	... 2 more
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDocTermOrdsUninvertLimit -Dtests.method=testTriggerUnInvertLimit -Dtests.seed=715B84D13F108889 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=be -Dtests.timezone=Asia/Dhaka -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    146s J1 | TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1007)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:191)
   [junit4]    > 	at org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit(TestDocTermOrdsUninvertLimit.java:65)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5010)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4523)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5539, name=Lucene Merge Thread #503, state=RUNNABLE, group=TGRP-TestDocTermOrdsUninvertLimit]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([715B84D13F108889]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:349)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:664)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:5030)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4545)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5010)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4523)
   [junit4]    > 	... 3 moreThrowable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5502, name=Lucene Merge Thread #466, state=RUNNABLE, group=TGRP-TestDocTermOrdsUninvertLimit]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([715B84D13F108889]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:349)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]    > 	at org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:531)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.checkpoint(IndexWriter.java:2563)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.publishFlushedSegment(IndexWriter.java:2641)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.lambda$publishFlushedSegments$10(IndexWriter.java:5079)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterFlushQueue.innerPurge(DocumentsWriterFlushQueue.java:115)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterFlushQueue.forcePurge(DocumentsWriterFlushQueue.java:136)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.purgeFlushTickets(DocumentsWriter.java:199)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.publishFlushedSegments(IndexWriter.java:5059)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2292)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2266)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeCloseOnTragicEvent(IndexWriter.java:4907)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.tragicEvent(IndexWriter.java:4897)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4080)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]    > 	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5010)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4523)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]    > 	... 2 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {field=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, maxPointsInLeafNode=1751, maxMBSortInHeap=5.488058123900393, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@90e9db4), locale=be, timezone=Asia/Dhaka
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=95889880,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestMultiValuedNumericRangeQuery, PeerSyncWithLeaderAndIndexFingerprintCachingTest, CSVRequestHandlerTest, TestOnReconnectListenerSupport, BasicFunctionalityTest, StatsComponentTest, ReturnFieldsTest, TestStressLucene, RequestLoggingTest, CollectionReloadTest, TestCloudPhrasesIdentificationComponent, TestSkipOverseerOperations, CursorMarkTest, LeaderVoteWaitTimeoutTest, DeleteShardTest, TestNumericTerms64, ZkStateReaderTest, BaseCdcrDistributedZkTest, TestJsonFacetsWithNestedObjects, TestBinaryResponseWriter, ChaosMonkeyNothingIsSafeTest, TestDocTermOrdsUninvertLimit]
   [junit4] Completed [72/845 (1!)] on J1 in 145.82s, 1 test, 1 error <<< FAILURES!

[...truncated 729 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/init-core-data-001
   [junit4]   2> 1102594 INFO  (SUITE-TestCloudSchemaless-seed#[715B84D13F108889]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1102596 INFO  (SUITE-TestCloudSchemaless-seed#[715B84D13F108889]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1102596 INFO  (SUITE-TestCloudSchemaless-seed#[715B84D13F108889]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1102596 INFO  (SUITE-TestCloudSchemaless-seed#[715B84D13F108889]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1102611 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1102616 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1102616 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1102715 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer start zk server on port:38463
   [junit4]   2> 1102716 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38463
   [junit4]   2> 1102716 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38463
   [junit4]   2> 1102720 INFO  (zkConnectionManagerCallback-64553-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1102723 INFO  (zkConnectionManagerCallback-64555-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1102725 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1102726 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 1102727 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1102728 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1102729 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1102730 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1102731 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1102733 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1102734 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1102735 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1102736 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1102737 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1102924 WARN  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1102925 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1102925 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1102925 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1102928 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1102928 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1102928 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1102929 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b0ad9d8{/,null,AVAILABLE}
   [junit4]   2> 1102933 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@244afed1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38434}
   [junit4]   2> 1102933 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.s.Server Started @1103049ms
   [junit4]   2> 1102934 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=38434, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/control-001/cores}
   [junit4]   2> 1102934 ERROR (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1102934 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1102934 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1102934 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1102934 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1102935 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-25T08:37:32.711Z
   [junit4]   2> 1102944 INFO  (zkConnectionManagerCallback-64557-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1102946 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1102946 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/control-001/solr.xml
   [junit4]   2> 1102951 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1102951 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1102953 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1103062 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1103068 WARN  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4890c1d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1103073 WARN  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@ea99ba8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1103074 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38463/solr
   [junit4]   2> 1103076 INFO  (zkConnectionManagerCallback-64564-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1103078 INFO  (zkConnectionManagerCallback-64566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1103190 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [n:127.0.0.1:38434_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38434_
   [junit4]   2> 1103191 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [n:127.0.0.1:38434_    ] o.a.s.c.Overseer Overseer (id=73016897395359748-127.0.0.1:38434_-n_0000000000) starting
   [junit4]   2> 1103210 INFO  (zkConnectionManagerCallback-64573-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1103217 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [n:127.0.0.1:38434_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38463/solr ready
   [junit4]   2> 1103236 INFO  (OverseerStateUpdate-73016897395359748-127.0.0.1:38434_-n_0000000000) [n:127.0.0.1:38434_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38434_
   [junit4]   2> 1103247 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [n:127.0.0.1:38434_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38434_
   [junit4]   2> 1103260 INFO  (zkCallback-64572-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1103267 INFO  (zkCallback-64565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1103328 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [n:127.0.0.1:38434_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1103374 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [n:127.0.0.1:38434_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e
   [junit4]   2> 1103401 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [n:127.0.0.1:38434_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e
   [junit4]   2> 1103402 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [n:127.0.0.1:38434_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e
   [junit4]   2> 1103415 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [n:127.0.0.1:38434_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/control-001/cores
   [junit4]   2> 1103500 INFO  (zkConnectionManagerCallback-64579-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1103508 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1103509 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38463/solr ready
   [junit4]   2> 1103512 INFO  (qtp65666522-122813) [n:127.0.0.1:38434_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38434_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1103515 INFO  (OverseerThreadFactory-8435-thread-1-processing-n:127.0.0.1:38434_) [n:127.0.0.1:38434_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1103640 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_    x:control_collection_shard1_replica_n1] 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> 1103640 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1104669 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1104695 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 1104698 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 1104708 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema add-schema-fields-update-processor/1.6 with uniqueid field id
   [junit4]   2> 1104710 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 1104712 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 1104712 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1104713 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e
   [junit4]   2> 1104713 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1104717 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=30.052734375, floorSegmentMB=1.2958984375, forceMergeDeletesPctAllowed=13.785234636560128, segmentsPerTier=38.0, maxCFSSegmentSizeMB=1.0869140625, noCFSRatio=0.6064694932786028, deletesPctAllowed=23.797887148532332
   [junit4]   2> 1104797 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1104797 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1104800 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1104800 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1104801 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@aaa74ba
   [junit4]   2> 1104802 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c96d9a6[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1104803 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1104804 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1104804 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1104804 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1104805 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1104805 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628966018960326656
   [junit4]   2> 1104808 INFO  (searcherExecutor-8440-thread-1-processing-n:127.0.0.1:38434_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@5c96d9a6[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1104812 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1104812 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1104815 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1104815 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1104815 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38434/control_collection_shard1_replica_n1/
   [junit4]   2> 1104816 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1104816 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:38434/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1104816 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/73016897395359748-core_node2-n_0000000000
   [junit4]   2> 1104818 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38434/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1104920 INFO  (zkCallback-64565-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> 1104920 INFO  (zkCallback-64565-thread-2) [    ] 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> 1104921 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1104924 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1284
   [junit4]   2> 1104928 INFO  (qtp65666522-122813) [n:127.0.0.1:38434_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1105024 INFO  (zkCallback-64565-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> 1105024 INFO  (zkCallback-64565-thread-2) [    ] 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> 1105025 INFO  (qtp65666522-122813) [n:127.0.0.1:38434_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38434_&wt=javabin&version=2} status=0 QTime=1513
   [junit4]   2> 1105025 INFO  (zkCallback-64565-thread-3) [    ] 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> 1105029 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x103687b37da0006, likely client has closed socket
   [junit4]   2> 1105032 INFO  (zkConnectionManagerCallback-64585-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1105033 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1105036 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38463/solr ready
   [junit4]   2> 1105036 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1105037 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1105041 INFO  (OverseerThreadFactory-8435-thread-2-processing-n:127.0.0.1:38434_) [n:127.0.0.1:38434_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1105041 INFO  (OverseerCollectionConfigSetProcessor-73016897395359748-127.0.0.1:38434_-n_0000000000) [n:127.0.0.1:38434_    ] 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> 1105247 WARN  (OverseerThreadFactory-8435-thread-2-processing-n:127.0.0.1:38434_) [n:127.0.0.1:38434_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1105249 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1105249 INFO  (qtp65666522-122812) [n:127.0.0.1:38434_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 1105250 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=8
   [junit4]   2> 1105482 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-1-001 of type NRT
   [junit4]   2> 1105492 WARN  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1105492 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1105492 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1105492 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1105606 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1105606 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1105606 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1105627 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45e597a{/,null,AVAILABLE}
   [junit4]   2> 1105628 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@271999e1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45967}
   [junit4]   2> 1105628 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.Server Started @1105743ms
   [junit4]   2> 1105628 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=45967, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-1-001/cores}
   [junit4]   2> 1105628 ERROR (closeThreadPool-64586-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1105628 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1105628 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1105628 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1105628 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1105628 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-25T08:37:35.404Z
   [junit4]   2> 1105664 INFO  (zkConnectionManagerCallback-64588-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1105675 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1105675 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-1-001/solr.xml
   [junit4]   2> 1105680 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1105680 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1105681 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1105700 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-2-001 of type NRT
   [junit4]   2> 1105724 WARN  (closeThreadPool-64586-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1105725 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1105725 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1105725 INFO  (closeThreadPool-64586-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1105736 INFO  (closeThreadPool-64586-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1105736 INFO  (closeThreadPool-64586-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1105736 INFO  (closeThreadPool-64586-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1105737 INFO  (closeThreadPool-64586-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@796a8dc4{/,null,AVAILABLE}
   [junit4]   2> 1105744 INFO  (closeThreadPool-64586-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@696e1723{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44691}
   [junit4]   2> 1105744 INFO  (closeThreadPool-64586-thread-2) [    ] o.e.j.s.Server Started @1105859ms
   [junit4]   2> 1105744 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=44691, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-2-001/cores}
   [junit4]   2> 1105744 ERROR (closeThreadPool-64586-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1105744 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1105744 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1105745 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1105745 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1105745 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-25T08:37:35.521Z
   [junit4]   2> 1105791 INFO  (zkConnectionManagerCallback-64591-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1105792 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1105793 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-2-001/solr.xml
   [junit4]   2> 1105797 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1105797 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1105799 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1105983 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1105984 WARN  (closeThreadPool-64586-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4189403b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1105989 WARN  (closeThreadPool-64586-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@b3ea52f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1105990 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38463/solr
   [junit4]   2> 1106003 INFO  (zkConnectionManagerCallback-64598-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106063 INFO  (zkConnectionManagerCallback-64600-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106069 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1106073 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.c.ZkController Publish node=127.0.0.1:45967_ as DOWN
   [junit4]   2> 1106074 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1106074 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45967_
   [junit4]   2> 1106075 INFO  (zkCallback-64572-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1106075 INFO  (zkCallback-64565-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1106089 INFO  (zkCallback-64584-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1106102 INFO  (zkCallback-64599-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1106104 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-3-001 of type NRT
   [junit4]   2> 1106116 WARN  (closeThreadPool-64586-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1106117 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1106117 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1106117 INFO  (closeThreadPool-64586-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1106127 INFO  (closeThreadPool-64586-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1106127 INFO  (closeThreadPool-64586-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1106127 INFO  (closeThreadPool-64586-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1106136 INFO  (closeThreadPool-64586-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29e2bb6c{/,null,AVAILABLE}
   [junit4]   2> 1106140 INFO  (closeThreadPool-64586-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@43aac029{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36918}
   [junit4]   2> 1106140 INFO  (closeThreadPool-64586-thread-3) [    ] o.e.j.s.Server Started @1106255ms
   [junit4]   2> 1106140 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36918, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-3-001/cores}
   [junit4]   2> 1106140 ERROR (closeThreadPool-64586-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1106140 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1106140 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1106140 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1106140 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1106140 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-25T08:37:35.916Z
   [junit4]   2> 1106141 INFO  (zkConnectionManagerCallback-64607-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106143 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1106144 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38463/solr ready
   [junit4]   2> 1106156 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1106171 INFO  (zkConnectionManagerCallback-64609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106173 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1106173 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-3-001/solr.xml
   [junit4]   2> 1106178 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1106178 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1106180 INFO  (closeThreadPool-64586-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1106217 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e
   [junit4]   2> 1106259 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e
   [junit4]   2> 1106272 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f5ce44e
   [junit4]   2> 1106273 INFO  (closeThreadPool-64586-thread-1) [n:127.0.0.1:45967_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-1-001/cores
   [junit4]   2> 1106317 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1106328 WARN  (closeThreadPool-64586-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4de412ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1106370 WARN  (closeThreadPool-64586-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@287dd5d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1106371 INFO  (closeThreadPool-64586-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38463/solr
   [junit4]   2> 1106390 INFO  (TEST-TestCloudSchemaless.test-seed#[715B84D13F108889]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-4-001 of type NRT
   [junit4]   2> 1106391 WARN  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1106391 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1106391 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1106391 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1106410 INFO  (zkConnectionManagerCallback-64617-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106423 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1106423 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1106423 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1106444 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7bb32b11{/,null,AVAILABLE}
   [junit4]   2> 1106444 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ba146d0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46095}
   [junit4]   2> 1106444 INFO  (closeThreadPool-64586-thread-1) [    ] o.e.j.s.Server Started @1106560ms
   [junit4]   2> 1106444 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/tempDir-001/jetty4, solrconfig=solrconfig.xml, hostContext=/, hostPort=46095, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-4-001/cores}
   [junit4]   2> 1106445 ERROR (closeThreadPool-64586-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1106445 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1106445 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1106445 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1106445 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1106445 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-25T08:37:36.221Z
   [junit4]   2> 1106469 INFO  (zkConnectionManagerCallback-64619-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106473 INFO  (closeThreadPool-64586-thread-2) [n:127.0.0.1:44691_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1106474 INFO  (zkConnectionManagerCallback-64621-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1106475 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1106475 INFO  (closeThreadPool-64586-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.schema.TestCloudSchemaless_715B84D13F108889-001/shard-4-001/solr.xml
   [junit4]   2> 1106477 INFO  (closeThreadPool-64586-thread-2) [n:127.0.0.1:

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

)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
   [junit4]   2>         at org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
   [junit4]   2>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
   [junit4]   2>   71) Thread[id=150051, name=Socket Reader #1 for port 44529, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at java.util.HashMap$KeySet.iterator(HashMap.java:917)
   [junit4]   2>         at java.util.HashSet.iterator(HashSet.java:173)
   [junit4]   2>         at sun.nio.ch.Util$3.iterator(Util.java:324)
   [junit4]   2>         at org.apache.hadoop.ipc.Server$Listener$Reader.doRunLoop(Server.java:1099)
   [junit4]   2>         at org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:1076)
   [junit4]   2>   72) Thread[id=150137, name=IPC Server handler 9 on 34596, state=TIMED_WAITING, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
   [junit4]   2>         at org.apache.hadoop.ipc.CallQueueManager.take(CallQueueManager.java:288)
   [junit4]   2>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2668)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {_root_=PostingsFormat(name=Asserting), id=FSTOrd50}, docValues:{}, maxPointsInLeafNode=1669, maxMBSortInHeap=6.686131306442266, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7fc57a8d), locale=zh, timezone=Africa/Cairo
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=85,free=61957792,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestMultiValuedNumericRangeQuery, PeerSyncWithLeaderAndIndexFingerprintCachingTest, CSVRequestHandlerTest, TestOnReconnectListenerSupport, BasicFunctionalityTest, StatsComponentTest, ReturnFieldsTest, TestStressLucene, RequestLoggingTest, CollectionReloadTest, TestCloudPhrasesIdentificationComponent, TestSkipOverseerOperations, CursorMarkTest, LeaderVoteWaitTimeoutTest, DeleteShardTest, TestNumericTerms64, ZkStateReaderTest, BaseCdcrDistributedZkTest, TestJsonFacetsWithNestedObjects, TestBinaryResponseWriter, ChaosMonkeyNothingIsSafeTest, TestDocTermOrdsUninvertLimit, PreAnalyzedFieldManagedSchemaCloudTest, SpatialFilterTest, TestEmbeddedSolrServerConstructors, HttpTriggerListenerTest, TestRawTransformer, AnalysisErrorHandlingTest, TestFieldCacheWithThreads, BitVectorTest, MoveReplicaHDFSTest, DisMaxRequestHandlerTest, CoreAdminCreateDiscoverTest, DistributedVersionInfoTest, CdcrVersionReplicationTest, TriggerEventQueueTest, DistributedFacetPivotLongTailTest, TestStressLiveNodes, TestStressUserVersions, TestGraphTermsQParserPlugin, DirectoryFactoryTest, TestConfigSetsAPIZkFailure, DistributedFacetPivotWhiteBoxTest, TestNonDefinedSimilarityFactory, ClassificationUpdateProcessorTest, DirectSolrConnectionTest, TestSolrCloudWithSecureImpersonation, OverseerTest, V2ApiIntegrationTest, SystemLogListenerTest, TestSimNodeLostTrigger, ScheduledTriggerTest, ZkControllerTest, DistributedSuggestComponentTest, ResponseHeaderTest, TestMissingGroups, SolrMetricReporterTest, TestCursorMarkWithoutUniqueKey, TestReRankQParserPlugin, ForceLeaderWithTlogReplicasTest, TestOverriddenPrefixQueryForCustomFieldType, SuggesterWFSTTest, SaslZkACLProviderTest, StatelessScriptUpdateProcessorFactoryTest, TestComplexPhraseLeadingWildcard, FileUtilsTest, CreateCollectionCleanupTest, TestSegmentSorting, EnumFieldTest, TestFastOutputStream, TestSimGenericDistributedQueue, TestFieldCacheSort, TestCloudSchemaless, UnloadDistributedZkTest, TestZkChroot, StatsReloadRaceTest, UpdateLogTest, ZookeeperStatusHandlerTest, TestRandomFaceting, DirectUpdateHandlerTest, SpatialHeatmapFacetsTest, TestBlobHandler, TestScoreJoinQPScore, TestClusterProperties, TestRebalanceLeaders, HdfsWriteToMultipleCollectionsTest, BasicDistributedZk2Test, TestExtendedDismaxParser, PeerSyncTest, RequestHandlersTest, ShardsWhitelistTest, TestXmlQParserPlugin, TestCoreBackup, TestCloudRecovery, AddSchemaFieldsUpdateProcessorFactoryTest, TestRecoveryHdfs, TestRestoreCore, TestSweetSpotSimilarityFactory, TestBinaryField, SpellCheckCollatorTest, TestDFISimilarityFactory, MultiThreadedOCPTest, ZkShardTermsTest, PluginInfoTest, MetricsConfigTest, TestSystemIdResolver, LeaderElectionContextKeyTest, BlobRepositoryCloudTest, TestSimClusterStateProvider, HighlighterMaxOffsetTest, TestBlendedInfixSuggestions, TestFilteredDocIdSet, DistributedQueryComponentOptimizationTest, TestSearchPerf, TimeZoneUtilsTest, ReplicaListTransformerTest, AnalyticsMergeStrategyTest, HdfsChaosMonkeySafeLeaderTest, TestInPlaceUpdatesRequiredField, TestManagedSchemaThreadSafety, TestTrieFacet, TestCustomSort, TestSmileRequest, InfixSuggestersTest, TestSolrQueryParser, HLLSerializationTest, TestLocalFSCloudBackupRestore, OverriddenZkACLAndCredentialsProvidersTest, TestCloudNestedDocsSort, TestSolrCloudWithHadoopAuthPlugin, TestInfoStreamLogging, MetricsHandlerTest, TestShardHandlerFactory, TestInitQParser, TestSolrCoreParser, CollectionsAPIDistributedZkTest, TestLeaderElectionZkExpiry, SharedFSAutoReplicaFailoverTest, RestartWhileUpdatingTest, DeleteLastCustomShardedReplicaTest, DeleteStatusTest, DistribCursorPagingTest, FullSolrCloudDistribCmdsTest, HealthCheckHandlerTest, HttpPartitionTest, ShardRoutingCustomTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestAuthenticationFramework, TestCloudConsistency, TestCryptoKeys, TestPullReplica, TestPullReplicaErrorHandling, TestTolerantUpdateProcessorCloud, TestUtilizeNode, ZkFailoverTest, ZkSolrClientTest, CollectionTooManyReplicasTest, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsCollectionsAPIDistributedZkTest -Dtests.seed=715B84D13F108889 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=zh -Dtests.timezone=Africa/Cairo -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | HdfsCollectionsAPIDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 3600000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([715B84D13F108889]:0)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=153908, name=HttpClient@25b0a438-scheduler, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceededThrowable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=153630, name=zkCallback-74228-thread-1, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceededThrowable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=150828, name=IPC Parameter Sending Thread #9, state=RUNNABLE, group=TGRP-MoveReplicaHDFSTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceededThrowable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=150012, name=IPC Server handler 9 on 41647, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceededThrowable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=150062, name=IPC Server handler 5 on 44529, state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [845/845 (4!)] on J1 in 3617.53s, 15 tests, 7 errors <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20190325_081909_5606224702928459879406.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/heapdumps/java_pid3157.hprof ...
   [junit4] Heap dump file created [444986427 bytes in 1.468 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8968 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid3157.hprof

Total time: 308 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 51 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/51/

7 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [MMapDirectory, MMapDirectory, MMapDirectory, MMapDirectory, InternalHttpClient, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:420)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)   expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [MMapDirectory, MMapDirectory, MMapDirectory, MMapDirectory, InternalHttpClient, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)  at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)  at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:420)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)  at org.eclipse.jetty.server.Server.handle(Server.java:502)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)  at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [MMapDirectory, MMapDirectory, MMapDirectory, MMapDirectory, InternalHttpClient, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:420)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 6 object(s) that were not released!!! [MMapDirectory, MMapDirectory, MMapDirectory, MMapDirectory, InternalHttpClient, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:517)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:968)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:368)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:509)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)
	at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1193)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:321)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:330)
	at org.apache.solr.handler.IndexFetcher.createHttpClient(IndexFetcher.java:230)
	at org.apache.solr.handler.IndexFetcher.<init>(IndexFetcher.java:272)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:420)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:237)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:382)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:328)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:307)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:744)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:502)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:305)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:748)

>
	at __randomizedtesting.SeedInfo.seed([EE4C23174173F420]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:325)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing

Error Message:
{actualSourceCollection=basicReindexing, actualTargetCollection=basicReindexingTarget, checkpointCollection=.rx_ck_basicReindexing, inputDocs=200, phase=done, processedDocs=112, state=finished} expected:<200> but was:<112>

Stack Trace:
java.lang.AssertionError: {actualSourceCollection=basicReindexing, actualTargetCollection=basicReindexingTarget, checkpointCollection=.rx_ck_basicReindexing, inputDocs=200, phase=done, processedDocs=112, state=finished} expected:<200> but was:<112>
	at __randomizedtesting.SeedInfo.seed([EE4C23174173F420:7DEEECF8499A2018]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing(ReindexCollectionTest.java:134)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest

Error Message:
ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ZkStateReader] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:203)  at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:126)  at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)  at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:309)  at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:329)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:773)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:895)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)  at org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)  at org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ZkStateReader  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:331)  at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:329)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:773)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:895)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)  at org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)  at org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)   expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ZkStateReader] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:203)  at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:126)  at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)  at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:309)  at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:329)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:773)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:895)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)  at org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)  at org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ZkStateReader  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:331)  at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:329)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:773)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:895)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)  at org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)  at org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ZkStateReader]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:203)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:126)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
	at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:309)
	at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:329)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:773)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:895)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
	at org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ZkStateReader
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:331)
	at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:329)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:773)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:895)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
	at org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ZkStateReader]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:203)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:126)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
	at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:309)
	at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:329)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:773)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:895)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
	at org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ZkStateReader
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:331)
	at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:329)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:773)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:895)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
	at org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)

>
	at __randomizedtesting.SeedInfo.seed([EE4C23174173F420]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:325)
	at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest:     1) Thread[id=174919, name=StoppableIndexingThread-SendThread(lucene2-us-west.apache.org:36567), state=TIMED_WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1049)    2) Thread[id=174926, name=zkConnectionManagerCallback-81975-thread-1, state=WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=174920, name=StoppableIndexingThread-EventThread, state=WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest: 
   1) Thread[id=174919, name=StoppableIndexingThread-SendThread(lucene2-us-west.apache.org:36567), state=TIMED_WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1049)
   2) Thread[id=174926, name=zkConnectionManagerCallback-81975-thread-1, state=WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=174920, name=StoppableIndexingThread-EventThread, state=WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([EE4C23174173F420]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=174919, name=StoppableIndexingThread-SendThread(lucene2-us-west.apache.org:36567), state=TIMED_WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:152)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1062)    2) Thread[id=174926, name=zkConnectionManagerCallback-81975-thread-1, state=WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=174919, name=StoppableIndexingThread-SendThread(lucene2-us-west.apache.org:36567), state=TIMED_WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:152)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1062)
   2) Thread[id=174926, name=zkConnectionManagerCallback-81975-thread-1, state=WAITING, group=TGRP-TlogReplayBufferedWhileIndexingTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([EE4C23174173F420]:0)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=31888, name=testExecutor-8281-thread-7, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=31888, name=testExecutor-8281-thread-7, state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
	at __randomizedtesting.SeedInfo.seed([EE4C23174173F420:66181CCDEF8F99D8]:0)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42081: ADDREPLICA failed to create replica
	at __randomizedtesting.SeedInfo.seed([EE4C23174173F420]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$1(BasicDistributedZkTest.java:656)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
{   "responseHeader":{     "status":500,     "QTime":32364},   "errorMessages":["4 out of 5 the property overlay to be of version 17 within 30 seconds! Failed cores: [http://127.0.0.1:44988/collection1_shard2_replica_n2/, http://127.0.0.1:35718/collection1_shard2_replica_n6/, http://127.0.0.1:34851/collection1_shard1_replica_n1/, http://127.0.0.1:41477/collection1_shard1_replica_n5/]\n"],   "WARNING":"This response format is experimental.  It is likely to change in the future.",   "error":{     "metadata":[       "error-class","org.apache.solr.common.SolrException",       "root-error-class","org.apache.solr.common.SolrException"],     "msg":"4 out of 5 the property overlay to be of version 17 within 30 seconds! Failed cores: [http://127.0.0.1:44988/collection1_shard2_replica_n2/, http://127.0.0.1:35718/collection1_shard2_replica_n6/, http://127.0.0.1:34851/collection1_shard1_replica_n1/, http://127.0.0.1:41477/collection1_shard1_replica_n5/]",     "trace":"org.apache.solr.common.SolrException: 4 out of 5 the property overlay to be of version 17 within 30 seconds! Failed cores: [http://127.0.0.1:44988/collection1_shard2_replica_n2/, http://127.0.0.1:35718/collection1_shard2_replica_n6/, http://127.0.0.1:34851/collection1_shard1_replica_n1/, http://127.0.0.1:41477/collection1_shard1_replica_n5/]\n\tat org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:768)\n\tat org.apache.solr.handler.SolrConfigHandler.access$400(SolrConfigHandler.java:101)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:499)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:345)\n\tat org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:158)\n\tat org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:136)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)\n\tat org.apache.solr.core.SolrCore.execute(SolrCore.java:2566)\n\tat org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:394)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:340)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:502)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)\n\tat java.lang.Thread.run(Thread.java:748)\n",     "code":500}}  expected null, but was:<[4 out of 5 the property overlay to be of version 17 within 30 seconds! Failed cores: [http://127.0.0.1:44988/collection1_shard2_replica_n2/, http://127.0.0.1:35718/collection1_shard2_replica_n6/, http://127.0.0.1:34851/collection1_shard1_replica_n1/, http://127.0.0.1:41477/collection1_shard1_replica_n5/] ]>

Stack Trace:
java.lang.AssertionError: {
  "responseHeader":{
    "status":500,
    "QTime":32364},
  "errorMessages":["4 out of 5 the property overlay to be of version 17 within 30 seconds! Failed cores: [http://127.0.0.1:44988/collection1_shard2_replica_n2/, http://127.0.0.1:35718/collection1_shard2_replica_n6/, http://127.0.0.1:34851/collection1_shard1_replica_n1/, http://127.0.0.1:41477/collection1_shard1_replica_n5/]\n"],
  "WARNING":"This response format is experimental.  It is likely to change in the future.",
  "error":{
    "metadata":[
      "error-class","org.apache.solr.common.SolrException",
      "root-error-class","org.apache.solr.common.SolrException"],
    "msg":"4 out of 5 the property overlay to be of version 17 within 30 seconds! Failed cores: [http://127.0.0.1:44988/collection1_shard2_replica_n2/, http://127.0.0.1:35718/collection1_shard2_replica_n6/, http://127.0.0.1:34851/collection1_shard1_replica_n1/, http://127.0.0.1:414

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

rce] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null2057548678
     [copy] Copying 240 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null2057548678
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null2057548678

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 37ms :: artifacts dl 5ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 523 minutes 49 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 50 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/50/

4 tests failed.
FAILED:  org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest.test

Error Message:
There were too many update fails (107 > 100) - we expect it can happen, but shouldn't easily

Stack Trace:
java.lang.AssertionError: There were too many update fails (107 > 100) - we expect it can happen, but shouldn't easily
	at __randomizedtesting.SeedInfo.seed([F4603E9F8EF3069D:7C340145200F6B65]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertFalse(Assert.java:64)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.search.join.TestScoreJoinQPNoScore.testJoin

Error Message:
mismatch: '10'!='12' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '10'!='12' @ response/docs/[0]/id
	at __randomizedtesting.SeedInfo.seed([F4603E9F8EF3069D:C9530B15EFA4010B]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1021)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:968)
	at org.apache.solr.search.join.TestScoreJoinQPNoScore.testJoin(TestScoreJoinQPNoScore.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Error from server at https://127.0.0.1:34908/solr/authCollection: Error from server at null: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 401 require authentication</title> </head> <body><h2>HTTP ERROR 401</h2> <p>Problem accessing /solr/authCollection_shard3_replica_n4/select. Reason: <pre>    require authentication</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.14.v20181114</a><hr/>  </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34908/solr/authCollection: Error from server at null: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 401 require authentication</title>
</head>
<body><h2>HTTP ERROR 401</h2>
<p>Problem accessing /solr/authCollection_shard3_replica_n4/select. Reason:
<pre>    require authentication</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.14.v20181114</a><hr/>

</body>
</html>

	at __randomizedtesting.SeedInfo.seed([F4603E9F8EF3069D:480E488D2AA085E7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1055)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.security.BasicAuthIntegrationTest.executeQuery(BasicAuthIntegrationTest.java:327)
	at org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:300)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudSolrClientTest

Error Message:
ObjectTracker found 2 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)   expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)  at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:348)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:99)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:779)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1063)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:883)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1193)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1103)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:92)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:396)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:188)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

>
	at __randomizedtesting.SeedInfo.seed([C4AA6FD83F7BB6CE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:325)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13495 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/init-core-data-001
   [junit4]   2> 556872 WARN  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=221 numCloses=221
   [junit4]   2> 556872 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 556875 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 556875 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 556875 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 556925 WARN  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 556940 WARN  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 556943 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 556944 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 556944 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 556944 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 556945 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20708b60{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 557119 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@48828832{hdfs,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-41033-hdfs-_-any-5153101691477884782.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 557119 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@31802c87{HTTP/1.1,[http/1.1]}{localhost:41033}
   [junit4]   2> 557119 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.Server Started @557179ms
   [junit4]   2> 557335 WARN  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 557337 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 557338 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 557338 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 557338 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 557338 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1324dd89{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 557497 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@336ef83c{datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-35108-datanode-_-any-3959201142857093890.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 557498 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6b37c1ee{HTTP/1.1,[http/1.1]}{localhost:35108}
   [junit4]   2> 557498 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.Server Started @557558ms
   [junit4]   2> 557564 WARN  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 557565 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 557566 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 557566 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 557566 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 557567 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15e9f21a{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 557672 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x6a423d08c9592bbb: Processing first storage report for DS-bece3b42-0912-4bdc-805e-61cf7d6d52ea from datanode 66802d5f-3b06-4e95-bba3-461e0a830312
   [junit4]   2> 557672 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x6a423d08c9592bbb: from storage DS-bece3b42-0912-4bdc-805e-61cf7d6d52ea node DatanodeRegistration(127.0.0.1:44728, datanodeUuid=66802d5f-3b06-4e95-bba3-461e0a830312, infoPort=37819, infoSecurePort=0, ipcPort=39559, storageInfo=lv=-57;cid=testClusterID;nsid=254610207;c=1553149332318), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 557672 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x6a423d08c9592bbb: Processing first storage report for DS-a02a564c-1a1c-493a-88d2-07291241de25 from datanode 66802d5f-3b06-4e95-bba3-461e0a830312
   [junit4]   2> 557672 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x6a423d08c9592bbb: from storage DS-a02a564c-1a1c-493a-88d2-07291241de25 node DatanodeRegistration(127.0.0.1:44728, datanodeUuid=66802d5f-3b06-4e95-bba3-461e0a830312, infoPort=37819, infoSecurePort=0, ipcPort=39559, storageInfo=lv=-57;cid=testClusterID;nsid=254610207;c=1553149332318), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 557769 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4dc95427{datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-38750-datanode-_-any-7796902131008885892.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 557769 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4fdf7d06{HTTP/1.1,[http/1.1]}{localhost:38750}
   [junit4]   2> 557769 INFO  (SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[F4603E9F8EF3069D]-worker) [    ] o.e.j.s.Server Started @557829ms
   [junit4]   2> 558100 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xb6b643109f060ebf: Processing first storage report for DS-5ec9ac25-0ab3-4db2-8888-e14c462afd1f from datanode 05dcbbfe-1a5d-45e3-af44-0e0e10987526
   [junit4]   2> 558100 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xb6b643109f060ebf: from storage DS-5ec9ac25-0ab3-4db2-8888-e14c462afd1f node DatanodeRegistration(127.0.0.1:43942, datanodeUuid=05dcbbfe-1a5d-45e3-af44-0e0e10987526, infoPort=45435, infoSecurePort=0, ipcPort=41657, storageInfo=lv=-57;cid=testClusterID;nsid=254610207;c=1553149332318), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 558101 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xb6b643109f060ebf: Processing first storage report for DS-fd2c593f-82e7-4123-80e0-5c8477955761 from datanode 05dcbbfe-1a5d-45e3-af44-0e0e10987526
   [junit4]   2> 558101 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xb6b643109f060ebf: from storage DS-fd2c593f-82e7-4123-80e0-5c8477955761 node DatanodeRegistration(127.0.0.1:43942, datanodeUuid=05dcbbfe-1a5d-45e3-af44-0e0e10987526, infoPort=45435, infoSecurePort=0, ipcPort=41657, storageInfo=lv=-57;cid=testClusterID;nsid=254610207;c=1553149332318), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 558213 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 558214 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 558214 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 558314 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer start zk server on port:36802
   [junit4]   2> 558314 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36802
   [junit4]   2> 558314 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36802
   [junit4]   2> 558340 INFO  (zkConnectionManagerCallback-1894-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558343 INFO  (zkConnectionManagerCallback-1896-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558345 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 558346 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 558347 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 558349 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 558350 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 558351 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 558352 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 558353 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 558354 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 558356 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 558357 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 558358 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 558547 WARN  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 558547 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 558547 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 558547 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 558553 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 558553 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 558553 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 558554 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d6ac005{/,null,AVAILABLE}
   [junit4]   2> 558554 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@34092fdd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33466}
   [junit4]   2> 558554 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.s.Server Started @558615ms
   [junit4]   2> 558554 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:44740/hdfs__localhost_44740__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001_tempDir-002_control_data, replicaType=NRT, hostContext=/, hostPort=33466, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/control-001/cores}
   [junit4]   2> 558555 ERROR (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 558555 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 558555 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 558555 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 558555 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 558555 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-21T06:22:13.976Z
   [junit4]   2> 558571 INFO  (zkConnectionManagerCallback-1898-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558578 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 558578 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/control-001/solr.xml
   [junit4]   2> 558584 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 558584 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 558586 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3c8d3e1b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 558825 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 558827 WARN  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5395fd3b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 558832 WARN  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@52e12b58[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 558833 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36802/solr
   [junit4]   2> 558838 INFO  (zkConnectionManagerCallback-1905-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558841 INFO  (zkConnectionManagerCallback-1907-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558936 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [n:127.0.0.1:33466_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33466_
   [junit4]   2> 558937 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [n:127.0.0.1:33466_    ] o.a.s.c.Overseer Overseer (id=72993716082835460-127.0.0.1:33466_-n_0000000000) starting
   [junit4]   2> 558944 INFO  (zkConnectionManagerCallback-1914-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 558947 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [n:127.0.0.1:33466_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36802/solr ready
   [junit4]   2> 558948 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [n:127.0.0.1:33466_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33466_
   [junit4]   2> 558948 INFO  (OverseerStateUpdate-72993716082835460-127.0.0.1:33466_-n_0000000000) [n:127.0.0.1:33466_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33466_
   [junit4]   2> 558950 INFO  (zkCallback-1906-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 558950 INFO  (zkCallback-1913-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 558980 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [n:127.0.0.1:33466_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 559005 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [n:127.0.0.1:33466_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c8d3e1b
   [junit4]   2> 559018 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [n:127.0.0.1:33466_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c8d3e1b
   [junit4]   2> 559018 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [n:127.0.0.1:33466_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c8d3e1b
   [junit4]   2> 559020 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [n:127.0.0.1:33466_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/control-001/cores
   [junit4]   2> 559050 INFO  (zkConnectionManagerCallback-1920-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 559052 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 559053 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36802/solr ready
   [junit4]   2> 559055 INFO  (qtp1503222887-5668) [n:127.0.0.1:33466_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33466_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 559058 INFO  (OverseerThreadFactory-1420-thread-1-processing-n:127.0.0.1:33466_) [n:127.0.0.1:33466_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 559168 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_    x:control_collection_shard1_replica_n1] 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> 559168 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 560189 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 560205 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 560302 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 560325 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 560326 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c8d3e1b
   [junit4]   2> 560326 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:44740/solr_hdfs_home
   [junit4]   2> 560326 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 560326 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://localhost:44740/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 560328 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44740/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 560337 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 560337 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 560340 WARN  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 565496 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 565497 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44740/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 565521 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44740/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 565528 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 565528 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 565532 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 565533 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 565576 WARN  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 565644 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 565644 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 565644 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 565658 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 565658 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 565662 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 565696 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@78020d54[control_collection_shard1_replica_n1] main]
   [junit4]   2> 565698 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 565698 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 565699 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 565700 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628595123515293696
   [junit4]   2> 565704 INFO  (searcherExecutor-1425-thread-1-processing-n:127.0.0.1:33466_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@78020d54[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 565710 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 565710 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 565724 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 565724 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 565724 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33466/control_collection_shard1_replica_n1/
   [junit4]   2> 565724 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 565725 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:33466/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 565725 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72993716082835460-core_node2-n_0000000000
   [junit4]   2> 565727 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33466/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 565729 INFO  (zkCallback-1906-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> 565729 INFO  (zkCallback-1906-thread-2) [    ] 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> 565731 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 565736 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=6568
   [junit4]   2> 565740 INFO  (qtp1503222887-5668) [n:127.0.0.1:33466_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 565834 INFO  (zkCallback-1906-thread-2) [    ] 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> 565834 INFO  (zkCallback-1906-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> 565835 INFO  (zkCallback-1906-thread-3) [    ] 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> 565835 INFO  (qtp1503222887-5668) [n:127.0.0.1:33466_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33466_&wt=javabin&version=2} status=0 QTime=6780
   [junit4]   2> 565845 INFO  (zkConnectionManagerCallback-1926-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 565847 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 565849 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36802/solr ready
   [junit4]   2> 565849 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 565850 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 565854 INFO  (OverseerThreadFactory-1420-thread-2-processing-n:127.0.0.1:33466_) [n:127.0.0.1:33466_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 565857 INFO  (OverseerCollectionConfigSetProcessor-72993716082835460-127.0.0.1:33466_-n_0000000000) [n:127.0.0.1:33466_    ] 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> 566062 WARN  (OverseerThreadFactory-1420-thread-2-processing-n:127.0.0.1:33466_) [n:127.0.0.1:33466_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 566065 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 566066 INFO  (qtp1503222887-5670) [n:127.0.0.1:33466_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=215
   [junit4]   2> 566067 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=13
   [junit4]   2> 566258 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/shard-1-001 of type NRT
   [junit4]   2> 566263 WARN  (closeThreadPool-1927-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 566263 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 566263 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 566263 INFO  (closeThreadPool-1927-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 566265 INFO  (closeThreadPool-1927-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 566265 INFO  (closeThreadPool-1927-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 566265 INFO  (closeThreadPool-1927-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 566265 INFO  (closeThreadPool-1927-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d235b48{/,null,AVAILABLE}
   [junit4]   2> 566266 INFO  (closeThreadPool-1927-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c9c2fd1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42363}
   [junit4]   2> 566266 INFO  (closeThreadPool-1927-thread-1) [    ] o.e.j.s.Server Started @566326ms
   [junit4]   2> 566266 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:44740/hdfs__localhost_44740__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=42363, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/shard-1-001/cores}
   [junit4]   2> 566267 ERROR (closeThreadPool-1927-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 566267 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 566267 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 566267 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 566267 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 566267 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-21T06:22:21.688Z
   [junit4]   2> 566283 INFO  (zkConnectionManagerCallback-1929-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 566284 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 566284 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/shard-1-001/solr.xml
   [junit4]   2> 566289 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 566289 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 566291 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3c8d3e1b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 566462 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/shard-2-001 of type NRT
   [junit4]   2> 566465 WARN  (closeThreadPool-1927-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 566465 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 566467 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 566467 INFO  (closeThreadPool-1927-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 566474 INFO  (closeThreadPool-1927-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 566474 INFO  (closeThreadPool-1927-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 566475 INFO  (closeThreadPool-1927-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 566475 INFO  (closeThreadPool-1927-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e9a4f45{/,null,AVAILABLE}
   [junit4]   2> 566476 INFO  (closeThreadPool-1927-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1631156d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44707}
   [junit4]   2> 566476 INFO  (closeThreadPool-1927-thread-2) [    ] o.e.j.s.Server Started @566536ms
   [junit4]   2> 566476 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:44740/hdfs__localhost_44740__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=44707, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/shard-2-001/cores}
   [junit4]   2> 566477 ERROR (closeThreadPool-1927-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 566477 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 566477 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 566477 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 566477 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 566477 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-21T06:22:21.898Z
   [junit4]   2> 566481 INFO  (zkConnectionManagerCallback-1932-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 566483 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 566483 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/shard-2-001/solr.xml
   [junit4]   2> 566504 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 566504 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 566509 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3c8d3e1b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 566680 INFO  (TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[F4603E9F8EF3069D]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/shard-3-001 of type NRT
   [junit4]   2> 566684 WARN  (closeThreadPool-1927-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 566684 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 566685 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 566685 INFO  (closeThreadPool-1927-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 566686 INFO  (closeThreadPool-1927-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 566686 INFO  (closeThreadPool-1927-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 566686 INFO  (closeThreadPool-1927-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 566687 INFO  (closeThreadPool-1927-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4fe82b7f{/,null,AVAILABLE}
   [junit4]   2> 566688 INFO  (closeThreadPool-1927-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14ea65ad{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43473}
   [junit4]   2> 566688 INFO  (closeThreadPool-1927-thread-3) [    ] o.e.j.s.Server Started @566748ms
   [junit4]   2> 566688 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:44740/hdfs__localhost_44740__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=43473, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/shard-3-001/cores}
   [junit4]   2> 566688 ERROR (closeThreadPool-1927-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 566688 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 566688 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 566688 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 566688 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 566688 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-21T06:22:22.109Z
   [junit4]   2> 566695 INFO  (zkConnectionManagerCallback-1935-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 566697 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 566697 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_F4603E9F8EF3069D-001/shard-3-001/solr.xml
   [junit4]   2> 566702 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 566702 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 566704 INFO  (closeThreadPool-1927-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3c8d3e1b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 566711 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 566713 WARN  (closeThreadPool-1927-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@60ad0f96[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 566718 WARN  (closeThreadPool-1927-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@75c9476b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 566719 INFO  (closeThreadPool-1927-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36802/solr
   [junit4]   2> 566722 INFO  (zkConnectionManagerCallback-1942-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 566725 INFO  (zkConnectionManagerCallback-1944-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 566734 INFO  (closeThreadPool-1927-thread-1) [n:127.0.0.1:42363_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 566738 INFO  (closeThreadPool-1927-thread-1) [n:127.0.0.1:42363_    ] o.a.s.c.ZkController Publish node=127.0.0.1:42363_ as DOWN
   [junit4]   2> 566739 INFO  (closeThreadPool-1927-thread-1) [n:127.0.0.1:42363_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 566739 INFO  (closeThreadPool-1927-thread-1) [n:127.0.0.1:42363_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42363_
   [junit4]   2> 566740 INFO  (zkCallback-1913-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 566740 INFO  (zkCallback-1906-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 566743 INFO  (zkCallback-1943-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 566743 INFO  (zkCallback-1925-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 566814 INFO  (zkConnectionManagerCallback-1951-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 566817 INFO  (closeThreadPool-1927-thread-1) [n:127.0.0.1:42363_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 566828 INFO  (closeThreadPool-1927-thread-1) [n:127.0.0.1:42363_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36802/solr ready
   [junit4]   2> 566834 INFO  (closeThreadPool-1927-thread-1) [n:127.0.0.1:42363_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 566899 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 566901 WARN  (closeThreadPool-1927-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4757d735[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 566915 WARN  (closeThreadPool-1927-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3cdeb326[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 566916 INFO  (closeThreadPool-1927-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36802/solr
   [junit4]   2> 566919 INFO  (closeThreadPool-1927-thread-1) [n:127.0.0.1:42363_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c8d3e1b
   [junit4]   2> 566930 INFO  (zkConnectionManagerCallback-1958-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 566936 INFO  (closeThreadPool-1927-thread-1) [n:127.0.0.1:42363_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.

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



ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null230971660
     [copy] Copying 240 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null230971660
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null230971660

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 39ms :: artifacts dl 7ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 358 minutes 19 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

Re: [JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 49 - Still Unstable

Posted by Kevin Risden <kr...@apache.org>.
Created https://issues.apache.org/jira/browse/SOLR-13338 to look into
HdfsAutoAddReplicasIntegrationTest.testSimple

Kevin Risden


On Wed, Mar 20, 2019 at 8:38 AM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/49/
>
> 1 tests failed.
> FAILED:
> org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
>
> Error Message:
> Waiting for collection testSimple2 Timeout waiting to see state for
> collection=testSimple2
> :DocCollection(testSimple2//collections/testSimple2/state.json/23)={
>  "pullReplicas":"0",   "replicationFactor":"2",   "shards":{
>  "shard1":{       "range":"80000000-ffffffff",       "state":"active",
>  "replicas":{         "core_node3":{
>  "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/",
>          "base_url":"https://127.0.0.1:35805/solr",
>  "node_name":"127.0.0.1:35805_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/tlog",
>          "core":"testSimple2_shard1_replica_n1",
>  "shared_storage":"true",           "state":"down"},
>  "core_node5":{
>  "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/",
>          "base_url":"https://127.0.0.1:45218/solr",
>  "node_name":"127.0.0.1:45218_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/tlog",
>          "core":"testSimple2_shard1_replica_n2",
>  "shared_storage":"true",           "state":"active",
>  "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",
>  "state":"active",       "replicas":{         "core_node7":{
>  "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/",
>          "base_url":"https://127.0.0.1:35805/solr",
>  "node_name":"127.0.0.1:35805_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/tlog",
>          "core":"testSimple2_shard2_replica_n4",
>  "shared_storage":"true",           "state":"down"},
>  "core_node8":{
>  "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/",
>          "base_url":"https://127.0.0.1:45218/solr",
>  "node_name":"127.0.0.1:45218_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/tlog",
>          "core":"testSimple2_shard2_replica_n6",
>  "shared_storage":"true",           "state":"active",
>  "leader":"true"}}}},   "router":{"name":"compositeId"},
>  "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",
>  "tlogReplicas":"0"} Live Nodes: [127.0.0.1:34645_solr, 127.0.0.1:45218_solr]
> Last available state:
> DocCollection(testSimple2//collections/testSimple2/state.json/23)={
>  "pullReplicas":"0",   "replicationFactor":"2",   "shards":{
>  "shard1":{       "range":"80000000-ffffffff",       "state":"active",
>  "replicas":{         "core_node3":{
>  "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/",
>          "base_url":"https://127.0.0.1:35805/solr",
>  "node_name":"127.0.0.1:35805_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/tlog",
>          "core":"testSimple2_shard1_replica_n1",
>  "shared_storage":"true",           "state":"down"},
>  "core_node5":{
>  "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/",
>          "base_url":"https://127.0.0.1:45218/solr",
>  "node_name":"127.0.0.1:45218_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/tlog",
>          "core":"testSimple2_shard1_replica_n2",
>  "shared_storage":"true",           "state":"active",
>  "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",
>  "state":"active",       "replicas":{         "core_node7":{
>  "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/",
>          "base_url":"https://127.0.0.1:35805/solr",
>  "node_name":"127.0.0.1:35805_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/tlog",
>          "core":"testSimple2_shard2_replica_n4",
>  "shared_storage":"true",           "state":"down"},
>  "core_node8":{
>  "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/",
>          "base_url":"https://127.0.0.1:45218/solr",
>  "node_name":"127.0.0.1:45218_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/tlog",
>          "core":"testSimple2_shard2_replica_n6",
>  "shared_storage":"true",           "state":"active",
>  "leader":"true"}}}},   "router":{"name":"compositeId"},
>  "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",
>  "tlogReplicas":"0"}
>
> Stack Trace:
> java.lang.AssertionError: Waiting for collection testSimple2
> Timeout waiting to see state for collection=testSimple2
> :DocCollection(testSimple2//collections/testSimple2/state.json/23)={
>   "pullReplicas":"0",
>   "replicationFactor":"2",
>   "shards":{
>     "shard1":{
>       "range":"80000000-ffffffff",
>       "state":"active",
>       "replicas":{
>         "core_node3":{
>
> "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/",
>           "base_url":"https://127.0.0.1:35805/solr",
>           "node_name":"127.0.0.1:35805_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/tlog",
>           "core":"testSimple2_shard1_replica_n1",
>           "shared_storage":"true",
>           "state":"down"},
>         "core_node5":{
>
> "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/",
>           "base_url":"https://127.0.0.1:45218/solr",
>           "node_name":"127.0.0.1:45218_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/tlog",
>           "core":"testSimple2_shard1_replica_n2",
>           "shared_storage":"true",
>           "state":"active",
>           "leader":"true"}}},
>     "shard2":{
>       "range":"0-7fffffff",
>       "state":"active",
>       "replicas":{
>         "core_node7":{
>
> "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/",
>           "base_url":"https://127.0.0.1:35805/solr",
>           "node_name":"127.0.0.1:35805_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/tlog",
>           "core":"testSimple2_shard2_replica_n4",
>           "shared_storage":"true",
>           "state":"down"},
>         "core_node8":{
>
> "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/",
>           "base_url":"https://127.0.0.1:45218/solr",
>           "node_name":"127.0.0.1:45218_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/tlog",
>           "core":"testSimple2_shard2_replica_n6",
>           "shared_storage":"true",
>           "state":"active",
>           "leader":"true"}}}},
>   "router":{"name":"compositeId"},
>   "maxShardsPerNode":"2",
>   "autoAddReplicas":"true",
>   "nrtReplicas":"2",
>   "tlogReplicas":"0"}
> Live Nodes: [127.0.0.1:34645_solr, 127.0.0.1:45218_solr]
> Last available state:
> DocCollection(testSimple2//collections/testSimple2/state.json/23)={
>   "pullReplicas":"0",
>   "replicationFactor":"2",
>   "shards":{
>     "shard1":{
>       "range":"80000000-ffffffff",
>       "state":"active",
>       "replicas":{
>         "core_node3":{
>
> "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/",
>           "base_url":"https://127.0.0.1:35805/solr",
>           "node_name":"127.0.0.1:35805_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/tlog",
>           "core":"testSimple2_shard1_replica_n1",
>           "shared_storage":"true",
>           "state":"down"},
>         "core_node5":{
>
> "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/",
>           "base_url":"https://127.0.0.1:45218/solr",
>           "node_name":"127.0.0.1:45218_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/tlog",
>           "core":"testSimple2_shard1_replica_n2",
>           "shared_storage":"true",
>           "state":"active",
>           "leader":"true"}}},
>     "shard2":{
>       "range":"0-7fffffff",
>       "state":"active",
>       "replicas":{
>         "core_node7":{
>
> "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/",
>           "base_url":"https://127.0.0.1:35805/solr",
>           "node_name":"127.0.0.1:35805_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/tlog",
>           "core":"testSimple2_shard2_replica_n4",
>           "shared_storage":"true",
>           "state":"down"},
>         "core_node8":{
>
> "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/",
>           "base_url":"https://127.0.0.1:45218/solr",
>           "node_name":"127.0.0.1:45218_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/tlog",
>           "core":"testSimple2_shard2_replica_n6",
>           "shared_storage":"true",
>           "state":"active",
>           "leader":"true"}}}},
>   "router":{"name":"compositeId"},
>   "maxShardsPerNode":"2",
>   "autoAddReplicas":"true",
>   "nrtReplicas":"2",
>   "tlogReplicas":"0"}
>         at
> __randomizedtesting.SeedInfo.seed([AD6B8D6E030960B0:95D8A99024FAB461]:0)
>         at org.junit.Assert.fail(Assert.java:88)
>         at
> org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
>         at
> org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
>         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:947)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>         at java.lang.Thread.run(Thread.java:748)
>
>
>
>
> Build Log:
> [...truncated 14987 lines...]
>    [junit4] Suite:
> org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
>    [junit4]   2> Creating dataDir:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/init-core-data-001
>    [junit4]   1> Formatting using clusterid: testClusterID
>    [junit4]   2> 3727264 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
> hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
>    [junit4]   2> 3727296 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using
> Log4j
>    [junit4]   2> 3727298 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built:
> 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6;
> jvm 1.8.0_191-b12
>    [junit4]   2> 3727306 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3727306 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3727306 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3727307 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@30786d16
> {static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 3727476 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@2afa4a13
> {hdfs,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-42406-hdfs-_-any-1111567820473325026.dir/webapp/,AVAILABLE}{/hdfs}
>    [junit4]   2> 3727476 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.AbstractConnector Started ServerConnector@bb1f5f2
> {HTTP/1.1,[http/1.1]}{localhost:42406}
>    [junit4]   2> 3727476 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.Server Started @3727595ms
>    [junit4]   2> 3727616 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using
> Log4j
>    [junit4]   2> 3727618 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built:
> 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6;
> jvm 1.8.0_191-b12
>    [junit4]   2> 3727638 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3727638 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3727638 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3727639 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@52374bb3
> {static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 3727812 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@2954120e
> {datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-42825-datanode-_-any-4905967132305390079.dir/webapp/,AVAILABLE}{/datanode}
>    [junit4]   2> 3727813 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.AbstractConnector Started ServerConnector@412f4489
> {HTTP/1.1,[http/1.1]}{localhost:42825}
>    [junit4]   2> 3727813 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.Server Started @3727931ms
>    [junit4]   2> 3727876 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using
> Log4j
>    [junit4]   2> 3727878 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built:
> 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6;
> jvm 1.8.0_191-b12
>    [junit4]   2> 3727878 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3727878 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3727878 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3727879 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.h.ContextHandler Started
> o.e.j.s.ServletContextHandler@26d9ca9
> {static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 3728011 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xd8f4a948387bee9a: Processing first
> storage report for DS-f37d6289-6649-49bc-829a-d5d0882313e7 from datanode
> f777e74b-22ea-4990-aebe-490855b1d8f8
>    [junit4]   2> 3728011 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xd8f4a948387bee9a: from storage
> DS-f37d6289-6649-49bc-829a-d5d0882313e7 node DatanodeRegistration(
> 127.0.0.1:44255, datanodeUuid=f777e74b-22ea-4990-aebe-490855b1d8f8,
> infoPort=46610, infoSecurePort=0, ipcPort=38623,
> storageInfo=lv=-57;cid=testClusterID;nsid=414748398;c=1553082887197),
> blocks: 0, hasStaleStorage: true, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 3728011 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xd8f4a948387bee9a: Processing first
> storage report for DS-d9a4e119-54ed-4d45-b0be-0bba4337efc8 from datanode
> f777e74b-22ea-4990-aebe-490855b1d8f8
>    [junit4]   2> 3728011 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xd8f4a948387bee9a: from storage
> DS-d9a4e119-54ed-4d45-b0be-0bba4337efc8 node DatanodeRegistration(
> 127.0.0.1:44255, datanodeUuid=f777e74b-22ea-4990-aebe-490855b1d8f8,
> infoPort=46610, infoSecurePort=0, ipcPort=38623,
> storageInfo=lv=-57;cid=testClusterID;nsid=414748398;c=1553082887197),
> blocks: 0, hasStaleStorage: false, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 3728080 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@179bbb54
> {datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-43213-datanode-_-any-3256647490922567188.dir/webapp/,AVAILABLE}{/datanode}
>    [junit4]   2> 3728080 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.AbstractConnector Started ServerConnector@48a7acce
> {HTTP/1.1,[http/1.1]}{localhost:43213}
>    [junit4]   2> 3728080 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker)
> [    ] o.e.j.s.Server Started @3728198ms
>    [junit4]   2> 3728166 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x565e9d7767d77d7a: Processing first
> storage report for DS-74921503-e941-40c6-8cc1-59de72712c84 from datanode
> 0accba27-f103-4c0c-99c1-ccc22c2e8f3a
>    [junit4]   2> 3728166 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x565e9d7767d77d7a: from storage
> DS-74921503-e941-40c6-8cc1-59de72712c84 node DatanodeRegistration(
> 127.0.0.1:44960, datanodeUuid=0accba27-f103-4c0c-99c1-ccc22c2e8f3a,
> infoPort=46481, infoSecurePort=0, ipcPort=38155,
> storageInfo=lv=-57;cid=testClusterID;nsid=414748398;c=1553082887197),
> blocks: 0, hasStaleStorage: true, processing time: 1 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 3728166 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x565e9d7767d77d7a: Processing first
> storage report for DS-091636b6-f130-4203-bbb4-26eddf5c959a from datanode
> 0accba27-f103-4c0c-99c1-ccc22c2e8f3a
>    [junit4]   2> 3728166 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x565e9d7767d77d7a: from storage
> DS-091636b6-f130-4203-bbb4-26eddf5c959a node DatanodeRegistration(
> 127.0.0.1:44960, datanodeUuid=0accba27-f103-4c0c-99c1-ccc22c2e8f3a,
> infoPort=46481, infoSecurePort=0, ipcPort=38155,
> storageInfo=lv=-57;cid=testClusterID;nsid=414748398;c=1553082887197),
> blocks: 0, hasStaleStorage: false, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 3728388 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0])
> [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002
>    [junit4]   2> 3728389 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0])
> [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 3728389 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 3728389 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 3728489 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0])
> [    ] o.a.s.c.ZkTestServer start zk server on port:40290
>    [junit4]   2> 3728489 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0])
> [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40290
>    [junit4]   2> 3728489 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0])
> [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40290
>    [junit4]   2> 3728494 INFO
> (zkConnectionManagerCallback-19886-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728497 INFO
> (zkConnectionManagerCallback-19888-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728498 INFO
> (zkConnectionManagerCallback-19890-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728503 WARN  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3728503 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 3728504 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3728504 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 3728505 WARN  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3728506 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 3728506 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3728506 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 3728507 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3728507 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3728507 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 3728508 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7971a27f
> {/solr,null,AVAILABLE}
>    [junit4]   2> 3728508 WARN  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3728508 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 3728508 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3728508 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 3728508 WARN  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@1f686ad8[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3728509 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3728509 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3728509 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 3728509 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23143050
> {/solr,null,AVAILABLE}
>    [junit4]   2> 3728510 WARN  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@26dfd76f[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3728511 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@3cafee2c{SSL,[ssl,
> http/1.1]}{127.0.0.1:34645}
>    [junit4]   2> 3728511 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.s.Server Started @3728630ms
>    [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=34645}
>    [junit4]   2> 3728512 ERROR (jetty-launcher-19891-thread-3) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 8.1.0
>    [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-20T11:54:48.496Z
>    [junit4]   2> 3728514 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3728514 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3728514 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3728514 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4fc90a15
> {/solr,null,AVAILABLE}
>    [junit4]   2> 3728515 WARN  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@312c3c22[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@7b5e1b3e{SSL,[ssl,
> http/1.1]}{127.0.0.1:45218}
>    [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.s.Server Started @3728634ms
>    [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=45218}
>    [junit4]   2> 3728516 ERROR (jetty-launcher-19891-thread-1) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 8.1.0
>    [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-20T11:54:48.500Z
>    [junit4]   2> 3728517 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@4f3dce1b{SSL,[ssl,
> http/1.1]}{127.0.0.1:35805}
>    [junit4]   2> 3728517 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.s.Server Started @3728636ms
>    [junit4]   2> 3728517 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=35805}
>    [junit4]   2> 3728517 ERROR (jetty-launcher-19891-thread-2) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 3728517 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3728518 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 8.1.0
>    [junit4]   2> 3728518 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 3728518 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3728518 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-20T11:54:48.502Z
>    [junit4]   2> 3728525 INFO
> (zkConnectionManagerCallback-19893-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728526 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3728526 INFO
> (zkConnectionManagerCallback-19897-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728526 INFO
> (zkConnectionManagerCallback-19895-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728530 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3728530 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3728532 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 3728533 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 3728534 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 3728537 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 3728537 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 3728537 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 3728537 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 3728539 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 3728539 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 3728654 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3728655 WARN  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3728670 WARN  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@65c43158[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3728673 WARN  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3728674 WARN  (jetty-launcher-19891-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@3a0766c7[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3728675 INFO  (jetty-launcher-19891-thread-2) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40290/solr
>    [junit4]   2> 3728677 INFO
> (zkConnectionManagerCallback-19906-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728679 INFO
> (zkConnectionManagerCallback-19908-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728729 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3728735 WARN  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3728735 WARN  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@1f271be[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3728738 WARN  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3728739 WARN  (jetty-launcher-19891-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@64a8e374[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3728740 INFO  (jetty-launcher-19891-thread-3) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40290/solr
>    [junit4]   2> 3728741 INFO
> (zkConnectionManagerCallback-19916-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728745 INFO
> (zkConnectionManagerCallback-19918-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728763 INFO  (jetty-launcher-19891-thread-3)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.OverseerElectionContext I am going
> to be the leader 127.0.0.1:34645_solr
>    [junit4]   2> 3728764 INFO  (jetty-launcher-19891-thread-3)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.Overseer Overseer
> (id=72989361526210569-127.0.0.1:34645_solr-n_0000000000) starting
>    [junit4]   2> 3728779 INFO
> (zkConnectionManagerCallback-19925-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728782 INFO  (jetty-launcher-19891-thread-3)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:40290/solr ready
>    [junit4]   2> 3728783 INFO
> (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.Overseer Starting to work on the
> main queue : 127.0.0.1:34645_solr
>    [junit4]   2> 3728784 INFO  (jetty-launcher-19891-thread-3)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:34645_solr
>    [junit4]   2> 3728792 INFO
> (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3728796 INFO  (zkCallback-19924-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3728805 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3728817 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:35805_solr as DOWN
>    [junit4]   2> 3728819 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 3728819 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:35805_solr
>    [junit4]   2> 3728834 INFO  (zkCallback-19924-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3728835 INFO  (zkCallback-19917-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3728842 INFO  (zkCallback-19907-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3728842 INFO  (jetty-launcher-19891-thread-3)
> [n:127.0.0.1:34645_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 3728899 INFO
> (zkConnectionManagerCallback-19931-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728901 INFO  (jetty-launcher-19891-thread-3)
> [n:127.0.0.1:34645_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3728912 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 3728913 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:40290/solr ready
>    [junit4]   2> 3728918 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 3728924 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3728928 WARN  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3728936 WARN  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@1d12b3e5[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3728948 INFO  (jetty-launcher-19891-thread-3)
> [n:127.0.0.1:34645_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3728949 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3728960 WARN  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3728960 INFO  (jetty-launcher-19891-thread-3)
> [n:127.0.0.1:34645_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3728961 WARN  (jetty-launcher-19891-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@40a41edb[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3728962 INFO  (jetty-launcher-19891-thread-1) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40290/solr
>    [junit4]   2> 3728964 INFO  (jetty-launcher-19891-thread-3)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node3/.
>    [junit4]   2> 3728964 INFO
> (zkConnectionManagerCallback-19938-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728966 INFO
> (zkConnectionManagerCallback-19940-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3728971 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3728971 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 3728971 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3728975 INFO  (jetty-launcher-19891-thread-2)
> [n:127.0.0.1:35805_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node2/.
>    [junit4]   2> 3728978 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:45218_solr as DOWN
>    [junit4]   2> 3728980 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 3728980 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:45218_solr
>    [junit4]   2> 3728981 INFO  (zkCallback-19917-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3728981 INFO  (zkCallback-19924-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3728981 INFO  (zkCallback-19930-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3728982 INFO  (zkCallback-19907-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3729000 INFO  (zkCallback-19939-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3729024 INFO
> (zkConnectionManagerCallback-19947-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3729027 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (3)
>    [junit4]   2> 3729030 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:40290/solr ready
>    [junit4]   2> 3729032 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 3729076 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3729119 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3729119 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3729121 INFO  (jetty-launcher-19891-thread-1)
> [n:127.0.0.1:45218_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node1/.
>    [junit4]   2> 3729193 INFO
> (zkConnectionManagerCallback-19953-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3729195 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0])
> [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) ->
> (3)
>    [junit4]   2> 3729197 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0])
> [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
> 127.0.0.1:40290/solr ready
>    [junit4]   2> 3729221 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster
> params={wt=javabin&version=2} status=0 QTime=3
>    [junit4]   2> 3729237 INFO  (qtp1823060081-117080) [n:127.0.0.1:34645_solr
>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with
> params
> collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:34645
> _solr,127.0.0.1:35805_solr&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 3729242 INFO
> (OverseerThreadFactory-15401-thread-1-processing-n:127.0.0.1:34645_solr)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create
> collection testSimple1
>    [junit4]   2> 3729351 INFO
> (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"testSimple1",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"https://127.0.0.1:35805/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3729354 INFO
> (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"testSimple1",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"https://127.0.0.1:34645/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3729357 INFO
> (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"testSimple1",
>    [junit4]   2>   "shard":"shard2",
>    [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"https://127.0.0.1:35805/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3729360 INFO
> (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000)
> [n:127.0.0.1:34645_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"testSimple1",
>    [junit4]   2>   "shard":"shard2",
>    [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"https://127.0.0.1:34645/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3729565 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
>   x:testSimple1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
> command
> qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3729567 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
>   x:testSimple1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create
> command
> qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3729567 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
>   x:testSimple1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
> command
> qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3729567 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
>   x:testSimple1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 3729568 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
>   x:testSimple1_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create
> command
> qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3730586 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
>    [junit4]   2> 3730586 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
>    [junit4]   2> 3730586 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
>    [junit4]   2> 3730607 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
>    [junit4]   2> 3730608 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
>    [junit4]   2> 3730608 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
>    [junit4]   2> 3730611 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3730611 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3730611 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4'
> using configuration from collection testSimple1, trusted=true
>    [junit4]   2> 3730611 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6'
> using configuration from collection testSimple1, trusted=true
>    [junit4]   2> 3730612 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.testSimple1.shard2.replica_n6' (registry
> 'solr.core.testSimple1.shard2.replica_n6') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3730612 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.testSimple1.shard2.replica_n4' (registry
> 'solr.core.testSimple1.shard2.replica_n4') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3730612 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.HdfsDirectoryFactory
> solr.hdfs.home=hdfs://localhost:44356/solr_hdfs_home
>    [junit4]   2> 3730612 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.HdfsDirectoryFactory
> solr.hdfs.home=hdfs://localhost:44356/solr_hdfs_home
>    [junit4]   2> 3730612 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
>    [junit4]   2> 3730612 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
>    [junit4]   2> 3730612 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node2/testSimple1_shard2_replica_n4],
> dataDir=[hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node7/data/]
>    [junit4]   2> 3730612 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node3/testSimple1_shard2_replica_n6],
> dataDir=[hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node8/data/]
>    [junit4]   2> 3730614 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node7/data/snapshot_metadata
>    [junit4]   2> 3730615 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node8/data/snapshot_metadata
>    [junit4]   2> 3730616 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
>    [junit4]   2> 3730618 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3730618 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2'
> using configuration from collection testSimple1, trusted=true
>    [junit4]   2> 3730619 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.testSimple1.shard1.replica_n2' (registry
> 'solr.core.testSimple1.shard1.replica_n2') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3730619 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory
> solr.hdfs.home=hdfs://localhost:44356/solr_hdfs_home
>    [junit4]   2> 3730619 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
>    [junit4]   2> 3730619 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node3/testSimple1_shard1_replica_n2],
> dataDir=[hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node5/data/]
>    [junit4]   2> 3730621 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node5/data/snapshot_metadata
>    [junit4]   2> 3730631 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
>    [junit4]   2> 3730634 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3730635 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [33554432] will allocate [1] slabs and use ~[33554432] bytes
>    [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1'
> using configuration from collection testSimple1, trusted=true
>    [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.testSimple1.shard1.replica_n1' (registry
> 'solr.core.testSimple1.shard1.replica_n1') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
>    [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory
> solr.hdfs.home=hdfs://localhost:44356/solr_hdfs_home
>    [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
>    [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node2/testSimple1_shard1_replica_n1],
> dataDir=[hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node3/data/]
>    [junit4]   2> 3730637 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node3/data/snapshot_metadata
>    [junit4]   2> 3730639 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3730640 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node8/data
>    [junit4]   2> 3730641 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3730641 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [33554432] will allocate [1] slabs and use ~[33554432] bytes
>    [junit4]   2> 3730644 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3730644 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3730644 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [33554432] will allocate [1] slabs and use ~[33554432] bytes
>    [junit4]   2> 3730645 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node5/data
>    [junit4]   2> 3730646 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3730646 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [33554432] will allocate [1] slabs and use ~[33554432] bytes
>    [junit4]   2> 3730647 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3730647 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node3/data
>    [junit4]   2> 3730648 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3730649 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node7/data
>    [junit4]   2> 3730658 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node8/data/index
>    [junit4]   2> 3730663 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node5/data/index
>    [junit4]   2> 3730665 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3730665 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [33554432] will allocate [1] slabs and use ~[33554432] bytes
>    [junit4]   2> 3730666 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node3/data/index
>    [junit4]   2> 3730667 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3730672 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3730672 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [33554432] will allocate [1] slabs and use ~[33554432] bytes
>    [junit4]   2> 3730672 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node7/data/index
>    [junit4]   2> 3730673 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3730673 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [33554432] will allocate [1] slabs and use ~[33554432] bytes
>    [junit4]   2> 3730675 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3730678 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3730679 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3730679 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [33554432] will allocate [1] slabs and use ~[33554432] bytes
>    [junit4]   2> 3730682 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3730822 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 3730822 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 3730822 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 3730822 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
>    [junit4]   2> 3730823 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 3730824 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
>    [junit4]   2> 3730835 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3730835 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3730838 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3730838 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3730856 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@1e216f59[testSimple1_shard1_replica_n2]
> main]
>    [junit4]   2> 3730857 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf
>    [junit4]   2> 3730858 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3730859 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3730859 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1628525445348589568
>    [junit4]   2> 3730861 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@25ae3061[testSimple1_shard1_replica_n1]
> main]
>    [junit4]   2> 3730862 INFO
> (searcherExecutor-15419-thread-1-processing-n:127.0.0.1:34645_solr
> x:testSimple1_shard1_replica_n2 c:testSimple1 s:shard1 r:core_node5)
> [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5
> x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore
> [testSimple1_shard1_replica_n2] Registered new searcher Searcher@1e216f59[testSimple1_shard1_replica_n2]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3730864 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf
>    [junit4]   2> 3730864 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3730865 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3730865 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1628525445354881024
>    [junit4]   2> 3730867 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ZkShardTerms Successful update of terms at
> /collections/testSimple1/terms/shard1 to Terms{values={core_node5=0},
> version=0}
>    [junit4]   2> 3730867 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/testSimple1/leaders/shard1
>    [junit4]   2> 3730870 INFO
> (searcherExecutor-15420-thread-1-processing-n:127.0.0.1:35805_solr
> x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3)
> [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3
> x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore
> [testSimple1_shard1_replica_n1] Registered new searcher Searcher@25ae3061[testSimple1_shard1_replica_n1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3730875 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up
> for shard shard1: total=2 found=1 timeoutin=14999ms
>    [junit4]   2> 3730877 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ZkShardTerms Successful update of terms at
> /collections/testSimple1/terms/shard1 to Terms{values={core_node3=0,
> core_node5=0}, version=1}
>    [junit4]   2> 3730877 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/testSimple1/leaders/shard1
>    [junit4]   2> 3731205 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 3731205 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 3731205 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
>    [junit4]   2> 3731206 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 3731206 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 3731206 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
>    [junit4]   2> 3731218 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3731218 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3731219 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3731219 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3731232 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@171b7b8[testSimple1_shard2_replica_n6]
> main]
>    [junit4]   2> 3731232 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@2dce37b7[testSimple1_shard2_replica_n4]
> main]
>    [junit4]   2> 3731234 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf
>    [junit4]   2> 3731235 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf
>    [junit4]   2> 3731235 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3731235 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3731236 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3731236 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3731236 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1628525445743902720
>    [junit4]   2> 3731236 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1628525445743902720
>    [junit4]   2> 3731240 INFO
> (searcherExecutor-15418-thread-1-processing-n:127.0.0.1:34645_solr
> x:testSimple1_shard2_replica_n6 c:testSimple1 s:shard2 r:core_node8)
> [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8
> x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore
> [testSimple1_shard2_replica_n6] Registered new searcher Searcher@171b7b8[testSimple1_shard2_replica_n6]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3731240 INFO
> (searcherExecutor-15417-thread-1-processing-n:127.0.0.1:35805_solr
> x:testSimple1_shard2_replica_n4 c:testSimple1 s:shard2 r:core_node7)
> [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7
> x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore
> [testSimple1_shard2_replica_n4] Registered new searcher Searcher@2dce37b7[testSimple1_shard2_replica_n4]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3731245 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.ZkShardTerms Successful update of terms at
> /collections/testSimple1/terms/shard2 to Terms{values={core_node7=0},
> version=0}
>    [junit4]   2> 3731245 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/testSimple1/leaders/shard2
>    [junit4]   2> 3731254 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.ZkShardTerms Successful update of terms at
> /collections/testSimple1/terms/shard2 to Terms{values={core_node7=0,
> core_node8=0}, version=1}
>    [junit4]   2> 3731254 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/testSimple1/leaders/shard2
>    [junit4]   2> 3731257 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
> o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up
> for shard shard2: total=2 found=1 timeoutin=14993ms
>    [junit4]   2> 3731376 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 3731376 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 3731376 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.SyncStrategy Sync replicas to
> https://127.0.0.1:34645/solr/testSimple1_shard1_replica_n2/
>    [junit4]   2> 3731377 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=
> https://127.0.0.1:34645/solr START replicas=[
> https://127.0.0.1:35805/solr/testSimple1_shard1_replica_n1/] nUpdates=100
>    [junit4]   2> 3731377 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=
> https://127.0.0.1:34645/solr DONE.  We have no versions.  sync failed.
>    [junit4]   2> 3731381 INFO  (qtp2141733644-117088) [n:127.0.0.1:35805_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get
> params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
> status=0 QTime=1
>    [junit4]   2> 3731381 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to
> the next candidate
>    [junit4]   2> 3731382 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions
> - we can't sync in that case - we were active before, so become leader
> anyway
>    [junit4]   2> 3731382 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
> /collections/testSimple1/leaders/shard1/leader after winning as
> /collections/testSimple1/leader_elect/shard1/election/72989361526210569-core_node5-n_0000000000
>    [junit4]   2> 3731383 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> https://127.0.0.1:34645/solr/testSimple1_shard1_replica_n2/ shard1
>    [junit4]   2> 3731485 INFO  (zkCallback-19917-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDataChanged
> path:/collections/testSimple1/state.json] for collection [testSimple1] has
> occurred - updating... (live nodes size: [3])
>    [junit4]   2> 3731486 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ZkController I am the leader, no recovery necessary
>    [junit4]   2> 3731492 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr
> c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
> o.a.s.s.H
>
> [...truncated too long message...]
>
> :
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> jar-checksums:
>     [mkdir] Created dir:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null110113615
>      [copy] Copying 239 files to
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null110113615
>    [delete] Deleting directory
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null110113615
>
> check-working-copy:
> [ivy:cachepath] :: resolving dependencies ::
> org.eclipse.jgit#org.eclipse.jgit-caller;working
> [ivy:cachepath]         confs: [default]
> [ivy:cachepath]         found
> org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
> [ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
> [ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in
> public
> [ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6
> in public
> [ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in
> public
> [ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in
> public
> [ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
> [ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
> [ivy:cachepath] :: resolution report :: resolve 58ms :: artifacts dl 6ms
>
> ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts
>  |
>         |       conf       | number| search|dwnlded|evicted||
> number|dwnlded|
>
> ---------------------------------------------------------------------
>         |      default     |   8   |   0   |   0   |   0   ||   8   |   0
>  |
>
> ---------------------------------------------------------------------
> [wc-checker] Initializing working copy...
> [wc-checker] SLF4J: Failed to load class
> "org.slf4j.impl.StaticLoggerBinder".
> [wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
> [wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder
> for further details.
> [wc-checker] Checking working copy status...
>
> -jenkins-base:
>
> BUILD SUCCESSFUL
> Total time: 276 minutes 0 seconds
> Archiving artifacts
> java.lang.InterruptedException: no matches found within 10000
>         at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
>         at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
>         at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
>         at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
> Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
>                 at
> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
>                 at
> hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
>                 at hudson.remoting.Channel.call(Channel.java:955)
>                 at hudson.FilePath.act(FilePath.java:1072)
>                 at hudson.FilePath.act(FilePath.java:1061)
>                 at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
>                 at
> hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
>                 at
> hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
>                 at
> hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
>                 at
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
>                 at
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
>                 at hudson.model.Build$BuildExecution.post2(Build.java:186)
>                 at
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
>                 at hudson.model.Run.execute(Run.java:1835)
>                 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>                 at
> hudson.model.ResourceController.execute(ResourceController.java:97)
>                 at hudson.model.Executor.run(Executor.java:429)
> Caused: hudson.FilePath$TunneledInterruptedException
>         at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:212)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:54)
>         at hudson.remoting.Request$2.run(Request.java:369)
>         at
> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:748)
> Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
> matches found within 10000
>         at hudson.FilePath.act(FilePath.java:1074)
>         at hudson.FilePath.act(FilePath.java:1061)
>         at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
>         at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
>         at
> hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
>         at
> hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
>         at hudson.model.Build$BuildExecution.post2(Build.java:186)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
>         at hudson.model.Run.execute(Run.java:1835)
>         at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>         at
> hudson.model.ResourceController.execute(ResourceController.java:97)
>         at hudson.model.Executor.run(Executor.java:429)
> No artifacts found that match the file pattern
> "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
> Recording test results
> Build step 'Publish JUnit test result report' changed build result to
> UNSTABLE
> Email was triggered for: Unstable (Test Failures)
> Sending email for trigger: Unstable (Test Failures)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 49 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/49/

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/23)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:35805/solr",           "node_name":"127.0.0.1:35805_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"down"},         "core_node5":{           "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:45218/solr",           "node_name":"127.0.0.1:45218_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:35805/solr",           "node_name":"127.0.0.1:35805_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:45218/solr",           "node_name":"127.0.0.1:45218_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:34645_solr, 127.0.0.1:45218_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/23)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:35805/solr",           "node_name":"127.0.0.1:35805_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"down"},         "core_node5":{           "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:45218/solr",           "node_name":"127.0.0.1:45218_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"active",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:35805/solr",           "node_name":"127.0.0.1:35805_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"down"},         "core_node8":{           "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:45218/solr",           "node_name":"127.0.0.1:45218_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/23)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:35805/solr",
          "node_name":"127.0.0.1:35805_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:45218/solr",
          "node_name":"127.0.0.1:45218_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:35805/solr",
          "node_name":"127.0.0.1:35805_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:45218/solr",
          "node_name":"127.0.0.1:45218_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:34645_solr, 127.0.0.1:45218_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/23)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:35805/solr",
          "node_name":"127.0.0.1:35805_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"down"},
        "core_node5":{
          "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:45218/solr",
          "node_name":"127.0.0.1:45218_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:35805/solr",
          "node_name":"127.0.0.1:35805_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"down"},
        "core_node8":{
          "dataDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:45218/solr",
          "node_name":"127.0.0.1:45218_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:44356/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([AD6B8D6E030960B0:95D8A99024FAB461]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14987 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/init-core-data-001
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 3727264 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 3727296 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3727298 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3727306 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3727306 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3727306 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3727307 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30786d16{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 3727476 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@2afa4a13{hdfs,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-42406-hdfs-_-any-1111567820473325026.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 3727476 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@bb1f5f2{HTTP/1.1,[http/1.1]}{localhost:42406}
   [junit4]   2> 3727476 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.Server Started @3727595ms
   [junit4]   2> 3727616 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3727618 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3727638 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3727638 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3727638 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3727639 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52374bb3{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 3727812 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@2954120e{datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-42825-datanode-_-any-4905967132305390079.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 3727813 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@412f4489{HTTP/1.1,[http/1.1]}{localhost:42825}
   [junit4]   2> 3727813 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.Server Started @3727931ms
   [junit4]   2> 3727876 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3727878 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3727878 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3727878 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3727878 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3727879 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26d9ca9{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 3728011 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xd8f4a948387bee9a: Processing first storage report for DS-f37d6289-6649-49bc-829a-d5d0882313e7 from datanode f777e74b-22ea-4990-aebe-490855b1d8f8
   [junit4]   2> 3728011 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xd8f4a948387bee9a: from storage DS-f37d6289-6649-49bc-829a-d5d0882313e7 node DatanodeRegistration(127.0.0.1:44255, datanodeUuid=f777e74b-22ea-4990-aebe-490855b1d8f8, infoPort=46610, infoSecurePort=0, ipcPort=38623, storageInfo=lv=-57;cid=testClusterID;nsid=414748398;c=1553082887197), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 3728011 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xd8f4a948387bee9a: Processing first storage report for DS-d9a4e119-54ed-4d45-b0be-0bba4337efc8 from datanode f777e74b-22ea-4990-aebe-490855b1d8f8
   [junit4]   2> 3728011 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xd8f4a948387bee9a: from storage DS-d9a4e119-54ed-4d45-b0be-0bba4337efc8 node DatanodeRegistration(127.0.0.1:44255, datanodeUuid=f777e74b-22ea-4990-aebe-490855b1d8f8, infoPort=46610, infoSecurePort=0, ipcPort=38623, storageInfo=lv=-57;cid=testClusterID;nsid=414748398;c=1553082887197), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 3728080 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@179bbb54{datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-43213-datanode-_-any-3256647490922567188.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 3728080 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@48a7acce{HTTP/1.1,[http/1.1]}{localhost:43213}
   [junit4]   2> 3728080 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[AD6B8D6E030960B0]-worker) [    ] o.e.j.s.Server Started @3728198ms
   [junit4]   2> 3728166 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x565e9d7767d77d7a: Processing first storage report for DS-74921503-e941-40c6-8cc1-59de72712c84 from datanode 0accba27-f103-4c0c-99c1-ccc22c2e8f3a
   [junit4]   2> 3728166 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x565e9d7767d77d7a: from storage DS-74921503-e941-40c6-8cc1-59de72712c84 node DatanodeRegistration(127.0.0.1:44960, datanodeUuid=0accba27-f103-4c0c-99c1-ccc22c2e8f3a, infoPort=46481, infoSecurePort=0, ipcPort=38155, storageInfo=lv=-57;cid=testClusterID;nsid=414748398;c=1553082887197), blocks: 0, hasStaleStorage: true, processing time: 1 msecs, invalidatedBlocks: 0
   [junit4]   2> 3728166 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x565e9d7767d77d7a: Processing first storage report for DS-091636b6-f130-4203-bbb4-26eddf5c959a from datanode 0accba27-f103-4c0c-99c1-ccc22c2e8f3a
   [junit4]   2> 3728166 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x565e9d7767d77d7a: from storage DS-091636b6-f130-4203-bbb4-26eddf5c959a node DatanodeRegistration(127.0.0.1:44960, datanodeUuid=0accba27-f103-4c0c-99c1-ccc22c2e8f3a, infoPort=46481, infoSecurePort=0, ipcPort=38155, storageInfo=lv=-57;cid=testClusterID;nsid=414748398;c=1553082887197), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 3728388 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002
   [junit4]   2> 3728389 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3728389 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3728389 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3728489 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0]) [    ] o.a.s.c.ZkTestServer start zk server on port:40290
   [junit4]   2> 3728489 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40290
   [junit4]   2> 3728489 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40290
   [junit4]   2> 3728494 INFO  (zkConnectionManagerCallback-19886-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728497 INFO  (zkConnectionManagerCallback-19888-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728498 INFO  (zkConnectionManagerCallback-19890-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728503 WARN  (jetty-launcher-19891-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3728503 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3728504 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3728504 INFO  (jetty-launcher-19891-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3728505 WARN  (jetty-launcher-19891-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3728506 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3728506 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3728506 INFO  (jetty-launcher-19891-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3728507 INFO  (jetty-launcher-19891-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3728507 INFO  (jetty-launcher-19891-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3728507 INFO  (jetty-launcher-19891-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3728508 INFO  (jetty-launcher-19891-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7971a27f{/solr,null,AVAILABLE}
   [junit4]   2> 3728508 WARN  (jetty-launcher-19891-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3728508 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3728508 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3728508 INFO  (jetty-launcher-19891-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3728508 WARN  (jetty-launcher-19891-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1f686ad8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3728509 INFO  (jetty-launcher-19891-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3728509 INFO  (jetty-launcher-19891-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3728509 INFO  (jetty-launcher-19891-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3728509 INFO  (jetty-launcher-19891-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23143050{/solr,null,AVAILABLE}
   [junit4]   2> 3728510 WARN  (jetty-launcher-19891-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@26dfd76f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3728511 INFO  (jetty-launcher-19891-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3cafee2c{SSL,[ssl, http/1.1]}{127.0.0.1:34645}
   [junit4]   2> 3728511 INFO  (jetty-launcher-19891-thread-3) [    ] o.e.j.s.Server Started @3728630ms
   [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34645}
   [junit4]   2> 3728512 ERROR (jetty-launcher-19891-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3728512 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-20T11:54:48.496Z
   [junit4]   2> 3728514 INFO  (jetty-launcher-19891-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3728514 INFO  (jetty-launcher-19891-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3728514 INFO  (jetty-launcher-19891-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3728514 INFO  (jetty-launcher-19891-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4fc90a15{/solr,null,AVAILABLE}
   [junit4]   2> 3728515 WARN  (jetty-launcher-19891-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@312c3c22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b5e1b3e{SSL,[ssl, http/1.1]}{127.0.0.1:45218}
   [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ] o.e.j.s.Server Started @3728634ms
   [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45218}
   [junit4]   2> 3728516 ERROR (jetty-launcher-19891-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3728516 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-20T11:54:48.500Z
   [junit4]   2> 3728517 INFO  (jetty-launcher-19891-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4f3dce1b{SSL,[ssl, http/1.1]}{127.0.0.1:35805}
   [junit4]   2> 3728517 INFO  (jetty-launcher-19891-thread-2) [    ] o.e.j.s.Server Started @3728636ms
   [junit4]   2> 3728517 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35805}
   [junit4]   2> 3728517 ERROR (jetty-launcher-19891-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3728517 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3728518 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 3728518 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3728518 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3728518 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-20T11:54:48.502Z
   [junit4]   2> 3728525 INFO  (zkConnectionManagerCallback-19893-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728526 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3728526 INFO  (zkConnectionManagerCallback-19897-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728526 INFO  (zkConnectionManagerCallback-19895-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728530 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3728530 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3728532 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3728533 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3728534 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3728537 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3728537 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3728537 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3728537 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3728539 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3728539 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3728654 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3728655 WARN  (jetty-launcher-19891-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3728670 WARN  (jetty-launcher-19891-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@65c43158[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3728673 WARN  (jetty-launcher-19891-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3728674 WARN  (jetty-launcher-19891-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3a0766c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3728675 INFO  (jetty-launcher-19891-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40290/solr
   [junit4]   2> 3728677 INFO  (zkConnectionManagerCallback-19906-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728679 INFO  (zkConnectionManagerCallback-19908-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728729 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3728735 WARN  (jetty-launcher-19891-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3728735 WARN  (jetty-launcher-19891-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1f271be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3728738 WARN  (jetty-launcher-19891-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3728739 WARN  (jetty-launcher-19891-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@64a8e374[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3728740 INFO  (jetty-launcher-19891-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40290/solr
   [junit4]   2> 3728741 INFO  (zkConnectionManagerCallback-19916-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728745 INFO  (zkConnectionManagerCallback-19918-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728763 INFO  (jetty-launcher-19891-thread-3) [n:127.0.0.1:34645_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34645_solr
   [junit4]   2> 3728764 INFO  (jetty-launcher-19891-thread-3) [n:127.0.0.1:34645_solr    ] o.a.s.c.Overseer Overseer (id=72989361526210569-127.0.0.1:34645_solr-n_0000000000) starting
   [junit4]   2> 3728779 INFO  (zkConnectionManagerCallback-19925-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728782 INFO  (jetty-launcher-19891-thread-3) [n:127.0.0.1:34645_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40290/solr ready
   [junit4]   2> 3728783 INFO  (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000) [n:127.0.0.1:34645_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34645_solr
   [junit4]   2> 3728784 INFO  (jetty-launcher-19891-thread-3) [n:127.0.0.1:34645_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34645_solr
   [junit4]   2> 3728792 INFO  (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000) [n:127.0.0.1:34645_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3728796 INFO  (zkCallback-19924-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3728805 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3728817 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35805_solr as DOWN
   [junit4]   2> 3728819 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3728819 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35805_solr
   [junit4]   2> 3728834 INFO  (zkCallback-19924-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3728835 INFO  (zkCallback-19917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3728842 INFO  (zkCallback-19907-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3728842 INFO  (jetty-launcher-19891-thread-3) [n:127.0.0.1:34645_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3728899 INFO  (zkConnectionManagerCallback-19931-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728901 INFO  (jetty-launcher-19891-thread-3) [n:127.0.0.1:34645_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3728912 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3728913 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40290/solr ready
   [junit4]   2> 3728918 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3728924 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3728928 WARN  (jetty-launcher-19891-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3728936 WARN  (jetty-launcher-19891-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1d12b3e5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3728948 INFO  (jetty-launcher-19891-thread-3) [n:127.0.0.1:34645_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3728949 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3728960 WARN  (jetty-launcher-19891-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3728960 INFO  (jetty-launcher-19891-thread-3) [n:127.0.0.1:34645_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3728961 WARN  (jetty-launcher-19891-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@40a41edb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3728962 INFO  (jetty-launcher-19891-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40290/solr
   [junit4]   2> 3728964 INFO  (jetty-launcher-19891-thread-3) [n:127.0.0.1:34645_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node3/.
   [junit4]   2> 3728964 INFO  (zkConnectionManagerCallback-19938-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728966 INFO  (zkConnectionManagerCallback-19940-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3728971 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3728971 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3728971 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3728975 INFO  (jetty-launcher-19891-thread-2) [n:127.0.0.1:35805_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node2/.
   [junit4]   2> 3728978 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:45218_solr as DOWN
   [junit4]   2> 3728980 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3728980 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45218_solr
   [junit4]   2> 3728981 INFO  (zkCallback-19917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3728981 INFO  (zkCallback-19924-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3728981 INFO  (zkCallback-19930-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3728982 INFO  (zkCallback-19907-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3729000 INFO  (zkCallback-19939-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3729024 INFO  (zkConnectionManagerCallback-19947-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3729027 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3729030 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40290/solr ready
   [junit4]   2> 3729032 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3729076 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3729119 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3729119 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3729121 INFO  (jetty-launcher-19891-thread-1) [n:127.0.0.1:45218_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node1/.
   [junit4]   2> 3729193 INFO  (zkConnectionManagerCallback-19953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3729195 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3729197 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[AD6B8D6E030960B0]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40290/solr ready
   [junit4]   2> 3729221 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 3729237 INFO  (qtp1823060081-117080) [n:127.0.0.1:34645_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:34645_solr,127.0.0.1:35805_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3729242 INFO  (OverseerThreadFactory-15401-thread-1-processing-n:127.0.0.1:34645_solr) [n:127.0.0.1:34645_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 3729351 INFO  (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000) [n:127.0.0.1:34645_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35805/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3729354 INFO  (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000) [n:127.0.0.1:34645_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34645/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3729357 INFO  (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000) [n:127.0.0.1:34645_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35805/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3729360 INFO  (OverseerStateUpdate-72989361526210569-127.0.0.1:34645_solr-n_0000000000) [n:127.0.0.1:34645_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34645/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3729565 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr    x:testSimple1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3729567 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr    x:testSimple1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3729567 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr    x:testSimple1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3729567 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr    x:testSimple1_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3729568 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr    x:testSimple1_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3730586 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3730586 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3730586 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3730607 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3730608 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 3730608 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 3730611 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3730611 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3730611 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3730611 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3730612 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3730612 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3730612 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:44356/solr_hdfs_home
   [junit4]   2> 3730612 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:44356/solr_hdfs_home
   [junit4]   2> 3730612 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3730612 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3730612 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node2/testSimple1_shard2_replica_n4], dataDir=[hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node7/data/]
   [junit4]   2> 3730612 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node3/testSimple1_shard2_replica_n6], dataDir=[hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node8/data/]
   [junit4]   2> 3730614 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node7/data/snapshot_metadata
   [junit4]   2> 3730615 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 3730616 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3730618 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3730618 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3730619 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3730619 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:44356/solr_hdfs_home
   [junit4]   2> 3730619 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3730619 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node3/testSimple1_shard1_replica_n2], dataDir=[hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node5/data/]
   [junit4]   2> 3730621 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node5/data/snapshot_metadata
   [junit4]   2> 3730631 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3730634 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3730635 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@29f30025
   [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:44356/solr_hdfs_home
   [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3730635 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_AD6B8D6E030960B0-001/tempDir-002/node2/testSimple1_shard1_replica_n1], dataDir=[hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node3/data/]
   [junit4]   2> 3730637 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 3730639 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3730640 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node8/data
   [junit4]   2> 3730641 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3730641 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 3730644 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3730644 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3730644 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 3730645 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node5/data
   [junit4]   2> 3730646 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3730646 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 3730647 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3730647 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node3/data
   [junit4]   2> 3730648 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3730649 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node7/data
   [junit4]   2> 3730658 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node8/data/index
   [junit4]   2> 3730663 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node5/data/index
   [junit4]   2> 3730665 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3730665 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 3730666 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node3/data/index
   [junit4]   2> 3730667 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3730672 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3730672 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 3730672 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:44356/solr_hdfs_home/testSimple1/core_node7/data/index
   [junit4]   2> 3730673 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3730673 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 3730675 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3730678 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3730679 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3730679 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 3730682 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3730822 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3730822 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3730822 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3730822 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3730823 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3730824 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3730835 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3730835 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3730838 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3730838 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3730856 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e216f59[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 3730857 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3730858 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3730859 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3730859 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628525445348589568
   [junit4]   2> 3730861 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25ae3061[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 3730862 INFO  (searcherExecutor-15419-thread-1-processing-n:127.0.0.1:34645_solr x:testSimple1_shard1_replica_n2 c:testSimple1 s:shard1 r:core_node5) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@1e216f59[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3730864 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3730864 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3730865 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3730865 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628525445354881024
   [junit4]   2> 3730867 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 3730867 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSimple1/leaders/shard1
   [junit4]   2> 3730870 INFO  (searcherExecutor-15420-thread-1-processing-n:127.0.0.1:35805_solr x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@25ae3061[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3730875 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=14999ms
   [junit4]   2> 3730877 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 3730877 INFO  (qtp2141733644-117090) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSimple1/leaders/shard1
   [junit4]   2> 3731205 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3731205 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3731205 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3731206 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3731206 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3731206 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3731218 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3731218 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3731219 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3731219 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3731232 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@171b7b8[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 3731232 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@2dce37b7[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 3731234 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3731235 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3731235 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3731235 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3731236 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3731236 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3731236 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628525445743902720
   [junit4]   2> 3731236 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628525445743902720
   [junit4]   2> 3731240 INFO  (searcherExecutor-15418-thread-1-processing-n:127.0.0.1:34645_solr x:testSimple1_shard2_replica_n6 c:testSimple1 s:shard2 r:core_node8) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@171b7b8[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3731240 INFO  (searcherExecutor-15417-thread-1-processing-n:127.0.0.1:35805_solr x:testSimple1_shard2_replica_n4 c:testSimple1 s:shard2 r:core_node7) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@2dce37b7[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3731245 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 3731245 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSimple1/leaders/shard2
   [junit4]   2> 3731254 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 3731254 INFO  (qtp1823060081-117077) [n:127.0.0.1:34645_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSimple1/leaders/shard2
   [junit4]   2> 3731257 INFO  (qtp2141733644-117089) [n:127.0.0.1:35805_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=14993ms
   [junit4]   2> 3731376 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3731376 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3731376 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34645/solr/testSimple1_shard1_replica_n2/
   [junit4]   2> 3731377 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:34645/solr START replicas=[https://127.0.0.1:35805/solr/testSimple1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 3731377 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=https://127.0.0.1:34645/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3731381 INFO  (qtp2141733644-117088) [n:127.0.0.1:35805_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.S.Request [testSimple1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3731381 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3731382 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3731382 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testSimple1/leaders/shard1/leader after winning as /collections/testSimple1/leader_elect/shard1/election/72989361526210569-core_node5-n_0000000000
   [junit4]   2> 3731383 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34645/solr/testSimple1_shard1_replica_n2/ shard1
   [junit4]   2> 3731485 INFO  (zkCallback-19917-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 3731486 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3731492 INFO  (qtp1823060081-117081) [n:127.0.0.1:34645_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.H

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

:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null110113615
     [copy] Copying 239 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null110113615
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null110113615

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 58ms :: artifacts dl 6ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 276 minutes 0 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 48 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/48/

4 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Failed while waiting for active collection Timeout waiting to see state for collection=awhollynewcollection_0 :DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/3)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-bfffffff",       "state":"active",       "replicas":{         "core_node2":{           "core":"awhollynewcollection_0_shard1_replica_n1",           "base_url":"http://127.0.0.1:38795/solr",           "node_name":"127.0.0.1:38795_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node6":{           "core":"awhollynewcollection_0_shard1_replica_n3",           "base_url":"http://127.0.0.1:33233/solr",           "node_name":"127.0.0.1:33233_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}},     "shard2":{       "range":"c0000000-ffffffff",       "state":"active",       "replicas":{         "core_node10":{           "core":"awhollynewcollection_0_shard2_replica_n4",           "base_url":"http://127.0.0.1:38935/solr",           "node_name":"127.0.0.1:38935_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node11":{           "core":"awhollynewcollection_0_shard2_replica_n5",           "base_url":"http://127.0.0.1:33930/solr",           "node_name":"127.0.0.1:33930_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}},     "shard3":{       "range":"0-3fffffff",       "state":"active",       "replicas":{         "core_node12":{           "core":"awhollynewcollection_0_shard3_replica_n7",           "base_url":"http://127.0.0.1:38795/solr",           "node_name":"127.0.0.1:38795_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node13":{           "core":"awhollynewcollection_0_shard3_replica_n8",           "base_url":"http://127.0.0.1:33233/solr",           "node_name":"127.0.0.1:33233_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}},     "shard4":{       "range":"40000000-7fffffff",       "state":"active",       "replicas":{         "core_node15":{           "core":"awhollynewcollection_0_shard4_replica_n9",           "base_url":"http://127.0.0.1:38935/solr",           "node_name":"127.0.0.1:38935_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node16":{           "core":"awhollynewcollection_0_shard4_replica_n14",           "base_url":"http://127.0.0.1:33930/solr",           "node_name":"127.0.0.1:33930_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"3",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:33233_solr, 127.0.0.1:33930_solr, 127.0.0.1:38795_solr, 127.0.0.1:38935_solr] Last available state: DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/3)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-bfffffff",       "state":"active",       "replicas":{         "core_node2":{           "core":"awhollynewcollection_0_shard1_replica_n1",           "base_url":"http://127.0.0.1:38795/solr",           "node_name":"127.0.0.1:38795_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node6":{           "core":"awhollynewcollection_0_shard1_replica_n3",           "base_url":"http://127.0.0.1:33233/solr",           "node_name":"127.0.0.1:33233_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}},     "shard2":{       "range":"c0000000-ffffffff",       "state":"active",       "replicas":{         "core_node10":{           "core":"awhollynewcollection_0_shard2_replica_n4",           "base_url":"http://127.0.0.1:38935/solr",           "node_name":"127.0.0.1:38935_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node11":{           "core":"awhollynewcollection_0_shard2_replica_n5",           "base_url":"http://127.0.0.1:33930/solr",           "node_name":"127.0.0.1:33930_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}},     "shard3":{       "range":"0-3fffffff",       "state":"active",       "replicas":{         "core_node12":{           "core":"awhollynewcollection_0_shard3_replica_n7",           "base_url":"http://127.0.0.1:38795/solr",           "node_name":"127.0.0.1:38795_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node13":{           "core":"awhollynewcollection_0_shard3_replica_n8",           "base_url":"http://127.0.0.1:33233/solr",           "node_name":"127.0.0.1:33233_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}},     "shard4":{       "range":"40000000-7fffffff",       "state":"active",       "replicas":{         "core_node15":{           "core":"awhollynewcollection_0_shard4_replica_n9",           "base_url":"http://127.0.0.1:38935/solr",           "node_name":"127.0.0.1:38935_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node16":{           "core":"awhollynewcollection_0_shard4_replica_n14",           "base_url":"http://127.0.0.1:33930/solr",           "node_name":"127.0.0.1:33930_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"3",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=awhollynewcollection_0 :DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/3)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"awhollynewcollection_0_shard1_replica_n1",
          "base_url":"http://127.0.0.1:38795/solr",
          "node_name":"127.0.0.1:38795_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node6":{
          "core":"awhollynewcollection_0_shard1_replica_n3",
          "base_url":"http://127.0.0.1:33233/solr",
          "node_name":"127.0.0.1:33233_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node10":{
          "core":"awhollynewcollection_0_shard2_replica_n4",
          "base_url":"http://127.0.0.1:38935/solr",
          "node_name":"127.0.0.1:38935_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node11":{
          "core":"awhollynewcollection_0_shard2_replica_n5",
          "base_url":"http://127.0.0.1:33930/solr",
          "node_name":"127.0.0.1:33930_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "core_node12":{
          "core":"awhollynewcollection_0_shard3_replica_n7",
          "base_url":"http://127.0.0.1:38795/solr",
          "node_name":"127.0.0.1:38795_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node13":{
          "core":"awhollynewcollection_0_shard3_replica_n8",
          "base_url":"http://127.0.0.1:33233/solr",
          "node_name":"127.0.0.1:33233_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node15":{
          "core":"awhollynewcollection_0_shard4_replica_n9",
          "base_url":"http://127.0.0.1:38935/solr",
          "node_name":"127.0.0.1:38935_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node16":{
          "core":"awhollynewcollection_0_shard4_replica_n14",
          "base_url":"http://127.0.0.1:33930/solr",
          "node_name":"127.0.0.1:33930_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"3",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:33233_solr, 127.0.0.1:33930_solr, 127.0.0.1:38795_solr, 127.0.0.1:38935_solr]
Last available state: DocCollection(awhollynewcollection_0//collections/awhollynewcollection_0/state.json/3)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"awhollynewcollection_0_shard1_replica_n1",
          "base_url":"http://127.0.0.1:38795/solr",
          "node_name":"127.0.0.1:38795_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node6":{
          "core":"awhollynewcollection_0_shard1_replica_n3",
          "base_url":"http://127.0.0.1:33233/solr",
          "node_name":"127.0.0.1:33233_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node10":{
          "core":"awhollynewcollection_0_shard2_replica_n4",
          "base_url":"http://127.0.0.1:38935/solr",
          "node_name":"127.0.0.1:38935_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node11":{
          "core":"awhollynewcollection_0_shard2_replica_n5",
          "base_url":"http://127.0.0.1:33930/solr",
          "node_name":"127.0.0.1:33930_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "core_node12":{
          "core":"awhollynewcollection_0_shard3_replica_n7",
          "base_url":"http://127.0.0.1:38795/solr",
          "node_name":"127.0.0.1:38795_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node13":{
          "core":"awhollynewcollection_0_shard3_replica_n8",
          "base_url":"http://127.0.0.1:33233/solr",
          "node_name":"127.0.0.1:33233_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node15":{
          "core":"awhollynewcollection_0_shard4_replica_n9",
          "base_url":"http://127.0.0.1:38935/solr",
          "node_name":"127.0.0.1:38935_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node16":{
          "core":"awhollynewcollection_0_shard4_replica_n14",
          "base_url":"http://127.0.0.1:33930/solr",
          "node_name":"127.0.0.1:33930_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"3",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([DCE9D06D0981FDB2:949CA4D90FB2D227]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:758)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:764)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:435)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test

Error Message:
expected:<2500> but was:<2199>

Stack Trace:
java.lang.AssertionError: expected:<2500> but was:<2199>
	at __randomizedtesting.SeedInfo.seed([DCE9D06D0981FDB2:54BDEFB7A77D904A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.test(HdfsWriteToMultipleCollectionsTest.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.io.stream.MathExpressionTest.testZipFDistribution

Error Message:
Zipf distribution not descending!!!

Stack Trace:
java.lang.Exception: Zipf distribution not descending!!!
	at __randomizedtesting.SeedInfo.seed([21AA9E61F3345CDE:51FF345E49C54F6]:0)
	at org.apache.solr.client.solrj.io.stream.MathExpressionTest.testZipFDistribution(MathExpressionTest.java:3219)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:46798: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:46798: ADDREPLICA failed to create replica
	at __randomizedtesting.SeedInfo.seed([DCE9D06D0981FDB2:54BDEFB7A77D904A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1055)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testCoreUnloadAndLeaders(UnloadDistributedZkTest.java:308)
	at org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:71)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13626 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/init-core-data-001
   [junit4]   2> 942928 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 942928 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 942938 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 942938 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 942938 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 943052 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 943076 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 943078 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 943095 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 943095 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 943095 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 943096 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9e986f5{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 943393 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@6429cfb7{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-lucene2-us-west.apache.org-45509-hdfs-_-any-4562688079604856208.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 943394 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3d63adb1{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:45509}
   [junit4]   2> 943394 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.Server Started @943543ms
   [junit4]   2> 943704 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 943837 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 943838 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 943884 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 943884 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 943884 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 943895 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27ba2a2e{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 944436 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@346d5f53{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-41810-datanode-_-any-9153496525040054982.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 944452 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5c2eb381{HTTP/1.1,[http/1.1]}{localhost:41810}
   [junit4]   2> 944452 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.Server Started @944602ms
   [junit4]   2> 944521 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 944813 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 944814 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 944838 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 944838 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 944838 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 944850 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c01cde1{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 945448 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@76b8801{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-46543-datanode-_-any-9167752621328162192.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 945449 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ec1d131{HTTP/1.1,[http/1.1]}{localhost:46543}
   [junit4]   2> 945449 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.e.j.s.Server Started @945598ms
   [junit4]   2> 945557 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[DCE9D06D0981FDB2]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 945721 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xb3c2b1050f14cac2: Processing first storage report for DS-74570393-8913-45eb-a226-4393259e62c2 from datanode 9b4886c5-6149-41f4-9e9b-53c71f2bdb03
   [junit4]   2> 945722 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xb3c2b1050f14cac2: from storage DS-74570393-8913-45eb-a226-4393259e62c2 node DatanodeRegistration(127.0.0.1:33755, datanodeUuid=9b4886c5-6149-41f4-9e9b-53c71f2bdb03, infoPort=36796, infoSecurePort=0, ipcPort=46554, storageInfo=lv=-57;cid=testClusterID;nsid=1743336981;c=1553005264406), blocks: 0, hasStaleStorage: true, processing time: 1 msecs, invalidatedBlocks: 0
   [junit4]   2> 945722 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xb3c2b1050f14cac2: Processing first storage report for DS-f1fef0ca-0c9d-4c47-80ec-6d586d4c8a5a from datanode 9b4886c5-6149-41f4-9e9b-53c71f2bdb03
   [junit4]   2> 945722 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xb3c2b1050f14cac2: from storage DS-f1fef0ca-0c9d-4c47-80ec-6d586d4c8a5a node DatanodeRegistration(127.0.0.1:33755, datanodeUuid=9b4886c5-6149-41f4-9e9b-53c71f2bdb03, infoPort=36796, infoSecurePort=0, ipcPort=46554, storageInfo=lv=-57;cid=testClusterID;nsid=1743336981;c=1553005264406), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 946069 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x7cccfa3ff9406655: Processing first storage report for DS-06a5f275-77d7-420f-b5bd-8f06392f282e from datanode cff6463b-1193-4ee9-9b17-947048c9e908
   [junit4]   2> 946069 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x7cccfa3ff9406655: from storage DS-06a5f275-77d7-420f-b5bd-8f06392f282e node DatanodeRegistration(127.0.0.1:34239, datanodeUuid=cff6463b-1193-4ee9-9b17-947048c9e908, infoPort=40035, infoSecurePort=0, ipcPort=42419, storageInfo=lv=-57;cid=testClusterID;nsid=1743336981;c=1553005264406), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 946069 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x7cccfa3ff9406655: Processing first storage report for DS-9119f853-942b-42e2-a7ce-2a984ee93036 from datanode cff6463b-1193-4ee9-9b17-947048c9e908
   [junit4]   2> 946069 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x7cccfa3ff9406655: from storage DS-9119f853-942b-42e2-a7ce-2a984ee93036 node DatanodeRegistration(127.0.0.1:34239, datanodeUuid=cff6463b-1193-4ee9-9b17-947048c9e908, infoPort=40035, infoSecurePort=0, ipcPort=42419, storageInfo=lv=-57;cid=testClusterID;nsid=1743336981;c=1553005264406), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 946330 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 946331 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 946331 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 946431 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer start zk server on port:35734
   [junit4]   2> 946431 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35734
   [junit4]   2> 946431 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35734
   [junit4]   2> 946435 INFO  (zkConnectionManagerCallback-1555-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946437 INFO  (zkConnectionManagerCallback-1557-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946439 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 946440 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 946441 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 946454 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 946455 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 946456 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 946457 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 946458 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 946458 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 946459 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 946460 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 946461 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 946854 WARN  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 946854 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 946854 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 946854 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 946875 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946875 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946875 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 946876 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2bce267c{/,null,AVAILABLE}
   [junit4]   2> 946876 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d99e494{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46531}
   [junit4]   2> 946876 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.s.Server Started @947026ms
   [junit4]   2> 946876 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:44753/hdfs__lucene2-us-west.apache.org_44753__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001_tempDir-002_control_data, hostContext=/, hostPort=46531, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/control-001/cores}
   [junit4]   2> 946877 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 946877 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 946877 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 946877 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946877 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946877 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-19T14:21:08.324Z
   [junit4]   2> 946882 INFO  (zkConnectionManagerCallback-1559-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946882 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 946882 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/control-001/solr.xml
   [junit4]   2> 946917 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 946917 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 946919 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 947106 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 947108 WARN  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3c8feb5e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 947263 WARN  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2973953f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 947285 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35734/solr
   [junit4]   2> 947313 INFO  (zkConnectionManagerCallback-1566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 947353 INFO  (zkConnectionManagerCallback-1568-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 947668 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [n:127.0.0.1:46531_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46531_
   [junit4]   2> 947668 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [n:127.0.0.1:46531_    ] o.a.s.c.Overseer Overseer (id=74373811174899716-127.0.0.1:46531_-n_0000000000) starting
   [junit4]   2> 947702 INFO  (zkConnectionManagerCallback-1575-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 947831 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [n:127.0.0.1:46531_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35734/solr ready
   [junit4]   2> 947851 INFO  (OverseerStateUpdate-74373811174899716-127.0.0.1:46531_-n_0000000000) [n:127.0.0.1:46531_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46531_
   [junit4]   2> 947867 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [n:127.0.0.1:46531_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46531_
   [junit4]   2> 947885 INFO  (OverseerStateUpdate-74373811174899716-127.0.0.1:46531_-n_0000000000) [n:127.0.0.1:46531_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 947920 INFO  (zkCallback-1574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 948025 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [n:127.0.0.1:46531_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 948126 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [n:127.0.0.1:46531_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5
   [junit4]   2> 948198 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [n:127.0.0.1:46531_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5
   [junit4]   2> 948198 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [n:127.0.0.1:46531_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5
   [junit4]   2> 948199 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [n:127.0.0.1:46531_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/control-001/cores
   [junit4]   2> 948335 INFO  (zkConnectionManagerCallback-1581-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 948336 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 948337 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35734/solr ready
   [junit4]   2> 948358 INFO  (qtp1245527282-14205) [n:127.0.0.1:46531_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46531_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 948459 INFO  (OverseerThreadFactory-1659-thread-1-processing-n:127.0.0.1:46531_) [n:127.0.0.1:46531_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 948581 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_    x:control_collection_shard1_replica_n1] 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> 948581 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 949736 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 949840 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 950759 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 950899 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 950899 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5
   [junit4]   2> 950900 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:44753/solr_hdfs_home
   [junit4]   2> 950900 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 950900 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:44753/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 950901 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:44753/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 950937 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 950937 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 950937 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 951020 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 951020 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:44753/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 951141 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:44753/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 951158 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 951158 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 951158 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 951214 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 951214 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=92.654296875, floorSegmentMB=1.64453125, forceMergeDeletesPctAllowed=11.660183410462428, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=37.78216351364113
   [junit4]   2> 951921 WARN  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 952219 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 952219 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 952219 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 952309 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 952309 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 952314 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=33.087890625, floorSegmentMB=1.2607421875, forceMergeDeletesPctAllowed=22.861751015917445, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=45.34286301078792
   [junit4]   2> 952402 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14c77696[control_collection_shard1_replica_n1] main]
   [junit4]   2> 952403 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 952403 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 952404 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 952404 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628444058033586176
   [junit4]   2> 952442 INFO  (searcherExecutor-1664-thread-1-processing-n:127.0.0.1:46531_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@14c77696[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 952458 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 952458 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 952460 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 952460 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 952460 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46531/control_collection_shard1_replica_n1/
   [junit4]   2> 952461 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 952461 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:46531/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 952461 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/74373811174899716-core_node2-n_0000000000
   [junit4]   2> 952532 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46531/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 952533 INFO  (zkCallback-1567-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> 952534 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 952603 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=4035
   [junit4]   2> 952729 INFO  (zkCallback-1567-thread-2) [    ] 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> 952729 INFO  (zkCallback-1567-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> 952770 INFO  (qtp1245527282-14205) [n:127.0.0.1:46531_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 952770 INFO  (qtp1245527282-14205) [n:127.0.0.1:46531_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46531_&wt=javabin&version=2} status=0 QTime=4412
   [junit4]   2> 952883 INFO  (zkConnectionManagerCallback-1587-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 952884 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 952885 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35734/solr ready
   [junit4]   2> 952885 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 952887 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 952937 INFO  (OverseerThreadFactory-1659-thread-2-processing-n:127.0.0.1:46531_) [n:127.0.0.1:46531_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 953148 WARN  (OverseerThreadFactory-1659-thread-2-processing-n:127.0.0.1:46531_) [n:127.0.0.1:46531_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 953184 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 953185 INFO  (qtp1245527282-14207) [n:127.0.0.1:46531_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=297
   [junit4]   2> 953251 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 954799 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/shard-1-001 of type NRT
   [junit4]   2> 954821 WARN  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 954823 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 954823 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 954864 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 954949 INFO  (OverseerCollectionConfigSetProcessor-74373811174899716-127.0.0.1:46531_-n_0000000000) [n:127.0.0.1:46531_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 955127 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 955127 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 955127 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 955184 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56f9898c{/,null,AVAILABLE}
   [junit4]   2> 955240 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6db52d32{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38739}
   [junit4]   2> 955241 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.Server Started @955390ms
   [junit4]   2> 955241 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:44753/hdfs__lucene2-us-west.apache.org_44753__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001_tempDir-002_jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=38739, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/shard-1-001/cores}
   [junit4]   2> 955241 ERROR (closeThreadPool-1588-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 955241 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 955241 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 955241 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 955241 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 955241 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-19T14:21:16.688Z
   [junit4]   2> 955309 INFO  (zkConnectionManagerCallback-1590-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 955310 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 955310 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/shard-1-001/solr.xml
   [junit4]   2> 955403 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 955403 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 955404 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 955966 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 955968 WARN  (closeThreadPool-1588-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@27a3edf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 956149 WARN  (closeThreadPool-1588-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@52d90aaa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 956150 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35734/solr
   [junit4]   2> 956161 INFO  (zkConnectionManagerCallback-1597-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 956217 INFO  (zkConnectionManagerCallback-1599-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 956224 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 956259 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.c.ZkController Publish node=127.0.0.1:38739_ as DOWN
   [junit4]   2> 956260 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 956260 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38739_
   [junit4]   2> 956282 INFO  (zkCallback-1574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 956282 INFO  (zkCallback-1567-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 956303 INFO  (zkCallback-1586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 956363 INFO  (zkCallback-1598-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 956569 INFO  (zkConnectionManagerCallback-1606-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 956570 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 956571 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35734/solr ready
   [junit4]   2> 956572 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 956771 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5
   [junit4]   2> 956841 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5
   [junit4]   2> 956841 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5
   [junit4]   2> 956873 INFO  (closeThreadPool-1588-thread-1) [n:127.0.0.1:38739_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/shard-1-001/cores
   [junit4]   2> 957715 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/shard-2-001 of type NRT
   [junit4]   2> 957716 WARN  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 957717 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 957717 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 957717 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 957789 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 957789 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 957789 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 957809 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5064c6e9{/,null,AVAILABLE}
   [junit4]   2> 957810 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6260a73b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38849}
   [junit4]   2> 957810 INFO  (closeThreadPool-1588-thread-1) [    ] o.e.j.s.Server Started @957959ms
   [junit4]   2> 957810 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:44753/hdfs__lucene2-us-west.apache.org_44753__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001_tempDir-002_jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=38849, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/shard-2-001/cores}
   [junit4]   2> 957810 ERROR (closeThreadPool-1588-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 957810 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 957810 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 957810 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 957810 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 957810 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-19T14:21:19.257Z
   [junit4]   2> 957878 INFO  (zkConnectionManagerCallback-1609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 957908 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 957908 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/shard-2-001/solr.xml
   [junit4]   2> 957937 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 957937 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 957938 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@526c57c5, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 959069 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 959091 WARN  (closeThreadPool-1588-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3d378961[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 959164 WARN  (closeThreadPool-1588-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@ec0f3a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 959165 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35734/solr
   [junit4]   2> 959203 INFO  (zkConnectionManagerCallback-1616-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 959254 INFO  (zkConnectionManagerCallback-1618-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 959349 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 959352 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:38849_ as DOWN
   [junit4]   2> 959365 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 959365 INFO  (closeThreadPool-1588-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38849_
   [junit4]   2> 959366 INFO  (zkCallback-1574-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 959404 INFO  (zkCallback-1567-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 959404 INFO  (zkCallback-1605-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 959418 INFO  (zkCallback-1617-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 959418 INFO  (zkCallback-1598-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 959418 INFO  (zkCallback-1586-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 959434 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[DCE9D06D0981FDB2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_DCE9D06D0981FDB2-001/shard-3-001 of type NRT
   [junit4]   2> 959503 WARN  (closeThreadPool-1588-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 959504 INFO  (closeThreadPool-1588-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 959504 INFO  (closeThreadPool-1588-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 959504 INFO  (closeThreadPool-1588-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 959556 INFO  (closeThreadPool-1588-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 959556 INFO  (closeThreadPool-1588-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 959556 INFO  (closeThreadPool-1588-thread-2) [    ] o.e.j.s.session node0 Scavenging every 60

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

source] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null260597939
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null260597939
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null260597939

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 66ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 604 minutes 39 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

Re: [JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 47 - Still Unstable

Posted by Kevin Risden <kr...@apache.org>.
Still working on looking at HDFS tests. Should have a patch soon that
addresses some of these failures.

Kevin Risden


On Mon, Mar 18, 2019 at 8:31 AM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/47/
>
> 1 tests failed.
> FAILED:
> org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
>
> Error Message:
> Waiting for collection testSimple2 Timeout waiting to see state for
> collection=testSimple2
> :DocCollection(testSimple2//collections/testSimple2/state.json/23)={
>  "pullReplicas":"0",   "replicationFactor":"2",   "shards":{
>  "shard1":{       "range":"80000000-ffffffff",       "state":"active",
>  "replicas":{         "core_node3":{
>  "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/",
>          "base_url":"https://127.0.0.1:42436/solr",
>  "node_name":"127.0.0.1:42436_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/tlog",
>          "core":"testSimple2_shard1_replica_n1",
>  "shared_storage":"true",           "state":"active",
>  "leader":"true"},         "core_node5":{
>  "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/",
>          "base_url":"https://127.0.0.1:39260/solr",
>  "node_name":"127.0.0.1:39260_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/tlog",
>          "core":"testSimple2_shard1_replica_n2",
>  "shared_storage":"true",           "state":"down"}}},     "shard2":{
>  "range":"0-7fffffff",       "state":"active",       "replicas":{
>  "core_node7":{
>  "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/",
>          "base_url":"https://127.0.0.1:42436/solr",
>  "node_name":"127.0.0.1:42436_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/tlog",
>          "core":"testSimple2_shard2_replica_n4",
>  "shared_storage":"true",           "state":"active",
>  "leader":"true"},         "core_node8":{
>  "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/",
>          "base_url":"https://127.0.0.1:39260/solr",
>  "node_name":"127.0.0.1:39260_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/tlog",
>          "core":"testSimple2_shard2_replica_n6",
>  "shared_storage":"true",           "state":"down"}}}},
>  "router":{"name":"compositeId"},   "maxShardsPerNode":"2",
>  "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live
> Nodes: [127.0.0.1:36618_solr, 127.0.0.1:42436_solr] Last available state:
> DocCollection(testSimple2//collections/testSimple2/state.json/23)={
>  "pullReplicas":"0",   "replicationFactor":"2",   "shards":{
>  "shard1":{       "range":"80000000-ffffffff",       "state":"active",
>  "replicas":{         "core_node3":{
>  "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/",
>          "base_url":"https://127.0.0.1:42436/solr",
>  "node_name":"127.0.0.1:42436_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/tlog",
>          "core":"testSimple2_shard1_replica_n1",
>  "shared_storage":"true",           "state":"active",
>  "leader":"true"},         "core_node5":{
>  "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/",
>          "base_url":"https://127.0.0.1:39260/solr",
>  "node_name":"127.0.0.1:39260_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/tlog",
>          "core":"testSimple2_shard1_replica_n2",
>  "shared_storage":"true",           "state":"down"}}},     "shard2":{
>  "range":"0-7fffffff",       "state":"active",       "replicas":{
>  "core_node7":{
>  "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/",
>          "base_url":"https://127.0.0.1:42436/solr",
>  "node_name":"127.0.0.1:42436_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/tlog",
>          "core":"testSimple2_shard2_replica_n4",
>  "shared_storage":"true",           "state":"active",
>  "leader":"true"},         "core_node8":{
>  "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/",
>          "base_url":"https://127.0.0.1:39260/solr",
>  "node_name":"127.0.0.1:39260_solr",           "type":"NRT",
>  "force_set_state":"false",
>  "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/tlog",
>          "core":"testSimple2_shard2_replica_n6",
>  "shared_storage":"true",           "state":"down"}}}},
>  "router":{"name":"compositeId"},   "maxShardsPerNode":"2",
>  "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}
>
> Stack Trace:
> java.lang.AssertionError: Waiting for collection testSimple2
> Timeout waiting to see state for collection=testSimple2
> :DocCollection(testSimple2//collections/testSimple2/state.json/23)={
>   "pullReplicas":"0",
>   "replicationFactor":"2",
>   "shards":{
>     "shard1":{
>       "range":"80000000-ffffffff",
>       "state":"active",
>       "replicas":{
>         "core_node3":{
>
> "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/",
>           "base_url":"https://127.0.0.1:42436/solr",
>           "node_name":"127.0.0.1:42436_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/tlog",
>           "core":"testSimple2_shard1_replica_n1",
>           "shared_storage":"true",
>           "state":"active",
>           "leader":"true"},
>         "core_node5":{
>
> "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/",
>           "base_url":"https://127.0.0.1:39260/solr",
>           "node_name":"127.0.0.1:39260_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/tlog",
>           "core":"testSimple2_shard1_replica_n2",
>           "shared_storage":"true",
>           "state":"down"}}},
>     "shard2":{
>       "range":"0-7fffffff",
>       "state":"active",
>       "replicas":{
>         "core_node7":{
>
> "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/",
>           "base_url":"https://127.0.0.1:42436/solr",
>           "node_name":"127.0.0.1:42436_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/tlog",
>           "core":"testSimple2_shard2_replica_n4",
>           "shared_storage":"true",
>           "state":"active",
>           "leader":"true"},
>         "core_node8":{
>
> "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/",
>           "base_url":"https://127.0.0.1:39260/solr",
>           "node_name":"127.0.0.1:39260_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/tlog",
>           "core":"testSimple2_shard2_replica_n6",
>           "shared_storage":"true",
>           "state":"down"}}}},
>   "router":{"name":"compositeId"},
>   "maxShardsPerNode":"2",
>   "autoAddReplicas":"true",
>   "nrtReplicas":"2",
>   "tlogReplicas":"0"}
> Live Nodes: [127.0.0.1:36618_solr, 127.0.0.1:42436_solr]
> Last available state:
> DocCollection(testSimple2//collections/testSimple2/state.json/23)={
>   "pullReplicas":"0",
>   "replicationFactor":"2",
>   "shards":{
>     "shard1":{
>       "range":"80000000-ffffffff",
>       "state":"active",
>       "replicas":{
>         "core_node3":{
>
> "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/",
>           "base_url":"https://127.0.0.1:42436/solr",
>           "node_name":"127.0.0.1:42436_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/tlog",
>           "core":"testSimple2_shard1_replica_n1",
>           "shared_storage":"true",
>           "state":"active",
>           "leader":"true"},
>         "core_node5":{
>
> "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/",
>           "base_url":"https://127.0.0.1:39260/solr",
>           "node_name":"127.0.0.1:39260_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/tlog",
>           "core":"testSimple2_shard1_replica_n2",
>           "shared_storage":"true",
>           "state":"down"}}},
>     "shard2":{
>       "range":"0-7fffffff",
>       "state":"active",
>       "replicas":{
>         "core_node7":{
>
> "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/",
>           "base_url":"https://127.0.0.1:42436/solr",
>           "node_name":"127.0.0.1:42436_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/tlog",
>           "core":"testSimple2_shard2_replica_n4",
>           "shared_storage":"true",
>           "state":"active",
>           "leader":"true"},
>         "core_node8":{
>
> "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/",
>           "base_url":"https://127.0.0.1:39260/solr",
>           "node_name":"127.0.0.1:39260_solr",
>           "type":"NRT",
>           "force_set_state":"false",
>
> "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/tlog",
>           "core":"testSimple2_shard2_replica_n6",
>           "shared_storage":"true",
>           "state":"down"}}}},
>   "router":{"name":"compositeId"},
>   "maxShardsPerNode":"2",
>   "autoAddReplicas":"true",
>   "nrtReplicas":"2",
>   "tlogReplicas":"0"}
>         at
> __randomizedtesting.SeedInfo.seed([B20AC46FA99E440:339388B8DD6A3091]:0)
>         at org.junit.Assert.fail(Assert.java:88)
>         at
> org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
>         at
> org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
>         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:947)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>         at java.lang.Thread.run(Thread.java:748)
>
>
>
>
> Build Log:
> [...truncated 14967 lines...]
>    [junit4] Suite:
> org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
>    [junit4]   2> Creating dataDir:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/init-core-data-001
>    [junit4]   2> 3404968 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=34 numCloses=34
>    [junit4]   2> 3404968 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
> w/NUMERIC_DOCVALUES_SYSPROP=true
>    [junit4]   2> 3404970 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
> @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN,
> clientAuth=NaN)
>    [junit4]   2> 3404971 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
> test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
>    [junit4]   1> Formatting using clusterid: testClusterID
>    [junit4]   2> 3405009 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
> hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
>    [junit4]   2> 3405022 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
>    [junit4]   2> 3405024 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 3405025 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3405025 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3405025 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3405026 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e3feb1b
> {static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 3405180 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3784224f
> {hdfs,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-33021-hdfs-_-any-1258362590610354904.dir/webapp/,AVAILABLE}{/hdfs}
>    [junit4]   2> 3405181 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.AbstractConnector Started ServerConnector@52858a73
> {HTTP/1.1,[http/1.1]}{localhost:33021}
>    [junit4]   2> 3405181 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.Server Started @3405236ms
>    [junit4]   2> 3405238 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since
> the logger is not log4j
>    [junit4]   2> 3405270 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
>    [junit4]   2> 3405272 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 3405273 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3405273 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3405273 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3405273 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cb44eff
> {static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 3405430 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@751719a6
> {datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-33777-datanode-_-any-7092029776568617027.dir/webapp/,AVAILABLE}{/datanode}
>    [junit4]   2> 3405430 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.AbstractConnector Started ServerConnector@23570d8d
> {HTTP/1.1,[http/1.1]}{localhost:33777}
>    [junit4]   2> 3405430 INFO
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.e.j.s.Server Started @3405485ms
>    [junit4]   2> 3405445 WARN
> (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [
>   ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since
> the logger is not log4j
>    [junit4]   2> 3405541 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x6ca11eb7f31c7cd0: Processing first
> storage report for DS-69cb717d-23e8-406e-b1ea-606e54c3b990 from datanode
> aef11758-3255-430a-a7db-3639be208a91
>    [junit4]   2> 3405541 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x6ca11eb7f31c7cd0: from storage
> DS-69cb717d-23e8-406e-b1ea-606e54c3b990 node DatanodeRegistration(
> 127.0.0.1:43311, datanodeUuid=aef11758-3255-430a-a7db-3639be208a91,
> infoPort=35971, infoSecurePort=0, ipcPort=45097,
> storageInfo=lv=-57;cid=testClusterID;nsid=1753627939;c=1552909189671),
> blocks: 0, hasStaleStorage: true, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 3405542 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x6ca11eb7f31c7cd0: Processing first
> storage report for DS-b9a6e83b-5a4e-4777-be0d-f3851609be25 from datanode
> aef11758-3255-430a-a7db-3639be208a91
>    [junit4]   2> 3405542 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x6ca11eb7f31c7cd0: from storage
> DS-b9a6e83b-5a4e-4777-be0d-f3851609be25 node DatanodeRegistration(
> 127.0.0.1:43311, datanodeUuid=aef11758-3255-430a-a7db-3639be208a91,
> infoPort=35971, infoSecurePort=0, ipcPort=45097,
> storageInfo=lv=-57;cid=testClusterID;nsid=1753627939;c=1552909189671),
> blocks: 0, hasStaleStorage: false, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 3405721 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440])
> [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
>    [junit4]   2> 3405723 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440])
> [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002
>    [junit4]   2> 3405723 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440])
> [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 3405723 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 3405724 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 3405824 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440])
> [    ] o.a.s.c.ZkTestServer start zk server on port:32964
>    [junit4]   2> 3405824 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440])
> [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32964
>    [junit4]   2> 3405824 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440])
> [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32964
>    [junit4]   2> 3405829 INFO
> (zkConnectionManagerCallback-15589-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3405832 INFO
> (zkConnectionManagerCallback-15591-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3405834 INFO
> (zkConnectionManagerCallback-15593-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3405838 WARN  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3405839 WARN  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3405839 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 3405839 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3405839 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 3405840 WARN  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f71d7e7
> {/solr,null,AVAILABLE}
>    [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a586bc2
> {/solr,null,AVAILABLE}
>    [junit4]   2> 3405845 WARN  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@23ccbdd6[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 3405845 WARN  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@32b52089[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@392d2100
> {/solr,null,AVAILABLE}
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@1b2e8935{SSL,[ssl,
> http/1.1]}{127.0.0.1:42436}
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@6330e51c{SSL,[ssl,
> http/1.1]}{127.0.0.1:36618}
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.s.Server Started @3405901ms
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.s.Server Started @3405901ms
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=36618}
>    [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=42436}
>    [junit4]   2> 3405845 WARN  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@4f85b886[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3405846 ERROR (jetty-launcher-15594-thread-1) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3405846 ERROR (jetty-launcher-15594-thread-2) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 8.1.0
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-18T11:39:50.529Z
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@623ae18f{SSL,[ssl,
> http/1.1]}{127.0.0.1:39260}
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.s.Server Started @3405901ms
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
> hostPort=39260}
>    [junit4]   2> 3405846 ERROR (jetty-launcher-15594-thread-3) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 8.1.0
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-18T11:39:50.529Z
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr?
> version 8.1.0
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-18T11:39:50.529Z
>    [junit4]   2> 3405848 INFO
> (zkConnectionManagerCallback-15596-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3405848 INFO
> (zkConnectionManagerCallback-15598-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3405848 INFO
> (zkConnectionManagerCallback-15600-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3405849 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3405849 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3405849 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
>    [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 3405856 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 3405856 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 3405856 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 3405995 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3405995 WARN  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3405996 WARN  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@4e2ba1ee[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3405999 WARN  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3406000 WARN  (jetty-launcher-15594-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@7c33001d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3406001 INFO  (jetty-launcher-15594-thread-2) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32964/solr
>    [junit4]   2> 3406003 INFO
> (zkConnectionManagerCallback-15609-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406017 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3406017 WARN  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3406018 INFO
> (zkConnectionManagerCallback-15611-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406019 WARN  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@615cdd99[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3406022 WARN  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3406023 WARN  (jetty-launcher-15594-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@5d10acd1[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3406024 INFO  (jetty-launcher-15594-thread-3) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32964/solr
>    [junit4]   2> 3406026 INFO
> (zkConnectionManagerCallback-15619-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406028 INFO
> (zkConnectionManagerCallback-15621-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406127 INFO  (jetty-launcher-15594-thread-2)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.OverseerElectionContext I am going
> to be the leader 127.0.0.1:36618_solr
>    [junit4]   2> 3406128 INFO  (jetty-launcher-15594-thread-2)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.Overseer Overseer
> (id=72977978083311623-127.0.0.1:36618_solr-n_0000000000) starting
>    [junit4]   2> 3406136 INFO
> (zkConnectionManagerCallback-15628-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406139 INFO  (jetty-launcher-15594-thread-2)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:32964/solr ready
>    [junit4]   2> 3406141 INFO  (jetty-launcher-15594-thread-2)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:36618_solr
>    [junit4]   2> 3406142 INFO
> (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.Overseer Starting to work on the
> main queue : 127.0.0.1:36618_solr
>    [junit4]   2> 3406142 INFO  (zkCallback-15627-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3406144 INFO
> (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3406152 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 3406157 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:39260_solr as DOWN
>    [junit4]   2> 3406158 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 3406158 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:39260_solr
>    [junit4]   2> 3406160 INFO  (zkCallback-15627-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3406160 INFO  (zkCallback-15610-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3406165 INFO  (zkCallback-15620-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 3406171 INFO  (jetty-launcher-15594-thread-2)
> [n:127.0.0.1:36618_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 3406172 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=true]
>    [junit4]   2> 3406172 WARN  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3406173 WARN  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@53448e9c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3406176 WARN  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
> since Java 8 or lower versions does not support SSL + HTTP/2
>    [junit4]   2> 3406177 WARN  (jetty-launcher-15594-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@4934057f[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 3406178 INFO  (jetty-launcher-15594-thread-1) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32964/solr
>    [junit4]   2> 3406179 INFO
> (zkConnectionManagerCallback-15637-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406180 INFO
> (zkConnectionManagerCallback-15640-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406181 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 3406182 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:32964/solr ready
>    [junit4]   2> 3406182 INFO
> (zkConnectionManagerCallback-15642-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406183 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 3406191 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 3406194 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:42436_solr as DOWN
>    [junit4]   2> 3406195 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 3406195 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:42436_solr
>    [junit4]   2> 3406197 INFO  (zkCallback-15627-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3406197 INFO  (zkCallback-15620-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3406198 INFO  (zkCallback-15610-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3406198 INFO  (jetty-launcher-15594-thread-2)
> [n:127.0.0.1:36618_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3406209 INFO  (zkCallback-15636-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3406209 INFO  (zkCallback-15641-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 3406209 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3406212 INFO  (jetty-launcher-15594-thread-2)
> [n:127.0.0.1:36618_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3406212 INFO  (jetty-launcher-15594-thread-2)
> [n:127.0.0.1:36618_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3406213 INFO  (jetty-launcher-15594-thread-2)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node3/.
>    [junit4]   2> 3406225 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3406225 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3406227 INFO
> (zkConnectionManagerCallback-15650-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406227 INFO  (jetty-launcher-15594-thread-3)
> [n:127.0.0.1:39260_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node1/.
>    [junit4]   2> 3406229 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (3)
>    [junit4]   2> 3406230 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:32964/solr ready
>    [junit4]   2> 3406230 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 3406280 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3406296 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3406296 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3406298 INFO  (jetty-launcher-15594-thread-1)
> [n:127.0.0.1:42436_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node2/.
>    [junit4]   2> 3406360 INFO
> (zkConnectionManagerCallback-15656-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 3406361 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440])
> [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) ->
> (3)
>    [junit4]   2> 3406362 INFO
> (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440])
> [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
> 127.0.0.1:32964/solr ready
>    [junit4]   2> 3406382 INFO  (qtp851909187-92621) [n:127.0.0.1:42436_solr
>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster
> params={wt=javabin&version=2} status=0 QTime=2
>    [junit4]   2> 3406383 INFO  (qtp851909187-92613) [n:127.0.0.1:42436_solr
>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with
> params
> collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:36618
> _solr,127.0.0.1:39260_solr&wt=javabin&version=2 and sendToOCPQueue=true
>    [junit4]   2> 3406386 INFO
> (OverseerThreadFactory-12453-thread-1-processing-n:127.0.0.1:36618_solr)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create
> collection testSimple1
>    [junit4]   2> 3406494 INFO
> (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"testSimple1",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"https://127.0.0.1:36618/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3406498 INFO
> (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"testSimple1",
>    [junit4]   2>   "shard":"shard1",
>    [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"https://127.0.0.1:39260/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3406501 INFO
> (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"testSimple1",
>    [junit4]   2>   "shard":"shard2",
>    [junit4]   2>   "core":"testSimple1_shard2_replica_n5",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"https://127.0.0.1:36618/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3406504 INFO
> (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000)
> [n:127.0.0.1:36618_solr    ] o.a.s.c.o.SliceMutator createReplica() {
>    [junit4]   2>   "operation":"ADDREPLICA",
>    [junit4]   2>   "collection":"testSimple1",
>    [junit4]   2>   "shard":"shard2",
>    [junit4]   2>   "core":"testSimple1_shard2_replica_n7",
>    [junit4]   2>   "state":"down",
>    [junit4]   2>   "base_url":"https://127.0.0.1:39260/solr",
>    [junit4]   2>   "type":"NRT",
>    [junit4]   2>   "waitForFinalState":"false"}
>    [junit4]   2> 3406729 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
>   x:testSimple1_shard2_replica_n5] o.a.s.h.a.CoreAdminOperation core create
> command
> qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n5&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3406729 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
>   x:testSimple1_shard2_replica_n5] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 3406732 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
>   x:testSimple1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
> command
> qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3406734 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
>   x:testSimple1_shard2_replica_n7] o.a.s.h.a.CoreAdminOperation core create
> command
> qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n7&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3406737 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
>   x:testSimple1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
> command
> qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
>    [junit4]   2> 3407750 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
>    [junit4]   2> 3407755 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
>    [junit4]   2> 3407760 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.s.IndexSchema [testSimple1_shard2_replica_n5] Schema name=minimal
>    [junit4]   2> 3407776 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
>    [junit4]   2> 3407776 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
>    [junit4]   2> 3407777 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3407777 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n5'
> using configuration from collection testSimple1, trusted=true
>    [junit4]   2> 3407777 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
>    [junit4]   2> 3407778 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.testSimple1.shard2.replica_n5' (registry
> 'solr.core.testSimple1.shard2.replica_n5') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3407778 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.HdfsDirectoryFactory
> solr.hdfs.home=hdfs://localhost:38814/solr_hdfs_home
>    [junit4]   2> 3407778 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
>    [junit4]   2> 3407778 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.SolrCore [[testSimple1_shard2_replica_n5] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node3/testSimple1_shard2_replica_n5],
> dataDir=[hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node6/data/]
>    [junit4]   2> 3407780 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node6/data/snapshot_metadata
>    [junit4]   2> 3407780 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3407780 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1'
> using configuration from collection testSimple1, trusted=true
>    [junit4]   2> 3407781 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.testSimple1.shard1.replica_n1' (registry
> 'solr.core.testSimple1.shard1.replica_n1') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3407781 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory
> solr.hdfs.home=hdfs://localhost:38814/solr_hdfs_home
>    [junit4]   2> 3407781 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
>    [junit4]   2> 3407781 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node3/testSimple1_shard1_replica_n1],
> dataDir=[hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node3/data/]
>    [junit4]   2> 3407783 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node3/data/snapshot_metadata
>    [junit4]   2> 3407785 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.s.IndexSchema [testSimple1_shard2_replica_n7] Schema name=minimal
>    [junit4]   2> 3407785 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
>    [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n7'
> using configuration from collection testSimple1, trusted=true
>    [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.testSimple1.shard2.replica_n7' (registry
> 'solr.core.testSimple1.shard2.replica_n7') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3407788 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
>    [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.HdfsDirectoryFactory
> solr.hdfs.home=hdfs://localhost:38814/solr_hdfs_home
>    [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
>    [junit4]   2> 3407788 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2'
> using configuration from collection testSimple1, trusted=true
>    [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.SolrCore [[testSimple1_shard2_replica_n7] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node1/testSimple1_shard2_replica_n7],
> dataDir=[hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node8/data/]
>    [junit4]   2> 3407789 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.testSimple1.shard1.replica_n2' (registry
> 'solr.core.testSimple1.shard1.replica_n2') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
>    [junit4]   2> 3407789 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory
> solr.hdfs.home=hdfs://localhost:38814/solr_hdfs_home
>    [junit4]   2> 3407789 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
>    [junit4]   2> 3407789 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at
> [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node1/testSimple1_shard1_replica_n2],
> dataDir=[hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node4/data/]
>    [junit4]   2> 3407790 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node8/data/snapshot_metadata
>    [junit4]   2> 3407790 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3407790 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [4194304] will allocate [1] slabs and use ~[4194304] bytes
>    [junit4]   2> 3407790 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
>    [junit4]   2> 3407791 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node4/data/snapshot_metadata
>    [junit4]   2> 3407798 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3407798 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [4194304] will allocate [1] slabs and use ~[4194304] bytes
>    [junit4]   2> 3407799 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3407799 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [4194304] will allocate [1] slabs and use ~[4194304] bytes
>    [junit4]   2> 3407803 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3407803 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [4194304] will allocate [1] slabs and use ~[4194304] bytes
>    [junit4]   2> 3407807 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3407807 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3407807 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3407808 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3407809 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node3/data
>    [junit4]   2> 3407809 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node4/data
>    [junit4]   2> 3407810 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node6/data
>    [junit4]   2> 3407817 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node8/data
>    [junit4]   2> 3407828 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node3/data/index
>    [junit4]   2> 3407835 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node4/data/index
>    [junit4]   2> 3407835 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3407835 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [4194304] will allocate [1] slabs and use ~[4194304] bytes
>    [junit4]   2> 3407842 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3407842 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [4194304] will allocate [1] slabs and use ~[4194304] bytes
>    [junit4]   2> 3407843 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node6/data/index
>    [junit4]   2> 3407846 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3407847 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path
> hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node8/data/index
>    [junit4]   2> 3407847 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3407853 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3407853 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [4194304] will allocate [1] slabs and use ~[4194304] bytes
>    [junit4]   2> 3407856 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 3407856 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [4194304] will allocate [1] slabs and use ~[4194304] bytes
>    [junit4]   2> 3407859 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3407865 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 3407994 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 3407994 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 3407994 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 3407994 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
>    [junit4]   2> 3407994 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 3407994 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
>    [junit4]   2> 3408008 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3408008 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3408008 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3408008 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3408031 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@7689bf7c[testSimple1_shard1_replica_n2]
> main]
>    [junit4]   2> 3408032 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf
>    [junit4]   2> 3408032 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@7ef48d1[testSimple1_shard1_replica_n1]
> main]
>    [junit4]   2> 3408032 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3408033 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3408033 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf
>    [junit4]   2> 3408034 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3408034 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3408035 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1628343309663469568
>    [junit4]   2> 3408038 INFO
> (searcherExecutor-12470-thread-1-processing-n:127.0.0.1:36618_solr
> x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3)
> [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3
> x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore
> [testSimple1_shard1_replica_n1] Registered new searcher Searcher@7ef48d1[testSimple1_shard1_replica_n1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3408041 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ZkShardTerms Successful update of terms at
> /collections/testSimple1/terms/shard1 to Terms{values={core_node3=0},
> version=0}
>    [junit4]   2> 3408041 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/testSimple1/leaders/shard1
>    [junit4]   2> 3408046 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1628343309675003904
>    [junit4]   2> 3408046 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up
> for shard shard1: total=2 found=1 timeoutin=14999ms
>    [junit4]   2> 3408049 INFO
> (searcherExecutor-12472-thread-1-processing-n:127.0.0.1:39260_solr
> x:testSimple1_shard1_replica_n2 c:testSimple1 s:shard1 r:core_node4)
> [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4
> x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore
> [testSimple1_shard1_replica_n2] Registered new searcher Searcher@7689bf7c[testSimple1_shard1_replica_n2]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3408052 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ZkShardTerms Successful update of terms at
> /collections/testSimple1/terms/shard1 to Terms{values={core_node3=0,
> core_node4=0}, version=1}
>    [junit4]   2> 3408052 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/testSimple1/leaders/shard1
>    [junit4]   2> 3408419 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 3408419 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 3408419 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
>    [junit4]   2> 3408421 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 3408421 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 3408421 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
>    [junit4]   2> 3408434 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3408434 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3408436 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 3408436 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 3408456 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@56728567[testSimple1_shard2_replica_n7]
> main]
>    [junit4]   2> 3408458 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@71314d8a[testSimple1_shard2_replica_n5]
> main]
>    [junit4]   2> 3408458 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf
>    [junit4]   2> 3408459 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3408460 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3408460 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf
>    [junit4]   2> 3408460 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf
>    [junit4]   2> 3408460 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1628343310109114368
>    [junit4]   2> 3408460 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 3408461 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1628343310110162944
>    [junit4]   2> 3408464 INFO
> (searcherExecutor-12471-thread-1-processing-n:127.0.0.1:39260_solr
> x:testSimple1_shard2_replica_n7 c:testSimple1 s:shard2 r:core_node8)
> [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8
> x:testSimple1_shard2_replica_n7] o.a.s.c.SolrCore
> [testSimple1_shard2_replica_n7] Registered new searcher Searcher@56728567[testSimple1_shard2_replica_n7]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3408466 INFO
> (searcherExecutor-12469-thread-1-processing-n:127.0.0.1:36618_solr
> x:testSimple1_shard2_replica_n5 c:testSimple1 s:shard2 r:core_node6)
> [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6
> x:testSimple1_shard2_replica_n5] o.a.s.c.SolrCore
> [testSimple1_shard2_replica_n5] Registered new searcher Searcher@71314d8a[testSimple1_shard2_replica_n5]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 3408468 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.ZkShardTerms Successful update of terms at
> /collections/testSimple1/terms/shard2 to Terms{values={core_node8=0},
> version=0}
>    [junit4]   2> 3408468 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/testSimple1/leaders/shard2
>    [junit4]   2> 3408473 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.ZkShardTerms Successful update of terms at
> /collections/testSimple1/terms/shard2 to Terms{values={core_node6=0,
> core_node8=0}, version=1}
>    [junit4]   2> 3408473 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/testSimple1/leaders/shard2
>    [junit4]   2> 3408477 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 3408477 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 3408477 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.SyncStrategy Sync replicas to
> https://127.0.0.1:39260/solr/testSimple1_shard2_replica_n7/
>    [junit4]   2> 3408477 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n7 url=
> https://127.0.0.1:39260/solr START replicas=[
> https://127.0.0.1:36618/solr/testSimple1_shard2_replica_n5/] nUpdates=100
>    [junit4]   2> 3408478 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n7 url=
> https://127.0.0.1:39260/solr DONE.  We have no versions.  sync failed.
>    [junit4]   2> 3408481 INFO  (qtp83113497-92615) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5]
> o.a.s.c.S.Request [testSimple1_shard2_replica_n5]  webapp=/solr path=/get
> params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
> status=0 QTime=1
>    [junit4]   2> 3408482 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to
> the next candidate
>    [junit4]   2> 3408482 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions
> - we can't sync in that case - we were active before, so become leader
> anyway
>    [junit4]   2> 3408482 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
> /collections/testSimple1/leaders/shard2/leader after winning as
> /collections/testSimple1/leader_elect/shard2/election/72977978083311625-core_node8-n_0000000000
>    [junit4]   2> 3408484 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> https://127.0.0.1:39260/solr/testSimple1_shard2_replica_n7/ shard2
>    [junit4]   2> 3408547 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 3408547 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 3408547 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.SyncStrategy Sync replicas to
> https://127.0.0.1:36618/solr/testSimple1_shard1_replica_n1/
>    [junit4]   2> 3408548 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=
> https://127.0.0.1:36618/solr START replicas=[
> https://127.0.0.1:39260/solr/testSimple1_shard1_replica_n2/] nUpdates=100
>    [junit4]   2> 3408548 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=
> https://127.0.0.1:36618/solr DONE.  We have no versions.  sync failed.
>    [junit4]   2> 3408551 INFO  (qtp919924523-92618) [n:127.0.0.1:39260_solr
> c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2]
> o.a.s.c.S.Request [testSimple1_shard1_replica_n2]  webapp=/solr path=/get
> params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
> status=0 QTime=1
>    [junit4]   2> 3408552 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to
> the next candidate
>    [junit4]   2> 3408552 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions
> - we can't sync in that case - we were active before, so become leader
> anyway
>    [junit4]   2> 3408552 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
> /collections/testSimple1/leaders/shard1/leader after winning as
> /collections/testSimple1/leader_elect/shard1/election/72977978083311623-core_node3-n_0000000000
>    [junit4]   2> 3408554 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr
> c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> https://127.0.0.1:36618/solr/testSimple1_shard1_replica_n1/ shard1
>    [junit4]   2> 3408656 INFO  (zkCallback-15620-thread-1) [    ]
> o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
> state:SyncConnected type:NodeDataChanged
> path:/collections/testSimple1/state.json] for collection [testSimple1] has
> occurred - updating... (live nodes size: [
>
> [...truncated too long message...]
>
>
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> jar-checksums:
>     [mkdir] Created dir:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null611149350
>      [copy] Copying 239 files to
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null611149350
>    [delete] Deleting directory
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null611149350
>
> check-working-copy:
> [ivy:cachepath] :: resolving dependencies ::
> org.eclipse.jgit#org.eclipse.jgit-caller;working
> [ivy:cachepath]         confs: [default]
> [ivy:cachepath]         found
> org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
> [ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
> [ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in
> public
> [ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6
> in public
> [ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in
> public
> [ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in
> public
> [ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
> [ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
> [ivy:cachepath] :: resolution report :: resolve 60ms :: artifacts dl 6ms
>
> ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts
>  |
>         |       conf       | number| search|dwnlded|evicted||
> number|dwnlded|
>
> ---------------------------------------------------------------------
>         |      default     |   8   |   0   |   0   |   0   ||   8   |   0
>  |
>
> ---------------------------------------------------------------------
> [wc-checker] Initializing working copy...
> [wc-checker] SLF4J: Failed to load class
> "org.slf4j.impl.StaticLoggerBinder".
> [wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
> [wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder
> for further details.
> [wc-checker] Checking working copy status...
>
> -jenkins-base:
>
> BUILD SUCCESSFUL
> Total time: 297 minutes 33 seconds
> Archiving artifacts
> java.lang.InterruptedException: no matches found within 10000
>         at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
>         at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
>         at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
>         at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
> Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
>                 at
> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
>                 at
> hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
>                 at hudson.remoting.Channel.call(Channel.java:955)
>                 at hudson.FilePath.act(FilePath.java:1072)
>                 at hudson.FilePath.act(FilePath.java:1061)
>                 at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
>                 at
> hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
>                 at
> hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
>                 at
> hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
>                 at
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
>                 at
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
>                 at hudson.model.Build$BuildExecution.post2(Build.java:186)
>                 at
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
>                 at hudson.model.Run.execute(Run.java:1835)
>                 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>                 at
> hudson.model.ResourceController.execute(ResourceController.java:97)
>                 at hudson.model.Executor.run(Executor.java:429)
> Caused: hudson.FilePath$TunneledInterruptedException
>         at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:212)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:54)
>         at hudson.remoting.Request$2.run(Request.java:369)
>         at
> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:748)
> Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
> matches found within 10000
>         at hudson.FilePath.act(FilePath.java:1074)
>         at hudson.FilePath.act(FilePath.java:1061)
>         at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
>         at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
>         at
> hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
>         at
> hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
>         at hudson.model.Build$BuildExecution.post2(Build.java:186)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
>         at hudson.model.Run.execute(Run.java:1835)
>         at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>         at
> hudson.model.ResourceController.execute(ResourceController.java:97)
>         at hudson.model.Executor.run(Executor.java:429)
> No artifacts found that match the file pattern
> "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
> Recording test results
> Build step 'Publish JUnit test result report' changed build result to
> UNSTABLE
> Email was triggered for: Unstable (Test Failures)
> Sending email for trigger: Unstable (Test Failures)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 47 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/47/

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple

Error Message:
Waiting for collection testSimple2 Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/23)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:42436/solr",           "node_name":"127.0.0.1:42436_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"active",           "leader":"true"},         "core_node5":{           "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:39260/solr",           "node_name":"127.0.0.1:39260_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"down"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:42436/solr",           "node_name":"127.0.0.1:42436_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"active",           "leader":"true"},         "core_node8":{           "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:39260/solr",           "node_name":"127.0.0.1:39260_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:36618_solr, 127.0.0.1:42436_solr] Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/23)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{         "core_node3":{           "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/",           "base_url":"https://127.0.0.1:42436/solr",           "node_name":"127.0.0.1:42436_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/tlog",           "core":"testSimple2_shard1_replica_n1",           "shared_storage":"true",           "state":"active",           "leader":"true"},         "core_node5":{           "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/",           "base_url":"https://127.0.0.1:39260/solr",           "node_name":"127.0.0.1:39260_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/tlog",           "core":"testSimple2_shard1_replica_n2",           "shared_storage":"true",           "state":"down"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{         "core_node7":{           "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/",           "base_url":"https://127.0.0.1:42436/solr",           "node_name":"127.0.0.1:42436_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/tlog",           "core":"testSimple2_shard2_replica_n4",           "shared_storage":"true",           "state":"active",           "leader":"true"},         "core_node8":{           "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/",           "base_url":"https://127.0.0.1:39260/solr",           "node_name":"127.0.0.1:39260_solr",           "type":"NRT",           "force_set_state":"false",           "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/tlog",           "core":"testSimple2_shard2_replica_n6",           "shared_storage":"true",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"true",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
Timeout waiting to see state for collection=testSimple2 :DocCollection(testSimple2//collections/testSimple2/state.json/23)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:42436/solr",
          "node_name":"127.0.0.1:42436_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node5":{
          "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:39260/solr",
          "node_name":"127.0.0.1:39260_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"down"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:42436/solr",
          "node_name":"127.0.0.1:42436_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:39260/solr",
          "node_name":"127.0.0.1:39260_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:36618_solr, 127.0.0.1:42436_solr]
Last available state: DocCollection(testSimple2//collections/testSimple2/state.json/23)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/",
          "base_url":"https://127.0.0.1:42436/solr",
          "node_name":"127.0.0.1:42436_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node3/data/tlog",
          "core":"testSimple2_shard1_replica_n1",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node5":{
          "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/",
          "base_url":"https://127.0.0.1:39260/solr",
          "node_name":"127.0.0.1:39260_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node5/data/tlog",
          "core":"testSimple2_shard1_replica_n2",
          "shared_storage":"true",
          "state":"down"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node7":{
          "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/",
          "base_url":"https://127.0.0.1:42436/solr",
          "node_name":"127.0.0.1:42436_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node7/data/tlog",
          "core":"testSimple2_shard2_replica_n4",
          "shared_storage":"true",
          "state":"active",
          "leader":"true"},
        "core_node8":{
          "dataDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/",
          "base_url":"https://127.0.0.1:39260/solr",
          "node_name":"127.0.0.1:39260_solr",
          "type":"NRT",
          "force_set_state":"false",
          "ulogDir":"hdfs://localhost:38814/solr_hdfs_home/testSimple2/core_node8/data/tlog",
          "core":"testSimple2_shard2_replica_n6",
          "shared_storage":"true",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"true",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([B20AC46FA99E440:339388B8DD6A3091]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
	at org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:169)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14967 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/init-core-data-001
   [junit4]   2> 3404968 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=34 numCloses=34
   [junit4]   2> 3404968 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3404970 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3404971 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 3405009 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 3405022 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3405024 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3405025 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3405025 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3405025 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3405026 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e3feb1b{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 3405180 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3784224f{hdfs,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-33021-hdfs-_-any-1258362590610354904.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 3405181 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@52858a73{HTTP/1.1,[http/1.1]}{localhost:33021}
   [junit4]   2> 3405181 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.Server Started @3405236ms
   [junit4]   2> 3405238 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 3405270 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 3405272 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3405273 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3405273 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3405273 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3405273 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cb44eff{static,/static,jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 3405430 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@751719a6{datanode,/,file:///x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/jetty-localhost-33777-datanode-_-any-7092029776568617027.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 3405430 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23570d8d{HTTP/1.1,[http/1.1]}{localhost:33777}
   [junit4]   2> 3405430 INFO  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.e.j.s.Server Started @3405485ms
   [junit4]   2> 3405445 WARN  (SUITE-HdfsAutoAddReplicasIntegrationTest-seed#[B20AC46FA99E440]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 3405541 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x6ca11eb7f31c7cd0: Processing first storage report for DS-69cb717d-23e8-406e-b1ea-606e54c3b990 from datanode aef11758-3255-430a-a7db-3639be208a91
   [junit4]   2> 3405541 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x6ca11eb7f31c7cd0: from storage DS-69cb717d-23e8-406e-b1ea-606e54c3b990 node DatanodeRegistration(127.0.0.1:43311, datanodeUuid=aef11758-3255-430a-a7db-3639be208a91, infoPort=35971, infoSecurePort=0, ipcPort=45097, storageInfo=lv=-57;cid=testClusterID;nsid=1753627939;c=1552909189671), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 3405542 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x6ca11eb7f31c7cd0: Processing first storage report for DS-b9a6e83b-5a4e-4777-be0d-f3851609be25 from datanode aef11758-3255-430a-a7db-3639be208a91
   [junit4]   2> 3405542 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x6ca11eb7f31c7cd0: from storage DS-b9a6e83b-5a4e-4777-be0d-f3851609be25 node DatanodeRegistration(127.0.0.1:43311, datanodeUuid=aef11758-3255-430a-a7db-3639be208a91, infoPort=35971, infoSecurePort=0, ipcPort=45097, storageInfo=lv=-57;cid=testClusterID;nsid=1753627939;c=1552909189671), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 3405721 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 3405723 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002
   [junit4]   2> 3405723 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3405723 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3405724 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3405824 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440]) [    ] o.a.s.c.ZkTestServer start zk server on port:32964
   [junit4]   2> 3405824 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32964
   [junit4]   2> 3405824 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 32964
   [junit4]   2> 3405829 INFO  (zkConnectionManagerCallback-15589-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3405832 INFO  (zkConnectionManagerCallback-15591-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3405834 INFO  (zkConnectionManagerCallback-15593-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3405838 WARN  (jetty-launcher-15594-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3405839 WARN  (jetty-launcher-15594-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3405839 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3405839 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3405839 INFO  (jetty-launcher-15594-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3405840 WARN  (jetty-launcher-15594-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3405840 INFO  (jetty-launcher-15594-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f71d7e7{/solr,null,AVAILABLE}
   [junit4]   2> 3405844 INFO  (jetty-launcher-15594-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a586bc2{/solr,null,AVAILABLE}
   [junit4]   2> 3405845 WARN  (jetty-launcher-15594-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@23ccbdd6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3405845 WARN  (jetty-launcher-15594-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@32b52089[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@392d2100{/solr,null,AVAILABLE}
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1b2e8935{SSL,[ssl, http/1.1]}{127.0.0.1:42436}
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6330e51c{SSL,[ssl, http/1.1]}{127.0.0.1:36618}
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-1) [    ] o.e.j.s.Server Started @3405901ms
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-2) [    ] o.e.j.s.Server Started @3405901ms
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36618}
   [junit4]   2> 3405845 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42436}
   [junit4]   2> 3405845 WARN  (jetty-launcher-15594-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4f85b886[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3405846 ERROR (jetty-launcher-15594-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3405846 ERROR (jetty-launcher-15594-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-18T11:39:50.529Z
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@623ae18f{SSL,[ssl, http/1.1]}{127.0.0.1:39260}
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ] o.e.j.s.Server Started @3405901ms
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39260}
   [junit4]   2> 3405846 ERROR (jetty-launcher-15594-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-18T11:39:50.529Z
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3405846 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-18T11:39:50.529Z
   [junit4]   2> 3405848 INFO  (zkConnectionManagerCallback-15596-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3405848 INFO  (zkConnectionManagerCallback-15598-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3405848 INFO  (zkConnectionManagerCallback-15600-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3405849 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3405849 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3405849 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3405854 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 3405856 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3405856 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3405856 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 3405995 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3405995 WARN  (jetty-launcher-15594-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3405996 WARN  (jetty-launcher-15594-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4e2ba1ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3405999 WARN  (jetty-launcher-15594-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3406000 WARN  (jetty-launcher-15594-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@7c33001d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3406001 INFO  (jetty-launcher-15594-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32964/solr
   [junit4]   2> 3406003 INFO  (zkConnectionManagerCallback-15609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406017 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3406017 WARN  (jetty-launcher-15594-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3406018 INFO  (zkConnectionManagerCallback-15611-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406019 WARN  (jetty-launcher-15594-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@615cdd99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3406022 WARN  (jetty-launcher-15594-thread-3) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3406023 WARN  (jetty-launcher-15594-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5d10acd1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3406024 INFO  (jetty-launcher-15594-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32964/solr
   [junit4]   2> 3406026 INFO  (zkConnectionManagerCallback-15619-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406028 INFO  (zkConnectionManagerCallback-15621-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406127 INFO  (jetty-launcher-15594-thread-2) [n:127.0.0.1:36618_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36618_solr
   [junit4]   2> 3406128 INFO  (jetty-launcher-15594-thread-2) [n:127.0.0.1:36618_solr    ] o.a.s.c.Overseer Overseer (id=72977978083311623-127.0.0.1:36618_solr-n_0000000000) starting
   [junit4]   2> 3406136 INFO  (zkConnectionManagerCallback-15628-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406139 INFO  (jetty-launcher-15594-thread-2) [n:127.0.0.1:36618_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32964/solr ready
   [junit4]   2> 3406141 INFO  (jetty-launcher-15594-thread-2) [n:127.0.0.1:36618_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36618_solr
   [junit4]   2> 3406142 INFO  (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000) [n:127.0.0.1:36618_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36618_solr
   [junit4]   2> 3406142 INFO  (zkCallback-15627-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3406144 INFO  (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000) [n:127.0.0.1:36618_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3406152 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3406157 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39260_solr as DOWN
   [junit4]   2> 3406158 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3406158 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39260_solr
   [junit4]   2> 3406160 INFO  (zkCallback-15627-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3406160 INFO  (zkCallback-15610-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3406165 INFO  (zkCallback-15620-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3406171 INFO  (jetty-launcher-15594-thread-2) [n:127.0.0.1:36618_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3406172 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3406172 WARN  (jetty-launcher-15594-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3406173 WARN  (jetty-launcher-15594-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@53448e9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3406176 WARN  (jetty-launcher-15594-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 3406177 WARN  (jetty-launcher-15594-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4934057f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3406178 INFO  (jetty-launcher-15594-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32964/solr
   [junit4]   2> 3406179 INFO  (zkConnectionManagerCallback-15637-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406180 INFO  (zkConnectionManagerCallback-15640-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406181 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3406182 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32964/solr ready
   [junit4]   2> 3406182 INFO  (zkConnectionManagerCallback-15642-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406183 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3406191 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3406194 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42436_solr as DOWN
   [junit4]   2> 3406195 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3406195 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42436_solr
   [junit4]   2> 3406197 INFO  (zkCallback-15627-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3406197 INFO  (zkCallback-15620-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3406198 INFO  (zkCallback-15610-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3406198 INFO  (jetty-launcher-15594-thread-2) [n:127.0.0.1:36618_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3406209 INFO  (zkCallback-15636-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3406209 INFO  (zkCallback-15641-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3406209 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3406212 INFO  (jetty-launcher-15594-thread-2) [n:127.0.0.1:36618_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3406212 INFO  (jetty-launcher-15594-thread-2) [n:127.0.0.1:36618_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3406213 INFO  (jetty-launcher-15594-thread-2) [n:127.0.0.1:36618_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node3/.
   [junit4]   2> 3406225 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3406225 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3406227 INFO  (zkConnectionManagerCallback-15650-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406227 INFO  (jetty-launcher-15594-thread-3) [n:127.0.0.1:39260_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node1/.
   [junit4]   2> 3406229 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3406230 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32964/solr ready
   [junit4]   2> 3406230 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3406280 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3406296 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3406296 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3406298 INFO  (jetty-launcher-15594-thread-1) [n:127.0.0.1:42436_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node2/.
   [junit4]   2> 3406360 INFO  (zkConnectionManagerCallback-15656-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3406361 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3406362 INFO  (TEST-HdfsAutoAddReplicasIntegrationTest.testSimple-seed#[B20AC46FA99E440]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32964/solr ready
   [junit4]   2> 3406382 INFO  (qtp851909187-92621) [n:127.0.0.1:42436_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 3406383 INFO  (qtp851909187-92613) [n:127.0.0.1:42436_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:36618_solr,127.0.0.1:39260_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3406386 INFO  (OverseerThreadFactory-12453-thread-1-processing-n:127.0.0.1:36618_solr) [n:127.0.0.1:36618_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 3406494 INFO  (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000) [n:127.0.0.1:36618_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36618/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3406498 INFO  (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000) [n:127.0.0.1:36618_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39260/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3406501 INFO  (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000) [n:127.0.0.1:36618_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36618/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3406504 INFO  (OverseerStateUpdate-72977978083311623-127.0.0.1:36618_solr-n_0000000000) [n:127.0.0.1:36618_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39260/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3406729 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr    x:testSimple1_shard2_replica_n5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n5&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3406729 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr    x:testSimple1_shard2_replica_n5] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 3406732 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr    x:testSimple1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3406734 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr    x:testSimple1_shard2_replica_n7] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n7&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3406737 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr    x:testSimple1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3407750 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3407755 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3407760 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 3407776 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3407776 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3407777 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3407777 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n5' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3407777 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3407778 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard2.replica_n5' (registry 'solr.core.testSimple1.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3407778 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:38814/solr_hdfs_home
   [junit4]   2> 3407778 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3407778 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n5] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node3/testSimple1_shard2_replica_n5], dataDir=[hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node6/data/]
   [junit4]   2> 3407780 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node6/data/snapshot_metadata
   [junit4]   2> 3407780 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3407780 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3407781 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3407781 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:38814/solr_hdfs_home
   [junit4]   2> 3407781 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3407781 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node3/testSimple1_shard1_replica_n1], dataDir=[hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node3/data/]
   [junit4]   2> 3407783 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node3/data/snapshot_metadata
   [junit4]   2> 3407785 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n7] Schema name=minimal
   [junit4]   2> 3407785 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n7' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard2.replica_n7' (registry 'solr.core.testSimple1.shard2.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3407788 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:38814/solr_hdfs_home
   [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3407788 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 3407788 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n7] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node1/testSimple1_shard2_replica_n7], dataDir=[hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node8/data/]
   [junit4]   2> 3407789 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55fd07a7
   [junit4]   2> 3407789 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:38814/solr_hdfs_home
   [junit4]   2> 3407789 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 3407789 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest_B20AC46FA99E440-001/tempDir-002/node1/testSimple1_shard1_replica_n2], dataDir=[hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node4/data/]
   [junit4]   2> 3407790 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node8/data/snapshot_metadata
   [junit4]   2> 3407790 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3407790 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3407790 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 3407791 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node4/data/snapshot_metadata
   [junit4]   2> 3407798 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3407798 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3407799 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3407799 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3407803 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3407803 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3407807 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3407807 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3407807 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3407808 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3407809 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node3/data
   [junit4]   2> 3407809 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node4/data
   [junit4]   2> 3407810 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node6/data
   [junit4]   2> 3407817 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node8/data
   [junit4]   2> 3407828 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node3/data/index
   [junit4]   2> 3407835 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node4/data/index
   [junit4]   2> 3407835 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3407835 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3407842 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3407842 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3407843 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node6/data/index
   [junit4]   2> 3407846 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3407847 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:38814/solr_hdfs_home/testSimple1/core_node8/data/index
   [junit4]   2> 3407847 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3407853 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3407853 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3407856 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 3407856 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [4194304] will allocate [1] slabs and use ~[4194304] bytes
   [junit4]   2> 3407859 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3407865 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 3407994 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3407994 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3407994 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3407994 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3407994 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3407994 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3408008 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3408008 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3408008 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3408008 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3408031 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7689bf7c[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 3408032 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3408032 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ef48d1[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 3408032 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3408033 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3408033 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3408034 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3408034 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3408035 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628343309663469568
   [junit4]   2> 3408038 INFO  (searcherExecutor-12470-thread-1-processing-n:127.0.0.1:36618_solr x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@7ef48d1[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3408041 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 3408041 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSimple1/leaders/shard1
   [junit4]   2> 3408046 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628343309675003904
   [junit4]   2> 3408046 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=14999ms
   [junit4]   2> 3408049 INFO  (searcherExecutor-12472-thread-1-processing-n:127.0.0.1:39260_solr x:testSimple1_shard1_replica_n2 c:testSimple1 s:shard1 r:core_node4) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@7689bf7c[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3408052 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 3408052 INFO  (qtp919924523-92625) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSimple1/leaders/shard1
   [junit4]   2> 3408419 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3408419 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3408419 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3408421 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 3408421 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3408421 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 3408434 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3408434 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3408436 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3408436 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3408456 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@56728567[testSimple1_shard2_replica_n7] main]
   [junit4]   2> 3408458 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@71314d8a[testSimple1_shard2_replica_n5] main]
   [junit4]   2> 3408458 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3408459 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3408460 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3408460 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3408460 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3408460 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628343310109114368
   [junit4]   2> 3408460 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3408461 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628343310110162944
   [junit4]   2> 3408464 INFO  (searcherExecutor-12471-thread-1-processing-n:127.0.0.1:39260_solr x:testSimple1_shard2_replica_n7 c:testSimple1 s:shard2 r:core_node8) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.SolrCore [testSimple1_shard2_replica_n7] Registered new searcher Searcher@56728567[testSimple1_shard2_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3408466 INFO  (searcherExecutor-12469-thread-1-processing-n:127.0.0.1:36618_solr x:testSimple1_shard2_replica_n5 c:testSimple1 s:shard2 r:core_node6) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.SolrCore [testSimple1_shard2_replica_n5] Registered new searcher Searcher@71314d8a[testSimple1_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3408468 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 3408468 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSimple1/leaders/shard2
   [junit4]   2> 3408473 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSimple1/terms/shard2 to Terms{values={core_node6=0, core_node8=0}, version=1}
   [junit4]   2> 3408473 INFO  (qtp83113497-92609) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSimple1/leaders/shard2
   [junit4]   2> 3408477 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3408477 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3408477 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39260/solr/testSimple1_shard2_replica_n7/
   [junit4]   2> 3408477 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n7 url=https://127.0.0.1:39260/solr START replicas=[https://127.0.0.1:36618/solr/testSimple1_shard2_replica_n5/] nUpdates=100
   [junit4]   2> 3408478 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n7 url=https://127.0.0.1:39260/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3408481 INFO  (qtp83113497-92615) [n:127.0.0.1:36618_solr c:testSimple1 s:shard2 r:core_node6 x:testSimple1_shard2_replica_n5] o.a.s.c.S.Request [testSimple1_shard2_replica_n5]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3408482 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3408482 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3408482 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testSimple1/leaders/shard2/leader after winning as /collections/testSimple1/leader_elect/shard2/election/72977978083311625-core_node8-n_0000000000
   [junit4]   2> 3408484 INFO  (qtp919924523-92624) [n:127.0.0.1:39260_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n7] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39260/solr/testSimple1_shard2_replica_n7/ shard2
   [junit4]   2> 3408547 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3408547 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3408547 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36618/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 3408548 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=https://127.0.0.1:36618/solr START replicas=[https://127.0.0.1:39260/solr/testSimple1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 3408548 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 url=https://127.0.0.1:36618/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3408551 INFO  (qtp919924523-92618) [n:127.0.0.1:39260_solr c:testSimple1 s:shard1 r:core_node4 x:testSimple1_shard1_replica_n2] o.a.s.c.S.Request [testSimple1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3408552 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3408552 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3408552 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testSimple1/leaders/shard1/leader after winning as /collections/testSimple1/leader_elect/shard1/election/72977978083311623-core_node3-n_0000000000
   [junit4]   2> 3408554 INFO  (qtp83113497-92604) [n:127.0.0.1:36618_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36618/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 3408656 INFO  (zkCallback-15620-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [

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



ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null611149350
     [copy] Copying 239 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null611149350
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null611149350

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 60ms :: artifacts dl 6ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 297 minutes 33 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 46 - Still unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/46/

1 tests failed.
FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([A9BD9F55114188F0:21E9A08FBFBDE508]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:195)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:143)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:138)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:1032)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:156)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14078 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.StressHdfsTest
   [junit4]   2> 2009773 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/init-core-data-001
   [junit4]   2> 2009791 WARN  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=22 numCloses=22
   [junit4]   2> 2009791 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2009792 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 2009792 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /fi/ic
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2010032 WARN  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2010130 WARN  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2010132 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2010133 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2010133 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2010133 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2010133 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a7a7c4b{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 2011101 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4324fb3c{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/jetty-lucene2-us-west.apache.org-41368-hdfs-_-any-8093004494278465159.dir/webapp/,AVAILABLE}{/hdfs}
   [junit4]   2> 2011102 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@749510ea{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:41368}
   [junit4]   2> 2011102 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.Server Started @2011543ms
   [junit4]   2> 2011409 WARN  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 2011532 WARN  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2011533 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2011546 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2011546 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2011546 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2011546 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f266821{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 2012267 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3072fe36{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-32987-datanode-_-any-6229135534640858309.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 2012270 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@bbc0f8a{HTTP/1.1,[http/1.1]}{localhost:32987}
   [junit4]   2> 2012270 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.Server Started @2012711ms
   [junit4]   2> 2012343 WARN  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 2012598 WARN  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2012599 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2012628 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2012628 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2012628 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2012628 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@95ece5b{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 2013439 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x69f4413e347c217f: Processing first storage report for DS-254f2483-5ede-436d-b171-decc288ae28e from datanode 8f6595bd-17ad-4025-aee4-0c882bd05bda
   [junit4]   2> 2013440 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x69f4413e347c217f: from storage DS-254f2483-5ede-436d-b171-decc288ae28e node DatanodeRegistration(127.0.0.1:33513, datanodeUuid=8f6595bd-17ad-4025-aee4-0c882bd05bda, infoPort=36378, infoSecurePort=0, ipcPort=42005, storageInfo=lv=-57;cid=testClusterID;nsid=1175597779;c=1552797989992), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 2013440 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x69f4413e347c217f: Processing first storage report for DS-4e64893f-8025-4cae-9c82-c79cbb65aa07 from datanode 8f6595bd-17ad-4025-aee4-0c882bd05bda
   [junit4]   2> 2013440 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x69f4413e347c217f: from storage DS-4e64893f-8025-4cae-9c82-c79cbb65aa07 node DatanodeRegistration(127.0.0.1:33513, datanodeUuid=8f6595bd-17ad-4025-aee4-0c882bd05bda, infoPort=36378, infoSecurePort=0, ipcPort=42005, storageInfo=lv=-57;cid=testClusterID;nsid=1175597779;c=1552797989992), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 2013584 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@5f4723ad{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/jetty-localhost-37500-datanode-_-any-2448041780165750880.dir/webapp/,AVAILABLE}{/datanode}
   [junit4]   2> 2013594 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@925cbac{HTTP/1.1,[http/1.1]}{localhost:37500}
   [junit4]   2> 2013594 INFO  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.e.j.s.Server Started @2014036ms
   [junit4]   2> 2013712 WARN  (SUITE-StressHdfsTest-seed#[A9BD9F55114188F0]-worker) [    ] o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the logger is not log4j
   [junit4]   2> 2014494 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x5bd77ed68c70528c: Processing first storage report for DS-677fceba-34f9-4bef-81f7-9a517576e5d1 from datanode 9e956bed-9976-44dc-a314-049e5ce4d530
   [junit4]   2> 2014494 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x5bd77ed68c70528c: from storage DS-677fceba-34f9-4bef-81f7-9a517576e5d1 node DatanodeRegistration(127.0.0.1:41180, datanodeUuid=9e956bed-9976-44dc-a314-049e5ce4d530, infoPort=33083, infoSecurePort=0, ipcPort=39363, storageInfo=lv=-57;cid=testClusterID;nsid=1175597779;c=1552797989992), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 2014495 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x5bd77ed68c70528c: Processing first storage report for DS-d1b33d7b-163a-49d1-b343-1883f72bfe73 from datanode 9e956bed-9976-44dc-a314-049e5ce4d530
   [junit4]   2> 2014495 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x5bd77ed68c70528c: from storage DS-d1b33d7b-163a-49d1-b343-1883f72bfe73 node DatanodeRegistration(127.0.0.1:41180, datanodeUuid=9e956bed-9976-44dc-a314-049e5ce4d530, infoPort=33083, infoSecurePort=0, ipcPort=39363, storageInfo=lv=-57;cid=testClusterID;nsid=1175597779;c=1552797989992), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 2014760 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2014785 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2014785 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2014895 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer start zk server on port:38128
   [junit4]   2> 2014895 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38128
   [junit4]   2> 2014895 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38128
   [junit4]   2> 2014952 INFO  (zkConnectionManagerCallback-4754-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2014984 INFO  (zkConnectionManagerCallback-4756-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2015003 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2015004 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2015021 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2015022 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2015023 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2015024 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2015037 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2015037 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2015038 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2015039 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2015040 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2015053 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2015786 WARN  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2015787 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2015787 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2015787 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2015867 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2015867 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2015867 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2015869 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@67cfbbc2{/fi/ic,null,AVAILABLE}
   [junit4]   2> 2015880 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f887aed{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42786}
   [junit4]   2> 2015880 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.s.Server Started @2016321ms
   [junit4]   2> 2015880 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:45486/hdfs__lucene2-us-west.apache.org_45486__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001_tempDir-002_control_data, hostContext=/fi/ic, hostPort=42786, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/control-001/cores}
   [junit4]   2> 2015880 ERROR (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2015880 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2015880 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2015880 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2015880 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2015880 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-17T04:46:35.992Z
   [junit4]   2> 2015912 INFO  (zkConnectionManagerCallback-4758-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2015913 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2015913 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/control-001/solr.xml
   [junit4]   2> 2015929 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2015929 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2015930 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2016747 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2016748 WARN  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2e3aeb5a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2016768 WARN  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@76e2d511[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2016769 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38128/solr
   [junit4]   2> 2016787 INFO  (zkConnectionManagerCallback-4765-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2016847 INFO  (zkConnectionManagerCallback-4767-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2017278 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42786_fi%2Fic
   [junit4]   2> 2017279 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.Overseer Overseer (id=74360227340419076-127.0.0.1:42786_fi%2Fic-n_0000000000) starting
   [junit4]   2> 2017350 INFO  (zkConnectionManagerCallback-4774-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2017355 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38128/solr ready
   [junit4]   2> 2017370 INFO  (OverseerStateUpdate-74360227340419076-127.0.0.1:42786_fi%2Fic-n_0000000000) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42786_fi%2Fic
   [junit4]   2> 2017370 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42786_fi%2Fic
   [junit4]   2> 2017408 INFO  (OverseerStateUpdate-74360227340419076-127.0.0.1:42786_fi%2Fic-n_0000000000) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2017410 INFO  (zkCallback-4773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2017584 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2017660 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2017717 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2017717 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2017731 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/control-001/cores
   [junit4]   2> 2017878 INFO  (zkConnectionManagerCallback-4780-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2017879 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2017879 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38128/solr ready
   [junit4]   2> 2017898 INFO  (qtp479442061-29526) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42786_fi%252Fic&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2017934 INFO  (OverseerThreadFactory-3488-thread-1-processing-n:127.0.0.1:42786_fi%2Fic) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2018095 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic    x:control_collection_shard1_replica_n1] 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> 2018096 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2019248 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2019319 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2019837 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2019923 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 2019924 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2019924 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45486/solr_hdfs_home
   [junit4]   2> 2019924 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 2019924 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:45486/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 2019925 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45486/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 2019961 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2019961 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 2019961 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2020008 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2020024 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45486/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 2020097 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://lucene2-us-west.apache.org:45486/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 2020114 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 2020114 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 2020114 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 2020149 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 2020150 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2020223 WARN  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2020470 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 2020470 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2020470 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 2020525 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2020525 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2020546 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7292c2c9
   [junit4]   2> 2020613 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@78cbfaec[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2020620 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2020620 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2020620 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2020621 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1628226716416606208
   [junit4]   2> 2020648 INFO  (searcherExecutor-3493-thread-1-processing-n:127.0.0.1:42786_fi%2Fic x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@78cbfaec[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2020678 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2020678 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 2020692 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2020692 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2020692 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42786/fi/ic/control_collection_shard1_replica_n1/
   [junit4]   2> 2020692 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2020692 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:42786/fi/ic/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2020693 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/74360227340419076-core_node2-n_0000000000
   [junit4]   2> 2020694 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42786/fi/ic/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2020695 INFO  (zkCallback-4766-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> 2020708 INFO  (zkCallback-4766-thread-2) [    ] 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> 2020729 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2020730 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2635
   [junit4]   2> 2020802 INFO  (qtp479442061-29526) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2020892 INFO  (zkCallback-4766-thread-3) [    ] 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> 2020892 INFO  (zkCallback-4766-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> 2020892 INFO  (zkCallback-4766-thread-2) [    ] 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> 2020893 INFO  (qtp479442061-29526) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42786_fi%252Fic&wt=javabin&version=2} status=0 QTime=2995
   [junit4]   2> 2020910 INFO  (zkConnectionManagerCallback-4786-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2020910 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2020924 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38128/solr ready
   [junit4]   2> 2020924 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2020939 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2020942 INFO  (OverseerCollectionConfigSetProcessor-74360227340419076-127.0.0.1:42786_fi%2Fic-n_0000000000) [n:127.0.0.1:42786_fi%2Fic    ] 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> 2020942 INFO  (OverseerThreadFactory-3488-thread-2-processing-n:127.0.0.1:42786_fi%2Fic) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2021166 WARN  (OverseerThreadFactory-3488-thread-2-processing-n:127.0.0.1:42786_fi%2Fic) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2021179 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2021179 INFO  (qtp479442061-29528) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=240
   [junit4]   2> 2021180 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 2021685 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-1-001 of type NRT
   [junit4]   2> 2021686 WARN  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2021686 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2021686 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2021686 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2021822 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2021823 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2021823 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2021843 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e11dda4{/fi/ic,null,AVAILABLE}
   [junit4]   2> 2021851 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@47c16a2a{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42823}
   [junit4]   2> 2021851 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.Server Started @2022293ms
   [junit4]   2> 2021851 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:45486/hdfs__lucene2-us-west.apache.org_45486__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/fi/ic, hostPort=42823, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-1-001/cores}
   [junit4]   2> 2021852 ERROR (closeThreadPool-4787-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2021852 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2021852 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2021852 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2021852 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2021852 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-17T04:46:41.964Z
   [junit4]   2> 2021928 INFO  (zkConnectionManagerCallback-4789-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2021976 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2021976 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-1-001/solr.xml
   [junit4]   2> 2021980 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2021980 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2022034 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2022469 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2022484 WARN  (closeThreadPool-4787-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2afa6131[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2022489 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-2-001 of type NRT
   [junit4]   2> 2022520 WARN  (closeThreadPool-4787-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2022520 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2022520 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2022520 INFO  (closeThreadPool-4787-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2022577 WARN  (closeThreadPool-4787-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5c3e3614[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2022578 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38128/solr
   [junit4]   2> 2022615 INFO  (closeThreadPool-4787-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2022615 INFO  (closeThreadPool-4787-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2022615 INFO  (closeThreadPool-4787-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2022615 INFO  (closeThreadPool-4787-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c3de9e5{/fi/ic,null,AVAILABLE}
   [junit4]   2> 2022616 INFO  (closeThreadPool-4787-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6a99c816{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46236}
   [junit4]   2> 2022616 INFO  (closeThreadPool-4787-thread-2) [    ] o.e.j.s.Server Started @2023057ms
   [junit4]   2> 2022616 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:45486/hdfs__lucene2-us-west.apache.org_45486__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/fi/ic, hostPort=46236, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-2-001/cores}
   [junit4]   2> 2022616 ERROR (closeThreadPool-4787-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2022616 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2022616 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2022616 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2022616 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2022616 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-17T04:46:42.728Z
   [junit4]   2> 2022673 INFO  (zkConnectionManagerCallback-4798-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2022807 INFO  (zkConnectionManagerCallback-4796-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2022864 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2022864 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-2-001/solr.xml
   [junit4]   2> 2022887 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2022887 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2022889 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2023001 INFO  (OverseerCollectionConfigSetProcessor-74360227340419076-127.0.0.1:42786_fi%2Fic-n_0000000000) [n:127.0.0.1:42786_fi%2Fic    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2023038 INFO  (zkConnectionManagerCallback-4801-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2023077 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2023128 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.c.ZkController Publish node=127.0.0.1:42823_fi%2Fic as DOWN
   [junit4]   2> 2023129 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2023129 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42823_fi%2Fic
   [junit4]   2> 2023130 INFO  (zkCallback-4773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2023155 INFO  (zkCallback-4766-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2023192 INFO  (zkCallback-4800-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2023200 INFO  (zkCallback-4785-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2023427 INFO  (zkConnectionManagerCallback-4808-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2023455 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2023458 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38128/solr ready
   [junit4]   2> 2023491 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2023582 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2023618 WARN  (closeThreadPool-4787-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@47d50312[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2023622 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2023676 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2023676 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2023677 INFO  (closeThreadPool-4787-thread-1) [n:127.0.0.1:42823_fi%2Fic    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-1-001/cores
   [junit4]   2> 2023698 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-3-001 of type NRT
   [junit4]   2> 2023744 WARN  (closeThreadPool-4787-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@47b7730d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2023745 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38128/solr
   [junit4]   2> 2023784 WARN  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2023784 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2023784 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2023784 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2023843 INFO  (zkConnectionManagerCallback-4815-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2024014 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2024014 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2024014 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2024015 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@491d1f{/fi/ic,null,AVAILABLE}
   [junit4]   2> 2024087 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7e3d1290{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42890}
   [junit4]   2> 2024087 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.Server Started @2024529ms
   [junit4]   2> 2024087 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:45486/hdfs__lucene2-us-west.apache.org_45486__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/fi/ic, hostPort=42890, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-3-001/cores}
   [junit4]   2> 2024087 ERROR (closeThreadPool-4787-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2024087 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2024088 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2024088 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2024088 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2024088 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-17T04:46:44.200Z
   [junit4]   2> 2024109 INFO  (zkConnectionManagerCallback-4817-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2024196 INFO  (zkConnectionManagerCallback-4819-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2024233 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2024233 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-3-001/solr.xml
   [junit4]   2> 2024237 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2024237 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2024255 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2024290 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2024705 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.c.ZkController Publish node=127.0.0.1:46236_fi%2Fic as DOWN
   [junit4]   2> 2024706 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2024706 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46236_fi%2Fic
   [junit4]   2> 2024740 INFO  (zkCallback-4800-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2024740 INFO  (zkCallback-4785-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2024740 INFO  (zkCallback-4766-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2024740 INFO  (zkCallback-4807-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2024747 INFO  (zkCallback-4773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2024792 INFO  (zkCallback-4816-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2025015 INFO  (zkConnectionManagerCallback-4827-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2025068 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2025141 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38128/solr ready
   [junit4]   2> 2025157 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-4-001 of type NRT
   [junit4]   2> 2025161 WARN  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2025161 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2025161 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2025161 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2025165 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2025240 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2025277 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2025277 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2025295 INFO  (closeThreadPool-4787-thread-2) [n:127.0.0.1:46236_fi%2Fic    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-2-001/cores
   [junit4]   2> 2025578 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2025578 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2025578 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2025663 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b6dd416{/fi/ic,null,AVAILABLE}
   [junit4]   2> 2025756 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@565b9a9e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44308}
   [junit4]   2> 2025756 INFO  (closeThreadPool-4787-thread-1) [    ] o.e.j.s.Server Started @2026198ms
   [junit4]   2> 2025756 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:45486/hdfs__lucene2-us-west.apache.org_45486__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001_tempDir-002_jetty4, solrconfig=solrconfig.xml, hostContext=/fi/ic, hostPort=44308, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-4-001/cores}
   [junit4]   2> 2025757 ERROR (closeThreadPool-4787-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2025757 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2025757 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2025757 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2025757 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2025757 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-17T04:46:45.869Z
   [junit4]   2> 2025873 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2025971 INFO  (zkConnectionManagerCallback-4830-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2026003 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2026003 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-4-001/solr.xml
   [junit4]   2> 2026011 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2026011 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2026021 WARN  (closeThreadPool-4787-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3241646[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2026065 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2026126 WARN  (closeThreadPool-4787-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@bc74ce6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2026127 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38128/solr
   [junit4]   2> 2026214 INFO  (zkConnectionManagerCallback-4837-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2026287 INFO  (zkConnectionManagerCallback-4839-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2026344 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2026367 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.c.ZkController Publish node=127.0.0.1:42890_fi%2Fic as DOWN
   [junit4]   2> 2026380 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2026380 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42890_fi%2Fic
   [junit4]   2> 2026418 INFO  (zkCallback-4785-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2026418 INFO  (zkCallback-4816-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2026418 INFO  (zkCallback-4800-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2026418 INFO  (zkCallback-4766-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2026433 INFO  (zkCallback-4807-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2026433 INFO  (zkCallback-4773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2026527 INFO  (zkCallback-4838-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2026527 INFO  (zkCallback-4826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2026619 INFO  (zkConnectionManagerCallback-4846-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2026620 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2026621 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38128/solr ready
   [junit4]   2> 2026636 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2026748 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2026892 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2026892 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2026894 INFO  (closeThreadPool-4787-thread-3) [n:127.0.0.1:42890_fi%2Fic    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-3-001/cores
   [junit4]   2> 2027384 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2027400 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-5-001 of type NRT
   [junit4]   2> 2027422 WARN  (closeThreadPool-4787-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@59a60f5c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2027434 WARN  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2027434 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2027434 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2027434 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2027499 WARN  (closeThreadPool-4787-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@60f6caf0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2027500 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38128/solr
   [junit4]   2> 2027527 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2027527 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2027527 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2027543 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32d8a4a3{/fi/ic,null,AVAILABLE}
   [junit4]   2> 2027547 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f473ddd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38605}
   [junit4]   2> 2027547 INFO  (closeThreadPool-4787-thread-3) [    ] o.e.j.s.Server Started @2027988ms
   [junit4]   2> 2027547 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:45486/hdfs__lucene2-us-west.apache.org_45486__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001_tempDir-002_jetty5, solrconfig=solrconfig.xml, hostContext=/fi/ic, hostPort=38605, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-5-001/cores}
   [junit4]   2> 2027547 ERROR (closeThreadPool-4787-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2027547 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2027547 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.1.0
   [junit4]   2> 2027547 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2027547 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2027547 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-17T04:46:47.659Z
   [junit4]   2> 2027629 INFO  (zkConnectionManagerCallback-4853-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2027713 INFO  (zkConnectionManagerCallback-4857-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2027729 INFO  (zkConnectionManagerCallback-4855-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2027734 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2027752 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2027752 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-5-001/solr.xml
   [junit4]   2> 2027772 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2027773 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2027788 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:44308_fi%2Fic as DOWN
   [junit4]   2> 2027789 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2027789 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44308_fi%2Fic
   [junit4]   2> 2027808 INFO  (zkCallback-4773-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2027808 INFO  (zkCallback-4800-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2027808 INFO  (zkCallback-4785-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2027808 INFO  (zkCallback-4766-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2027809 INFO  (zkCallback-4816-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2027809 INFO  (zkCallback-4807-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2028045 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2028077 INFO  (zkCallback-4838-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2028077 INFO  (zkCallback-4856-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2028126 INFO  (zkCallback-4845-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2028154 INFO  (zkCallback-4826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2028332 INFO  (zkConnectionManagerCallback-4865-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2028345 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2028346 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38128/solr ready
   [junit4]   2> 2028381 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2028478 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2028617 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2028617 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@26289687
   [junit4]   2> 2028697 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2028726 INFO  (closeThreadPool-4787-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-4-001/cores
   [junit4]   2> 2028767 WARN  (closeThreadPool-4787-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6445eadd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2028787 WARN  (closeThreadPool-4787-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2d1d38dd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2028788 INFO  (closeThreadPool-4787-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38128/solr
   [junit4]   2> 2028944 INFO  (zkConnectionManagerCallback-4872-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2029008 INFO  (TEST-StressHdfsTest.test-seed#[A9BD9F55114188F0]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A9BD9F55114188F0-001/shard-6-001 of type NRT
   [junit4]   2> 2029009 WARN  (closeThreadPool-4787-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2029009 INFO  (closeThreadPool-4787-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty 

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

ce] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1979699822
     [copy] Copying 239 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1979699822
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1979699822

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 76ms :: artifacts dl 25ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 581 minutes 52 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 45 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/45/

363 tests failed.
FAILED:  org.apache.solr.CursorPagingTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.TestCrossCoreJoin.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.analysis.TestDeprecatedFilters.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ClusterStateUpdateTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.OverseerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.PeerSyncReplicationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.RecoveryAfterSoftCommitTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.RecoveryZkTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.RemoteQueryErrorTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ReplaceNodeNoTargetTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ReplaceNodeTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ReplicationFactorTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.RestartWhileUpdatingTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ShardRoutingTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.SharedFSAutoReplicaFailoverTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.SliceStateTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.SolrCLIZkUtilsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.SolrCloudExampleTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestCloudDeleteByQuery.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestCloudPivotFacet.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestCloudRecovery2.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestDistribDocBasedVersion.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestHashPartitioner.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestPrepRecovery.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestRequestForwarding.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestSSLRandomization.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestSegmentSorting.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestShortCircuitedRequests.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestTlogReplica.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TlogReplayBufferedWhileIndexingTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.TriLevelCompositeIdRoutingTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.UnloadDistributedZkTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.VMParamsZkACLAndCredentialsProvidersTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ZkCLITest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ZkControllerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ZkFailoverTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.ZkSolrClientTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.api.collections.CollectionTooManyReplicasTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.api.collections.ConcurrentDeleteAndCreateCollectionTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.api.collections.CustomCollectionTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.api.collections.TestHdfsCloudBackupRestore.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.api.collections.TestReplicaProperties.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


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

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


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

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.HttpTriggerListenerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.MetricTriggerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.NodeAddedTriggerIntegrationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.NodeLostTriggerIntegrationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.NodeLostTriggerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.TestPolicyCloud.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimClusterStateProvider.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimComputePlanAction.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimExecutePlanAction.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimGenericDistributedQueue.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimNodeAddedTrigger.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimNodeLostTrigger.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.cdcr.CdcrBootstrapTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.cdcr.CdcrOpsAndBoundariesTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.hdfs.HdfsNNFailoverTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.hdfs.HdfsRecoverLeaseTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.hdfs.HdfsTlogReplayBufferedWhileIndexingTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.hdfs.HdfsWriteToMultipleCollectionsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.overseer.TestClusterStateMutator.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.overseer.ZkStateWriterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.cloud.rule.RulesTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.BlobRepositoryMockingTest.testCachedAlready

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.BlobRepositoryMockingTest.testGetBlobIncrRefStringDecoder

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.BlobRepositoryMockingTest.testCloudOnly

Error Message:
Could not initialize class org.mockito.Mockito

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class org.mockito.Mockito
	at org.apache.solr.core.BlobRepositoryMockingTest.<init>(BlobRepositoryMockingTest.java:45)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.core.BlobRepositoryMockingTest.testGetBlobIncrRefString

Error Message:
Could not initialize class org.mockito.Mockito

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class org.mockito.Mockito
	at org.apache.solr.core.BlobRepositoryMockingTest.<init>(BlobRepositoryMockingTest.java:45)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.core.ByteBuffersDirectoryFactoryTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.CachingDirectoryFactoryTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.ConfigureRecoveryStrategyTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.ExitableDirectoryReaderTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.QueryResultKeyTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  junit.framework.TestSuite.org.apache.solr.core.RAMDirectoryFactoryTest

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.RequestHandlersTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.ResourceLoaderTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.SolrCoreTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestBackupRepositoryFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestBadConfig.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestCodecSupport.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestConfig.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestConfigOverlay.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestConfigSetProperties.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestConfigSets.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestCoreDiscovery.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestCorePropertiesReload.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestCustomStream.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestDirectoryFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestDynamicLoading.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestInitParams.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestJmxIntegration.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestLazyCores.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestMergePolicyConfig.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestNRTOpen.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestQuerySenderListener.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestQuerySenderNoQuery.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestReloadAndDeleteDocs.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestSolrDeletionPolicy2.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestSolrIndexConfig.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.core.TestXIncludeConfig.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.CSVRequestHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.DocumentAnalysisRequestHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.FieldAnalysisRequestHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.MoreLikeThisHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.ResponseBuilderTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.TestBlobHandler.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.TestCSVLoader.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


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

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.TestReplicationHandlerBackup.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.TestReplicationHandlerDiskOverFlow.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.TestSQLHandler.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.TestSQLHandlerNonCloud.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerConcurrent.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.V2StandaloneTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.AdminHandlersProxyTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.CoreAdminHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.CoreAdminOperationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.InfoHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.LoggingHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.MBeansHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.MetricsHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.MetricsHistoryHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.SystemInfoHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.TestConfigsApi.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.admin.ZookeeperStatusHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.CustomHighlightComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.DebugComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.DistributedFacetExistsSmallTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.DistributedFacetPivotSmallAdvancedTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.DistributedMLTComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.DistributedQueryComponentCustomSortTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.DistributedSpellCheckComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.DistributedSuggestComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.DistributedTermsComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.FacetPivotSmallTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.PhrasesIdentificationComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.QueryElevationComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.ReplicaListTransformerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.ResponseLogComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.ShufflingReplicaListTransformerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.StatsComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.SuggestComponentContextFilterQueryTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.TermVectorComponentDistributedTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.TermVectorComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.TermsComponentTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.TestExpandComponent.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.TestHttpShardHandlerFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.TestPivotHelperCode.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.component.TestTrackingShardHandlerFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.export.TestExportWriter.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.tagger.RandomizedTaggerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.handler.tagger.TaggerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.highlight.FastVectorHighlighterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.highlight.HighlighterConfigTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.highlight.HighlighterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.highlight.TestUnifiedSolrHighlighter.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


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

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.legacy.TestLegacyNumericUtils.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.legacy.TestMultiValuedNumericRangeQuery.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.legacy.TestNumericRangeQuery64.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.legacy.TestNumericTokenStream.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.MetricsConfigTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.SolrMetricReporterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.SolrMetricsIntegrationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.reporters.SolrGangliaReporterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.reporters.SolrGraphiteReporterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.reporters.SolrJmxReporterCloudTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.reporters.SolrJmxReporterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.reporters.solr.SolrShardReporterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.RegexBytesRefFilterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.SimpleFacetsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.SubstringBytesRefFilterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.TestFacetMethods.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.TestFaceting.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.TestIntervalFaceting.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.TestRemoteStreaming.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.TestStreamBody.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.TestUnInvertedFieldException.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.TestWriterPerf.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.macro.TestMacroExpander.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.request.macro.TestMacros.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.response.TestBinaryResponseWriter.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.response.TestCustomDocTransformer.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.response.TestGeoJSONResponseWriter.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.response.TestPHPSerializedResponseWriter.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.response.TestRawTransformer.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.response.transform.TestChildDocTransformer.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.response.transform.TestSubQueryTransformer.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.response.transform.TestSubQueryTransformerCrossCore.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.TestManagedResource.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.TestRestManager.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.schema.TestBulkSchemaAPI.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.schema.TestCopyFieldCollectionResource.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.schema.TestFieldTypeResource.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.schema.TestSchemaNameResource.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.schema.TestSchemaResource.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.schema.TestUniqueKeyFieldResource.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.schema.analysis.TestManagedStopFilterFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.rest.schema.analysis.TestManagedSynonymGraphFilterFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.BooleanFieldTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.ChangedSchemaMergeTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.DocValuesMissingTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.DocValuesTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.EnumFieldTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.ManagedSchemaRoundRobinCloudTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.OpenExchangeRatesOrgProviderTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.PrimitiveFieldTypeTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.SchemaApiFailureTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.SchemaWatcherTest.testProcess

Error Message:
Could not initialize class org.mockito.Mockito

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class org.mockito.Mockito
	at org.apache.solr.schema.SchemaWatcherTest.setUp(SchemaWatcherTest.java:41)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.schema.SchemaWatcherTest.testDiscardReaderReference

Error Message:
Could not initialize class org.mockito.Mockito

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class org.mockito.Mockito
	at org.apache.solr.schema.SchemaWatcherTest.setUp(SchemaWatcherTest.java:41)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.schema.SpatialRPTFieldTypeTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.SynonymTokenizerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.TestBinaryField.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.TestCloudSchemaless.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.TestCollationField.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.TestHalfAndHalfDocValues.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.TestManagedSchemaThreadSafety.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.TestSortableTextField.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.schema.TestUseDocValuesAsStored.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.AnalyticsMergeStrategyTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.CurrencyRangeFacetCloudTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.CursorMarkTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.ReturnFieldsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.SpatialFilterTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestAddFieldRealTimeGet.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestCollapseQParserPlugin.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestComplexPhraseLeadingWildcard.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestCustomSort.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestDocSet.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestElisionMultitermQuery.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestFastLRUCache.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestFieldSortValues.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestFoldingMultitermQuery.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestGraphTermsQParserPlugin.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestInitQParser.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestLFUCache.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestLRUCache.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestLegacyNumericRangeQueryBuilder.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestMissingGroups.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestPayloadScoreQParserPlugin.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestPseudoReturnFields.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestReRankQParserPlugin.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestRecovery.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestRecoveryHdfs.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestReload.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestReloadDeadlock.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestSearchPerf.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestSolr4Spatial2.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestSolrCoreParser.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestSolrFieldCacheBean.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestSolrJ.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestSort.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestStandardQParsers.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.TestStressUserVersions.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.facet.SpatialHeatmapFacetsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.facet.TestJsonFacets.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.facet.TestJsonFacetsStatsParsing.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.facet.TestJsonFacetsWithNestedObjects.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at java.lang.String.substring(String.java:1969)
	at java.lang.reflect.Modifier.toString(Modifier.java:254)
	at java.lang.reflect.Executable.printModifiersIfNonzero(Executable.java:100)
	at java.lang.reflect.Executable.sharedToGenericString(Executable.java:146)
	at java.lang.reflect.Method.toGenericString(Method.java:415)
	at com.carrotsearch.randomizedtesting.ClassModel$1.compare(ClassModel.java:27)
	at com.carrotsearch.randomizedtesting.ClassModel$1.compare(ClassModel.java:23)
	at java.util.TimSort.binarySort(TimSort.java:296)
	at java.util.TimSort.sort(TimSort.java:239)
	at java.util.Arrays.sort(Arrays.java:1438)
	at com.carrotsearch.randomizedtesting.ClassModel$3.members(ClassModel.java:216)
	at com.carrotsearch.randomizedtesting.ClassModel$3.members(ClassModel.java:212)
	at com.carrotsearch.randomizedtesting.ClassModel$ModelBuilder.build(ClassModel.java:85)
	at com.carrotsearch.randomizedtesting.ClassModel.methodsModel(ClassModel.java:224)
	at com.carrotsearch.randomizedtesting.ClassModel.<init>(ClassModel.java:207)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.<init>(RandomizedRunner.java:321)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:104)
	at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
	at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:33)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:258)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)


FAILED:  org.apache.solr.search.function.TestOrdValues.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.function.TestSortByMinMaxFunction.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.join.BJQParserTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.join.BlockJoinFacetDistribTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.join.BlockJoinFacetRandomTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.join.TestCloudNestedDocsSort.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.join.TestScoreJoinQPScore.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.json.TestJsonRequest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.mlt.CloudMLTQParserTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.similarities.TestDFISimilarityFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.similarities.TestLMJelinekMercerSimilarityFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.similarities.TestNonDefinedSimilarityFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.similarities.TestSweetSpotSimilarityFactory.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.stats.TestDistribIDF.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.search.stats.TestExactStatsCache.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.security.BasicAuthStandaloneTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.security.JWTAuthPluginTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.security.PKIAuthenticationIntegrationTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.security.TestAuthorizationFramework.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.security.TestSha256AuthenticationProvider.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.security.hadoop.TestSolrCloudWithHadoopAuthPlugin.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.servlet.DirectSolrConnectionTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.spelling.DirectSolrSpellCheckerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.spelling.SpellCheckCollatorWithCollapseTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.spelling.suggest.SuggesterFSTTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.store.blockcache.BlockCacheTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.store.hdfs.HdfsDirectoryTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
	at org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1007)
	at org.apache.lucene.index.RandomIndexWriter.maybeFlushOrCommit(RandomIndexWriter.java:200)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:194)
	at org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit(TestDocTermOrdsUninvertLimit.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
	at java.util.TreeMap$DescendingSubMap.keyIterator(TreeMap.java:1984)
	at java.util.TreeMap$KeySet.iterator(TreeMap.java:1125)
	at java.util.TreeSet.descendingIterator(TreeSet.java:191)
	at org.apache.lucene.codecs.CompetitiveImpactAccumulator.add(CompetitiveImpactAccumulator.java:111)
	at org.apache.lucene.codecs.CompetitiveImpactAccumulator.getCompetitiveFreqNormPairs(CompetitiveImpactAccumulator.java:88)
	at org.apache.lucene.codecs.CompetitiveImpactAccumulator.addAll(CompetitiveImpactAccumulator.java:78)
	at org.apache.lucene.codecs.lucene50.Lucene50SkipWriter.bufferSkip(Lucene50SkipWriter.java:161)
	at org.apache.lucene.codecs.lucene50.Lucene50PostingsWriter.startDoc(Lucene50PostingsWriter.java:228)
	at org.apache.lucene.codecs.PushPostingsWriterBase.writeTerm(PushPostingsWriterBase.java:148)
	at org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter$TermsWriter.write(BlockTreeTermsWriter.java:865)
	at org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter.write(BlockTreeTermsWriter.java:344)
	at org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
	at org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:244)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:139)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)


FAILED:  org.apache.solr.uninverting.TestFieldCache.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.uninverting.TestLegacyFieldCache.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.uninverting.TestNumericTerms32.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.DataDrivenBlockJoinTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.DirectUpdateHandlerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.DocumentBuilderTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.MaxSizeAutoCommitTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.PeerSyncTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.PeerSyncWithLeaderAndIndexFingerprintCachingTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.SoftAutoCommitTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.SolrCmdDistributorTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.SolrIndexConfigTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.SolrIndexMetricsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.TestExceedMaxTermLength.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.TestInPlaceUpdatesRequiredField.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.TestUpdate.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.TransactionLogTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactoryTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.processor.IgnoreCommitOptimizeUpdateProcessorFactoryTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.processor.ScriptEngineTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.util.DOMUtilTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.util.FileUtilsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.util.PrimUtilsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.util.TestRTimerTree.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.util.TestSystemIdResolver.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.util.TestTestInjection.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.util.TimeZoneUtilsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.util.configuration.providers.SysPropSSLCredentialProviderTest.testGetCredentials

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at sun.net.www.ParseUtil.encodePath(ParseUtil.java:105)
	at sun.misc.URLClassPath$FileLoader.getResource(URLClassPath.java:1312)
	at sun.misc.URLClassPath.getResource(URLClassPath.java:249)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)


FAILED:  org.apache.solr.util.hll.BigEndianAscendingWordSerializerTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  org.apache.solr.util.hll.BitVectorTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded


FAILED:  junit.framework.TestSuite.org.apache.solr.util.hll.HLLSerializationTest

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at java.util.Arrays.copyOfRange(Arrays.java:3664)
	at java.lang.String.<init>(String.java:207)
	at java.lang.StringBuilder.toString(StringBuilder.java:407)
	at java.lang.reflect.Executable.sharedToString(Executable.java:130)
	at java.lang.reflect.Method.toString(Method.java:361)
	at org.junit.internal.MethodSorter$2.compare(MethodSorter.java:33)
	at org.junit.internal.MethodSorter$2.compare(MethodSorter.java:28)
	at org.junit.internal.MethodSorter$1.compare(MethodSorter.java:20)
	at org.junit.internal.MethodSorter$1.compare(MethodSorter.java:14)
	at java.util.TimSort.binarySort(TimSort.java:296)
	at java.util.TimSort.sort(TimSort.java:239)
	at java.util.Arrays.sort(Arrays.java:1438)
	at org.junit.internal.MethodSorter.getDeclaredMethods(MethodSorter.java:56)
	at org.junit.runners.model.TestClass.scanAnnotatedMembers(TestClass.java:65)
	at org.junit.runners.model.TestClass.<init>(TestClass.java:57)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$12.run(RandomizedRunner.java:1084)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$12.run(RandomizedRunner.java:1081)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.getAnnotatedFieldValues(RandomizedRunner.java:1081)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.withClassRules(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:704)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)


FAILED:  org.apache.solr.util.stats.MetricUtilsTest.initializationError

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded




Build Log:
[...truncated 14410 lines...]
   [junit4] Suite: org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDocTermOrdsUninvertLimit -Dtests.method=testTriggerUnInvertLimit -Dtests.seed=99833DBFB6E9109A -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=fr-LU -Dtests.timezone=Pacific/Fakaofo -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   26.1s J0 | TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getConfig(IndexWriter.java:1007)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.maybeFlushOrCommit(RandomIndexWriter.java:200)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:194)
   [junit4]    > 	at org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit(TestDocTermOrdsUninvertLimit.java:65)
   [junit4]    > 	at jav

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

org.apache.solr.store.blockcache.BlockCacheTest
   [junit4] ERROR   0.00s J0 | BlockCacheTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [797/847 (334!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.uninverting.TestFieldCache
   [junit4] ERROR   0.00s J0 | TestFieldCache.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [800/847 (335!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.uninverting.TestLegacyFieldCache
   [junit4] ERROR   0.00s J0 | TestLegacyFieldCache.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [801/847 (336!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.uninverting.TestNumericTerms32
   [junit4] ERROR   0.00s J0 | TestNumericTerms32.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [804/847 (337!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.DataDrivenBlockJoinTest
   [junit4] ERROR   0.00s J0 | DataDrivenBlockJoinTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [805/847 (338!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.DocumentBuilderTest
   [junit4] ERROR   0.00s J0 | DocumentBuilderTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [806/847 (339!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.MaxSizeAutoCommitTest
   [junit4] ERROR   0.00s J0 | MaxSizeAutoCommitTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [807/847 (340!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4] ERROR   0.00s J0 | PeerSyncTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [808/847 (341!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.SoftAutoCommitTest
   [junit4] ERROR   0.00s J0 | SoftAutoCommitTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [809/847 (342!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.SolrCmdDistributorTest
   [junit4] ERROR   0.00s J0 | SolrCmdDistributorTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [810/847 (343!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.SolrIndexConfigTest
   [junit4] ERROR   0.00s J0 | SolrIndexConfigTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [811/847 (344!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.SolrIndexMetricsTest
   [junit4] ERROR   0.00s J0 | SolrIndexMetricsTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [812/847 (345!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.TestExceedMaxTermLength
   [junit4] ERROR   0.00s J0 | TestExceedMaxTermLength.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [813/847 (346!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.update.TestUpdate
   [junit4] ERROR   0.00s J0 | TestUpdate.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [814/847 (347!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 4 lines...]
   [junit4] Suite: org.apache.solr.update.TransactionLogTest
   [junit4] ERROR   0.00s J0 | TransactionLogTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [816/847 (348!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 4 lines...]
   [junit4] Suite: org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactoryTest
   [junit4] ERROR   0.00s J0 | AddSchemaFieldsUpdateProcessorFactoryTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [818/847 (349!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.update.processor.DistributedUpdateProcessorTest
   [junit4] ERROR   0.00s J0 | DistributedUpdateProcessorTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [821/847 (350!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.update.processor.ScriptEngineTest
   [junit4] ERROR   0.00s J0 | ScriptEngineTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [825/847 (351!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 4 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4] ERROR   0.00s J0 | TimeRoutedAliasUpdateProcessorTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [827/847 (352!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.util.DOMUtilTest
   [junit4] ERROR   0.00s J0 | DOMUtilTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [830/847 (353!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.util.TestRTimerTree
   [junit4] ERROR   0.00s J0 | TestRTimerTree.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [833/847 (354!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.util.TestSystemIdResolver
   [junit4] ERROR   0.00s J0 | TestSystemIdResolver.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [834/847 (355!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 4 lines...]
   [junit4] Suite: org.apache.solr.util.TestTestInjection
   [junit4] ERROR   0.00s J0 | TestTestInjection.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [836/847 (356!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.util.TimeZoneUtilsTest
   [junit4] ERROR   0.00s J0 | TimeZoneUtilsTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [839/847 (357!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 13 lines...]
   [junit4] Suite: org.apache.solr.util.hll.BigEndianAscendingWordSerializerTest
   [junit4] ERROR   0.00s J0 | BigEndianAscendingWordSerializerTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [844/847 (358!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 4 lines...]
   [junit4] Suite: org.apache.solr.util.stats.MetricUtilsTest
   [junit4] ERROR   0.00s J0 | MetricUtilsTest.initializationError <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Completed [846/847 (359!)] on J0 in 0.00s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/temp/junit4-J0-20190315_140332_4964094614816068723092.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/heapdumps/java_pid10437.hprof ...
   [junit4] Heap dump file created [455176659 bytes in 1.174 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 8968 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid10437.hprof

Total time: 273 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

Re: [JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 44 - Still Unstable

Posted by Kevin Risden <kr...@apache.org>.
Looking into this as part of SOLR-13297

Kevin Risden


On Thu, Mar 14, 2019 at 3:40 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/44/
>
> 1 tests failed.
> FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test
>
> Error Message:
> Timeout occurred while waiting response from server at:
> http://127.0.0.1:40572/pd/z/delete_data_dir
>
> Stack Trace:
> org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
> waiting response from server at:
> http://127.0.0.1:40572/pd/z/delete_data_dir
>         at
> __randomizedtesting.SeedInfo.seed([65EE1590E4FFB3D1:EDBA2A4A4A03DE29]:0)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
>         at
> org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
>         at
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
>         at
> org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
>         at
> org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
>         at
> org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:189)
>         at
> org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
>         at
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
>         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:947)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
>         at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
>         at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
>         at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
>         at java.lang.Thread.run(Thread.java:748)
> Caused by: java.net.SocketTimeoutException: Read timed out
>         at java.net.SocketInputStream.socketRead0(Native Method)
>         at
> java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
>         at java.net.SocketInputStream.read(SocketInputStream.java:171)
>         at java.net.SocketInputStream.read(SocketInputStream.java:141)
>         at org.apache.http.impl.io
> .SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
>         at org.apache.http.impl.io
> .SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
>         at org.apache.http.impl.io
> .SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
>         at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
>         at
> org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
>         at org.apache.http.impl.io
> .AbstractMessageParser.parse(AbstractMessageParser.java:259)
>         at
> org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
>         at
> org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
>         at
> org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
>         at
> org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
>         at
> org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
>         at
> org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
>         at
> org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
>         at
> org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
>         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:548)
>         ... 48 more
>
>
>
>
> Build Log:
> [...truncated 15504 lines...]
>    [junit4] Suite: org.apache.solr.cloud.hdfs.StressHdfsTest
>    [junit4]   2> Creating dataDir:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/init-core-data-001
>    [junit4]   2> 6627060 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
> /pd/z
>    [junit4]   1> Formatting using clusterid: testClusterID
>    [junit4]   2> 6627115 WARN
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
> hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
>    [junit4]   2> 6627140 WARN
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
>    [junit4]   2> 6627141 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server
> jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
> c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6627142 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6627142 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 6627142 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 6627143 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d0323f7
> {static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 6627292 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@7d0fa494
> {hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-lucene2-us-west.apache.org-39558-hdfs-_-any-7859809974369050042.dir/webapp/,AVAILABLE}{/hdfs}
>    [junit4]   2> 6627293 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@d7a931b
> {HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:39558}
>    [junit4]   2> 6627293 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server
> Started @6627373ms
>    [junit4]   2> 6627379 WARN
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the
> logger is not log4j
>    [junit4]   2> 6627428 WARN
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
>    [junit4]   2> 6627429 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server
> jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
> c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6627437 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6627437 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 6627437 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 6627438 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@736e927
> {static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 6627564 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@466dcd20
> {datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-43164-datanode-_-any-2045536868469246403.dir/webapp/,AVAILABLE}{/datanode}
>    [junit4]   2> 6627565 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@4e15ac52
> {HTTP/1.1,[http/1.1]}{localhost:43164}
>    [junit4]   2> 6627565 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server
> Started @6627644ms
>    [junit4]   2> 6627585 WARN
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the
> logger is not log4j
>    [junit4]   2> 6627670 WARN
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
>    [junit4]   2> 6627671 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server
> jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
> c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6627684 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6627684 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 6627684 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 6627696 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27766c1b
> {static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
>    [junit4]   2> 6627864 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x426689b541ae8c9: Processing first
> storage report for DS-93339da0-6b1f-4ce2-94eb-4d278e480d98 from datanode
> 95f06821-54a7-4c7c-8ae3-71de27f27a91
>    [junit4]   2> 6627876 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x426689b541ae8c9: from storage
> DS-93339da0-6b1f-4ce2-94eb-4d278e480d98 node DatanodeRegistration(
> 127.0.0.1:40725, datanodeUuid=95f06821-54a7-4c7c-8ae3-71de27f27a91,
> infoPort=42747, infoSecurePort=0, ipcPort=34269,
> storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167),
> blocks: 0, hasStaleStorage: true, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 6627876 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x426689b541ae8c9: Processing first
> storage report for DS-635d1b8f-226b-49f1-8759-72e64aa1c698 from datanode
> 95f06821-54a7-4c7c-8ae3-71de27f27a91
>    [junit4]   2> 6627876 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0x426689b541ae8c9: from storage
> DS-635d1b8f-226b-49f1-8759-72e64aa1c698 node DatanodeRegistration(
> 127.0.0.1:40725, datanodeUuid=95f06821-54a7-4c7c-8ae3-71de27f27a91,
> infoPort=42747, infoSecurePort=0, ipcPort=34269,
> storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167),
> blocks: 0, hasStaleStorage: false, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 6627924 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@50fe30b6
> {datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-42306-datanode-_-any-3219275911815640115.dir/webapp/,AVAILABLE}{/datanode}
>    [junit4]   2> 6627927 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@631d49ed
> {HTTP/1.1,[http/1.1]}{localhost:42306}
>    [junit4]   2> 6627927 INFO
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ] o.e.j.s.Server
> Started @6628007ms
>    [junit4]   2> 6627948 WARN
> (SUITE-StressHdfsTest-seed#[65EE1590E4FFB3D1]-worker) [    ]
> o.a.h.h.s.c.MetricsLoggerTask Metrics logging will not be async since the
> logger is not log4j
>    [junit4]   2> 6628178 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xed78cd8267b44238: Processing first
> storage report for DS-a3cf8d5c-30aa-4032-910c-2dcefd82a675 from datanode
> a6bd971b-a688-4829-9720-ca1dadca1120
>    [junit4]   2> 6628178 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xed78cd8267b44238: from storage
> DS-a3cf8d5c-30aa-4032-910c-2dcefd82a675 node DatanodeRegistration(
> 127.0.0.1:38377, datanodeUuid=a6bd971b-a688-4829-9720-ca1dadca1120,
> infoPort=33866, infoSecurePort=0, ipcPort=40977,
> storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167),
> blocks: 0, hasStaleStorage: true, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 6628178 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xed78cd8267b44238: Processing first
> storage report for DS-9f51ed68-4151-45c6-8f53-3fb054b96e66 from datanode
> a6bd971b-a688-4829-9720-ca1dadca1120
>    [junit4]   2> 6628178 INFO  (Block report processor) [    ]
> BlockStateChange BLOCK* processReport 0xed78cd8267b44238: from storage
> DS-9f51ed68-4151-45c6-8f53-3fb054b96e66 node DatanodeRegistration(
> 127.0.0.1:38377, datanodeUuid=a6bd971b-a688-4829-9720-ca1dadca1120,
> infoPort=33866, infoSecurePort=0, ipcPort=40977,
> storageInfo=lv=-57;cid=testClusterID;nsid=34222447;c=1552585242167),
> blocks: 0, hasStaleStorage: false, processing time: 0 msecs,
> invalidatedBlocks: 0
>    [junit4]   2> 6628336 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
>    [junit4]   2> 6628337 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 6628337 INFO  (ZkTestServer Run Thread) [    ]
> o.a.s.c.ZkTestServer Starting server
>    [junit4]   2> 6628437 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer start zk server on port:40728
>    [junit4]   2> 6628437 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40728
>    [junit4]   2> 6628437 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer connecting to 127.0.0.1 40728
>    [junit4]   2> 6628443 INFO
> (zkConnectionManagerCallback-75383-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6628447 INFO
> (zkConnectionManagerCallback-75385-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6628448 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
> to /configs/conf1/solrconfig.xml
>    [junit4]   2> 6628449 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
> to /configs/conf1/schema.xml
>    [junit4]   2> 6628450 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
> to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 6628451 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
> to /configs/conf1/stopwords.txt
>    [junit4]   2> 6628452 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
> to /configs/conf1/protwords.txt
>    [junit4]   2> 6628453 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
> to /configs/conf1/currency.xml
>    [junit4]   2> 6628453 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
> to /configs/conf1/enumsConfig.xml
>    [junit4]   2> 6628454 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
> to /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 6628455 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
> to /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 6628456 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
> to /configs/conf1/old_synonyms.txt
>    [junit4]   2> 6628457 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkTestServer put
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
> to /configs/conf1/synonyms.txt
>    [junit4]   2> 6628457 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless
> explicitly asked otherwise
>    [junit4]   2> 6628567 WARN
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 6628567 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 6628567 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 6628567 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.Server
> jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
> c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6628570 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.session
> DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6628570 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.session
> No SessionScavenger set, using defaults
>    [junit4]   2> 6628570 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.session
> node0 Scavenging every 600000ms
>    [junit4]   2> 6628571 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ee08530
> {/pd/z,null,AVAILABLE}
>    [junit4]   2> 6628572 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@94c1e0c{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:35130}
>    [junit4]   2> 6628572 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ] o.e.j.s.Server
> Started @6628652ms
>    [junit4]   2> 6628572 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://
> lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_control_data,
> replicaType=NRT, hostContext=/pd/z, hostPort=35130,
> coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/cores}
>    [junit4]   2> 6628579 ERROR
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 6628579 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 6628579 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.1.0
>    [junit4]   2> 6628579 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 6628579 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 6628579 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-14T17:40:43.674Z
>    [junit4]   2> 6628581 INFO
> (zkConnectionManagerCallback-75387-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6628582 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 6628582 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/solr.xml
>    [junit4]   2> 6628582 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0)
> [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client
> sessionid 0x108218d43920002, likely client has closed socket
>    [junit4]   2> 6628587 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 6628587 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 6628589 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 6628687 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=false]
>    [junit4]   2> 6628689 WARN
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@160d3680[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6628692 WARN
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@58a45de1[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6628693 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
>    [junit4]   2> 6628694 INFO
> (zkConnectionManagerCallback-75394-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6628696 INFO
> (zkConnectionManagerCallback-75396-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6628755 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.c.OverseerElectionContext I am going to be the leader
> 127.0.0.1:35130_pd%2Fz
>    [junit4]   2> 6628755 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.c.Overseer Overseer
> (id=74346284459360260-127.0.0.1:35130_pd%2Fz-n_0000000000) starting
>    [junit4]   2> 6628760 INFO
> (zkConnectionManagerCallback-75403-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6628761 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
> 127.0.0.1:40728/solr ready
>    [junit4]   2> 6628762 INFO
> (OverseerStateUpdate-74346284459360260-127.0.0.1:35130_pd%2Fz-n_0000000000)
> [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.Overseer Starting to work on the
> main queue : 127.0.0.1:35130_pd%2Fz
>    [junit4]   2> 6628762 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/
> 127.0.0.1:35130_pd%2Fz
>    [junit4]   2> 6628780 INFO  (zkCallback-75395-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 6628780 INFO  (zkCallback-75402-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 6628781 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
> history in memory.
>    [junit4]   2> 6628798 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
> 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6628806 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
> 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6628806 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
> 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6628807 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/cores
>    [junit4]   2> 6628831 INFO
> (zkConnectionManagerCallback-75409-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6628832 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 6628833 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr
> ready
>    [junit4]   2> 6628834 INFO  (qtp1861570463-158272) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with
> params
> collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35130_pd%252Fz&wt=javabin&version=2
> and sendToOCPQueue=true
>    [junit4]   2> 6628836 INFO
> (OverseerThreadFactory-18538-thread-1-processing-n:127.0.0.1:35130_pd%2Fz)
> [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.a.c.CreateCollectionCmd Create
> collection control_collection
>    [junit4]   2> 6628943 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
>   x:control_collection_shard1_replica_n1] 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> 6628943 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
>   x:control_collection_shard1_replica_n1]
> o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
> transient cores
>    [junit4]   2> 6629957 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
>    [junit4]   2> 6629969 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
>    [junit4]   2> 6630706 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
>    [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.CoreContainer Creating SolrCore
> 'control_collection_shard1_replica_n1' using configuration from collection
> control_collection, trusted=true
>    [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for
> 'solr.core.control_collection.shard1.replica_n1' (registry
> 'solr.core.control_collection.shard1.replica_n1') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://
> lucene2-us-west.apache.org:33100/solr_hdfs_home
>    [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
>    [junit4]   2> 6630734 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new
> SolrCore at
> [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/control-001/cores/control_collection_shard1_replica_n1],
> dataDir=[hdfs://
> lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data/
> ]
>    [junit4]   2> 6630735 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://
> lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
>    [junit4]   2> 6630742 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 6630742 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [8388608] will allocate [1] slabs and use ~[8388608] bytes
>    [junit4]   2> 6630745 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 6630746 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://
> lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data
>    [junit4]   2> 6630763 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://
> lucene2-us-west.apache.org:33100/solr_hdfs_home/control_collection/core_node2/data/index
>    [junit4]   2> 6630768 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
> memory allocation set to [true]
>    [junit4]   2> 6630768 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
> [8388608] will allocate [1] slabs and use ~[8388608] bytes
>    [junit4]   2> 6630774 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.b.BlockDirectory Block cache on write is disabled
>    [junit4]   2> 6630774 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
> minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
> maxMergeSizeForForcedMerge=9223372036854775807,
> calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14322995191317506]
>    [junit4]   2> 6630802 WARN  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
> requestHandler,name = /dump,class = DumpRequestHandler,attributes =
> {initParams=a, name=/dump, class=DumpRequestHandler},args =
> {defaults={a=A,b=B}}}
>    [junit4]   2> 6630842 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.HdfsUpdateLog
>    [junit4]   2> 6630842 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
> numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 6630842 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
>    [junit4]   2> 6630858 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.CommitTracker Hard AutoCommit: disabled
>    [junit4]   2> 6630858 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 6630859 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
> maxMergeAtOnce=17, maxMergeAtOnceExplicit=30,
> maxMergedSegmentMB=71.60546875, floorSegmentMB=1.2353515625,
> forceMergeDeletesPctAllowed=22.154899630461593, segmentsPerTier=13.0,
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49846907266910667,
> deletesPctAllowed=46.997440994420515
>    [junit4]   2> 6630869 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.SolrIndexSearcher Opening [Searcher@691dc3cc[control_collection_shard1_replica_n1]
> main]
>    [junit4]   2> 6630870 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with
> znodeBase: /configs/conf1
>    [junit4]   2> 6630871 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
> ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 6630871 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
>    [junit4]   2> 6630872 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.u.UpdateLog Could not find max version in index or recent updates,
> using new clock 1628003626875092992
>    [junit4]   2> 6630874 INFO
> (searcherExecutor-18542-thread-1-processing-n:127.0.0.1:35130_pd%2Fz
> x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
> [n:127.0.0.1:35130_pd%2Fz c:control_collection s:shard1
> x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
> [control_collection_shard1_replica_n1] Registered new searcher
> Searcher@691dc3cc[control_collection_shard1_replica_n1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 6630878 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ZkShardTerms Successful update of terms at
> /collections/control_collection/terms/shard1 to
> Terms{values={core_node2=0}, version=0}
>    [junit4]   2> 6630878 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
> /collections/control_collection/leaders/shard1
>    [junit4]   2> 6630881 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
>    [junit4]   2> 6630881 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
>    [junit4]   2> 6630881 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SyncStrategy Sync replicas to
> http://127.0.0.1:35130/pd/z/control_collection_shard1_replica_n1/
>    [junit4]   2> 6630882 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
>    [junit4]   2> 6630882 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.SyncStrategy
> http://127.0.0.1:35130/pd/z/control_collection_shard1_replica_n1/ has no
> replicas
>    [junit4]   2> 6630882 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
> /collections/control_collection/leaders/shard1/leader after winning as
> /collections/control_collection/leader_elect/shard1/election/74346284459360260-core_node2-n_0000000000
>    [junit4]   2> 6630884 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ShardLeaderElectionContext I am the new leader:
> http://127.0.0.1:35130/pd/z/control_collection_shard1_replica_n1/ shard1
>    [junit4]   2> 6630986 INFO  (zkCallback-75395-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> 6630986 INFO  (zkCallback-75395-thread-2) [    ]
> 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> 6630987 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.c.ZkController I am the leader, no recovery necessary
>    [junit4]   2> 6630990 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
> c:control_collection s:shard1  x:control_collection_shard1_replica_n1]
> o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
> params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
> status=0 QTime=2047
>    [junit4]   2> 6630993 INFO  (qtp1861570463-158272) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for
> at most 45 seconds. Check all shard replicas
>    [junit4]   2> 6631088 INFO  (zkCallback-75395-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> 6631089 INFO  (zkCallback-75395-thread-2) [    ]
> 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> 6631089 INFO  (zkCallback-75395-thread-3) [    ]
> 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> 6631089 INFO  (qtp1861570463-158272) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35130_pd%252Fz&wt=javabin&version=2}
> status=0 QTime=2255
>    [junit4]   2> 6631093 INFO
> (zkConnectionManagerCallback-75415-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631094 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
>    [junit4]   2> 6631095 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr
> ready
>    [junit4]   2> 6631095 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
> loss:false
>    [junit4]   2> 6631096 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with
> params
> collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2
> and sendToOCPQueue=true
>    [junit4]   2> 6631098 INFO
> (OverseerThreadFactory-18538-thread-2-processing-n:127.0.0.1:35130_pd%2Fz)
> [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.a.c.CreateCollectionCmd Create
> collection collection1
>    [junit4]   2> 6631099 INFO
> (OverseerCollectionConfigSetProcessor-74346284459360260-127.0.0.1:35130_pd%2Fz-n_0000000000)
> [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.OverseerTaskQueue Response ZK
> path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.
> Requestor may have disconnected from ZooKeeper
>    [junit4]   2> 6631301 WARN
> (OverseerThreadFactory-18538-thread-2-processing-n:127.0.0.1:35130_pd%2Fz)
> [n:127.0.0.1:35130_pd%2Fz    ] o.a.s.c.a.c.CreateCollectionCmd It is
> unusual to create a collection (collection1) without cores.
>    [junit4]   2> 6631302 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for
> at most 45 seconds. Check all shard replicas
>    [junit4]   2> 6631303 INFO  (qtp1861570463-158274) [n:127.0.0.1:35130_pd%2Fz
>   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
> params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2}
> status=0 QTime=206
>    [junit4]   2> 6631304 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
> pullReplicaCount=0 numOtherReplicas=7
>    [junit4]   2> 6631407 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001
> of type NRT
>    [junit4]   2> 6631408 WARN  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 6631408 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 6631408 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 6631408 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 6631419 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2063df60
> {/pd/z,null,AVAILABLE}
>    [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@7f8d8539{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:40572}
>    [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.Server Started @6631500ms
>    [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://
> lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty1,
> solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=40572,
> coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001/cores}
>    [junit4]   2> 6631420 ERROR (closeThreadPool-75416-thread-1) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.1.0
>    [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 6631420 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-14T17:40:46.515Z
>    [junit4]   2> 6631422 INFO
> (zkConnectionManagerCallback-75418-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631422 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 6631422 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001/solr.xml
>    [junit4]   2> 6631426 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 6631426 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 6631428 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 6631508 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=false]
>    [junit4]   2> 6631510 WARN  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@21c4e99c[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6631513 WARN  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@3ed1d5d[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6631514 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
>    [junit4]   2> 6631516 INFO
> (zkConnectionManagerCallback-75425-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631516 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001
> of type NRT
>    [junit4]   2> 6631519 WARN  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 6631519 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 6631519 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 6631519 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6631528 INFO
> (zkConnectionManagerCallback-75427-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631532 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (1)
>    [junit4]   2> 6631535 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:40572_pd%2Fz as DOWN
>    [junit4]   2> 6631536 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 6631536 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:40572_pd%2Fz
>    [junit4]   2> 6631537 INFO  (zkCallback-75395-thread-3) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 6631537 INFO  (zkCallback-75402-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 6631540 INFO  (zkCallback-75414-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 6631540 INFO  (zkCallback-75426-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
>    [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 6631552 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ee92f70
> {/pd/z,null,AVAILABLE}
>    [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@7b63f6b3{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:38338}
>    [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.Server Started @6631633ms
>    [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://
> lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty2,
> solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=38338,
> coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001/cores}
>    [junit4]   2> 6631553 ERROR (closeThreadPool-75416-thread-2) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.1.0
>    [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 6631553 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-14T17:40:46.648Z
>    [junit4]   2> 6631555 INFO
> (zkConnectionManagerCallback-75431-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631556 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 6631556 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001/solr.xml
>    [junit4]   2> 6631559 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 6631559 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 6631561 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 6631572 INFO
> (zkConnectionManagerCallback-75436-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631573 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 6631574 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:40728/solr ready
>    [junit4]   2> 6631574 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 6631592 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6631602 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6631602 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6631603 INFO  (closeThreadPool-75416-thread-1)
> [n:127.0.0.1:40572_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-1-001/cores
>    [junit4]   2> 6631658 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001
> of type NRT
>    [junit4]   2> 6631680 WARN  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 6631680 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 6631680 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 6631680 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.session node0 Scavenging every 600000ms
>    [junit4]   2> 6631692 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@46395917
> {/pd/z,null,AVAILABLE}
>    [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@5fe9fe23{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:32833}
>    [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.Server Started @6631772ms
>    [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://
> lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty3,
> solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=32833,
> coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001/cores}
>    [junit4]   2> 6631693 ERROR (closeThreadPool-75416-thread-3) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.1.0
>    [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 6631693 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-14T17:40:46.788Z
>    [junit4]   2> 6631696 INFO
> (zkConnectionManagerCallback-75440-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631697 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 6631697 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001/solr.xml
>    [junit4]   2> 6631700 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 6631700 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 6631701 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 6631714 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=false]
>    [junit4]   2> 6631715 WARN  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@1b35a6d4[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6631725 WARN  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@3b7e14ea[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6631726 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
>    [junit4]   2> 6631727 INFO
> (zkConnectionManagerCallback-75447-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631728 INFO
> (zkConnectionManagerCallback-75449-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631732 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (2)
>    [junit4]   2> 6631735 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:38338_pd%2Fz as DOWN
>    [junit4]   2> 6631736 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 6631736 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:38338_pd%2Fz
>    [junit4]   2> 6631737 INFO  (zkCallback-75402-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 6631737 INFO  (zkCallback-75414-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 6631737 INFO  (zkCallback-75426-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 6631737 INFO  (zkCallback-75395-thread-3) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 6631754 INFO  (zkCallback-75435-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 6631755 INFO  (zkCallback-75448-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
>    [junit4]   2> 6631772 INFO
> (zkConnectionManagerCallback-75456-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631773 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (3)
>    [junit4]   2> 6631773 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:40728/solr ready
>    [junit4]   2> 6631780 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 6631785 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001
> of type NRT
>    [junit4]   2> 6631785 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=false]
>    [junit4]   2> 6631786 WARN  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 6631786 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 6631786 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 6631786 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6631787 WARN  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@4335d360[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6631794 WARN  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@580580ee[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6631795 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
>    [junit4]   2> 6631797 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6631797 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6631797 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 6631798 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 6631798 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@400145fb
> {/pd/z,null,AVAILABLE}
>    [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@2a8389e1{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:43432}
>    [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.s.Server Started @6631879ms
>    [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://
> lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty4,
> solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=43432,
> coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001/cores}
>    [junit4]   2> 6631799 ERROR (closeThreadPool-75416-thread-1) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 6631799 INFO
> (zkConnectionManagerCallback-75463-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.1.0
>    [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 6631799 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-14T17:40:46.894Z
>    [junit4]   2> 6631805 INFO
> (zkConnectionManagerCallback-75465-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631805 INFO
> (zkConnectionManagerCallback-75467-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631805 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 6631805 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001/solr.xml
>    [junit4]   2> 6631809 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 6631809 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 6631810 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 6631811 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6631811 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6631813 INFO  (closeThreadPool-75416-thread-2)
> [n:127.0.0.1:38338_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-2-001/cores
>    [junit4]   2> 6631815 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (3)
>    [junit4]   2> 6631817 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.ZkController Publish
> node=127.0.0.1:32833_pd%2Fz as DOWN
>    [junit4]   2> 6631818 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.TransientSolrCoreCacheDefault
> Allocating transient cache for 4 transient cores
>    [junit4]   2> 6631818 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.ZkController Register node as live
> in ZooKeeper:/live_nodes/127.0.0.1:32833_pd%2Fz
>    [junit4]   2> 6631819 INFO  (zkCallback-75414-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 6631819 INFO  (zkCallback-75402-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 6631819 INFO  (zkCallback-75426-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 6631819 INFO  (zkCallback-75395-thread-3) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 6631820 INFO  (zkCallback-75448-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 6631828 INFO  (zkCallback-75435-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 6631834 INFO  (zkCallback-75466-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 6631834 INFO  (zkCallback-75455-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
>    [junit4]   2> 6631886 INFO
> (zkConnectionManagerCallback-75475-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6631888 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes
> from ZooKeeper... (0) -> (4)
>    [junit4]   2> 6631889 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.s.i.ZkClientClusterStateProvider
> Cluster at 127.0.0.1:40728/solr ready
>    [junit4]   2> 6631890 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.h.a.MetricsHistoryHandler No .system
> collection, keeping metrics history in memory.
>    [junit4]   2> 6631910 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr.node' (registry 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6631937 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr.jvm' (registry 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6631937 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.m.r.SolrJmxReporter JMX monitoring
> for 'solr.jetty' (registry 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6631938 INFO  (closeThreadPool-75416-thread-3)
> [n:127.0.0.1:32833_pd%2Fz    ] o.a.s.c.CorePropertiesLocator Found 0 core
> definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-3-001/cores
>    [junit4]   2> 6631973 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
> WhitelistHostChecker [whitelistHosts=null,
> whitelistHostCheckingEnabled=false]
>    [junit4]   2> 6631989 WARN  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@55ab3016[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6631993 WARN  (closeThreadPool-75416-thread-1) [    ]
> o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
> SslContextFactory@6ae78597[provider=null,keyStore=null,trustStore=null]
>    [junit4]   2> 6631994 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40728/solr
>    [junit4]   2> 6631995 INFO
> (zkConnectionManagerCallback-75482-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6632011 INFO
> (zkConnectionManagerCallback-75484-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6632014 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-5-001
> of type NRT
>    [junit4]   2> 6632015 WARN  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 6632015 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 6632015 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 6632015 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6632021 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
>    [junit4]   2> 6632024 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.ZkController Publish node=127.0.0.1:43432_pd%2Fz as DOWN
>    [junit4]   2> 6632025 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
> transient cores
>    [junit4]   2> 6632025 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/
> 127.0.0.1:43432_pd%2Fz
>    [junit4]   2> 6632026 INFO  (zkCallback-75414-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632026 INFO  (zkCallback-75426-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632026 INFO  (zkCallback-75402-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632026 INFO  (zkCallback-75435-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632026 INFO  (zkCallback-75448-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632026 INFO  (zkCallback-75395-thread-3) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632036 INFO  (zkCallback-75466-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632037 INFO  (zkCallback-75455-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632037 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6632037 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 6632037 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.session node0 Scavenging every 660000ms
>    [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76f30907
> {/pd/z,null,AVAILABLE}
>    [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.AbstractConnector Started ServerConnector@85d477c{HTTP/1.1,[http/1.1,
> h2c]}{127.0.0.1:44348}
>    [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.e.j.s.Server Started @6632118ms
>    [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://
> lucene2-us-west.apache.org:33100/hdfs__lucene2-us-west.apache.org_33100__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001_tempDir-002_jetty5,
> solrconfig=solrconfig.xml, hostContext=/pd/z, hostPort=44348,
> coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-5-001/cores}
>    [junit4]   2> 6632038 ERROR (closeThreadPool-75416-thread-2) [    ]
> o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
> be missing or incomplete.
>    [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter Using logger factory
> org.apache.logging.slf4j.Log4jLoggerFactory
>    [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™
> version 8.1.0
>    [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port
> null
>    [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
>    [junit4]   2> 6632038 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time:
> 2019-03-14T17:40:47.133Z
>    [junit4]   2> 6632039 INFO  (zkCallback-75483-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632048 INFO  (zkCallback-75474-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
>    [junit4]   2> 6632055 INFO
> (zkConnectionManagerCallback-75488-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6632055 INFO
> (zkConnectionManagerCallback-75493-thread-1) [    ]
> o.a.s.c.c.ConnectionManager zkClient has connected
>    [junit4]   2> 6632056 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
> ZooKeeper)
>    [junit4]   2> 6632056 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Loading container configuration from
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-5-001/solr.xml
>    [junit4]   2> 6632059 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverWorkLoopDelay is ignored
>    [junit4]   2> 6632059 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.SolrXmlConfig Configuration parameter
> autoReplicaFailoverBadNodeExpiration is ignored
>    [junit4]   2> 6632060 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
>    [junit4]   2> 6632060 INFO  (closeThreadPool-75416-thread-2) [    ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f, but no JMX reporters
> were configured - adding default JMX reporter.
>    [junit4]   2> 6632061 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40728/solr
> ready
>    [junit4]   2> 6632072 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
> history in memory.
>    [junit4]   2> 6632095 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
> 'solr.node') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6632115 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
> 'solr.jvm') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6632120 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
> 'solr.jetty') enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@500f105f
>    [junit4]   2> 6632121 INFO  (closeThreadPool-75416-thread-1) [    ]
> o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-4-001/cores
>    [junit4]   2> 6632148 INFO
> (TEST-StressHdfsTest.test-seed#[65EE1590E4FFB3D1]) [    ]
> o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_65EE1590E4FFB3D1-001/shard-6-001
> of type NRT
>    [junit4]   2> 6632150 WARN  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
>    [junit4]   2> 6632150 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
>    [junit4]   2> 6632150 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
>    [junit4]   2> 6632150 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
> git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
>    [junit4]   2> 6632194 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.session DefaultSessionIdManager workerName=node0
>    [junit4]   2> 6632195 INFO  (closeThreadPool-75416-thread-3) [    ]
> o.e.j.s.session No SessionScavenger set, using defaults
>    [junit4]   2> 6632195 INFO  (closeThrea
>
> [...truncated too long message...]
>
> ce] Do not set property disallowed.ivy.jars.list as its length is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> ivy-availability-check:
> [loadresource] Do not set property disallowed.ivy.jars.list as its length
> is 0.
>
> -ivy-fail-disallowed-ivy-version:
>
> ivy-fail:
>
> ivy-fail:
>
> ivy-configure:
> [ivy:configure] :: loading settings :: file =
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml
>
> resolve:
>
> jar-checksums:
>     [mkdir] Created dir:
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1853242421
>      [copy] Copying 239 files to
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1853242421
>    [delete] Deleting directory
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null1853242421
>
> check-working-copy:
> [ivy:cachepath] :: resolving dependencies ::
> org.eclipse.jgit#org.eclipse.jgit-caller;working
> [ivy:cachepath]         confs: [default]
> [ivy:cachepath]         found
> org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
> [ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
> [ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in
> public
> [ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6
> in public
> [ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in
> public
> [ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in
> public
> [ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
> [ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
> [ivy:cachepath] :: resolution report :: resolve 89ms :: artifacts dl 20ms
>
> ---------------------------------------------------------------------
>         |                  |            modules            ||   artifacts
>  |
>         |       conf       | number| search|dwnlded|evicted||
> number|dwnlded|
>
> ---------------------------------------------------------------------
>         |      default     |   8   |   0   |   0   |   0   ||   8   |   0
>  |
>
> ---------------------------------------------------------------------
> [wc-checker] Initializing working copy...
> [wc-checker] SLF4J: Failed to load class
> "org.slf4j.impl.StaticLoggerBinder".
> [wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
> [wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder
> for further details.
> [wc-checker] Checking working copy status...
>
> -jenkins-base:
>
> BUILD SUCCESSFUL
> Total time: 591 minutes 17 seconds
> Archiving artifacts
> java.lang.InterruptedException: no matches found within 10000
>         at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
>         at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
>         at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
>         at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
> Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
>                 at
> hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
>                 at
> hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
>                 at hudson.remoting.Channel.call(Channel.java:955)
>                 at hudson.FilePath.act(FilePath.java:1072)
>                 at hudson.FilePath.act(FilePath.java:1061)
>                 at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
>                 at
> hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
>                 at
> hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
>                 at
> hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
>                 at
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
>                 at
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
>                 at hudson.model.Build$BuildExecution.post2(Build.java:186)
>                 at
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
>                 at hudson.model.Run.execute(Run.java:1835)
>                 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>                 at
> hudson.model.ResourceController.execute(ResourceController.java:97)
>                 at hudson.model.Executor.run(Executor.java:429)
> Caused: hudson.FilePath$TunneledInterruptedException
>         at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:212)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:54)
>         at hudson.remoting.Request$2.run(Request.java:369)
>         at
> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:748)
> Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
> matches found within 10000
>         at hudson.FilePath.act(FilePath.java:1074)
>         at hudson.FilePath.act(FilePath.java:1061)
>         at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
>         at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
>         at
> hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
>         at
> hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
>         at hudson.model.Build$BuildExecution.post2(Build.java:186)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
>         at hudson.model.Run.execute(Run.java:1835)
>         at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>         at
> hudson.model.ResourceController.execute(ResourceController.java:97)
>         at hudson.model.Executor.run(Executor.java:429)
> No artifacts found that match the file pattern
> "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
> Recording test results
> Build step 'Publish JUnit test result report' changed build result to
> UNSTABLE
> Email was triggered for: Unstable (Test Failures)
> Sending email for trigger: Unstable (Test Failures)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org