You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/04/29 20:26:26 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-12.0.2) - Build # 916 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/916/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testAutoAddReplicas

Error Message:
OverseerTriggerThread never caught up to the latest znodeVersion

Stack Trace:
java.util.concurrent.TimeoutException: OverseerTriggerThread never caught up to the latest znodeVersion
	at __randomizedtesting.SeedInfo.seed([8C6A46DF8FCA5A22:5CAB5A3FBC1960B]:0)
	at org.apache.solr.util.TimeOut.waitFor(TimeOut.java:66)
	at org.apache.solr.cloud.autoscaling.sim.SimScenario$LoadAutoscaling.execute(SimScenario.java:464)
	at org.apache.solr.cloud.autoscaling.sim.SimScenario.run(SimScenario.java:1106)
	at org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testAutoAddReplicas(TestSimScenario.java:57)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


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

Error Message:
Error from server at https://127.0.0.1:50688/taa/y/collection1: java.lang.NullPointerException  at org.apache.solr.handler.admin.SystemInfoHandler.getSecurityInfo(SystemInfoHandler.java:326)  at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:146)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2600)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)  at org.eclipse.jetty.io.ssl.SslConnection$1.run(SslConnection.java:146)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:835) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:50688/taa/y/collection1: java.lang.NullPointerException
	at org.apache.solr.handler.admin.SystemInfoHandler.getSecurityInfo(SystemInfoHandler.java:326)
	at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:146)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2600)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$1.run(SslConnection.java:146)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:835)

	at __randomizedtesting.SeedInfo.seed([8C6A46DF8FCA5A22:2B2EFE7BE271499B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.index.hdfs.CheckHdfsIndexTest.doTest(CheckHdfsIndexTest.java:120)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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:1081)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13557 lines...]
   [junit4] Suite: org.apache.solr.index.hdfs.CheckHdfsIndexTest
   [junit4]   2> 147102 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 147102 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 147106 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/data-dir-6-001
   [junit4]   2> 147107 WARN  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 147107 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 147110 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 147150 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /taa/y
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 150811 WARN  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 150869 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 150892 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 150892 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 150892 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 150904 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22a5da4a{static,/static,jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 151398 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@5a542d9c{hdfs,/,file:///Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/jetty-localhost-50297-hadoop-hdfs-3_2_0-tests_jar-_-any-2331183988894012077.dir/webapp/,AVAILABLE}{jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 151402 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@619e7002{HTTP/1.1, (http/1.1)}{localhost:50297}
   [junit4]   2> 151403 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.Server Started @151497ms
   [junit4]   2> 153149 WARN  (StorageLocationChecker thread 0) [     ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   2> 153280 WARN  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 153294 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 153303 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 153303 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 153303 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 153304 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11792ab5{static,/static,jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 153694 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3c1de1c2{datanode,/,file:///Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/jetty-localhost-50322-hadoop-hdfs-3_2_0-tests_jar-_-any-9430265605958574899.dir/webapp/,AVAILABLE}{jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 153700 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7fcb7cde{HTTP/1.1, (http/1.1)}{localhost:50322}
   [junit4]   2> 153700 INFO  (SUITE-CheckHdfsIndexTest-seed#[8C6A46DF8FCA5A22]-worker) [     ] o.e.j.s.Server Started @153795ms
   [junit4]   2> 156388 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb419b101fd2ab724: Processing first storage report for DS-91dc750b-ccee-486c-aa11-286c63586887 from datanode 6ee255e0-ab50-4fff-9965-0ff77889a720
   [junit4]   2> 156390 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb419b101fd2ab724: from storage DS-91dc750b-ccee-486c-aa11-286c63586887 node DatanodeRegistration(127.0.0.1:50321, datanodeUuid=6ee255e0-ab50-4fff-9965-0ff77889a720, infoPort=50330, infoSecurePort=0, ipcPort=50331, storageInfo=lv=-57;cid=testClusterID;nsid=1106493890;c=1588189239619), blocks: 0, hasStaleStorage: true, processing time: 3 msecs, invalidatedBlocks: 0
   [junit4]   2> 156391 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb419b101fd2ab724: Processing first storage report for DS-e3956359-6569-474d-b93e-a9b5d7723e13 from datanode 6ee255e0-ab50-4fff-9965-0ff77889a720
   [junit4]   2> 156391 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb419b101fd2ab724: from storage DS-e3956359-6569-474d-b93e-a9b5d7723e13 node DatanodeRegistration(127.0.0.1:50321, datanodeUuid=6ee255e0-ab50-4fff-9965-0ff77889a720, infoPort=50330, infoSecurePort=0, ipcPort=50331, storageInfo=lv=-57;cid=testClusterID;nsid=1106493890;c=1588189239619), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 156901 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 156907 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 156908 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 157007 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer start zk server on port:50352
   [junit4]   2> 157008 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50352
   [junit4]   2> 157008 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50352
   [junit4]   2> 157008 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50352
   [junit4]   2> 157020 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 157042 INFO  (zkConnectionManagerCallback-577-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157042 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 157085 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 157093 INFO  (zkConnectionManagerCallback-579-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157101 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 157117 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 157122 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 157132 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 157146 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 157159 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 157164 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 157172 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 157197 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 157212 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 157223 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 157240 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 157260 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 157266 INFO  (zkConnectionManagerCallback-583-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157267 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 157397 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 158181 WARN  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 158182 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 158182 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 158182 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 158193 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 158193 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 158194 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 158199 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64136289{/taa/y,null,AVAILABLE}
   [junit4]   2> 158212 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@46d5c753{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:50359}
   [junit4]   2> 158212 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.s.Server Started @158307ms
   [junit4]   2> 158276 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/taa/y, solr.data.dir=hdfs://localhost:50306/hdfs__localhost_50306__Users_jenkins_workspace_Lucene-Solr-8.x-MacOSX_solr_build_solr-core_test_J1_temp_solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001_tempDir-002_control_data, hostPort=50359, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/control-001/cores}
   [junit4]   2> 158277 ERROR (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 158277 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 158277 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 158277 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 158277 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 158277 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-29T19:40:47.843467Z
   [junit4]   2> 158279 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 158291 INFO  (zkConnectionManagerCallback-585-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 158292 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 158436 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 158436 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/control-001/solr.xml
   [junit4]   2> 158454 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 158454 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 158457 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@244d0d77, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 158617 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 158629 WARN  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5f3c93be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 158632 WARN  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5f3c93be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 158645 WARN  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ac9e99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 158645 WARN  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ac9e99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 158648 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50352/solr
   [junit4]   2> 158651 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 158654 INFO  (zkConnectionManagerCallback-596-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 158662 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 158778 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 158783 INFO  (zkConnectionManagerCallback-598-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 158783 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 159121 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50359_taa%2Fy
   [junit4]   2> 159123 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.Overseer Overseer (id=72132636129820677-127.0.0.1:50359_taa%2Fy-n_0000000000) starting
   [junit4]   2> 159142 INFO  (OverseerStateUpdate-72132636129820677-127.0.0.1:50359_taa%2Fy-n_0000000000) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:50359_taa%2Fy
   [junit4]   2> 159145 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50359_taa%2Fy
   [junit4]   2> 159153 INFO  (zkCallback-597-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 159172 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 159174 WARN  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 159201 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 159247 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@244d0d77
   [junit4]   2> 159258 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@244d0d77
   [junit4]   2> 159258 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@244d0d77
   [junit4]   2> 159260 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/control-001/cores
   [junit4]   2> 159272 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 159275 INFO  (zkConnectionManagerCallback-615-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 159275 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 159278 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 159281 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50352/solr ready
   [junit4]   2> 159436 INFO  (qtp583256010-1006) [n:127.0.0.1:50359_taa%2Fy     ] 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:50359_taa%252Fy&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 159447 INFO  (OverseerThreadFactory-605-thread-1-processing-n:127.0.0.1:50359_taa%2Fy) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 159605 INFO  (qtp583256010-1007) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 159624 INFO  (qtp583256010-1005) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 159677 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy    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> 159677 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 160726 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 160746 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 160749 WARN  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160752 WARN  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160753 WARN  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160755 WARN  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160764 WARN  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160922 WARN  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160954 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 161051 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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 configset conf1, trusted=true
   [junit4]   2> 161052 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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@244d0d77
   [junit4]   2> 161057 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:50306/solr_hdfs_home
   [junit4]   2> 161057 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 161058 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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 [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://localhost:50306/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 161060 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:50306/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 161080 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 161080 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_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> 161080 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 161232 WARN  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 166246 WARN  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 171317 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 171326 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:50306/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 171404 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:50306/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 171415 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 171415 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_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> 171415 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 171444 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 171445 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 172163 WARN  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 172251 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 172251 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 172251 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 172272 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 172272 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 172276 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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=18, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=31.1328125, floorSegmentMB=1.6787109375, forceMergeDeletesPctAllowed=6.336899400305817, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=49.08728399320623
   [junit4]   2> 172377 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@673dd2b7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 172380 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 172380 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 172382 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 172382 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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 1665337143536386048
   [junit4]   2> 172390 INFO  (searcherExecutor-617-thread-1-processing-n:127.0.0.1:50359_taa%2Fy x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:50359_taa%2Fy 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@673dd2b7[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 172395 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 172395 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 172404 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 172404 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 172404 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:50359/taa/y/control_collection_shard1_replica_n1/
   [junit4]   2> 172404 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 172405 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:50359/taa/y/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 172405 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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/72132636129820677-core_node2-n_0000000000
   [junit4]   2> 172410 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:50359/taa/y/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 172415 INFO  (zkCallback-597-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> 172416 INFO  (zkCallback-597-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> 172419 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy 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> 172423 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy     ] 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=12747
   [junit4]   2> 172429 INFO  (qtp583256010-1006) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 172524 INFO  (zkCallback-597-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> 172524 INFO  (zkCallback-597-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> 172524 INFO  (zkCallback-597-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> 172526 INFO  (qtp583256010-1006) [n:127.0.0.1:50359_taa%2Fy     ] 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:50359_taa%252Fy&wt=javabin&version=2} status=0 QTime=13090
   [junit4]   2> 172527 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 172652 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 172655 INFO  (zkConnectionManagerCallback-626-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 172655 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 172658 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 172661 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50352/solr ready
   [junit4]   2> 172661 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 172689 INFO  (qtp583256010-1007) [n:127.0.0.1:50359_taa%2Fy     ] 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> 172696 INFO  (OverseerThreadFactory-605-thread-2-processing-n:127.0.0.1:50359_taa%2Fy) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 172697 INFO  (OverseerCollectionConfigSetProcessor-72132636129820677-127.0.0.1:50359_taa%2Fy-n_0000000000) [n:127.0.0.1:50359_taa%2Fy     ] 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> 172910 WARN  (OverseerThreadFactory-605-thread-2-processing-n:127.0.0.1:50359_taa%2Fy) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 172914 INFO  (qtp583256010-1007) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 172915 INFO  (qtp583256010-1007) [n:127.0.0.1:50359_taa%2Fy     ] 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=226
   [junit4]   2> 172920 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 172920 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 172920 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 172920 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 172920 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 172920 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 172920 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=1
   [junit4]   2> 173260 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 173269 WARN  (closeThreadPool-627-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 173269 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 173269 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 173269 INFO  (closeThreadPool-627-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 173271 INFO  (closeThreadPool-627-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 173271 INFO  (closeThreadPool-627-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 173271 INFO  (closeThreadPool-627-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 173272 INFO  (closeThreadPool-627-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48537eac{/taa/y,null,AVAILABLE}
   [junit4]   2> 173276 INFO  (closeThreadPool-627-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@533e376e{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:50476}
   [junit4]   2> 173276 INFO  (closeThreadPool-627-thread-1) [     ] o.e.j.s.Server Started @173371ms
   [junit4]   2> 173276 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/taa/y, solrconfig=solrconfig.xml, solr.data.dir=hdfs://localhost:50306/hdfs__localhost_50306__Users_jenkins_workspace_Lucene-Solr-8.x-MacOSX_solr_build_solr-core_test_J1_temp_solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001_tempDir-002_jetty1, hostPort=50476, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/shard-1-001/cores}
   [junit4]   2> 173277 ERROR (closeThreadPool-627-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 173277 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 173277 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 173277 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 173277 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 173277 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-29T19:41:02.843543Z
   [junit4]   2> 173278 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 173285 INFO  (zkConnectionManagerCallback-629-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 173285 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 173392 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 173392 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/shard-1-001/solr.xml
   [junit4]   2> 173398 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 173398 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 173399 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@244d0d77, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 173492 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 173500 WARN  (closeThreadPool-627-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53d5326e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 173500 WARN  (closeThreadPool-627-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53d5326e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 173521 WARN  (closeThreadPool-627-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1488a6a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 173521 WARN  (closeThreadPool-627-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1488a6a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 173528 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50352/solr
   [junit4]   2> 173531 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 173535 INFO  (zkConnectionManagerCallback-640-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 173535 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 173646 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 173654 INFO  (zkConnectionManagerCallback-642-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 173654 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 173676 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 173694 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.c.ZkController Publish node=127.0.0.1:50476_taa%2Fy as DOWN
   [junit4]   2> 173698 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 173698 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50476_taa%2Fy
   [junit4]   2> 173703 INFO  (zkCallback-597-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 173704 INFO  (zkCallback-625-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 173704 INFO  (zkCallback-641-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 173711 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 173712 WARN  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 173743 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 173771 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@244d0d77
   [junit4]   2> 173781 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@244d0d77
   [junit4]   2> 173782 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@244d0d77
   [junit4]   2> 173784 INFO  (closeThreadPool-627-thread-1) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/shard-1-001/cores
   [junit4]   2> 173790 INFO  (closeThreadPool-627-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:50476_taa%2Fy
   [junit4]   2> 173799 INFO  (qtp583256010-1006) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:50476_taa%252Fy&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 173806 INFO  (OverseerCollectionConfigSetProcessor-72132636129820677-127.0.0.1:50359_taa%2Fy-n_0000000000) [n:127.0.0.1:50359_taa%2Fy     ] 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> 173815 INFO  (qtp583256010-1005) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=5
   [junit4]   2> 173818 INFO  (qtp583256010-1004) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 173851 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 173861 INFO  (qtp583256010-1007) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=7
   [junit4]   2> 173864 INFO  (qtp583256010-1005) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 173867 INFO  (qtp302202197-1068) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 173874 INFO  (OverseerThreadFactory-605-thread-3-processing-n:127.0.0.1:50359_taa%2Fy) [n:127.0.0.1:50359_taa%2Fy c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:50476_taa%2Fy for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 173878 INFO  (OverseerThreadFactory-605-thread-3-processing-n:127.0.0.1:50359_taa%2Fy) [n:127.0.0.1:50359_taa%2Fy c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 173943 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 174972 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 174998 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 175210 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 175284 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 175285 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@244d0d77
   [junit4]   2> 175288 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:50306/solr_hdfs_home
   [junit4]   2> 175288 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 175288 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_8C6A46DF8FCA5A22-001/shard-1-001/cores/collection1_shard1_replica_n1], dataDir=[hdfs://localhost:50306/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 175290 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:50306/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 175298 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 175298 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_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> 175298 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 175315 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 175317 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:50306/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 175360 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:50306/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 175370 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 175371 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_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> 175371 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 175396 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 175397 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 175480 WARN  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_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> 175768 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 175768 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 175768 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 175836 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 175836 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 175849 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=31.1328125, floorSegmentMB=1.6787109375, forceMergeDeletesPctAllowed=6.336899400305817, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=49.08728399320623
   [junit4]   2> 175926 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@40f5a18b[collection1_shard1_replica_n1] main]
   [junit4]   2> 175936 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 175939 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 175939 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 175943 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665337147270365184
   [junit4]   2> 175952 INFO  (searcherExecutor-653-thread-1-processing-n:127.0.0.1:50476_taa%2Fy x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@40f5a18b[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 175960 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 175960 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 175967 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 175967 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 175967 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:50476/taa/y/collection1_shard1_replica_n1/
   [junit4]   2> 175967 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 175967 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:50476/taa/y/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 175967 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72132636129820682-core_node2-n_0000000000
   [junit4]   2> 175971 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:50476/taa/y/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 176078 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 176112 INFO  (qtp302202197-1070) [n:127.0.0.1:50476_taa%2Fy     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2169
   [junit4]   2> 176129 INFO  (qtp583256010-1006) [n:127.0.0.1:50359_taa%2Fy c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:50476_taa%252Fy&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=2329
   [junit4]   2> 176131 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: collection1
   [junit4]   2> 176217 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testChecksumsOnly
   [junit4]   2> 177829 INFO  (OverseerCollectionConfigSetProcessor-72132636129820677-127.0.0.1:50359_taa%2Fy-n_0000000000) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 183692 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost:50306/solr
   [junit4]   2> 183697 INFO  (TEST-CheckHdfsIndexTest.testChecksumsOnly-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testChecksumsOnly
   [junit4]   2> 183826 INFO  (closeThreadPool-660-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1778410504
   [junit4]   2> 183826 INFO  (closeThreadPool-660-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50359_taa%2Fy
   [junit4]   2> 183828 INFO  (closeThreadPool-660-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 183828 INFO  (closeThreadPool-660-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:50359_taa%2Fy as DOWN
   [junit4]   2> 183829 INFO  (closeThreadPool-660-thread-3) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=596412867
   [junit4]   2> 183829 INFO  (closeThreadPool-660-thread-3) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50476_taa%2Fy
   [junit4]   2> 183830 INFO  (closeThreadPool-660-thread-3) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 183831 INFO  (closeThreadPool-660-thread-3) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:50476_taa%2Fy as DOWN
   [junit4]   2> 183854 INFO  (coreCloseExecutor-667-thread-1) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d7df5e5
   [junit4]   2> 183854 INFO  (coreCloseExecutor-667-thread-1) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1 tag=SolrCore@d7df5e5
   [junit4]   2> 183854 INFO  (coreCloseExecutor-667-thread-1) [n:127.0.0.1:50359_taa%2Fy     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.Solr

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

: 100
   [junit4]   2> 819011 DEBUG (ScheduledTrigger-4441-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 819037 DEBUG (ScheduledTrigger-4441-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 100 and last live nodes: 100
   [junit4]   2> 819042 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 9.	WaitEvent	trigger=indexSizeTrigger&wait=60
   [junit4]   2> 819042 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 		WaitEvent	trigger=indexSizeTrigger&wait=60
   [junit4]   2> 819043 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 10.	Assert	condition=not_null&key=_trigger_event_indexSizeTrigger
   [junit4]   2> 819043 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 		Assert	condition=not_null&key=_trigger_event_indexSizeTrigger
   [junit4]   2> 819045 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 11.	Assert	condition=equals&key=_trigger_event_indexSizeTrigger/eventType&expected=INDEXSIZE
   [junit4]   2> 819045 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 		Assert	condition=equals&key=_trigger_event_indexSizeTrigger/eventType&expected=INDEXSIZE
   [junit4]   2> 819045 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 12.	Assert	condition=equals&key=_trigger_event_indexSizeTrigger/properties/requestedOps[0]/action&expected=SPLITSHARD
   [junit4]   2> 819045 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 		Assert	condition=equals&key=_trigger_event_indexSizeTrigger/properties/requestedOps[0]/action&expected=SPLITSHARD
   [junit4]   2> 819045 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 13.	WaitCollection	collection=testCollection&shards=6&withInactive=true&requireLeaders=false&replicas=2
   [junit4]   2> 819045 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=6&withInactive=true&requireLeaders=false&replicas=2
   [junit4]   2> 819051 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 819051 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 819051 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 819051 INFO  (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 819051 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 819051 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 819051 DEBUG (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 819063 INFO  (TEST-TestSimScenario.testIndexing-seed#[8C6A46DF8FCA5A22]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIndexing
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestSimScenario_8C6A46DF8FCA5A22-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=98, maxMBSortInHeap=6.153739584322691, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3e131090), locale=es-ES, timezone=Africa/Maputo
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=142620368,total=476053504
   [junit4]   2> NOTE: All tests run in this JVM: [TriggerCooldownIntegrationTest, TestNestedUpdateProcessor, HdfsCollectionsAPIDistributedZkTest, TestConfigSetsAPIZkFailure, MultiThreadedOCPTest, SimpleMLTQParserTest, CheckHdfsIndexTest, BadComponentTest, LeaderVoteWaitTimeoutTest, ChaosMonkeySafeLeaderTest, TestJsonFacetErrors, CollectionsAPIAsyncDistributedZkTest, TestTestInjection, DistributedFacetPivotSmallAdvancedTest, TestSimpleTextCodec, TestSubQueryTransformerCrossCore, ReplaceNodeTest, DistributedQueryComponentOptimizationTest, DistributedFacetSimpleRefinementLongTailTest, AuditLoggerPluginTest, SolrLogAuditLoggerPluginTest, NumberUtilsTest, HdfsDirectoryTest, TestSimComputePlanAction, TestDownShardTolerantSearch, ZkSolrClientTest, TestSolrJ, OverseerCollectionConfigSetProcessorTest, TestHighFrequencyDictionaryFactory, TestBulkSchemaAPI, TestStressCloudBlindAtomicUpdates, TestSchemalessBufferedUpdates, BasicDistributedZk2Test, CdcrVersionReplicationTest, TestTolerantSearch, TestFieldCacheReopen, ConjunctionSolrSpellCheckerTest, ConnectionReuseTest, TestTermsQParserPlugin, TestInfoStreamLogging, BigEndianAscendingWordSerializerTest, SolrPluginUtilsTest, TestSimScenario]
   [junit4] Completed [260/907 (2!)] on J1 in 5.59s, 4 tests, 1 error <<< FAILURES!

[...truncated 40314 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1875798421
 [ecj-lint] Compiling 931 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1875798421
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingStoredFieldsReader.java (at line 166)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, INDEX_EXTENSION_PREFIX, INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingTermVectorsReader.java (at line 148)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, VECTORS_INDEX_EXTENSION_PREFIX, VECTORS_INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java (at line 50)
 [ecj-lint] 	import org.apache.lucene.util.automaton.ByteRunAutomaton;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.automaton.ByteRunAutomaton is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java (at line 742)
 [ecj-lint] 	Integer q = newstate.get(statesSet);
 [ecj-lint] 	                         ^^^^^^^^^
 [ecj-lint] Unlikely argument type SortedIntSet for get(Object) on a Map<SortedIntSet.FrozenIntSet,Integer>
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build.xml:201: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2127: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 64 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 922 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/922/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testTaskTimeout

Error Message:
did not finish processing event in time

Stack Trace:
java.lang.AssertionError: did not finish processing event in time
	at __randomizedtesting.SeedInfo.seed([47FD2CF91E2E373F:42A014138346F5A8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testTaskTimeout(ExecutePlanActionTest.java:313)
	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 15232 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ExecutePlanActionTest
   [junit4]   2> 1776718 INFO  (SUITE-ExecutePlanActionTest-seed#[47FD2CF91E2E373F]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1776721 INFO  (SUITE-ExecutePlanActionTest-seed#[47FD2CF91E2E373F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/data-dir-118-001
   [junit4]   2> 1776721 WARN  (SUITE-ExecutePlanActionTest-seed#[47FD2CF91E2E373F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 1776722 INFO  (SUITE-ExecutePlanActionTest-seed#[47FD2CF91E2E373F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1776729 INFO  (SUITE-ExecutePlanActionTest-seed#[47FD2CF91E2E373F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1776729 INFO  (SUITE-ExecutePlanActionTest-seed#[47FD2CF91E2E373F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1776735 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 1776737 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/tempDir-001
   [junit4]   2> 1776738 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1776738 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1776738 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1776841 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.ZkTestServer start zk server on port:53822
   [junit4]   2> 1776841 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:53822
   [junit4]   2> 1776841 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53822
   [junit4]   2> 1776841 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53822
   [junit4]   2> 1776844 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1776851 INFO  (zkConnectionManagerCallback-16797-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1776851 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1776857 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1776861 INFO  (zkConnectionManagerCallback-16799-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1776861 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1776863 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1776866 INFO  (zkConnectionManagerCallback-16801-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1776866 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1776979 WARN  (jetty-launcher-16802-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1776979 WARN  (jetty-launcher-16802-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1776979 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1776979 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1776979 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1776979 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1776979 INFO  (jetty-launcher-16802-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 1776979 INFO  (jetty-launcher-16802-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 1776982 INFO  (jetty-launcher-16802-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1776982 INFO  (jetty-launcher-16802-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1776982 INFO  (jetty-launcher-16802-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1776983 INFO  (jetty-launcher-16802-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2acccdc4{/solr,null,AVAILABLE}
   [junit4]   2> 1776984 INFO  (jetty-launcher-16802-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1776984 INFO  (jetty-launcher-16802-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1776984 INFO  (jetty-launcher-16802-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1776984 INFO  (jetty-launcher-16802-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c3d2a30{/solr,null,AVAILABLE}
   [junit4]   2> 1776988 INFO  (jetty-launcher-16802-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4551184f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53827}
   [junit4]   2> 1776988 INFO  (jetty-launcher-16802-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4e5fbcd1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53828}
   [junit4]   2> 1776988 INFO  (jetty-launcher-16802-thread-1) [     ] o.e.j.s.Server Started @1777062ms
   [junit4]   2> 1776988 INFO  (jetty-launcher-16802-thread-2) [     ] o.e.j.s.Server Started @1777062ms
   [junit4]   2> 1776988 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53828}
   [junit4]   2> 1776988 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53827}
   [junit4]   2> 1776989 ERROR (jetty-launcher-16802-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-30T17:42:40.597Z
   [junit4]   2> 1776989 ERROR (jetty-launcher-16802-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1776989 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-30T17:42:40.597Z
   [junit4]   2> 1776990 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1776992 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1776996 INFO  (zkConnectionManagerCallback-16806-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1776997 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1776997 INFO  (zkConnectionManagerCallback-16804-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1776997 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1776998 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1776998 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1777255 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1777257 WARN  (jetty-launcher-16802-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7cbd04a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1777258 WARN  (jetty-launcher-16802-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7cbd04a9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1777262 WARN  (jetty-launcher-16802-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27abb43e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1777262 WARN  (jetty-launcher-16802-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27abb43e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1777262 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53822/solr
   [junit4]   2> 1777268 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1777272 INFO  (zkConnectionManagerCallback-16820-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1777272 INFO  (jetty-launcher-16802-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1777326 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1777326 WARN  (jetty-launcher-16802-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@49d0876b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1777326 WARN  (jetty-launcher-16802-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@49d0876b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1777332 WARN  (jetty-launcher-16802-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5afcff38[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1777332 WARN  (jetty-launcher-16802-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5afcff38[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1777334 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53822/solr
   [junit4]   2> 1777335 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1777339 INFO  (zkConnectionManagerCallback-16828-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1777339 INFO  (jetty-launcher-16802-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1777378 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1777382 INFO  (zkConnectionManagerCallback-16830-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1777382 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1777445 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1777448 INFO  (zkConnectionManagerCallback-16832-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1777448 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1777826 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53827_solr
   [junit4]   2> 1777831 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.c.Overseer Overseer (id=72137834042425351-127.0.0.1:53827_solr-n_0000000000) starting
   [junit4]   2> 1777849 INFO  (OverseerStateUpdate-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [n:127.0.0.1:53827_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53827_solr
   [junit4]   2> 1777849 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53827_solr
   [junit4]   2> 1777850 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1777853 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1777853 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1777853 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1777854 INFO  (OverseerStateUpdate-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [n:127.0.0.1:53827_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1777860 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1777861 WARN  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1777865 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:53827_solr]
   [junit4]   2> 1777868 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1777873 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1777873 DEBUG (ScheduledTrigger-16839-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1777888 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1777906 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:53828_solr as DOWN
   [junit4]   2> 1777912 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1777912 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53828_solr
   [junit4]   2> 1777914 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1777921 INFO  (zkCallback-16829-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1777921 INFO  (zkCallback-16831-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1777928 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1777929 WARN  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1777975 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1777996 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53827.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151c16f0
   [junit4]   2> 1778006 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53827.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151c16f0
   [junit4]   2> 1778006 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53827.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151c16f0
   [junit4]   2> 1778007 INFO  (jetty-launcher-16802-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/tempDir-001/node2/.
   [junit4]   2> 1778012 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53828.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151c16f0
   [junit4]   2> 1778020 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53828.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151c16f0
   [junit4]   2> 1778020 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53828.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151c16f0
   [junit4]   2> 1778021 INFO  (jetty-launcher-16802-thread-1) [n:127.0.0.1:53828_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/tempDir-001/node1/.
   [junit4]   2> 1778034 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1778034 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1778037 INFO  (zkConnectionManagerCallback-16857-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1778037 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1778040 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1778043 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53822/solr ready
   [junit4]   2> 1778050 DEBUG (zkCallback-16829-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1778050 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1778053 INFO  (qtp1268186957-25802) [n:127.0.0.1:53827_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=1&name=testExecute&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1778061 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1778063 DEBUG (OverseerAutoScalingTriggerThread-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1778065 INFO  (OverseerThreadFactory-16841-thread-1-processing-n:127.0.0.1:53827_solr) [n:127.0.0.1:53827_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testExecute
   [junit4]   2> 1778202 INFO  (OverseerStateUpdate-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [n:127.0.0.1:53827_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53827_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1778209 INFO  (OverseerStateUpdate-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [n:127.0.0.1:53827_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53828/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53828_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1778420 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr    x:testExecute_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n2&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1778420 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr    x:testExecute_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n1&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1778421 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr    x:testExecute_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1778562 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1778562 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1778584 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1778584 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1778589 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1778589 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1778589 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 1778589 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 1778590 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53828.solr.core.testExecute.shard1.replica_n2' (registry 'solr.core.testExecute.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151c16f0
   [junit4]   2> 1778590 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53827.solr.core.testExecute.shard1.replica_n1' (registry 'solr.core.testExecute.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151c16f0
   [junit4]   2> 1778590 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.SolrCore [[testExecute_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/tempDir-001/node1/./testExecute_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/tempDir-001/node1/./testExecute_shard1_replica_n2/data/]
   [junit4]   2> 1778590 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.SolrCore [[testExecute_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/tempDir-001/node2/./testExecute_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/tempDir-001/node2/./testExecute_shard1_replica_n1/data/]
   [junit4]   2> 1778700 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1778700 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1778702 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1778702 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1778708 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1778708 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1778710 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1778710 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1778712 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7de5883b[testExecute_shard1_replica_n1] main]
   [junit4]   2> 1778713 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@474393ce[testExecute_shard1_replica_n2] main]
   [junit4]   2> 1778718 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1778719 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1778720 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1778721 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1778722 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665420296013742080
   [junit4]   2> 1778722 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1778722 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1778722 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665420296013742080
   [junit4]   2> 1778731 INFO  (searcherExecutor-16860-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n2 c:testExecute s:shard1 r:core_node4) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.SolrCore [testExecute_shard1_replica_n2] Registered new searcher Searcher@474393ce[testExecute_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1778735 INFO  (searcherExecutor-16861-thread-1-processing-n:127.0.0.1:53827_solr x:testExecute_shard1_replica_n1 c:testExecute s:shard1 r:core_node3) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.SolrCore [testExecute_shard1_replica_n1] Registered new searcher Searcher@7de5883b[testExecute_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1778749 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testExecute/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1778749 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 1778749 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testExecute/leaders/shard1
   [junit4]   2> 1778755 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testExecute/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1778755 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testExecute/leaders/shard1
   [junit4]   2> 1778777 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1778777 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1778777 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53827/solr/testExecute_shard1_replica_n1/
   [junit4]   2> 1778778 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n1 url=http://127.0.0.1:53827/solr  START replicas=[http://127.0.0.1:53828/solr/testExecute_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1778779 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testExecute_shard1_replica_n1 url=http://127.0.0.1:53827/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1778782 INFO  (qtp1083726514-25809) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.c.S.Request [testExecute_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1778783 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1778783 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1778783 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testExecute/leaders/shard1/leader after winning as /collections/testExecute/leader_elect/shard1/election/72137834042425351-core_node3-n_0000000000
   [junit4]   2> 1778788 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53827/solr/testExecute_shard1_replica_n1/ shard1
   [junit4]   2> 1778902 INFO  (zkCallback-16829-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1778902 INFO  (zkCallback-16829-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1778914 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1778923 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n1&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=503
   [junit4]   2> 1779029 INFO  (zkCallback-16829-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1779029 INFO  (zkCallback-16829-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1779029 INFO  (zkCallback-16829-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1779816 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testExecute_shard1_replica_n2&action=CREATE&numShards=1&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1396
   [junit4]   2> 1779846 INFO  (qtp1268186957-25802) [n:127.0.0.1:53827_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> 1779935 INFO  (zkCallback-16829-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1779935 INFO  (zkCallback-16829-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1779935 INFO  (zkCallback-16829-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1779935 INFO  (zkCallback-16831-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1779936 INFO  (zkCallback-16831-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1779937 INFO  (qtp1268186957-25802) [n:127.0.0.1:53827_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&maxShardsPerNode=1&name=testExecute&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1884
   [junit4]   2> 1779938 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: testExecute
   [junit4]   2> 1779953 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testExecute): Timed out waiting for replicas of new collection to be active
   [junit4]   2> 1779954 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1779955 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1779958 INFO  (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
   [junit4]   2> 1779967 DEBUG (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"4598e829b9461T9ada4ox75qds4qc1rsiw88g7f",
   [junit4]   2>   "source":"mock_trigger_name",
   [junit4]   2>   "eventTime":1224368518304865,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1224368518304865],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:53827_solr"]}} with context properties: {operations=[{
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"MOVEREPLICA",
   [junit4]   2>   "params.collection":"testExecute",
   [junit4]   2>   "params.targetNode":"127.0.0.1:53828_solr",
   [junit4]   2>   "params.inPlaceMove":"true",
   [junit4]   2>   "params.replica":"core_node3"}, {
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.ExecutePlanActionTest$1",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"OVERSEERSTATUS"}]}
   [junit4]   2> 1779968 DEBUG (TEST-ExecutePlanActionTest.testExecute-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:53828_solr&inPlaceMove=true&replica=core_node3
   [junit4]   2> 1779987 INFO  (qtp1268186957-25803) [n:127.0.0.1:53827_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :movereplica with params async=mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/0&replica=core_node3&action=MOVEREPLICA&collection=testExecute&waitForFinalState=true&targetNode=127.0.0.1:53828_solr&wt=javabin&version=2&inPlaceMove=true and sendToOCPQueue=true
   [junit4]   2> 1780008 INFO  (qtp1268186957-25803) [n:127.0.0.1:53827_solr c:testExecute    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/0&replica=core_node3&action=MOVEREPLICA&collection=testExecute&waitForFinalState=true&targetNode=127.0.0.1:53828_solr&wt=javabin&version=2&inPlaceMove=true} status=0 QTime=20
   [junit4]   2> 1780012 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/0&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1780027 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/0&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 1780034 INFO  (OverseerThreadFactory-16841-thread-2-processing-n:127.0.0.1:53827_solr) [n:127.0.0.1:53827_solr c:testExecute  r:core_node3  ] o.a.s.c.a.c.MoveReplicaCmd Replica will be moved to node 127.0.0.1:53828_solr: core_node3:{
   [junit4]   2>   "core":"testExecute_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:53827/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53827_solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1780038 INFO  (OverseerCollectionConfigSetProcessor-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [n:127.0.0.1:53827_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> 1780044 INFO  (OverseerThreadFactory-16841-thread-2-processing-n:127.0.0.1:53827_solr) [n:127.0.0.1:53827_solr c:testExecute  r:core_node3  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53828_solr for creating new replica of shard shard1 for collection testExecute
   [junit4]   2> 1780044 INFO  (OverseerThreadFactory-16841-thread-2-processing-n:127.0.0.1:53827_solr) [n:127.0.0.1:53827_solr c:testExecute  r:core_node3  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1780059 INFO  (OverseerStateUpdate-72137834042425351-127.0.0.1:53827_solr-n_0000000000) [n:127.0.0.1:53827_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testExecute",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testExecute_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53828/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53828_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1780178 INFO  (zkCallback-16829-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780178 INFO  (zkCallback-16831-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780178 INFO  (zkCallback-16831-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780178 INFO  (zkCallback-16829-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780178 INFO  (zkCallback-16829-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780270 INFO  (qtp1083726514-25809) [n:127.0.0.1:53828_solr    x:testExecute_shard1_replica_n5 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/01224368811483342&qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=testExecute_shard1_replica_n5&action=CREATE&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0
   [junit4]   2> 1780270 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr    x:testExecute_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command async=mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/01224368811483342&qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=testExecute_shard1_replica_n5&action=CREATE&collection=testExecute&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1780274 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/01224368811483342
   [junit4]   2> 1780274 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/01224368811483342&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1780344 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1780373 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1780379 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1780379 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'testExecute_shard1_replica_n5' using configuration from configset conf, trusted=true
   [junit4]   2> 1780380 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53828.solr.core.testExecute.shard1.replica_n5' (registry 'solr.core.testExecute.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@151c16f0
   [junit4]   2> 1780380 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.SolrCore [[testExecute_shard1_replica_n5] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/tempDir-001/node1/./testExecute_shard1_replica_n5], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001/tempDir-001/node1/./testExecute_shard1_replica_n5/data/]
   [junit4]   2> 1780423 INFO  (zkCallback-16829-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780423 INFO  (zkCallback-16829-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780423 INFO  (zkCallback-16831-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780423 INFO  (zkCallback-16831-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780423 INFO  (zkCallback-16829-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780612 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1780612 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1780629 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1780631 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1780636 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e7870d1[testExecute_shard1_replica_n5] main]
   [junit4]   2> 1780640 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1780642 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1780643 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1780643 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665420298028056576
   [junit4]   2> 1780648 INFO  (searcherExecutor-16871-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.SolrCore [testExecute_shard1_replica_n5] Registered new searcher Searcher@6e7870d1[testExecute_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1780650 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testExecute/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 1780651 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testExecute/leaders/shard1
   [junit4]   2> 1780668 INFO  (parallelCoreAdminExecutor-16847-thread-1-processing-n:127.0.0.1:53828_solr x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 CREATE) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to recover:testExecute_shard1_replica_n5
   [junit4]   2> 1780670 INFO  (updateExecutor-16824-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1780671 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1780671 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 1780675 INFO  (qtp1268186957-25800) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.S.Request [testExecute_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1780675 INFO  (qtp1268186957-25800) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.S.Request [testExecute_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1780676 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[testExecute_shard1_replica_n5]
   [junit4]   2> 1780676 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1780676 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Publishing state of core [testExecute_shard1_replica_n5] as recovering, leader is [http://127.0.0.1:53827/solr/testExecute_shard1_replica_n1/] and I am [http://127.0.0.1:53828/solr/testExecute_shard1_replica_n5/]
   [junit4]   2> 1780679 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:53827/solr]; [WaitForState: action=PREPRECOVERY&core=testExecute_shard1_replica_n1&nodeName=127.0.0.1:53828_solr&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1780680 INFO  (qtp1268186957-25803) [n:127.0.0.1:53827_solr    x:testExecute_shard1_replica_n1 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node6, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1780680 INFO  (qtp1268186957-25803) [n:127.0.0.1:53827_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testExecute, shard=shard1, thisCore=testExecute_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:53828_solr, coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: core_node6:{
   [junit4]   2>   "core":"testExecute_shard1_replica_n5",
   [junit4]   2>   "base_url":"http://127.0.0.1:53828/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53828_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1780680 INFO  (qtp1268186957-25803) [n:127.0.0.1:53827_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testExecute, shard=shard1, thisCore=testExecute_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:53828_solr, coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: core_node6:{
   [junit4]   2>   "core":"testExecute_shard1_replica_n5",
   [junit4]   2>   "base_url":"http://127.0.0.1:53828/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53828_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1780680 INFO  (qtp1268186957-25803) [n:127.0.0.1:53827_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testExecute, shard=shard1, thisCore=testExecute_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:53828_solr, coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: core_node6:{
   [junit4]   2>   "core":"testExecute_shard1_replica_n5",
   [junit4]   2>   "base_url":"http://127.0.0.1:53828/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53828_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1780783 INFO  (zkCallback-16829-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780783 INFO  (zkCallback-16831-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780783 INFO  (zkCallback-16829-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780783 INFO  (zkCallback-16831-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780783 INFO  (zkCallback-16829-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1780784 INFO  (watches-16834-thread-2) [n:127.0.0.1:53827_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testExecute, shard=shard1, thisCore=testExecute_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:53828_solr, coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: core_node6:{
   [junit4]   2>   "core":"testExecute_shard1_replica_n5",
   [junit4]   2>   "base_url":"http://127.0.0.1:53828/solr",
   [junit4]   2>   "node_name":"127.0.0.1:53828_solr",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1780785 INFO  (qtp1268186957-25803) [n:127.0.0.1:53827_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:53828_solr&onlyIfLeaderActive=true&core=testExecute_shard1_replica_n1&coreNodeName=core_node6&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=104
   [junit4]   2> 1781281 INFO  (qtp1083726514-25805) [n:127.0.0.1:53828_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/01224368811483342
   [junit4]   2> 1781282 INFO  (qtp1083726514-25805) [n:127.0.0.1:53828_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/01224368811483342&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1781288 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:53827/solr/testExecute_shard1_replica_n1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1781289 WARN  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 1781289 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 1781289 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 1781289 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:53827/solr/testExecute_shard1_replica_n1/].
   [junit4]   2> 1781293 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665420298709630976,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1781296 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1781297 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1781306 INFO  (qtp1083726514-25805) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false
   [junit4]   2> 1781306 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1665420298723262464,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1781306 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1781306 INFO  (qtp1083726514-25805) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.p.LogUpdateProcessorFactory [testExecute_shard1_replica_n5]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53827/solr/testExecute_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 1781306 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1781306 INFO  (qtp1083726514-25806) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node4 x:testExecute_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [testExecute_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53827/solr/testExecute_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 1781311 INFO  (qtp1268186957-25804) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testExecute_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 21
   [junit4]   2> 1781317 INFO  (qtp1268186957-25802) [n:127.0.0.1:53827_solr c:testExecute s:shard1 r:core_node3 x:testExecute_shard1_replica_n1 ] o.a.s.c.S.Request [testExecute_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1781318 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1781318 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1781318 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1781318 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1781318 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1781318 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f5f101[testExecute_shard1_replica_n5] main]
   [junit4]   2> 1781320 INFO  (searcherExecutor-16871-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.SolrCore [testExecute_shard1_replica_n5] Registered new searcher Searcher@3f5f101[testExecute_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1781320 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1781320 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 1781320 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1781322 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Updating version bucket highest from index after successful recovery.
   [junit4]   2> 1781322 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665420298740039680
   [junit4]   2> 1781322 INFO  (recoveryExecutor-16826-thread-1-processing-x:testExecute_shard1_replica_n5 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224368811483342 r:core_node6 CREATE n:127.0.0.1:53828_solr c:testExecute s:shard1) [n:127.0.0.1:53828_solr c:testExecute s:shard1 r:core_node6 x:testExecute_shard1_replica_n5 ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 1781427 INFO  (zkCallback-16831-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1781427 INFO  (zkCallback-16829-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1781427 INFO  (zkCallback-16829-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1781427 INFO  (zkCallback-16829-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1781428 INFO  (zkCallback-16831-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testExecute/state.json] for collection [testExecute] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1781431 INFO  (qtp1268186957-25800) [n:127.0.0.1:53827_solr    x:testExecute_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testExecute_shard1_replica_n1&deleteMetricsHistory=true&async=mock_trigger_name/4598e829b9461T9ada4ox75qds4qc1rsiw88g7f/01224369981127215&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true} status=0 QTime=0
   [junit4]   2> 1781432 INFO  (parallelCoreAdminExecutor-16842-thread-1-processing-n:127.0.0.1:53827_solr x:testExecute_shard1_replica_n1 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224369981127215 UNLOAD) [n:127.0.0.1:53827_solr    x:testExecute_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testExecute.shard1.replica_n1 tag=null
   [junit4]   2> 1781432 INFO  (parallelCoreAdminExecutor-16842-thread-1-processing-n:127.0.0.1:53827_solr x:testExecute_shard1_replica_n1 mock_trigger_name//4598e829b9461T9ada4ox75qds4qc1rsiw88g7f//01224369981127215 UNLOAD) [n:127.0.0.1:53827_solr    x:testExecute_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing re

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

   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections/testTaskTimeout/terms/shard1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/collections/testTaskTimeout/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/overseer/queue
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1824702 INFO  (TEST-ExecutePlanActionTest.testTaskTimeout-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54073
   [junit4]   2> 1824702 INFO  (TEST-ExecutePlanActionTest.testTaskTimeout-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54073
   [junit4]   2> 1824702 INFO  (TEST-ExecutePlanActionTest.testTaskTimeout-seed#[47FD2CF91E2E373F]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54073
   [junit4]   2> 1824702 INFO  (TEST-ExecutePlanActionTest.testTaskTimeout-seed#[47FD2CF91E2E373F]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTaskTimeout
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExecutePlanActionTest -Dtests.method=testTaskTimeout -Dtests.seed=47FD2CF91E2E373F -Dtests.slow=true -Dtests.locale=pt-PT -Dtests.timezone=NST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 15.0s J3 | ExecutePlanActionTest.testTaskTimeout <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: did not finish processing event in time
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([47FD2CF91E2E373F:42A014138346F5A8]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testTaskTimeout(ExecutePlanActionTest.java:313)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.autoscaling.ExecutePlanActionTest_47FD2CF91E2E373F-001
   [junit4]   2> Apr 30, 2020 5:43:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=886, maxMBSortInHeap=7.361657745342086, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@701d4ca2), locale=pt-PT, timezone=NST
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=73846136,total=418381824
   [junit4]   2> NOTE: All tests run in this JVM: [DirectoryFactoryTest, TestEmbeddedSolrServerConstructors, TestCursorMarkWithoutUniqueKey, TestQueryingOnDownCollection, TimeZoneUtilsTest, TestSlowCompositeReaderWrapper, PrimUtilsTest, DaemonStreamApiTest, XMLAtomicUpdateMultivalueTest, TestSolrDeletionPolicy1, TestDynamicLoadingUrl, MetricsConfigTest, ManagedSchemaRoundRobinCloudTest, SuggestComponentTest, TestSimpleTrackingShardHandler, SubstringBytesRefFilterTest, TestFileDictionaryLookup, RestoreTriggerStateTest, BJQParserTest, TestCloudNestedDocsSort, DeleteLastCustomShardedReplicaTest, TestStreamBody, TestStressUserVersions, SolrGraphiteReporterTest, RuleEngineTest, TestCoreAdminApis, CoreAdminCreateDiscoverTest, TestFiltering, JSONWriterTest, TestReplicationHandlerDiskOverFlow, TestClusterProperties, TestNumericRangeQuery32, TestElisionMultitermQuery, AddReplicaTest, TestSimNodeAddedTrigger, ClusterStateUpdateTest, TolerantUpdateProcessorTest, CSVRequestHandlerTest, HttpPartitionTest, RAMDirectoryFactoryTest, TestPayloadCheckQParserPlugin, HdfsNNFailoverTest, TaggingAttributeTest, TransactionLogTest, AnalyticsQueryTest, TestLegacyField, TestGeoJSONResponseWriter, SparseHLLTest, BJQFilterAccessibleTest, OverseerTest, TestComplexPhraseLeadingWildcard, JavaBinAtomicUpdateMultivalueTest, OutputWriterTest, TestCoreDiscovery, SolrCloudExampleTest, QueryEqualityTest, TestExactStatsCache, TestBulkSchemaConcurrent, TestRecovery, DocValuesTest, ZkFailoverTest, TestMiniSolrCloudClusterSSL, NodeMutatorTest, ExplicitHLLTest, TestGroupingSearch, SimpleCollectionCreateDeleteTest, TestAtomicUpdateErrorCases, TestExclusionRuleCollectionAccess, SpatialHeatmapFacetsTest, BasicAuthOnSingleNodeTest, TestAuthenticationFramework, PreAnalyzedFieldManagedSchemaCloudTest, PeerSyncWithBufferUpdatesTest, CursorPagingTest, ConcurrentCreateCollectionTest, BasicZkTest, HDFSCollectionsAPITest, TestJsonFacets, TestDeleteCollectionOnDownNodes, CdcrOpsAndBoundariesTest, SortSpecParsingTest, TestSort, TestSerializedLuceneMatchVersion, TestNumericTerms64, SearchRateTriggerTest, SchemaVersionSpecificBehaviorTest, OverseerRolesTest, ClusterStateMockUtilTest, CollectionStateFormat2Test, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, MigrateRouteKeyTest, ReindexCollectionTest, TestRequestForwarding, TestSSLRandomization, TestSolrCloudWithDelegationTokens, TestStressLiveNodes, ZkShardTermsTest, AssignTest, AsyncCallRequestStatusResponseTest, TestHdfsCloudBackupRestore, AutoAddReplicasPlanActionTest, ExecutePlanActionTest]
   [junit4] Completed [569/907 (1!)] on J3 in 48.93s, 4 tests, 1 failure <<< FAILURES!

[...truncated 39258 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj569365551
 [ecj-lint] Compiling 931 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj569365551
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingStoredFieldsReader.java (at line 166)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, INDEX_EXTENSION_PREFIX, INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingTermVectorsReader.java (at line 148)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, VECTORS_INDEX_EXTENSION_PREFIX, VECTORS_INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java (at line 50)
 [ecj-lint] 	import org.apache.lucene.util.automaton.ByteRunAutomaton;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.automaton.ByteRunAutomaton is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java (at line 742)
 [ecj-lint] 	Integer q = newstate.get(statesSet);
 [ecj-lint] 	                         ^^^^^^^^^
 [ecj-lint] Unlikely argument type SortedIntSet for get(Object) on a Map<SortedIntSet.FrozenIntSet,Integer>
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build.xml:201: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2127: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 67 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 921 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/921/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

6 tests failed.
FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:
acoll: 1588252030954 bcoll: 1588252031885

Stack Trace:
java.lang.AssertionError: acoll: 1588252030954 bcoll: 1588252031885
	at __randomizedtesting.SeedInfo.seed([EADC22AC69310D9B:62881D76C7CD6063]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:113)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:68)
	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:1081)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
	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.TestCloudPseudoReturnFields

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCloudPseudoReturnFields:     1) Thread[id=3839, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestCloudPseudoReturnFields]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestCloudPseudoReturnFields: 
   1) Thread[id=3839, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestCloudPseudoReturnFields]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([EADC22AC69310D9B]:0)


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

Error Message:
ObjectTracker found 7 object(s) that were not released!!! [MMapDirectory, MMapDirectory, InternalHttpClient, InternalHttpClient, MMapDirectory, SolrCore, MMapDirectory] 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:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:986)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  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:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:540)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  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:339)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)  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:250)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:392)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  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:210)  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:339)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)  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.inform(ReplicationHandler.java:1241)  at org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:109)  at org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1323)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:412)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  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:210)  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:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:392)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:768)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:986)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  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:1075)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  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:354)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:519)  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:1210)  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)   expected null, but was:<ObjectTracker found 7 object(s) that were not released!!! [MMapDirectory, MMapDirectory, InternalHttpClient, InternalHttpClient, MMapDirectory, SolrCore, MMapDirectory] 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:354)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:986)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  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:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:540)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  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:339)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)  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:250)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:392)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  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:210)  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:339)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)  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.inform(ReplicationHandler.java:1241)  at org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:109)  at org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1323)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:412)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  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:210)  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:354)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:392)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:768)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:986)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  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:1075)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  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:354)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:519)  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:1210)  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)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 7 object(s) that were not released!!! [MMapDirectory, MMapDirectory, InternalHttpClient, InternalHttpClient, MMapDirectory, SolrCore, MMapDirectory]
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:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:986)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	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:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:540)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	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:339)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
	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:250)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:392)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
	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:210)
	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:339)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
	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.inform(ReplicationHandler.java:1241)
	at org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:109)
	at org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1323)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:412)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
	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:210)
	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:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:392)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:768)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:986)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	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:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	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:354)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:519)
	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:1210)
	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)

 expected null, but was:<ObjectTracker found 7 object(s) that were not released!!! [MMapDirectory, MMapDirectory, InternalHttpClient, InternalHttpClient, MMapDirectory, SolrCore, MMapDirectory]
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:354)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:98)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:986)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	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:354)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:540)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	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:339)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
	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:250)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:392)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
	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:210)
	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:339)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)
	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.inform(ReplicationHandler.java:1241)
	at org.apache.solr.cloud.ReplicateFromLeader.startReplication(ReplicateFromLeader.java:109)
	at org.apache.solr.cloud.ZkController.startReplicationFromLeader(ZkController.java:1323)
	at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:412)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
	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:210)
	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:354)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:392)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:768)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:986)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	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:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	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:354)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:519)
	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:1210)
	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)

>
	at __randomizedtesting.SeedInfo.seed([EADC22AC69310D9B]: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:333)
	at sun.reflect.GeneratedMethodAccessor65.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.api.collections.TestLocalFSCloudBackupRestore

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, InternalHttpClient, MockDirectoryWrapper, SolrCore, InternalHttpClient] 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:354)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:519)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:351)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:424)  at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:250)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:392)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  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:210)  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.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:519)  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:1210)  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:339)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:348)  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:250)  at org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:392)  at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:334)  at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)  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:210)  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.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:354)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:540)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:904)  at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1289)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1198)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)  at org.apache.solr.servlet.HttpSolrCall.c

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

32
   [junit4]   2> 289354 INFO  (SUITE-SolrZkClientTest-seed#[101CF2FFC5DC705]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:53732
   [junit4]   2> 289354 INFO  (SUITE-SolrZkClientTest-seed#[101CF2FFC5DC705]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 53732
   [junit4]   2> 289354 INFO  (SUITE-SolrZkClientTest-seed#[101CF2FFC5DC705]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Apr 30, 2020 1:39:37 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> Apr 30, 2020 1:39:47 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 2 threads leaked from SUITE scope at org.apache.solr.common.cloud.SolrZkClientTest: 
   [junit4]   2>    1) Thread[id=3944, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrZkClientTest]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]   2>    2) Thread[id=3809, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrZkClientTest]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]   2> Apr 30, 2020 1:39:47 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=3944, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrZkClientTest]
   [junit4]   2>    2) Thread[id=3809, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrZkClientTest]
   [junit4]   2> 299469 ERROR (SessionTracker) [     ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : SessionTracker
   [junit4]   2>           => java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method) [?:1.8.0_201]
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) ~[zookeeper-3.5.7.jar:3.5.7]
   [junit4]   2> 299469 ERROR (SessionTracker) [     ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : SessionTracker
   [junit4]   2>           => java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method) [?:1.8.0_201]
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) ~[zookeeper-3.5.7.jar:3.5.7]
   [junit4]   2> Apr 30, 2020 1:39:47 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1714, maxMBSortInHeap=6.028885339430412, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@40195a6d), locale=id-ID, timezone=Europe/Moscow
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=166914888,total=429916160
   [junit4]   2> NOTE: All tests run in this JVM: [RecursiveEvaluatorTest, JdbcDriverTest, LargeVolumeJettyTest, TestClusteringResponse, RangeFacetMapTest, TestDocumentObjectBinder, TestJSONWriter, UuidEvaluatorTest, SchemaTest, ArcCosineEvaluatorTest, SolrExampleBinaryHttp2Test, SolrParamTest, TestValidatingJsonMap, StreamingTest, TestZkConfigManager, JsonRequestApiTest, CeilingEvaluatorTest, CloudHttp2SolrClientRetryTest, FieldAnalysisResponseTest, TestSolrProperties, Http2SolrClientCompatibilityTest, SolrExampleStreamingBinaryHttp2Test, SolrExampleStreamingHttp2Test, ConcurrentUpdateHttp2SolrClientTest, LBHttpSolrClientBadInputTest, MathExpressionTest, HeatmapFacetMapTest, JsonQueryRequestFacetingIntegrationTest, JsonQueryRequestUnitTest, NoOpResponseParserTest, QueryResponseTest, TestSpellCheckResponse, NodePreferenceRulesComparatorTest, RequestReplicaListTransformerGeneratorTest, ClientUtilsTest, SolrZkClientTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrZkClientTest -Dtests.seed=101CF2FFC5DC705 -Dtests.slow=true -Dtests.locale=id-ID -Dtests.timezone=Europe/Moscow -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | SolrZkClientTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.common.cloud.SolrZkClientTest: 
   [junit4]    >    1) Thread[id=3944, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrZkClientTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]    >    2) Thread[id=3809, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrZkClientTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([101CF2FFC5DC705]:0)
   [junit4] Completed [205/208 (1!)] on J1 in 38.82s, 4 tests, 1 error <<< FAILURES!

[...truncated 36951 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj873214112
 [ecj-lint] Compiling 931 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj873214112
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingStoredFieldsReader.java (at line 166)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, INDEX_EXTENSION_PREFIX, INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingTermVectorsReader.java (at line 148)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, VECTORS_INDEX_EXTENSION_PREFIX, VECTORS_INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java (at line 50)
 [ecj-lint] 	import org.apache.lucene.util.automaton.ByteRunAutomaton;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.automaton.ByteRunAutomaton is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java (at line 742)
 [ecj-lint] 	Integer q = newstate.get(statesSet);
 [ecj-lint] 	                         ^^^^^^^^^
 [ecj-lint] Unlikely argument type SortedIntSet for get(Object) on a Map<SortedIntSet.FrozenIntSet,Integer>
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build.xml:201: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2127: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 73 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-13.0.2) - Build # 920 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/920/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.index.hdfs.CheckHdfsIndexTest.doTest

Error Message:
Error from server at https://127.0.0.1:49938/on_f/nc/collection1: java.lang.NullPointerException  at org.apache.solr.handler.admin.SystemInfoHandler.getSecurityInfo(SystemInfoHandler.java:326)  at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:146)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2600)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)  at org.eclipse.jetty.io.ssl.SslConnection$1.run(SslConnection.java:146)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:830) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:49938/on_f/nc/collection1: java.lang.NullPointerException
	at org.apache.solr.handler.admin.SystemInfoHandler.getSecurityInfo(SystemInfoHandler.java:326)
	at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:146)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2600)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$1.run(SslConnection.java:146)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:830)

	at __randomizedtesting.SeedInfo.seed([51CFB5BEE5CE0F86:F68B0D1A88751C3F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.index.hdfs.CheckHdfsIndexTest.doTest(CheckHdfsIndexTest.java:120)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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:1081)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 2319 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J0-20200430_090246_9105415954600860288410.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J4-20200430_090246_90913886214156650068944.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J3-20200430_090246_9121322897876469163139.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J1-20200430_090246_9174671166687350610223.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/core/test/temp/junit4-J2-20200430_090246_9096088684153190545487.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 286 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J2-20200430_090633_3647562535383486188391.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J3-20200430_090633_36417658456598413679294.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J4-20200430_090633_3645580749207114535414.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 20 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J1-20200430_090633_36418232373493891117809.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 24 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/test-framework/test/temp/junit4-J0-20200430_090633_3642983046894337137491.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1119 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J0-20200430_090720_0175811106504729210024.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J3-20200430_090720_01915933004963465282219.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J4-20200430_090720_02118128123026153829930.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J1-20200430_090720_01813926449553937544304.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/common/test/temp/junit4-J2-20200430_090720_0182997816956125198969.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 262 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J0-20200430_090758_04211014223026311357333.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J1-20200430_090758_04316235931021494470284.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J2-20200430_090758_0436782251555438154746.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J3-20200430_090758_0445674463444252928242.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/icu/test/temp/junit4-J4-20200430_090758_04518147078848371985921.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 229 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20200430_090806_4112468628140360847704.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20200430_090806_41117646963685852408810.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J4-20200430_090806_41313414614135132008763.syserr
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20200430_090806_4113512209492190889637.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/kuromoji/test/temp/junit4-J3-20200430_090806_4111381902540912569222.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J1-20200430_090815_0949444684655147294041.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J0-20200430_090815_0949229904496570480630.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/morfologik/test/temp/junit4-J2-20200430_090815_09412835399579880938161.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 196 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J1-20200430_090819_6401364652786955200032.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J2-20200430_090819_64014883855132605874000.syserr
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J0-20200430_090819_64013768430108616498718.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J4-20200430_090819_64113389818114875198256.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/nori/test/temp/junit4-J3-20200430_090819_6404052538334228687946.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J3-20200430_090826_2035825389877029617798.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J4-20200430_090826_20416213424032729204324.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J0-20200430_090826_20211847320850826220708.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J2-20200430_090826_2034545492085104191460.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/opennlp/test/temp/junit4-J1-20200430_090826_20216584838494440220503.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 176 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J2-20200430_090830_8802440791368177480232.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J0-20200430_090830_8794727315086213883757.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J3-20200430_090830_8803796229128616143635.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J4-20200430_090830_88114865802622289025656.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/phonetic/test/temp/junit4-J1-20200430_090830_8792480080073746875027.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 165 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J0-20200430_090837_4055998436418455458068.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/smartcn/test/temp/junit4-J1-20200430_090837_40511238937467525610028.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J3-20200430_090840_8244903674317568243291.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J2-20200430_090840_8232739307785812167294.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J1-20200430_090840_82310447228707324696115.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/analysis/stempel/test/temp/junit4-J0-20200430_090840_8228181416369690784395.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 183 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J0-20200430_090845_22413948388280520036841.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 14 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J2-20200430_090845_22511284091234139828576.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J1-20200430_090845_2249008113672325266705.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J4-20200430_090845_2269669847072813163449.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/backward-codecs/test/temp/junit4-J3-20200430_090845_2251014840336443284732.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 1400 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J4-20200430_091036_97118109319822711129829.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J3-20200430_091036_9704110380285946791256.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J1-20200430_091036_96914353356565605607209.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J2-20200430_091036_9695163041150462745456.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/benchmark/test/temp/junit4-J0-20200430_091036_96913777127942114829242.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 241 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J2-20200430_091050_5445694434021613623901.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J1-20200430_091050_54313404253442161313487.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J4-20200430_091050_54713049168526632120636.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J3-20200430_091050_54617503373056570537173.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/classification/test/temp/junit4-J0-20200430_091050_54312356221833344854284.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 315 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J2-20200430_091059_0378989908004014295913.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J0-20200430_091059_0361600126881882063415.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 16 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J4-20200430_091059_03814793066201263010598.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J1-20200430_091059_0369422503328088621137.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/codecs/test/temp/junit4-J3-20200430_091059_0372643528658031555082.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 234 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J1-20200430_091152_70717703160903704847452.syserr
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J3-20200430_091152_7073666005415650091768.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J2-20200430_091152_7072556292787655912749.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J0-20200430_091152_7068873261669868459882.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/demo/test/temp/junit4-J4-20200430_091152_70813277268695143485614.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J4-20200430_091158_36218169790989289905441.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J0-20200430_091158_3618329368145053645689.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J2-20200430_091158_3615411025853436947441.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J1-20200430_091158_36116842438192013599629.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/expressions/test/temp/junit4-J3-20200430_091158_3623482748569677918567.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 236 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J0-20200430_091205_3844085028139757247251.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J2-20200430_091205_3849930007539993972294.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J1-20200430_091205_38415277130344541389499.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J4-20200430_091205_38610751652736662412869.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/facet/test/temp/junit4-J3-20200430_091205_3856813354054411685960.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 188 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J3-20200430_091222_55815827460144304176526.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J4-20200430_091222_5583699622640391232477.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J2-20200430_091222_5577856271475481236456.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J0-20200430_091222_5575344296621008944559.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/grouping/test/temp/junit4-J1-20200430_091222_5575888733579713337672.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 251 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J1-20200430_091228_8123358946453239467199.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J4-20200430_091228_8139969788394526357659.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 12 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J2-20200430_091228_8125414794156598007845.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J3-20200430_091228_8129194077813024002105.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/highlighter/test/temp/junit4-J0-20200430_091228_8113645585822615056899.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J0-20200430_091243_60813555912606386636916.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J4-20200430_091243_6091082020249738358208.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J2-20200430_091243_6087089484800313811119.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J1-20200430_091243_60813635695899735572140.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/join/test/temp/junit4-J3-20200430_091243_60816254714277467343175.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 305 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J1-20200430_091254_14116085671858199761972.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J0-20200430_091254_1417374872634268403209.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J2-20200430_091254_14213375550426564978500.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J4-20200430_091254_14311634301645133012061.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/luke/test/temp/junit4-J3-20200430_091254_1428012933773454302421.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/memory/test/temp/junit4-J0-20200430_091303_8534465705065461374105.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/memory/test/temp/junit4-J1-20200430_091303_853933981917081500550.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 188 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J1-20200430_091308_7082180387307018794529.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J4-20200430_091308_7122186554483722720743.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J2-20200430_091308_70911658326761731052972.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J0-20200430_091308_70416619736445345007193.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/misc/test/temp/junit4-J3-20200430_091308_71117340717991306733206.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 264 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J0-20200430_091320_5006517084941769578490.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J2-20200430_091320_50216286390543518813760.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J4-20200430_091320_505556209731156425495.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J3-20200430_091320_50318296458656266290106.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/monitor/test/temp/junit4-J1-20200430_091320_5011700001435479668584.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J0-20200430_091340_39010131349790998530388.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J2-20200430_091340_3909281298559390952036.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J1-20200430_091340_39015021289286910959038.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J3-20200430_091340_3942355963755002028425.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queries/test/temp/junit4-J4-20200430_091340_39515042585564512129564.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J1-20200430_091401_4582012366353742973139.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J0-20200430_091401_4588063995177700706941.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J3-20200430_091401_463988024045619635368.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J2-20200430_091401_4613604615764858808067.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/queryparser/test/temp/junit4-J4-20200430_091401_4653774785078189501660.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 196 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J0-20200430_091423_2032781414190414184313.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J1-20200430_091423_2033169563167882805100.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J4-20200430_091423_20610150389530848427114.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J3-20200430_091423_20417629685342544256006.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/replicator/test/temp/junit4-J2-20200430_091423_20414595303132719155578.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 202 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J4-20200430_091444_9151382650775352148175.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J2-20200430_091444_9124449084272071076190.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J0-20200430_091444_9114800406066005514016.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J1-20200430_091444_91111214058729605866366.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/sandbox/test/temp/junit4-J3-20200430_091444_91417574159685356116873.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 277 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J4-20200430_091504_06016432145060716988933.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J1-20200430_091504_05818438598506569148578.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J3-20200430_091504_05913742578982909983848.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J0-20200430_091504_0581473635474497290885.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial-extras/test/temp/junit4-J2-20200430_091504_05911975334476232428468.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 197 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J4-20200430_091538_25415630387321506721804.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J2-20200430_091538_25113651851699659695261.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J1-20200430_091538_25113223123593991157357.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J0-20200430_091538_25114467063662466596094.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/spatial3d/test/temp/junit4-J3-20200430_091538_25313840035355455449440.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 261 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J1-20200430_091555_09617673467586997285115.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J4-20200430_091555_10010118031493378826268.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J2-20200430_091555_09711004451628301712173.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J0-20200430_091555_09618075798583576490136.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build/suggest/test/temp/junit4-J3-20200430_091555_0987311760978153982932.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 2072 lines...]
   [junit4] Suite: org.apache.solr.index.hdfs.CheckHdfsIndexTest
   [junit4]   2> 331145 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 331146 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_51CFB5BEE5CE0F86-001/data-dir-8-001
   [junit4]   2> 331146 WARN  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 331147 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 331148 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 331149 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 331149 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /on_f/nc
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 334822 WARN  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 334870 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 334880 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 334880 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 334880 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 334884 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a40714b{static,/static,jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 335489 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4833252b{hdfs,/,file:///Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/jetty-localhost-64791-hadoop-hdfs-3_2_0-tests_jar-_-any-6874267881329633751.dir/webapp/,AVAILABLE}{jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 335497 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@d2d71e1{HTTP/1.1, (http/1.1)}{localhost:64791}
   [junit4]   2> 335497 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.Server Started @335564ms
   [junit4]   2> 337012 WARN  (StorageLocationChecker thread 0) [     ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   2> 337219 WARN  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 337265 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 337268 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 337268 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 337268 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 337269 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6720fce9{static,/static,jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 337579 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@21050eaf{datanode,/,file:///Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/jetty-localhost-64804-hadoop-hdfs-3_2_0-tests_jar-_-any-2475223172574549924.dir/webapp/,AVAILABLE}{jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 337580 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@459531c8{HTTP/1.1, (http/1.1)}{localhost:64804}
   [junit4]   2> 337581 INFO  (SUITE-CheckHdfsIndexTest-seed#[51CFB5BEE5CE0F86]-worker) [     ] o.e.j.s.Server Started @337648ms
   [junit4]   2> 339525 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xc4363c14de8ed998: Processing first storage report for DS-42764d79-25ef-4b82-acca-4d06e202a699 from datanode 045b13a1-0fd5-4ba6-a400-548a9c0bb551
   [junit4]   2> 339532 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xc4363c14de8ed998: from storage DS-42764d79-25ef-4b82-acca-4d06e202a699 node DatanodeRegistration(127.0.0.1:64803, datanodeUuid=045b13a1-0fd5-4ba6-a400-548a9c0bb551, infoPort=64807, infoSecurePort=0, ipcPort=64808, storageInfo=lv=-57;cid=testClusterID;nsid=1274496379;c=1588238567527), blocks: 0, hasStaleStorage: true, processing time: 6 msecs, invalidatedBlocks: 0
   [junit4]   2> 339532 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xc4363c14de8ed998: Processing first storage report for DS-90d2a56f-d5c1-4dd7-b10c-859f5b6cf1ef from datanode 045b13a1-0fd5-4ba6-a400-548a9c0bb551
   [junit4]   2> 339532 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xc4363c14de8ed998: from storage DS-90d2a56f-d5c1-4dd7-b10c-859f5b6cf1ef node DatanodeRegistration(127.0.0.1:64803, datanodeUuid=045b13a1-0fd5-4ba6-a400-548a9c0bb551, infoPort=64807, infoSecurePort=0, ipcPort=64808, storageInfo=lv=-57;cid=testClusterID;nsid=1274496379;c=1588238567527), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 339927 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 339930 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 339930 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 340031 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer start zk server on port:64814
   [junit4]   2> 340031 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64814
   [junit4]   2> 340031 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64814
   [junit4]   2> 340031 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64814
   [junit4]   2> 340040 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 340051 INFO  (zkConnectionManagerCallback-621-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 340051 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 340067 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 340077 INFO  (zkConnectionManagerCallback-623-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 340077 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 340084 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 340090 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 340099 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 340103 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 340107 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 340115 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 340123 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[51CFB5BEE5CE0F86]) [     ] o.a.s.c.ZkTestSer

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

n version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-langid/test/temp/junit4-J1-20200430_100140_2625290078366193519807.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 686 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20200430_100153_31811798219915414931738.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J3-20200430_100153_3198823321008930595743.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J4-20200430_100153_32010727458055124696363.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20200430_100153_3197175733243400795564.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20200430_100153_31911420208720898298081.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 583 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J0-20200430_100232_78716980828016758263233.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J2-20200430_100232_7878318021696869596275.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J1: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J1-20200430_100232_7875615932350676961082.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J4-20200430_100232_7888713821877133018225.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-prometheus-exporter/test/temp/junit4-J3-20200430_100232_78715743442835301099554.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 570 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20200430_100251_8792496671051406061219.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 28503 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj33404331
 [ecj-lint] Compiling 931 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj33404331
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingStoredFieldsReader.java (at line 166)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, INDEX_EXTENSION_PREFIX, INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingTermVectorsReader.java (at line 148)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, VECTORS_INDEX_EXTENSION_PREFIX, VECTORS_INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java (at line 50)
 [ecj-lint] 	import org.apache.lucene.util.automaton.ByteRunAutomaton;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.automaton.ByteRunAutomaton is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java (at line 742)
 [ecj-lint] 	Integer q = newstate.get(statesSet);
 [ecj-lint] 	                         ^^^^^^^^^
 [ecj-lint] Unlikely argument type SortedIntSet for get(Object) on a Map<SortedIntSet.FrozenIntSet,Integer>
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build.xml:201: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2127: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 62 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.6) - Build # 919 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/919/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testMoveReplicaMainCollection

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:55327/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:55327/solr
	at __randomizedtesting.SeedInfo.seed([E3477FFF287E18A9:E82C43475A1D1DC7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	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:1147)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.TestWithCollection.testMoveReplicaMainCollection(TestWithCollection.java:328)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	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:280)
	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:157)
	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:186)
	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:564)
	... 48 more


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

Error Message:
Error from server at http://127.0.0.1:59283/collection1: java.lang.NullPointerException  at org.apache.solr.handler.admin.SystemInfoHandler.getSecurityInfo(SystemInfoHandler.java:326)  at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:146)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2600)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:834) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59283/collection1: java.lang.NullPointerException
	at org.apache.solr.handler.admin.SystemInfoHandler.getSecurityInfo(SystemInfoHandler.java:326)
	at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:146)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2600)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:834)

	at __randomizedtesting.SeedInfo.seed([E3477FFF287E18A9:4403C75B45C50B10]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.index.hdfs.CheckHdfsIndexTest.doTest(CheckHdfsIndexTest.java:120)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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:1081)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13892 lines...]
   [junit4] Suite: org.apache.solr.index.hdfs.CheckHdfsIndexTest
   [junit4]   2> 453857 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 453857 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/data-dir-23-001
   [junit4]   2> 453857 WARN  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 453858 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 453859 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 453859 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 453859 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 456477 WARN  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 456508 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 456513 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 456513 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 456513 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 456516 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60e827e4{static,/static,jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 456765 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@29957870{hdfs,/,file:///Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/jetty-localhost-58021-hadoop-hdfs-3_2_0-tests_jar-_-any-16076753529969583555.dir/webapp/,AVAILABLE}{jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
   [junit4]   2> 456766 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7355ceb7{HTTP/1.1, (http/1.1)}{localhost:58021}
   [junit4]   2> 456766 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.Server Started @456889ms
   [junit4]   2> 457439 WARN  (StorageLocationChecker thread 0) [     ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   2> 457506 WARN  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 457510 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 457512 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 457512 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 457512 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 457513 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c1de33b{static,/static,jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 457691 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3d34d078{datanode,/,file:///Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/jetty-localhost-58040-hadoop-hdfs-3_2_0-tests_jar-_-any-17569156061435048361.dir/webapp/,AVAILABLE}{jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 457692 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1fe72eb5{HTTP/1.1, (http/1.1)}{localhost:58040}
   [junit4]   2> 457692 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.Server Started @457815ms
   [junit4]   2> 458029 WARN  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 458031 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 458033 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 458033 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 458033 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 458034 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@531cfbdc{static,/static,jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 458184 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@5cfd18da{datanode,/,file:///Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/jetty-localhost-58054-hadoop-hdfs-3_2_0-tests_jar-_-any-4922341467480918127.dir/webapp/,AVAILABLE}{jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
   [junit4]   2> 458185 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4ea1e14b{HTTP/1.1, (http/1.1)}{localhost:58054}
   [junit4]   2> 458185 INFO  (SUITE-CheckHdfsIndexTest-seed#[E3477FFF287E18A9]-worker) [     ] o.e.j.s.Server Started @458308ms
   [junit4]   2> 459552 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xa401f0e500414598: Processing first storage report for DS-0b80df82-13d5-40ad-b1fe-7f8651ae4eb4 from datanode 8a62e3b2-fbc8-40a8-96ac-a6eb49afa836
   [junit4]   2> 459558 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xa401f0e500414598: from storage DS-0b80df82-13d5-40ad-b1fe-7f8651ae4eb4 node DatanodeRegistration(127.0.0.1:58039, datanodeUuid=8a62e3b2-fbc8-40a8-96ac-a6eb49afa836, infoPort=58051, infoSecurePort=0, ipcPort=58052, storageInfo=lv=-57;cid=testClusterID;nsid=1374560923;c=1588221834299), blocks: 0, hasStaleStorage: true, processing time: 5 msecs, invalidatedBlocks: 0
   [junit4]   2> 459558 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb4081f65f65e0974: Processing first storage report for DS-198280b8-6d0b-42df-8ae1-24542f40c137 from datanode e5506c7e-0c76-4bd8-add4-dafefc5d043c
   [junit4]   2> 459558 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb4081f65f65e0974: from storage DS-198280b8-6d0b-42df-8ae1-24542f40c137 node DatanodeRegistration(127.0.0.1:58053, datanodeUuid=e5506c7e-0c76-4bd8-add4-dafefc5d043c, infoPort=58057, infoSecurePort=0, ipcPort=58058, storageInfo=lv=-57;cid=testClusterID;nsid=1374560923;c=1588221834299), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 459558 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xa401f0e500414598: Processing first storage report for DS-a6c765ff-b2d5-49ed-975a-abd626264f4f from datanode 8a62e3b2-fbc8-40a8-96ac-a6eb49afa836
   [junit4]   2> 459558 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xa401f0e500414598: from storage DS-a6c765ff-b2d5-49ed-975a-abd626264f4f node DatanodeRegistration(127.0.0.1:58039, datanodeUuid=8a62e3b2-fbc8-40a8-96ac-a6eb49afa836, infoPort=58051, infoSecurePort=0, ipcPort=58052, storageInfo=lv=-57;cid=testClusterID;nsid=1374560923;c=1588221834299), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 459559 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb4081f65f65e0974: Processing first storage report for DS-bfc37935-24a3-4c9e-bcac-a3b004a8064e from datanode e5506c7e-0c76-4bd8-add4-dafefc5d043c
   [junit4]   2> 459559 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xb4081f65f65e0974: from storage DS-bfc37935-24a3-4c9e-bcac-a3b004a8064e node DatanodeRegistration(127.0.0.1:58053, datanodeUuid=e5506c7e-0c76-4bd8-add4-dafefc5d043c, infoPort=58057, infoSecurePort=0, ipcPort=58058, storageInfo=lv=-57;cid=testClusterID;nsid=1374560923;c=1588221834299), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 459816 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 459817 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 459817 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 459920 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer start zk server on port:58061
   [junit4]   2> 459922 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:58061
   [junit4]   2> 459924 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58061
   [junit4]   2> 459924 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58061
   [junit4]   2> 459939 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 459960 INFO  (zkConnectionManagerCallback-5492-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459961 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 459985 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 459998 INFO  (zkConnectionManagerCallback-5494-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 459998 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 460011 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 460015 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 460024 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 460057 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 460087 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 460097 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 460101 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 460106 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 460110 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 460115 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 460119 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 460128 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 460885 WARN  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 460888 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 460888 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 460888 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 460894 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 460894 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 460894 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 460896 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a4cc53f{/,null,AVAILABLE}
   [junit4]   2> 460900 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5608fb8f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58066}
   [junit4]   2> 460900 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.s.Server Started @461023ms
   [junit4]   2> 460900 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=hdfs://localhost:58036/hdfs__localhost_58036__Users_jenkins_workspace_Lucene-Solr-8.x-MacOSX_solr_build_solr-core_test_J1_temp_solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001_tempDir-002_control_data, hostPort=58066, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/control-001/cores}
   [junit4]   2> 460901 ERROR (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 460901 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 460901 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 460901 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 460901 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 460901 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-30T04:43:59.575703Z
   [junit4]   2> 460904 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 460923 INFO  (zkConnectionManagerCallback-5496-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 460924 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 461030 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 461030 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/control-001/solr.xml
   [junit4]   2> 461048 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 461048 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 461049 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54f310c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 461193 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 461195 WARN  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2b8deca8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 461195 WARN  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2b8deca8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 461200 WARN  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3899bc42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 461200 WARN  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3899bc42[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 461202 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58061/solr
   [junit4]   2> 461203 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 461206 INFO  (zkConnectionManagerCallback-5507-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461206 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 461316 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 461320 INFO  (zkConnectionManagerCallback-5509-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461320 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 461574 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58066_
   [junit4]   2> 461576 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.c.Overseer Overseer (id=72134772078346244-127.0.0.1:58066_-n_0000000000) starting
   [junit4]   2> 461595 INFO  (OverseerStateUpdate-72134772078346244-127.0.0.1:58066_-n_0000000000) [n:127.0.0.1:58066_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58066_
   [junit4]   2> 461598 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58066_
   [junit4]   2> 461605 INFO  (zkCallback-5508-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 461611 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 461612 WARN  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 461636 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 461657 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54f310c
   [junit4]   2> 461676 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54f310c
   [junit4]   2> 461676 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54f310c
   [junit4]   2> 461691 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [n:127.0.0.1:58066_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/control-001/cores
   [junit4]   2> 461712 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 461716 INFO  (zkConnectionManagerCallback-5526-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461717 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 461721 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 461724 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58061/solr ready
   [junit4]   2> 461727 INFO  (qtp634880824-5860) [n:127.0.0.1:58066_     ] 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:58066_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 461735 INFO  (OverseerThreadFactory-5516-thread-1-processing-n:127.0.0.1:58066_) [n:127.0.0.1:58066_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 461856 INFO  (qtp634880824-5862) [n:127.0.0.1:58066_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 461860 INFO  (qtp634880824-5859) [n:127.0.0.1:58066_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 461872 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_    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> 461873 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 462907 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 462924 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 463090 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 463155 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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 configset conf1, trusted=true
   [junit4]   2> 463156 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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@54f310c
   [junit4]   2> 463161 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:58036/solr_hdfs_home
   [junit4]   2> 463161 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 463161 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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 [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://localhost:58036/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 463163 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:58036/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 463177 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 463177 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 463177 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 463327 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 463335 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:58036/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 463375 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:58036/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 463383 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 463383 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 463391 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 463392 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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=31, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=82.173828125, floorSegmentMB=0.255859375, forceMergeDeletesPctAllowed=15.826613582402599, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=45.656443163248426
   [junit4]   2> 464132 WARN  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 464304 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 464306 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 464306 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 464351 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 464351 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 464362 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8651891926595934]
   [junit4]   2> 464463 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b53e4fa[control_collection_shard1_replica_n1] main]
   [junit4]   2> 464465 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 464470 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 464473 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 464478 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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 1665371307404951552
   [junit4]   2> 464484 INFO  (searcherExecutor-5528-thread-1-processing-n:127.0.0.1:58066_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:58066_ 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@7b53e4fa[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 464503 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 464503 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 464538 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 464538 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 464539 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58066/control_collection_shard1_replica_n1/
   [junit4]   2> 464542 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 464548 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:58066/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 464549 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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/72134772078346244-core_node2-n_0000000000
   [junit4]   2> 464562 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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:58066/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 464569 INFO  (zkCallback-5508-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> 464570 INFO  (zkCallback-5508-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> 464586 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_ 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> 464618 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_     ] 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=2743
   [junit4]   2> 464637 INFO  (qtp634880824-5860) [n:127.0.0.1:58066_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 464709 INFO  (zkCallback-5508-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> 464709 INFO  (zkCallback-5508-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> 464709 INFO  (zkCallback-5508-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> 464710 INFO  (qtp634880824-5860) [n:127.0.0.1:58066_     ] 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:58066_&wt=javabin&version=2} status=0 QTime=2983
   [junit4]   2> 464711 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 464820 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 464825 INFO  (zkConnectionManagerCallback-5537-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 464825 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 464828 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 464832 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58061/solr ready
   [junit4]   2> 464832 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 464851 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_     ] 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> 464891 INFO  (OverseerThreadFactory-5516-thread-2-processing-n:127.0.0.1:58066_) [n:127.0.0.1:58066_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 464891 INFO  (OverseerCollectionConfigSetProcessor-72134772078346244-127.0.0.1:58066_-n_0000000000) [n:127.0.0.1:58066_     ] 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> 465122 WARN  (OverseerThreadFactory-5516-thread-2-processing-n:127.0.0.1:58066_) [n:127.0.0.1:58066_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 465126 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 465132 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_     ] 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=281
   [junit4]   2> 465134 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 465134 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 465135 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 465135 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 465136 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 465136 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 465136 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=1
   [junit4]   2> 465809 INFO  (TEST-CheckHdfsIndexTest.testDeletedDocs-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 465812 WARN  (closeThreadPool-5538-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 465812 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 465812 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 465813 INFO  (closeThreadPool-5538-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 465817 INFO  (closeThreadPool-5538-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 465817 INFO  (closeThreadPool-5538-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 465817 INFO  (closeThreadPool-5538-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 465817 INFO  (closeThreadPool-5538-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@183117f7{/,null,AVAILABLE}
   [junit4]   2> 465820 INFO  (closeThreadPool-5538-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@186bfea7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58102}
   [junit4]   2> 465820 INFO  (closeThreadPool-5538-thread-1) [     ] o.e.j.s.Server Started @465943ms
   [junit4]   2> 465820 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=hdfs://localhost:58036/hdfs__localhost_58036__Users_jenkins_workspace_Lucene-Solr-8.x-MacOSX_solr_build_solr-core_test_J1_temp_solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001_tempDir-002_jetty1, hostPort=58102, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 465821 ERROR (closeThreadPool-5538-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 465821 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 465821 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 465822 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 465822 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 465822 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-30T04:44:04.496115Z
   [junit4]   2> 465824 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 465831 INFO  (zkConnectionManagerCallback-5540-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 465831 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 465941 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 465941 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/shard-1-001/solr.xml
   [junit4]   2> 465944 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 465944 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 465945 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54f310c, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 466122 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 466124 WARN  (closeThreadPool-5538-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@49dbdf4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 466124 WARN  (closeThreadPool-5538-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@49dbdf4e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 466134 WARN  (closeThreadPool-5538-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2638a9e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 466141 WARN  (closeThreadPool-5538-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2638a9e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 466142 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58061/solr
   [junit4]   2> 466144 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 466150 INFO  (zkConnectionManagerCallback-5551-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466151 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 466265 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 466268 INFO  (zkConnectionManagerCallback-5553-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 466269 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 466294 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 466315 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.c.ZkController Publish node=127.0.0.1:58102_ as DOWN
   [junit4]   2> 466319 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 466319 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58102_
   [junit4]   2> 466325 INFO  (zkCallback-5508-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 466326 INFO  (zkCallback-5536-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 466327 INFO  (zkCallback-5552-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 466337 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 466337 WARN  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 466374 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 466415 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54f310c
   [junit4]   2> 466432 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54f310c
   [junit4]   2> 466432 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54f310c
   [junit4]   2> 466434 INFO  (closeThreadPool-5538-thread-1) [n:127.0.0.1:58102_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/shard-1-001/cores
   [junit4]   2> 466464 INFO  (closeThreadPool-5538-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:58102_
   [junit4]   2> 466469 INFO  (qtp634880824-5859) [n:127.0.0.1:58066_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:58102_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 466490 INFO  (OverseerCollectionConfigSetProcessor-72134772078346244-127.0.0.1:58066_-n_0000000000) [n:127.0.0.1:58066_     ] 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> 466524 INFO  (qtp634880824-5862) [n:127.0.0.1:58066_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=15
   [junit4]   2> 466527 INFO  (qtp634880824-5860) [n:127.0.0.1:58066_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 466534 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 466548 INFO  (qtp634880824-5861) [n:127.0.0.1:58066_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=10
   [junit4]   2> 466552 INFO  (qtp634880824-5862) [n:127.0.0.1:58066_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 466555 INFO  (qtp475298293-5926) [n:127.0.0.1:58102_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 466567 INFO  (OverseerThreadFactory-5516-thread-3-processing-n:127.0.0.1:58066_) [n:127.0.0.1:58066_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:58102_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 466593 INFO  (OverseerThreadFactory-5516-thread-3-processing-n:127.0.0.1:58066_) [n:127.0.0.1:58066_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 466652 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 467711 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 467738 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 468016 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 468146 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 468147 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@54f310c
   [junit4]   2> 468147 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:58036/solr_hdfs_home
   [junit4]   2> 468147 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 468147 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.index.hdfs.CheckHdfsIndexTest_E3477FFF287E18A9-001/shard-1-001/cores/collection1_shard1_replica_n1], dataDir=[hdfs://localhost:58036/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 468152 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:58036/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 468172 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 468172 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_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> 468180 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 468183 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:58036/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 468232 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:58036/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 468247 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 468247 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_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> 468277 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 468278 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=82.173828125, floorSegmentMB=0.255859375, forceMergeDeletesPctAllowed=15.826613582402599, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=45.656443163248426
   [junit4]   2> 468351 WARN  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_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> 468409 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 468410 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 468410 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 468425 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 468425 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 468428 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8651891926595934]
   [junit4]   2> 468448 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4aaa34ab[collection1_shard1_replica_n1] main]
   [junit4]   2> 468450 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 468451 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 468451 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 468452 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665371311571992576
   [junit4]   2> 468456 INFO  (searcherExecutor-5564-thread-1-processing-n:127.0.0.1:58102_ x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@4aaa34ab[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 468465 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 468466 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 468480 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 468480 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 468480 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58102/collection1_shard1_replica_n1/
   [junit4]   2> 468480 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 468480 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:58102/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 468484 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72134772078346249-core_node2-n_0000000000
   [junit4]   2> 468490 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58102/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 468596 INFO  (zkCallback-5552-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 468597 INFO  (zkCallback-5552-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 468599 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 468609 INFO  (qtp475298293-5925) [n:127.0.0.1:58102_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1956
   [junit4]   2> 468622 INFO  (qtp634880824-5859) [n:127.0.0.1:58066_ c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:58102_&action=ADDREPLICA&co

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

stMultipleWithCollections_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/collections/testMultipleWithCollections_abc/collectionprops.json
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	49	/solr/collections/testMultipleWithCollections_abc2/state.json
   [junit4]   2> 	40	/solr/collections/testMultipleWithCollections_abc/state.json
   [junit4]   2> 	37	/solr/collections/testMultipleWithCollections_xyz/state.json
   [junit4]   2> 	32	/solr/collections/testMultipleWithCollections_xyz2/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	78	/solr/overseer/queue
   [junit4]   2> 	25	/solr/collections
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	20	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1780037 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:56372
   [junit4]   2> 1780037 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:56372
   [junit4]   2> 1780037 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[E3477FFF287E18A9]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 56372
   [junit4]   2> 1780038 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[E3477FFF287E18A9]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultipleWithCollections
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.TestWithCollection_E3477FFF287E18A9-001
   [junit4]   2> Apr 30, 2020 5:05:58 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6a1d743), locale=ha, timezone=America/Araguaina
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=155572264,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [MetricUtilsTest, TestWaitForStateWithJettyShutdowns, TestCorePropertiesReload, HighlighterWithoutStoredIdTest, ExitableDirectoryReaderTest, EmbeddedSolrNoSerializeTest, BlockDirectoryTest, TestDynamicFieldResource, TestRandomCollapseQParserPlugin, TestHttpShardHandlerFactory, CustomTermsComponentTest, TestSimExecutePlanAction, TestMaxTokenLenTokenizer, PhrasesIdentificationComponentTest, TestHashPartitioner, PeerSyncWithIndexFingerprintCachingTest, TestInPlaceUpdatesStandalone, TestDocTermOrdsUninvertLimit, CoreAdminHandlerTest, DistributedSuggestComponentTest, TestUseDocValuesAsStored, TestStandardQParsers, ClassificationUpdateProcessorTest, UpdateLogTest, NotRequiredUniqueKeyTest, TestTlogReplayVsRecovery, TestReplicaProperties, HttpPartitionWithTlogReplicasTest, CollectionPropsTest, AuthToolTest, TestFreeTextSuggestions, AliasIntegrationTest, BlockJoinFacetDistribTest, TestLegacyBM25SimilarityFactory, TestSolrCoreProperties, XmlUpdateRequestHandlerTest, XmlInterpolationTest, SolrRrdBackendFactoryTest, BadIndexSchemaTest, DocumentAnalysisRequestHandlerTest, TestOnReconnectListenerSupport, TestNestedDocsSort, TestRuleBasedAuthorizationPlugin, SampleTest, ZkNodePropsTest, MBeansHandlerTest, TestManagedSchema, SolrCmdDistributorTest, TestBackupRepositoryFactory, TestSolrConfigHandlerConcurrent, TestUniqueKeyFieldResource, TestFoldingMultitermQuery, TestStressVersions, DistributedMLTComponentTest, TestNumericRangeQuery64, ShardsWhitelistTest, SimplePostToolTest, HdfsBasicDistributedZk2Test, TestHighlightDedupGrouping, TestDocBasedVersionConstraints, UtilsToolTest, TestDynamicURP, MoveReplicaTest, ComputePlanActionTest, SmileWriterTest, IndexBasedSpellCheckerTest, HdfsRecoverLeaseTest, BasicAuthStandaloneTest, TestExceedMaxTermLength, OutOfBoxZkACLAndCredentialsProvidersTest, TestSnapshotCloudManager, TestEmbeddedSolrServerSchemaAPI, TestSegmentSorting, ConcurrentDeleteAndCreateCollectionTest, ByteBuffersDirectoryFactoryTest, QueryParsingTest, SolrJmxReporterCloudTest, TestXmlQParser, TestConfigSetImmutable, DirectUpdateHandlerTest, ZookeeperReadAPITest, SpatialFilterTest, RequestHandlersTest, TestZkAclsWithHadoopAuth, CleanupOldIndexTest, TestCloudConsistency, TestReloadAndDeleteDocs, SplitByPrefixTest, CurrencyRangeFacetCloudTest, BasicDistributedZkTest, DeleteInactiveReplicaTest, DistribCursorPagingTest, DocValuesNotIndexedTest, ForceLeaderTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, LeaderFailureAfterFreshStartTest, OverseerTest, ReindexCollectionTest, TestConfigSetsAPI, TestLeaderElectionZkExpiry, TestQueryingOnDownCollection, TestRandomRequestDistribution, TestSolrCloudWithSecureImpersonation, TestWithCollection]
   [junit4] Completed [596/907 (2!)] on J4 in 199.78s, 9 tests, 1 error <<< FAILURES!

[...truncated 39165 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj568641302
 [ecj-lint] Compiling 931 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj568641302
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingStoredFieldsReader.java (at line 166)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, INDEX_EXTENSION_PREFIX, INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingTermVectorsReader.java (at line 148)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, VECTORS_INDEX_EXTENSION_PREFIX, VECTORS_INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java (at line 50)
 [ecj-lint] 	import org.apache.lucene.util.automaton.ByteRunAutomaton;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.automaton.ByteRunAutomaton is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java (at line 742)
 [ecj-lint] 	Integer q = newstate.get(statesSet);
 [ecj-lint] 	                         ^^^^^^^^^
 [ecj-lint] Unlikely argument type SortedIntSet for get(Object) on a Map<SortedIntSet.FrozenIntSet,Integer>
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build.xml:201: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2127: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 65 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-13.0.2) - Build # 918 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/918/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.NodeMarkersRegistrationTest.testNodeMarkersRegistration

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([AAEA760AA43F7536:B250FE06AA0AB8D9]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.cloud.autoscaling.NodeMarkersRegistrationTest.testNodeMarkersRegistration(NodeMarkersRegistrationTest.java:256)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.schema.TestPointFields.testIntPointFieldMultiValuedRangeFacet

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([AAEA760AA43F7536:DCE5DF18E2DD779F]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1010)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:970)
	at org.apache.solr.schema.TestPointFields.testIntPointFieldMultiValuedRangeFacet(TestPointFields.java:391)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//lst[@name='facet_counts']/lst[@name='facet_ranges']/lst[@name='number_p_i_mv_dv']/lst[@name='counts']/int[@name='-2012678548'][.='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">0</int>
</lst>
<result name="response" numFound="10" start="0">
  <doc>
    <str name="id">0</str>
    <arr name="number_p_i_mv_dv">
      <int>2114723136</int>
      <int>748079079</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>2114723136</int>
      <int>748079079</int>
    </arr>
    <long name="_version_">1665361713475616768</long></doc>
  <doc>
    <str name="id">1</str>
    <arr name="number_p_i_mv_dv">
      <int>1395192767</int>
      <int>-1732347417</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>1395192767</int>
      <int>-1732347417</int>
    </arr>
    <long name="_version_">1665361713490296832</long></doc>
  <doc>
    <str name="id">2</str>
    <arr name="number_p_i_mv_dv">
      <int>-1664541773</int>
      <int>1948062448</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>-1664541773</int>
      <int>1948062448</int>
    </arr>
    <long name="_version_">1665361713490296833</long></doc>
  <doc>
    <str name="id">3</str>
    <arr name="number_p_i_mv_dv">
      <int>-1648428784</int>
      <int>688352084</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>-1648428784</int>
      <int>688352084</int>
    </arr>
    <long name="_version_">1665361713490296834</long></doc>
  <doc>
    <str name="id">4</str>
    <arr name="number_p_i_mv_dv">
      <int>1696273702</int>
      <int>1545306619</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>1696273702</int>
      <int>1545306619</int>
    </arr>
    <long name="_version_">1665361713490296835</long></doc>
  <doc>
    <str name="id">5</str>
    <arr name="number_p_i_mv_dv">
      <int>690966355</int>
      <int>-1953578130</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>690966355</int>
      <int>-1953578130</int>
    </arr>
    <long name="_version_">1665361713491345408</long></doc>
  <doc>
    <str name="id">6</str>
    <arr name="number_p_i_mv_dv">
      <int>-2012678548</int>
      <int>1310264629</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>-2012678548</int>
      <int>1310264629</int>
    </arr>
    <long name="_version_">1665361713491345409</long></doc>
  <doc>
    <str name="id">7</str>
    <arr name="number_p_i_mv_dv">
      <int>1339518216</int>
      <int>1818847043</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>1339518216</int>
      <int>1818847043</int>
    </arr>
    <long name="_version_">1665361713491345410</long></doc>
  <doc>
    <str name="id">8</str>
    <arr name="number_p_i_mv_dv">
      <int>1914735820</int>
      <int>-1883685504</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>1914735820</int>
      <int>-1883685504</int>
    </arr>
    <long name="_version_">1665361713499734016</long></doc>
  <doc>
    <str name="id">9</str>
    <arr name="number_p_i_mv_dv">
      <int>265216355</int>
      <int>-1666538522</int>
    </arr>
    <arr name="number_p_i_mv">
      <int>265216355</int>
      <int>-1666538522</int>
    </arr>
    <long name="_version_">1665361713504976896</long></doc>
</result>
<lst name="facet_counts">
  <lst name="facet_queries"/>
  <lst name="facet_fields"/>
  <lst name="facet_ranges">
    <lst name="number_p_i_mv_dv">
      <lst name="counts">
        <int name="-2012678548">7</int>
        <int name="-1599938378">0</int>
        <int name="-1187198208">0</int>
        <int name="-774458038">0</int>
        <int name="-361717868">0</int>
        <int name="51022302">1</int>
        <int name="463762472">3</int>
        <int name="876502642">0</int>
        <int name="1289242812">4</int>
        <int name="1701982982">4</int>
      </lst>
      <int name="gap">412740170</int>
      <int name="start">-2012678548</int>
      <int name="end">2114723152</int>
    </lst>
  </lst>
  <lst name="facet_intervals"/>
  <lst name="facet_heatmaps"/>
</lst>
</response>

	request was:facet.range=number_p_i_mv_dv&q=*:*&facet.range.gap=412740170&indent=on&facet=true&wt=xml&facet.range.start=-2012678548&facet.range.end=2114723136
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1003)
	... 40 more




Build Log:
[...truncated 15170 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.NodeMarkersRegistrationTest
   [junit4]   2> 1420265 INFO  (SUITE-NodeMarkersRegistrationTest-seed#[AAEA760AA43F7536]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1420266 INFO  (SUITE-NodeMarkersRegistrationTest-seed#[AAEA760AA43F7536]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.NodeMarkersRegistrationTest_AAEA760AA43F7536-001/data-dir-156-001
   [junit4]   2> 1420266 WARN  (SUITE-NodeMarkersRegistrationTest-seed#[AAEA760AA43F7536]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 1420266 INFO  (SUITE-NodeMarkersRegistrationTest-seed#[AAEA760AA43F7536]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1420266 INFO  (SUITE-NodeMarkersRegistrationTest-seed#[AAEA760AA43F7536]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1420266 INFO  (SUITE-NodeMarkersRegistrationTest-seed#[AAEA760AA43F7536]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1420269 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testNodeMarkersRegistration
   [junit4]   2> 1420269 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.NodeMarkersRegistrationTest_AAEA760AA43F7536-001/tempDir-001
   [junit4]   2> 1420269 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1420269 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1420269 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1420376 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkTestServer start zk server on port:58925
   [junit4]   2> 1420376 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:58925
   [junit4]   2> 1420376 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58925
   [junit4]   2> 1420376 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58925
   [junit4]   2> 1420378 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1420381 INFO  (zkConnectionManagerCallback-11576-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420381 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1420384 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1420386 INFO  (zkConnectionManagerCallback-11578-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420386 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1420387 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1420389 INFO  (zkConnectionManagerCallback-11580-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420389 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1420496 WARN  (jetty-launcher-11581-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1420496 WARN  (jetty-launcher-11581-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1420496 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1420496 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1420496 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1420496 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1420496 INFO  (jetty-launcher-11581-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1420496 INFO  (jetty-launcher-11581-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1420499 INFO  (jetty-launcher-11581-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1420499 INFO  (jetty-launcher-11581-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1420499 INFO  (jetty-launcher-11581-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1420499 INFO  (jetty-launcher-11581-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d1fa47a{/solr,null,AVAILABLE}
   [junit4]   2> 1420499 INFO  (jetty-launcher-11581-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1420499 INFO  (jetty-launcher-11581-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1420499 INFO  (jetty-launcher-11581-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3177af4{/solr,null,AVAILABLE}
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4a920147{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58930}
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-2) [     ] o.e.j.s.Server Started @1420559ms
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58930}
   [junit4]   2> 1420500 ERROR (jetty-launcher-11581-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-30T02:07:10.552421Z
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5ae79d17{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58931}
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-1) [     ] o.e.j.s.Server Started @1420560ms
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58931}
   [junit4]   2> 1420500 ERROR (jetty-launcher-11581-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1420500 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-30T02:07:10.552934Z
   [junit4]   2> 1420501 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1420501 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1420503 INFO  (zkConnectionManagerCallback-11583-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420503 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1420504 INFO  (zkConnectionManagerCallback-11585-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420504 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1420505 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1420505 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1420674 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1420675 WARN  (jetty-launcher-11581-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@434e0e7e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1420675 WARN  (jetty-launcher-11581-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@434e0e7e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1420677 WARN  (jetty-launcher-11581-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@26242d26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1420677 WARN  (jetty-launcher-11581-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@26242d26[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1420678 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58925/solr
   [junit4]   2> 1420679 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1420681 INFO  (zkConnectionManagerCallback-11596-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420681 INFO  (jetty-launcher-11581-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1420786 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1420787 WARN  (jetty-launcher-11581-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f6ade94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1420787 WARN  (jetty-launcher-11581-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f6ade94[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1420789 WARN  (jetty-launcher-11581-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d1746fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1420789 WARN  (jetty-launcher-11581-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d1746fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1420790 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58925/solr
   [junit4]   2> 1420790 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1420793 INFO  (zkConnectionManagerCallback-11607-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420793 INFO  (jetty-launcher-11581-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1420829 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1420831 INFO  (zkConnectionManagerCallback-11609-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420831 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1420937 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1420940 INFO  (zkConnectionManagerCallback-11613-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1420940 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1420968 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58930_solr
   [junit4]   2> 1420970 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.c.Overseer Overseer (id=72134155504189448-127.0.0.1:58930_solr-n_0000000000) starting
   [junit4]   2> 1420987 INFO  (OverseerStateUpdate-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [n:127.0.0.1:58930_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58930_solr
   [junit4]   2> 1420987 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58930_solr
   [junit4]   2> 1420987 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1420990 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1420991 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1420991 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1420991 INFO  (OverseerStateUpdate-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [n:127.0.0.1:58930_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1420994 INFO  (zkCallback-11608-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1420997 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1420997 WARN  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1421001 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58931_solr as DOWN
   [junit4]   2> 1421002 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:58930_solr]
   [junit4]   2> 1421004 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1421004 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1421004 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58931_solr
   [junit4]   2> 1421005 DEBUG (ScheduledTrigger-11618-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1421007 INFO  (zkCallback-11608-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1421007 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1421008 INFO  (zkCallback-11612-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1421010 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1421010 WARN  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1421011 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1421023 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1421035 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58930.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1421043 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58930.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1421043 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58930.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1421044 INFO  (jetty-launcher-11581-thread-2) [n:127.0.0.1:58930_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.NodeMarkersRegistrationTest_AAEA760AA43F7536-001/tempDir-001/node2/.
   [junit4]   2> 1421047 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58931.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1421053 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58931.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1421053 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58931.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1421054 INFO  (jetty-launcher-11581-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.NodeMarkersRegistrationTest_AAEA760AA43F7536-001/tempDir-001/node1/.
   [junit4]   2> 1421065 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1421065 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1421068 INFO  (zkConnectionManagerCallback-11636-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421068 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1421071 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1421075 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58925/solr ready
   [junit4]   2> 1421083 INFO  (qtp1146480573-20447) [n:127.0.0.1:58930_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1421087 INFO  (qtp1146480573-20446) [n:127.0.0.1:58930_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1421087 INFO  (qtp1411410403-20450) [n:127.0.0.1:58931_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1421087 DEBUG (qtp1146480573-20449) [n:127.0.0.1:58930_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1421087 INFO  (qtp1146480573-20449) [n:127.0.0.1:58930_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1421091 DEBUG (zkCallback-11612-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1421092 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1421092 INFO  (qtp1146480573-20451) [n:127.0.0.1:58930_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1421099 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1421102 DEBUG (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1421108 INFO  (qtp1146480573-20451) [n:127.0.0.1:58930_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 1421109 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1421109 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1421109 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1421109 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1421113 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1421113 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1421113 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1421113 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ff2ba2e{/solr,null,AVAILABLE}
   [junit4]   2> 1421115 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@67b47856{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58944}
   [junit4]   2> 1421115 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.Server Started @1421175ms
   [junit4]   2> 1421115 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58944}
   [junit4]   2> 1421116 ERROR (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1421116 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1421116 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1421116 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1421116 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1421116 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-30T02:07:11.168259Z
   [junit4]   2> 1421117 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1421119 INFO  (zkConnectionManagerCallback-11638-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421119 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1421119 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1421322 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1421322 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ee1e6eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1421322 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ee1e6eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1421324 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39f20ac6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1421324 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39f20ac6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1421325 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58925/solr
   [junit4]   2> 1421326 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1421328 INFO  (zkConnectionManagerCallback-11649-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421328 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1421442 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1421444 INFO  (zkConnectionManagerCallback-11651-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1421444 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1421453 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1421460 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58944_solr as DOWN
   [junit4]   2> 1421462 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1421462 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58944_solr
   [junit4]   2> 1421464 INFO  (zkCallback-11612-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1421465 INFO  (zkCallback-11608-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1421465 INFO  (zkCallback-11650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1421465 INFO  (zkCallback-11635-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1421467 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1421468 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1421480 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1421496 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58944.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1421503 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58944.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1421503 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58944.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1421503 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58944_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.NodeMarkersRegistrationTest_AAEA760AA43F7536-001/tempDir-001/node3/.
   [junit4]   2> 1421510 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 1421511 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.a.NodeMarkersRegistrationTest ====== KILL OVERSEER 1
   [junit4]   2> 1421511 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=591868621
   [junit4]   2> 1421511 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58930_solr
   [junit4]   2> 1421512 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1421512 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:58930_solr as DOWN
   [junit4]   2> 1421515 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1421516 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1421516 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@70055d28: rootName = solr_58930, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@386ac369
   [junit4]   2> 1421522 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1421522 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@161d5339: rootName = solr_58930, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@23e6a8f0
   [junit4]   2> 1421525 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1421525 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5cea8b46: rootName = solr_58930, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6efe111a
   [junit4]   2> 1421525 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1421526 INFO  (closeThreadPool-11664-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72134155504189448-127.0.0.1:58930_solr-n_0000000000) closing
   [junit4]   2> 1421527 INFO  (OverseerStateUpdate-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [n:127.0.0.1:58930_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58930_solr
   [junit4]   2> 1421528 INFO  (OverseerAutoScalingTriggerThread-72134155504189448-127.0.0.1:58930_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1421530 DEBUG (closeThreadPool-11664-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 1421531 DEBUG (closeThreadPool-11664-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 1421531 DEBUG (closeThreadPool-11664-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 1421531 DEBUG (closeThreadPool-11664-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 1421532 DEBUG (closeThreadPool-11664-thread-2) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 1421532 DEBUG (closeThreadPool-11664-thread-2) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1421532 INFO  (closeThreadPool-11664-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72134155504189448-127.0.0.1:58930_solr-n_0000000000) closing
   [junit4]   2> 1421643 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.Overseer Overseer (id=72134155504189448-127.0.0.1:58930_solr-n_0000000000) closing
   [junit4]   2> 1421645 INFO  (zkCallback-11608-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1421645 INFO  (zkCallback-11650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1421646 INFO  (zkCallback-11608-thread-1) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58931_solr
   [junit4]   2> 1421646 INFO  (zkCallback-11635-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1421648 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4a920147{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1421649 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d1fa47a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1421649 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1421649 INFO  (zkCallback-11608-thread-1) [n:127.0.0.1:58931_solr     ] o.a.s.c.Overseer Overseer (id=72134155504189447-127.0.0.1:58931_solr-n_0000000001) starting
   [junit4]   2> 1421651 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 58930
   [junit4]   2> 1421658 INFO  (OverseerStateUpdate-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [n:127.0.0.1:58931_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:58931_solr
   [junit4]   2> 1421659 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1421659 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 0
   [junit4]   2> 1421659 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1421661 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:58931_solr, 127.0.0.1:58944_solr]
   [junit4]   2> 1421662 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.NodeLostTrigger Adding lost node from marker path: 127.0.0.1:58930_solr
   [junit4]   2> 1421662 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1421663 DEBUG (ScheduledTrigger-11666-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 1421663 DEBUG (ScheduledTrigger-11666-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:58930_solr
   [junit4]   2> 1421663 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1422670 DEBUG (ScheduledTrigger-11666-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1423678 DEBUG (ScheduledTrigger-11666-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1424688 DEBUG (ScheduledTrigger-11666-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1425795 DEBUG (ScheduledTrigger-11666-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1426655 INFO  (qtp1411410403-20450) [n:127.0.0.1:58931_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1426663 INFO  (qtp1411410403-20450) [n:127.0.0.1:58931_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 1426665 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.a.NodeMarkersRegistrationTest ====== ADD TRIGGERS
   [junit4]   2> 1426669 INFO  (qtp1411410403-20454) [n:127.0.0.1:58931_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1426670 INFO  (qtp839988307-20513) [n:127.0.0.1:58944_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1426670 DEBUG (qtp839988307-20511) [n:127.0.0.1:58944_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1426671 INFO  (qtp839988307-20511) [n:127.0.0.1:58944_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1426671 DEBUG (zkCallback-11608-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1426672 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1426674 INFO  (qtp1411410403-20452) [n:127.0.0.1:58931_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1426675 INFO  (qtp839988307-20512) [n:127.0.0.1:58944_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1426675 INFO  (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.NodeMarkersRegistrationTest TestEventMarkerAction init
   [junit4]   2> 1426675 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerMR - Initial livenodes: [127.0.0.1:58931_solr, 127.0.0.1:58944_solr]
   [junit4]   2> 1426675 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerMR instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.NodeMarkersRegistrationTest$TestEventMarkerAction}], enabled=true}
   [junit4]   2> 1426675 DEBUG (qtp1411410403-20448) [n:127.0.0.1:58931_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1426676 INFO  (qtp1411410403-20448) [n:127.0.0.1:58931_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1426677 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1426678 DEBUG (zkCallback-11608-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1426678 DEBUG (ScheduledTrigger-11666-thread-4) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerMR
   [junit4]   2> 1426678 DEBUG (ScheduledTrigger-11666-thread-4) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1426680 INFO  (qtp1411410403-20450) [n:127.0.0.1:58931_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1426680 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 3
   [junit4]   2> 1426680 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1426681 INFO  (qtp839988307-20513) [n:127.0.0.1:58944_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1426681 DEBUG (qtp1411410403-20454) [n:127.0.0.1:58931_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1426682 INFO  (qtp1411410403-20454) [n:127.0.0.1:58931_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1426682 INFO  (qtp1411410403-20452) [n:127.0.0.1:58931_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1426682 DEBUG (zkCallback-11608-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1426684 INFO  (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.NodeMarkersRegistrationTest TestEventMarkerAction init
   [junit4]   2> 1426684 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_triggerMR - Initial livenodes: [127.0.0.1:58931_solr, 127.0.0.1:58944_solr]
   [junit4]   2> 1426687 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1426687 DEBUG (ScheduledTrigger-11666-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_triggerMR with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1426688 INFO  (OverseerCollectionConfigSetProcessor-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [n:127.0.0.1:58931_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1426690 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 4
   [junit4]   2> 1426690 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1426693 INFO  (qtp1411410403-20452) [n:127.0.0.1:58931_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 1426693 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1426694 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.a.NodeMarkersRegistrationTest ====== ADD NODE 1
   [junit4]   2> 1426694 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1426694 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1426694 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1426694 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 1426697 DEBUG (OverseerAutoScalingTriggerThread-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1426697 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1426697 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1426697 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1426697 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@148e273a{/solr,null,AVAILABLE}
   [junit4]   2> 1426698 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2335c08a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:58957}
   [junit4]   2> 1426698 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.Server Started @1426758ms
   [junit4]   2> 1426698 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58957}
   [junit4]   2> 1426698 ERROR (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1426698 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1426699 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1426699 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1426699 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1426699 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-30T02:07:16.751097Z
   [junit4]   2> 1426699 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1426702 INFO  (zkConnectionManagerCallback-11670-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426702 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1426703 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1426795 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 1426986 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1426987 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@275fb70d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426987 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@275fb70d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426989 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@296ab449[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426989 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@296ab449[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1426990 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58925/solr
   [junit4]   2> 1426991 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1426991 INFO  (zkConnectionManagerCallback-11681-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1426991 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1427104 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1427106 INFO  (zkConnectionManagerCallback-11683-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1427106 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1427114 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1427121 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:58957_solr as DOWN
   [junit4]   2> 1427122 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1427122 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58957_solr
   [junit4]   2> 1427126 INFO  (zkCallback-11608-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1427126 INFO  (zkCallback-11635-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1427126 INFO  (zkCallback-11650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1427126 INFO  (zkCallback-11682-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1427128 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1427128 WARN  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1427141 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1427165 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58957.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1427173 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58957.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1427173 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58957.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a8a4c64
   [junit4]   2> 1427174 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [n:127.0.0.1:58957_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.autoscaling.NodeMarkersRegistrationTest_AAEA760AA43F7536-001/tempDir-001/node4/.
   [junit4]   2> 1427178 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 1427692 DEBUG (ScheduledTrigger-11666-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerMR
   [junit4]   2> 1427692 DEBUG (ScheduledTrigger-11666-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1427692 DEBUG (ScheduledTrigger-11666-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:58957_solr at time 1168242683014750
   [junit4]   2> 1427692 DEBUG (ScheduledTrigger-11666-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_triggerMR with currently live nodes: 3 and last live nodes: 2
   [junit4]   2> 1427799 DEBUG (ScheduledTrigger-11666-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 2
   [junit4]   2> 1428696 DEBUG (ScheduledTrigger-11666-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_triggerMR with currently live nodes: 3 and last live nodes: 3
   [junit4]   2> 1428696 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerMR
   [junit4]   2> 1428696 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 1428696 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerMR firing registered processor for nodes: [127.0.0.1:58957_solr] added at times [1168242683014750], now=1168243687247799
   [junit4]   2> 1428696 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"42682b221ee5eT8wio8jflr4b2ljpot0cb6n27r",
   [junit4]   2>   "source":"node_added_triggerMR",
   [junit4]   2>   "eventTime":1168242683014750,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1168242683014750],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:58957_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1428697 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [node_lost_triggerMR, node_added_triggerMR, .auto_add_replicas]
   [junit4]   2> 1428698 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"42682b221ee5eT8wio8jflr4b2ljpot0cb6n27r",
   [junit4]   2>   "source":"node_added_triggerMR",
   [junit4]   2>   "eventTime":1168242683014750,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1168242683014750],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1168243688084323,
   [junit4]   2>     "nodeNames":["127.0.0.1:58957_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1428698 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.NodeMarkersRegistrationTest  --- listener fired for event: {
   [junit4]   2>   "id":"42682b221ee5eT8wio8jflr4b2ljpot0cb6n27r",
   [junit4]   2>   "source":"node_added_triggerMR",
   [junit4]   2>   "eventTime":1168242683014750,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1168242683014750],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1168243688084323,
   [junit4]   2>     "nodeNames":["127.0.0.1:58957_solr"],
   [junit4]   2>     "replicaType":"NRT"}}, stage: STARTED
   [junit4]   2> 1428698 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.NodeMarkersRegistrationTest  --- listener wait complete for event: {
   [junit4]   2>   "id":"42682b221ee5eT8wio8jflr4b2ljpot0cb6n27r",
   [junit4]   2>   "source":"node_added_triggerMR",
   [junit4]   2>   "eventTime":1168242683014750,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1168242683014750],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1168243688084323,
   [junit4]   2>     "nodeNames":["127.0.0.1:58957_solr"],
   [junit4]   2>     "replicaType":"NRT"}}, stage: STARTED
   [junit4]   2> 1428698 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.NodeAddedTrigger Removing new node from tracking: 127.0.0.1:58957_solr
   [junit4]   2> 1428698 DEBUG (AutoscalingActionExecutor-11667-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"42682b221ee5eT8wio8jflr4b2ljpot0cb6n27r",
   [junit4]   2>   "source":"node_added_triggerMR",
   [junit4]   2>   "eventTime":1168242683014750,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1168242683014750],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1168243688084323,
   [junit4]   2>     "nodeNames":["127.0.0.1:58957_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1428700 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=623726400
   [junit4]   2> 1428700 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58957_solr
   [junit4]   2> 1428701 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1428701 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:58957_solr as DOWN
   [junit4]   2> 1428701 DEBUG (AutoscalingActionExecutor-11667-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"42682b221ee5eT8wio8jflr4b2ljpot0cb6n27r",
   [junit4]   2>   "source":"node_added_triggerMR",
   [junit4]   2>   "eventTime":1168242683014750,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1168242683014750],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":1168243688084323,
   [junit4]   2>     "nodeNames":["127.0.0.1:58957_solr"],
   [junit4]   2>     "replicaType":"NRT"}}
   [junit4]   2> 1428701 DEBUG (AutoscalingActionExecutor-11667-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerMR after 5000ms
   [junit4]   2> 1428701 DEBUG (AutoscalingActionExecutor-11667-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 1428701 DEBUG (AutoscalingActionExecutor-11667-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_triggerMR after 5000ms
   [junit4]   2> 1428701 DEBUG (AutoscalingActionExecutor-11667-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing took 3 ms for event id=42682b221ee5eT8wio8jflr4b2ljpot0cb6n27r
   [junit4]   2> 1428702 INFO  (zkCallback-11608-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1428702 INFO  (zkCallback-11635-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1428703 INFO  (zkCallback-11650-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1428704 INFO  (zkCallback-11682-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1428704 INFO  (OverseerCollectionConfigSetProcessor-72134155504189447-127.0.0.1:58931_solr-n_0000000001) [n:127.0.0.1:58931_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1428708 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1428708 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32fe2254: rootName = solr_58957, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@205c4026
   [junit4]   2> 1428714 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1428714 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e4e9cea: rootName = solr_58957, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@23e6a8f0
   [junit4]   2> 1428717 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1428717 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@29c2b0af: rootName = solr_58957, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@6efe111a
   [junit4]   2> 1428717 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1428829 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2335c08a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1428829 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@148e273a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1428829 INFO  (TEST-NodeMarkersRegistrationTest.testNodeMarkersRegistration-seed#[AAEA760AA43F7536]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1440063 DEBUG (ScheduledTrigger-11666-thread-1) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerMR
   [junit4]   2> 1440063 DEBUG (ScheduledTrigger-11666-thread-1) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1440063 DEBUG (ScheduledTrigger-11666-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 3
   [junit4]   2> 1440063 DEBUG (ScheduledTrigger-11666-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:58957_solr
   [junit4]   2> 1440067 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_triggerMR with currently live nodes: 2 and last live nodes: 3
   [junit4]   2> 1440067 DEBUG (ScheduledTrigger-11666-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:58957_solr
   [junit4]   2> 1440174 INFO  (jetty-closer-11697-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1446295407
   [junit4]   2> 1440174 INFO  (jetty-closer-11697-thread-1) [     ] o.a.s.c.ZkController Remove node 

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

_ni_dv_ns=DocValuesFormat(name=Lucene80), number_p_i_ni_ns_dv=DocValuesFormat(name=Lucene80), number_p_f_ni_dv=DocValuesFormat(name=Asserting), foo_p_dt_ni_dv_ns=DocValuesFormat(name=Direct), number_p_dt_dv=DocValuesFormat(name=Lucene80), number_p_l_ni_mv_dv_smf=DocValuesFormat(name=Direct), number_p_dt_ni_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_d_ni_mv_dv=DocValuesFormat(name=Asserting), number_p_d_dv_ns_mv=DocValuesFormat(name=Asserting), number_p_l_ni_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_f_ni_dv_sml=DocValuesFormat(name=Lucene80), number_p_d_mv_dv=DocValuesFormat(name=Lucene80), number_p_i_dv=DocValuesFormat(name=Direct), number_p_f_mv_dv_sml=DocValuesFormat(name=Direct), number_p_i_mv_dv_sml=DocValuesFormat(name=Lucene80), number_p_f_ni_dv_smf=DocValuesFormat(name=Direct), number_p_dt_ni_dv_ns=DocValuesFormat(name=Asserting), number_p_f_mv_dv_smf=DocValuesFormat(name=Lucene80), number_p_i_ni_dv=DocValuesFormat(name=Lucene80), number_p_f_dv_ns=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1200, maxMBSortInHeap=7.9005808406120925, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@606fed2a), locale=bs-Cyrl, timezone=Pacific/Funafuti
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=238845208,total=534773760
   [junit4]   2> NOTE: All tests run in this JVM: [TestDeprecatedFilters, SolrMetricReporterTest, TestJsonFacetErrors, ZkCLITest, TestDelegationWithHadoopAuth, MissingSegmentRecoveryTest, CollectionsAPISolrJTest, TestCollectionAPIs, StatsComponentTest, TestUnifiedSolrHighlighter, FacetPivotSmallTest, CreateRoutedAliasTest, BadComponentTest, TestIBSimilarityFactory, ResponseBuilderTest, OpenExchangeRatesOrgProviderTest, TestFieldResource, TestCloudRecovery2, TestTolerantUpdateProcessorCloud, TestPartialUpdateDeduplication, ScheduledTriggerTest, ConnectionReuseTest, VersionInfoTest, TestIntervalFaceting, HdfsRestartWhileUpdatingTest, SolrIndexMetricsTest, TestNRTOpen, TestHashQParserPlugin, JsonLoaderTest, TestTermsQParserPlugin, TestCollectionsAPIViaSolrCloudCluster, ChaosMonkeySafeLeaderTest, ChangedSchemaMergeTest, TestLegacyNumericRangeQueryBuilder, TestConfigSetsAPIZkFailure, TestCaffeineCache, TestConfigSets, SyncSliceTest, TestZkChroot, EchoParamsTest, PeerSyncWithLeaderTest, ConfigureRecoveryStrategyTest, TestInfoStreamLogging, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestPerFieldSimilarity, MaxSizeAutoCommitTest, SolrLogAuditLoggerPluginTest, TestRebalanceLeaders, RequiredFieldsTest, TestMacroExpander, CoreAdminRequestStatusTest, TestTolerantSearch, BigEndianAscendingWordSerializerTest, NumberUtilsTest, TriggerCooldownIntegrationTest, OverseerCollectionConfigSetProcessorTest, DeleteShardTest, DistributedFacetSimpleRefinementLongTailTest, TestPullReplica, TestRandomDVFaceting, SimpleMLTQParserTest, TestDirectoryFactory, TestReplicationHandler, TestCustomSort, FullSolrCloudDistribCmdsTest, HdfsCollectionsAPIDistributedZkTest, TestDistribPackageStore, TestTestInjection, TestLegacyFieldCache, SliceStateTest, TestLuceneIndexBackCompat, PluginInfoTest, TestSimComputePlanAction, TestReRankQParserPlugin, TestCloudInspectUtil, RecoveryAfterSoftCommitTest, TestBlobHandler, TestNoOpRegenerator, InfoHandlerTest, ZkSolrClientTest, MetricTriggerIntegrationTest, TestSimpleTextCodec, UniqFieldsUpdateProcessorFactoryTest, SSLMigrationTest, DistributedQueryComponentOptimizationTest, TestLogWatcher, DOMUtilTest, ReplaceNodeTest, TestQueryTypes, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestDistributedSearch, AssignBackwardCompatibilityTest, CloudExitableDirectoryReaderTest, ClusterStateMockUtilTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, LeaderFailoverAfterPartitionTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MultiThreadedOCPTest, TestDistribDocBasedVersion, TestHashPartitioner, TestShortCircuitedRequests, TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorRandomCloud, TestHdfsCloudBackupRestore, AutoAddReplicasIntegrationTest, TriggerSetPropertiesIntegrationTest, TestSimExecutePlanAction, TestSimExtremeIndexing, TestSimGenericDistributedQueue, TestSimUtils, TestSnapshotCloudManager, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest, ZkStateWriterTest, ResourceLoaderTest, SOLR749Test, SolrCoreTest, TestConfigOverlay, TestConfigSetImmutable, TestDynamicLoadingUrl, TestSolrConfigHandlerConcurrent, XsltUpdateRequestHandlerTest, AutoscalingHistoryHandlerTest, ShardsWhitelistTest, TestExpandComponent, TestPivotHelperCode, RandomizedTaggerTest, Tagger2Test, TaggerTest, TaggingAttributeTest, XmlInterpolationTest, FastVectorHighlighterTest, HighlighterConfigTest, HighlighterMaxOffsetTest, HighlighterTest, HighlighterWithoutStoredIdTest, TestLegacyNumericUtils, SolrJmxReporterCloudTest, SolrCloudReportersTest, TestJavabinTupleStreamParser, TestPHPSerializedResponseWriter, TestSolrQueryResponse, TestSubQueryTransformerCrossCore, TestCopyFieldCollectionResource, TestDynamicFieldResource, TestFieldTypeResource, TestSchemaResource, TestSchemaVersionResource, TestManagedSynonymFilterFactory, DateFieldTest, ExternalFileFieldSortTest, IndexSchemaTest, PolyFieldTest, PreAnalyzedFieldTest, SchemaVersionSpecificBehaviorTest, SpatialRPTFieldTypeTest, TestManagedSchemaAPI, TestManagedSchemaThreadSafety, TestPointFields]
   [junit4] Completed [769/907 (2!)] on J1 in 47.11s, 104 tests, 1 error <<< FAILURES!

[...truncated 38578 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1188587874
 [ecj-lint] Compiling 931 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj1188587874
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingStoredFieldsReader.java (at line 166)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, INDEX_EXTENSION_PREFIX, INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingTermVectorsReader.java (at line 148)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, VECTORS_INDEX_EXTENSION_PREFIX, VECTORS_INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java (at line 50)
 [ecj-lint] 	import org.apache.lucene.util.automaton.ByteRunAutomaton;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.automaton.ByteRunAutomaton is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java (at line 742)
 [ecj-lint] 	Integer q = newstate.get(statesSet);
 [ecj-lint] 	                         ^^^^^^^^^
 [ecj-lint] Unlikely argument type SortedIntSet for get(Object) on a Map<SortedIntSet.FrozenIntSet,Integer>
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build.xml:201: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2127: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 55 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.6) - Build # 917 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/917/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnlySortLast

Error Message:
Unexpected number of elements in the group for 'intGSL' size: '6' GroupValue: '780734173' rsp: {responseHeader={zkConnected=true,status=0,QTime=32,params={q=*:*,group.sort=id asc,_stateVer_=dv_coll:4,group.limit=100,rows=100,wt=javabin,version=2,group.field=intGSL,group=true}},grouped={intGSL={matches=47,groups=[{groupValue=780734173,doclist={numFound=6,start=0,maxScore=1.0,docs=[SolrDocument{id=0, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=true, sortableGSL=base_string_68868__00000521, _version_=1665349612835176448, _root_=0}, SolrDocument{id=1, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=false, sortableGSL=base_string_68868__00000521, _version_=1665349612850905088, _root_=1}, SolrDocument{id=2, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=true, sortableGSL=base_string_68868__00000521, _version_=1665349612848807936, _root_=2}, SolrDocument{id=3, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=false, sortableGSL=base_string_68868__00000521, _version_=1665349612850905088, _root_=3}, SolrDocument{id=4, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=true, sortableGSL=base_string_68868__00000521, _version_=1665349612842516480, _root_=4}, SolrDocument{id=6, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=true, sortableGSL=base_string_68868__00000521, _version_=1665349612850905089, _root_=6}]}}, {groupValue=null,doclist={numFound=8,start=0,maxScore=1.0,docs=[SolrDocument{id=10000, _version_=1665349612835176448, _root_=10000}, SolrDocument{id=10005, _version_=1665349612842516481, _root_=10005}, SolrDocument{id=10010, _version_=1665349612850905092, _root_=10010}, SolrDocument{id=10015, _version_=1665349612851953664, _root_=10015}, SolrDocument{id=10020, _version_=1665349612851953665, _root_=10020}, SolrDocument{id=10025, _version_=1665349612850905094, _root_=10025}, SolrDocument{id=10035, _version_=1665349612851953664, _root_=10035}, SolrDocument{id=10045, _version_=1665349612851953666, _root_=10045}]}}, {groupValue=780740060,doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=10, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=true, sortableGSL=base_string_68868__00001190, _version_=1665349612850905090, _root_=10}, SolrDocument{id=11, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=false, sortableGSL=base_string_68868__00001190, _version_=1665349612850905091, _root_=11}, SolrDocument{id=12, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=true, sortableGSL=base_string_68868__00001190, _version_=1665349612843565056, _root_=12}, SolrDocument{id=13, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=false, sortableGSL=base_string_68868__00001190, _version_=1665349612850905092, _root_=13}, SolrDocument{id=7, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=false, sortableGSL=base_string_68868__00001190, _version_=1665349612850905090, _root_=7}, SolrDocument{id=8, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=true, sortableGSL=base_string_68868__00001190, _version_=1665349612850905089, _root_=8}, SolrDocument{id=9, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=false, sortableGSL=base_string_68868__00001190, _version_=1665349612850905091, _root_=9}]}}, {groupValue=780748076,doclist={numFound=5,start=0,maxScore=1.0,docs=[SolrDocument{id=14, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=true, sortableGSL=base_string_68868__00001694, _version_=1665349612850905093, _root_=14}, SolrDocument{id=15, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=false, sortableGSL=base_string_68868__00001694, _version_=1665349612843565057, _root_=15}, SolrDocument{id=16, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=true, sortableGSL=base_string_68868__00001694, _version_=1665349612843565058, _root_=16}, SolrDocument{id=18, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=true, sortableGSL=base_string_68868__00001694, _version_=1665349612850905093, _root_=18}, SolrDocument{id=20, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=true, sortableGSL=base_string_68868__00001694, _version_=1665349612843565059, _root_=20}]}}, {groupValue=780756526,doclist={numFound=4,start=0,maxScore=1.0,docs=[SolrDocument{id=22, intGSL=780756526, longGSL=2644341472017211464, doubleGSL=18170.202554154206, floatGSL=17616.082, dateGSL=Tue Jul 16 18:00:07 AEST 145687033, stringGSL=base_string_629588__00025000, boolGSL=true, sortableGSL=base_string_68868__00010921, _version_=1665349612843565060, _root_=22}, SolrDocument{id=24, intGSL=780756526, longGSL=2644341472017211464, doubleGSL=18170.202554154206, floatGSL=17616.082, dateGSL=Tue Jul 16 18:00:07 AEST 145687033, stringGSL=base_string_629588__00025000, boolGSL=true, sortableGSL=base_string_68868__00010921, _version_=1665349612851953666, _root_=24}, SolrDocument{id=26, intGSL=780756526, longGSL=2644341472017211464, doubleGSL=18170.202554154206, floatGSL=17616.082, dateGSL=Tue Jul 16 18:00:07 AEST 145687033, stringGSL=base_string_629588__00025000, boolGSL=true, sortableGSL=base_string_68868__00010921, _version_=1665349612850905095, _root_=26}, SolrDocument{id=27, intGSL=780756526, longGSL=2644341472017211464, doubleGSL=18170.202554154206, floatGSL=17616.082, dateGSL=Tue Jul 16 18:00:07 AEST 145687033, stringGSL=base_string_629588__00025000, boolGSL=false, sortableGSL=base_string_68868__00010921, _version_=1665349612851953667, _root_=27}]}}, {groupValue=780763537,doclist={numFound=5,start=0,maxScore=1.0,docs=[SolrDocument{id=28, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=true, sortableGSL=base_string_68868__00011710, _version_=1665349612851953668, _root_=28}, SolrDocument{id=30, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=true, sortableGSL=base_string_68868__00011710, _version_=1665349612850905096, _root_=30}, SolrDocument{id=31, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=false, sortableGSL=base_string_68868__00011710, _version_=1665349612850905097, _root_=31}, SolrDocument{id=32, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=true, sortableGSL=base_string_68868__00011710, _version_=1665349612851953669, _root_=32}, SolrDocument{id=34, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=true, sortableGSL=base_string_68868__00011710, _version_=1665349612843565061, _root_=34}]}}, {groupValue=780771802,doclist={numFound=6,start=0,maxScore=1.0,docs=[SolrDocument{id=35, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=false, sortableGSL=base_string_68868__00020463, _version_=1665349612843565062, _root_=35}, SolrDocument{id=36, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=true, sortableGSL=base_string_68868__00020463, _version_=1665349612843565063, _root_=36}, SolrDocument{id=38, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=true, sortableGSL=base_string_68868__00020463, _version_=1665349612851953670, _root_=38}, SolrDocument{id=39, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=false, sortableGSL=base_string_68868__00020463, _version_=1665349612851953665, _root_=39}, SolrDocument{id=40, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=true, sortableGSL=base_string_68868__00020463, _version_=1665349612851953671, _root_=40}, SolrDocument{id=41, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=false, sortableGSL=base_string_68868__00020463, _version_=1665349612843565064, _root_=41}]}}, {groupValue=780776648,doclist={numFound=6,start=0,maxScore=1.0,docs=[SolrDocument{id=42, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=true, sortableGSL=base_string_68868__00029830, _version_=1665349612851953672, _root_=42}, SolrDocument{id=43, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=false, sortableGSL=base_string_68868__00029830, _version_=1665349612843565065, _root_=43}, SolrDocument{id=44, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=true, sortableGSL=base_string_68868__00029830, _version_=1665349612843565066, _root_=44}, SolrDocument{id=46, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=true, sortableGSL=base_string_68868__00029830, _version_=1665349612843565067, _root_=46}, SolrDocument{id=47, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=false, sortableGSL=base_string_68868__00029830, _version_=1665349612843565068, _root_=47}, SolrDocument{id=48, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=true, sortableGSL=base_string_68868__00029830, _version_=1665349612851953673, _root_=48}]}}]}}}

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 'intGSL' size: '6' GroupValue: '780734173' rsp: {responseHeader={zkConnected=true,status=0,QTime=32,params={q=*:*,group.sort=id asc,_stateVer_=dv_coll:4,group.limit=100,rows=100,wt=javabin,version=2,group.field=intGSL,group=true}},grouped={intGSL={matches=47,groups=[{groupValue=780734173,doclist={numFound=6,start=0,maxScore=1.0,docs=[SolrDocument{id=0, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=true, sortableGSL=base_string_68868__00000521, _version_=1665349612835176448, _root_=0}, SolrDocument{id=1, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=false, sortableGSL=base_string_68868__00000521, _version_=1665349612850905088, _root_=1}, SolrDocument{id=2, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=true, sortableGSL=base_string_68868__00000521, _version_=1665349612848807936, _root_=2}, SolrDocument{id=3, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=false, sortableGSL=base_string_68868__00000521, _version_=1665349612850905088, _root_=3}, SolrDocument{id=4, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=true, sortableGSL=base_string_68868__00000521, _version_=1665349612842516480, _root_=4}, SolrDocument{id=6, intGSL=780734173, longGSL=2644341472017196928, doubleGSL=412.2025541542067, floatGSL=3817.0825, dateGSL=Tue Jul 16 17:59:55 AEST 145687033, stringGSL=base_string_629588__00008284, boolGSL=true, sortableGSL=base_string_68868__00000521, _version_=1665349612850905089, _root_=6}]}}, {groupValue=null,doclist={numFound=8,start=0,maxScore=1.0,docs=[SolrDocument{id=10000, _version_=1665349612835176448, _root_=10000}, SolrDocument{id=10005, _version_=1665349612842516481, _root_=10005}, SolrDocument{id=10010, _version_=1665349612850905092, _root_=10010}, SolrDocument{id=10015, _version_=1665349612851953664, _root_=10015}, SolrDocument{id=10020, _version_=1665349612851953665, _root_=10020}, SolrDocument{id=10025, _version_=1665349612850905094, _root_=10025}, SolrDocument{id=10035, _version_=1665349612851953664, _root_=10035}, SolrDocument{id=10045, _version_=1665349612851953666, _root_=10045}]}}, {groupValue=780740060,doclist={numFound=7,start=0,maxScore=1.0,docs=[SolrDocument{id=10, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=true, sortableGSL=base_string_68868__00001190, _version_=1665349612850905090, _root_=10}, SolrDocument{id=11, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=false, sortableGSL=base_string_68868__00001190, _version_=1665349612850905091, _root_=11}, SolrDocument{id=12, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=true, sortableGSL=base_string_68868__00001190, _version_=1665349612843565056, _root_=12}, SolrDocument{id=13, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=false, sortableGSL=base_string_68868__00001190, _version_=1665349612850905092, _root_=13}, SolrDocument{id=7, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=false, sortableGSL=base_string_68868__00001190, _version_=1665349612850905090, _root_=7}, SolrDocument{id=8, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=true, sortableGSL=base_string_68868__00001190, _version_=1665349612850905089, _root_=8}, SolrDocument{id=9, intGSL=780740060, longGSL=2644341472017201686, doubleGSL=5629.202554154207, floatGSL=6332.0825, dateGSL=Tue Jul 16 17:59:59 AEST 145687033, stringGSL=base_string_629588__00016622, boolGSL=false, sortableGSL=base_string_68868__00001190, _version_=1665349612850905091, _root_=9}]}}, {groupValue=780748076,doclist={numFound=5,start=0,maxScore=1.0,docs=[SolrDocument{id=14, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=true, sortableGSL=base_string_68868__00001694, _version_=1665349612850905093, _root_=14}, SolrDocument{id=15, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=false, sortableGSL=base_string_68868__00001694, _version_=1665349612843565057, _root_=15}, SolrDocument{id=16, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=true, sortableGSL=base_string_68868__00001694, _version_=1665349612843565058, _root_=16}, SolrDocument{id=18, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=true, sortableGSL=base_string_68868__00001694, _version_=1665349612850905093, _root_=18}, SolrDocument{id=20, intGSL=780748076, longGSL=2644341472017202861, doubleGSL=12364.202554154206, floatGSL=11365.083, dateGSL=Tue Jul 16 18:00:04 AEST 145687033, stringGSL=base_string_629588__00024530, boolGSL=true, sortableGSL=base_string_68868__00001694, _version_=1665349612843565059, _root_=20}]}}, {groupValue=780756526,doclist={numFound=4,start=0,maxScore=1.0,docs=[SolrDocument{id=22, intGSL=780756526, longGSL=2644341472017211464, doubleGSL=18170.202554154206, floatGSL=17616.082, dateGSL=Tue Jul 16 18:00:07 AEST 145687033, stringGSL=base_string_629588__00025000, boolGSL=true, sortableGSL=base_string_68868__00010921, _version_=1665349612843565060, _root_=22}, SolrDocument{id=24, intGSL=780756526, longGSL=2644341472017211464, doubleGSL=18170.202554154206, floatGSL=17616.082, dateGSL=Tue Jul 16 18:00:07 AEST 145687033, stringGSL=base_string_629588__00025000, boolGSL=true, sortableGSL=base_string_68868__00010921, _version_=1665349612851953666, _root_=24}, SolrDocument{id=26, intGSL=780756526, longGSL=2644341472017211464, doubleGSL=18170.202554154206, floatGSL=17616.082, dateGSL=Tue Jul 16 18:00:07 AEST 145687033, stringGSL=base_string_629588__00025000, boolGSL=true, sortableGSL=base_string_68868__00010921, _version_=1665349612850905095, _root_=26}, SolrDocument{id=27, intGSL=780756526, longGSL=2644341472017211464, doubleGSL=18170.202554154206, floatGSL=17616.082, dateGSL=Tue Jul 16 18:00:07 AEST 145687033, stringGSL=base_string_629588__00025000, boolGSL=false, sortableGSL=base_string_68868__00010921, _version_=1665349612851953667, _root_=27}]}}, {groupValue=780763537,doclist={numFound=5,start=0,maxScore=1.0,docs=[SolrDocument{id=28, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=true, sortableGSL=base_string_68868__00011710, _version_=1665349612851953668, _root_=28}, SolrDocument{id=30, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=true, sortableGSL=base_string_68868__00011710, _version_=1665349612850905096, _root_=30}, SolrDocument{id=31, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=false, sortableGSL=base_string_68868__00011710, _version_=1665349612850905097, _root_=31}, SolrDocument{id=32, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=true, sortableGSL=base_string_68868__00011710, _version_=1665349612851953669, _root_=32}, SolrDocument{id=34, intGSL=780763537, longGSL=2644341472017218508, doubleGSL=28054.202554154206, floatGSL=25775.082, dateGSL=Tue Jul 16 18:00:09 AEST 145687033, stringGSL=base_string_629588__00034695, boolGSL=true, sortableGSL=base_string_68868__00011710, _version_=1665349612843565061, _root_=34}]}}, {groupValue=780771802,doclist={numFound=6,start=0,maxScore=1.0,docs=[SolrDocument{id=35, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=false, sortableGSL=base_string_68868__00020463, _version_=1665349612843565062, _root_=35}, SolrDocument{id=36, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=true, sortableGSL=base_string_68868__00020463, _version_=1665349612843565063, _root_=36}, SolrDocument{id=38, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=true, sortableGSL=base_string_68868__00020463, _version_=1665349612851953670, _root_=38}, SolrDocument{id=39, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=false, sortableGSL=base_string_68868__00020463, _version_=1665349612851953665, _root_=39}, SolrDocument{id=40, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=true, sortableGSL=base_string_68868__00020463, _version_=1665349612851953671, _root_=40}, SolrDocument{id=41, intGSL=780771802, longGSL=2644341472017226033, doubleGSL=30302.202554154206, floatGSL=25979.082, dateGSL=Tue Jul 16 18:00:11 AEST 145687033, stringGSL=base_string_629588__00035455, boolGSL=false, sortableGSL=base_string_68868__00020463, _version_=1665349612843565064, _root_=41}]}}, {groupValue=780776648,doclist={numFound=6,start=0,maxScore=1.0,docs=[SolrDocument{id=42, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=true, sortableGSL=base_string_68868__00029830, _version_=1665349612851953672, _root_=42}, SolrDocument{id=43, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=false, sortableGSL=base_string_68868__00029830, _version_=1665349612843565065, _root_=43}, SolrDocument{id=44, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=true, sortableGSL=base_string_68868__00029830, _version_=1665349612843565066, _root_=44}, SolrDocument{id=46, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=true, sortableGSL=base_string_68868__00029830, _version_=1665349612843565067, _root_=46}, SolrDocument{id=47, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=false, sortableGSL=base_string_68868__00029830, _version_=1665349612843565068, _root_=47}, SolrDocument{id=48, intGSL=780776648, longGSL=2644341472017232044, doubleGSL=38477.20255415421, floatGSL=31081.082, dateGSL=Tue Jul 16 18:00:19 AEST 145687033, stringGSL=base_string_629588__00042169, boolGSL=true, sortableGSL=base_string_68868__00029830, _version_=1665349612851953673, _root_=48}]}}]}}}
	at __randomizedtesting.SeedInfo.seed([838A38C1732A4C26:36797CF2128D2978]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.doGroupingDvOnly(DocValuesNotIndexedTest.java:404)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnlySortLast(DocValuesNotIndexedTest.java:332)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
Error from server at http://127.0.0.1:50982/d_wt/q/collection1: java.lang.NullPointerException  at org.apache.solr.handler.admin.SystemInfoHandler.getSecurityInfo(SystemInfoHandler.java:326)  at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:146)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2600)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)  at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)  at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)  at org.eclipse.jetty.server.Server.handle(Server.java:500)  at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)  at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)  at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)  at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)  at java.base/java.lang.Thread.run(Thread.java:834) 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:50982/d_wt/q/collection1: java.lang.NullPointerException
	at org.apache.solr.handler.admin.SystemInfoHandler.getSecurityInfo(SystemInfoHandler.java:326)
	at org.apache.solr.handler.admin.SystemInfoHandler.handleRequestBody(SystemInfoHandler.java:146)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:211)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2600)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:803)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:582)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:432)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:362)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Thread.java:834)

	at __randomizedtesting.SeedInfo.seed([838A38C1732A4C26:24CE80651E915F9F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.index.hdfs.CheckHdfsIndexTest.doTest(CheckHdfsIndexTest.java:120)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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:1081)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14956 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> 1634434 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1634434 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/data-dir-123-001
   [junit4]   2> 1634434 WARN  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=342 numCloses=342
   [junit4]   2> 1634434 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1634435 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1634436 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1634436 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001
   [junit4]   2> 1634437 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1634438 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1634439 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1634542 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:59891
   [junit4]   2> 1634542 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:59891
   [junit4]   2> 1634542 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:59891
   [junit4]   2> 1634542 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 59891
   [junit4]   2> 1634544 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1634547 INFO  (zkConnectionManagerCallback-10656-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1634547 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1634550 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1634552 INFO  (zkConnectionManagerCallback-10658-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1634552 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1634552 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1634554 INFO  (zkConnectionManagerCallback-10660-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1634555 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1634675 WARN  (jetty-launcher-10661-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1634675 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1634675 WARN  (jetty-launcher-10661-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1634675 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1634675 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1634675 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1634675 INFO  (jetty-launcher-10661-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 1634675 INFO  (jetty-launcher-10661-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 1634677 INFO  (jetty-launcher-10661-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1634677 INFO  (jetty-launcher-10661-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1634677 INFO  (jetty-launcher-10661-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1634679 INFO  (jetty-launcher-10661-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41fb0a64{/solr,null,AVAILABLE}
   [junit4]   2> 1634679 INFO  (jetty-launcher-10661-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1634679 INFO  (jetty-launcher-10661-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1634679 INFO  (jetty-launcher-10661-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1634680 INFO  (jetty-launcher-10661-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@131cffaa{/solr,null,AVAILABLE}
   [junit4]   2> 1634680 INFO  (jetty-launcher-10661-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3704122d{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:59906}
   [junit4]   2> 1634680 INFO  (jetty-launcher-10661-thread-1) [     ] o.e.j.s.Server Started @1634902ms
   [junit4]   2> 1634681 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59906}
   [junit4]   2> 1634681 ERROR (jetty-launcher-10661-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1634681 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1634681 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1634681 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1634681 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1634681 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-29T22:59:10.644419Z
   [junit4]   2> 1634681 INFO  (jetty-launcher-10661-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2b222fc{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:59907}
   [junit4]   2> 1634681 INFO  (jetty-launcher-10661-thread-2) [     ] o.e.j.s.Server Started @1634903ms
   [junit4]   2> 1634681 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59907}
   [junit4]   2> 1634682 ERROR (jetty-launcher-10661-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1634682 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1634682 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1634682 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1634682 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1634682 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1634682 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-29T22:59:10.645338Z
   [junit4]   2> 1634683 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1634686 INFO  (zkConnectionManagerCallback-10663-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1634686 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1634689 INFO  (zkConnectionManagerCallback-10665-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1634689 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1634691 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1634691 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1634993 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1635001 WARN  (jetty-launcher-10661-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@137c0bdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1635001 WARN  (jetty-launcher-10661-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@137c0bdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1635021 WARN  (jetty-launcher-10661-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60332c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1635022 WARN  (jetty-launcher-10661-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60332c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1635023 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59891/solr
   [junit4]   2> 1635025 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1635028 INFO  (zkConnectionManagerCallback-10679-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1635028 INFO  (jetty-launcher-10661-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1635144 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1635147 INFO  (zkConnectionManagerCallback-10681-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1635148 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1635159 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1635172 WARN  (jetty-launcher-10661-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17c0b9b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1635173 WARN  (jetty-launcher-10661-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17c0b9b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1635184 WARN  (jetty-launcher-10661-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@39404b54[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1635184 WARN  (jetty-launcher-10661-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@39404b54[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1635185 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59891/solr
   [junit4]   2> 1635186 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1635190 INFO  (zkConnectionManagerCallback-10691-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1635191 INFO  (jetty-launcher-10661-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1635303 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1635310 INFO  (zkConnectionManagerCallback-10693-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1635311 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1635429 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59906_solr
   [junit4]   2> 1635435 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.c.Overseer Overseer (id=72133416264073224-127.0.0.1:59906_solr-n_0000000000) starting
   [junit4]   2> 1635484 INFO  (OverseerStateUpdate-72133416264073224-127.0.0.1:59906_solr-n_0000000000) [n:127.0.0.1:59906_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:59906_solr
   [junit4]   2> 1635489 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59906_solr
   [junit4]   2> 1635497 INFO  (zkCallback-10692-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1635504 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1635505 WARN  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1635538 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1635572 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59906.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1635597 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59906.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1635597 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59906.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1635602 INFO  (jetty-launcher-10661-thread-1) [n:127.0.0.1:59906_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node1/.
   [junit4]   2> 1635687 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1635710 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:59907_solr as DOWN
   [junit4]   2> 1635713 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1635713 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59907_solr
   [junit4]   2> 1635718 INFO  (zkCallback-10692-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1635722 INFO  (zkCallback-10680-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1635725 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1635725 WARN  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1635757 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1635778 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59907.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1635784 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59907.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1635784 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59907.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1635784 INFO  (jetty-launcher-10661-thread-2) [n:127.0.0.1:59907_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node2/.
   [junit4]   2> 1635805 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1635806 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1635810 INFO  (zkConnectionManagerCallback-10716-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1635810 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1635815 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1635820 INFO  (SUITE-DocValuesNotIndexedTest-seed#[838A38C1732A4C26]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59891/solr ready
   [junit4]   2> 1635866 INFO  (qtp1039956317-17137) [n:127.0.0.1:59906_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1635884 INFO  (OverseerThreadFactory-10700-thread-1-processing-n:127.0.0.1:59906_solr) [n:127.0.0.1:59906_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 1636027 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1636041 INFO  (qtp139086220-17145) [n:127.0.0.1:59907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1636044 INFO  (qtp1039956317-17136) [n:127.0.0.1:59906_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1636045 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1636058 INFO  (OverseerStateUpdate-72133416264073224-127.0.0.1:59906_solr-n_0000000000) [n:127.0.0.1:59906_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59907/solr",
   [junit4]   2>   "node_name":"127.0.0.1:59907_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1636065 INFO  (OverseerStateUpdate-72133416264073224-127.0.0.1:59906_solr-n_0000000000) [n:127.0.0.1:59906_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59906/solr",
   [junit4]   2>   "node_name":"127.0.0.1:59906_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1636071 INFO  (OverseerStateUpdate-72133416264073224-127.0.0.1:59906_solr-n_0000000000) [n:127.0.0.1:59906_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59906/solr",
   [junit4]   2>   "node_name":"127.0.0.1:59906_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1636078 INFO  (OverseerStateUpdate-72133416264073224-127.0.0.1:59906_solr-n_0000000000) [n:127.0.0.1:59906_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:59907/solr",
   [junit4]   2>   "node_name":"127.0.0.1:59907_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1636296 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr    x:dv_coll_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1636296 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr    x:dv_coll_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1636301 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr    x:dv_coll_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1636310 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr    x:dv_coll_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1636313 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr    x:dv_coll_shard4_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1636360 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1636372 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1636375 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1636375 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica_n6' using configuration from configset conf1, trusted=true
   [junit4]   2> 1636375 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59907.solr.core.dv_coll.shard4.replica_n6' (registry 'solr.core.dv_coll.shard4.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1636375 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SolrCore [[dv_coll_shard4_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node2/./dv_coll_shard4_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node2/./dv_coll_shard4_replica_n6/data/]
   [junit4]   2> 1636387 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1636387 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1636464 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1636467 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1636468 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1636470 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1636470 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1636470 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 1636470 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1636471 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59906.solr.core.dv_coll.shard2.replica_n2' (registry 'solr.core.dv_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1636471 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59907.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1636471 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SolrCore [[dv_coll_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node1/./dv_coll_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node1/./dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 1636471 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node2/./dv_coll_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node2/./dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 1636476 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1636479 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1636479 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n4' using configuration from configset conf1, trusted=true
   [junit4]   2> 1636479 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59906.solr.core.dv_coll.shard3.replica_n4' (registry 'solr.core.dv_coll.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e4f8c4e
   [junit4]   2> 1636479 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SolrCore [[dv_coll_shard3_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node1/./dv_coll_shard3_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DocValuesNotIndexedTest_838A38C1732A4C26-001/tempDir-001/node1/./dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 1636724 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1636724 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1636728 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1636728 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1636731 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1636731 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1636732 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@45051421[dv_coll_shard2_replica_n2] main]
   [junit4]   2> 1636732 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1636732 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1636735 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6626e473[dv_coll_shard4_replica_n6] main]
   [junit4]   2> 1636735 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1636736 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1636736 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1636737 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1636738 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1636738 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1636738 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1636739 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1636740 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1636740 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1636741 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1636741 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1636741 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1636741 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1636741 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1636742 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1636743 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665349611899846656
   [junit4]   2> 1636743 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@76a55381[dv_coll_shard3_replica_n4] main]
   [junit4]   2> 1636744 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@73ec90e1[dv_coll_shard1_replica_n1] main]
   [junit4]   2> 1636744 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1636745 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1636745 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665349611901943808
   [junit4]   2> 1636747 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1636747 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1636748 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1636749 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1636750 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1636750 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 1636750 INFO  (searcherExecutor-10720-thread-1-processing-n:127.0.0.1:59906_solr x:dv_coll_shard2_replica_n2 c:dv_coll s:shard2 r:core_node5) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2] Registered new searcher Searcher@45051421[dv_coll_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1636752 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1636754 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1636755 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1636755 INFO  (searcherExecutor-10718-thread-1-processing-n:127.0.0.1:59907_solr x:dv_coll_shard4_replica_n6 c:dv_coll s:shard4 r:core_node8) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6] Registered new searcher Searcher@6626e473[dv_coll_shard4_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1636755 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665349611912429568
   [junit4]   2> 1636757 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1636757 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1665349611914526720
   [junit4]   2> 1636764 INFO  (searcherExecutor-10722-thread-1-processing-n:127.0.0.1:59907_solr x:dv_coll_shard1_replica_n1 c:dv_coll s:shard1 r:core_node3) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1] Registered new searcher Searcher@73ec90e1[dv_coll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1636766 INFO  (searcherExecutor-10724-thread-1-processing-n:127.0.0.1:59906_solr x:dv_coll_shard3_replica_n4 c:dv_coll s:shard3 r:core_node7) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4] Registered new searcher Searcher@76a55381[dv_coll_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1636771 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1636772 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard2
   [junit4]   2> 1636776 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard4 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 1636776 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard4
   [junit4]   2> 1636788 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard3 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 1636791 INFO  (qtp1039956317-17134) [n:127.0.0.1:59906_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard3
   [junit4]   2> 1636792 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1636792 INFO  (qtp139086220-17144) [n:127.0.0.1:59907_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard1
   [junit4]   2> 1636809 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1636809 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1636809 INFO  (qtp1039956317-17135) [n:127.0.0.1:59906_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:59906/solr/dv_coll_shard2_replica_n2/
   [junit4]   2> 1636810 INFO  (qtp139086220-17142) [n:127.0.0.1:59907_solr c:

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

Test-seed#[838A38C1732A4C26]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2354955 INFO  (SUITE-CheckHdfsIndexTest-seed#[838A38C1732A4C26]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@41788b38{static,/static,jar:file:/Users/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.index.hdfs.CheckHdfsIndexTest_838A38C1732A4C26-001
   [junit4]   2> Apr 29, 2020 11:11:11 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 48 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {date=PostingsFormat(name=Direct), rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), field=PostingsFormat(name=Direct), docid=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), multiDefault=PostingsFormat(name=Direct), _root_=BlockTreeOrds(blocksize=128), titleTokenized=PostingsFormat(name=LuceneVarGapFixedInterval), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), body=PostingsFormat(name=Direct), title=BlockTreeOrds(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), n_l1=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Direct), n_dt1=DocValuesFormat(name=Direct), n_td1=DocValuesFormat(name=Direct), n_d1=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Lucene80), n_f1=DocValuesFormat(name=Direct), n_ti1=DocValuesFormat(name=Lucene80), docid_intDV=DocValuesFormat(name=Asserting), n_tl1=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Direct), n_tf1=DocValuesFormat(name=Lucene80), n_tdt1=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Lucene80), titleDV=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1564, maxMBSortInHeap=5.096667032566936, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5b690db5), locale=es-BR, timezone=Asia/Muscat
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=4,free=129623968,total=512634880
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollationFieldDocValues, ImplicitSnitchTest, CdcrBootstrapTest, RootFieldTest, TestMaxScoreQueryParser, TestJsonFacetRefinement, SearchRateTriggerIntegrationTest, SolrCoreCheckLockOnStartupTest, BasicAuthIntegrationTest, TestDistributedStatsComponentCardinality, TestLockTree, TestExactSharedStatsCache, RangeFacetCloudTest, TestStressInPlaceUpdates, MinimalSchemaTest, HttpTriggerListenerTest, TestDocSet, TestRemoteStreaming, TestCloudSearcherWarming, TestCSVLoader, CoreSorterTest, TestCollapseQParserPlugin, TestSkipOverseerOperations, MergeStrategyTest, TaggerTest, BinaryUpdateRequestHandlerTest, SolrIndexSplitterTest, ConvertedLegacyTest, TestOverriddenPrefixQueryForCustomFieldType, CopyFieldTest, TestXIncludeConfig, BlobRepositoryCloudTest, TestBinaryField, PolyFieldTest, TestInitParams, TestOmitPositions, TestSortableTextField, DeleteInactiveReplicaTest, SimpleFacetsTest, TimeRoutedAliasUpdateProcessorTest, TestTrieFacet, TestCrossCoreJoin, AddSchemaFieldsUpdateProcessorFactoryTest, PeerSyncTest, TestRequestForwarding, TestReplicationHandlerBackup, StressHdfsTest, ShardSplitTest, BitVectorTest, TestSimDistribStateManager, SpellPossibilityIteratorTest, HdfsLockFactoryTest, HdfsSyncSliceTest, AnalyticsMergeStrategyTest, TestMacros, ConcurrentCreateRoutedAliasTest, TestBlendedInfixSuggestions, ClassificationUpdateProcessorFactoryTest, SolrCloudReportersTest, SystemCollectionCompatTest, HighlighterMaxOffsetTest, OverseerModifyCollectionTest, TestPerFieldSimilarityWithDefaultOverride, HttpPartitionOnCommitTest, LeaderElectionTest, SolrCLIZkUtilsTest, SaslZkACLProviderTest, IgnoreLargeDocumentProcessorFactoryTest, TestSolr4Spatial2, TestPhraseSuggestions, TestFieldTypeCollectionResource, TestRealTimeGet, TestUpdate, TestCryptoKeys, TestSQLHandlerNonCloud, TestAuthorizationFramework, TriggerEventQueueTest, TestCoreContainer, TestConfig, TestIndexSearcher, DocValuesMultiTest, NestedShardedAtomicUpdateTest, TestTrie, TestConfigsApi, TestSolrConfigHandler, TestFilteredDocIdSet, TestSimTriggerIntegration, TestExportTool, TestQueryUtils, AliasIntegrationTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, ReindexCollectionTest, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, UnloadDistributedZkTest, TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore, AutoScalingHandlerTest, NodeAddedTriggerTest, ScheduledMaintenanceTriggerTest, ScheduledTriggerIntegrationTest, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimScenario, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest, PluginInfoTest, QueryResultKeyTest, RAMDirectoryFactoryTest, RequestHandlersTest, SOLR749Test, TestCodecSupport, TestCustomStream, TestHdfsBackupRestoreCore, V2ApiIntegrationTest, XsltUpdateRequestHandlerTest, AutoscalingHistoryHandlerTest, DistributedFacetPivotLargeTest, DistributedMLTComponentTest, InfixSuggestersTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, TestUnifiedSolrHighlighterWithoutStoredId, CheckHdfsIndexTest]
   [junit4] Completed [779/907 (2!)] on J2 in 84.28s, 5 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 38514 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj917608250
 [ecj-lint] Compiling 931 source files to /var/folders/qg/h2dfw5s161s51l2bn79mrb7r0000gn/T/ecj917608250
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingStoredFieldsReader.java (at line 166)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, INDEX_EXTENSION_PREFIX, INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressingTermVectorsReader.java (at line 148)
 [ecj-lint] 	FieldsIndexReader fieldsIndexReader = new FieldsIndexReader(d, si.name, segmentSuffix, VECTORS_INDEX_EXTENSION_PREFIX, VECTORS_INDEX_CODEC_NAME, si.getId());
 [ecj-lint] 	                  ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fieldsIndexReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java (at line 50)
 [ecj-lint] 	import org.apache.lucene.util.automaton.ByteRunAutomaton;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.lucene.util.automaton.ByteRunAutomaton is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java (at line 742)
 [ecj-lint] 	Integer q = newstate.get(statesSet);
 [ecj-lint] 	                         ^^^^^^^^^
 [ecj-lint] Unlikely argument type SortedIntSet for get(Object) on a Map<SortedIntSet.FrozenIntSet,Integer>
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:634: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/build.xml:101: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/build.xml:201: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2127: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 65 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2