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/07/20 16:05:23 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-13.0.2) - Build # 6309 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6309/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test

Error Message:
Error from server at http://127.0.0.1:62815/solr: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[]

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:62815/solr: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[]
	at __randomizedtesting.SeedInfo.seed([789C3FA8D787B5F2:F0C80072797BD80A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:309)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:305)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test(CloudExitableDirectoryReaderTest.java:160)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testWhitebox

Error Message:
{responseHeader={zkConnected=true, partialResults=true, status=0, QTime=24}, response={numFound=9,numFoundExact=true,start=0,docs=[]}}

Stack Trace:
java.lang.AssertionError: {responseHeader={zkConnected=true, partialResults=true, status=0, QTime=24}, response={numFound=9,numFoundExact=true,start=0,docs=[]}}
	at __randomizedtesting.SeedInfo.seed([789C3FA8D787B5F2:DEE39FD90640FD7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertNo500s(CloudExitableDirectoryReaderTest.java:298)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:314)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testWhitebox(CloudExitableDirectoryReaderTest.java:189)
	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:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 13139 lines...]
   [junit4] Suite: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
   [junit4]   2> 672501 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 672502 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001/data-dir-64-001
   [junit4]   2> 672502 WARN  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 672516 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 672517 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-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> 672517 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 672517 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001/tempDir-001
   [junit4]   2> 672517 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 672518 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 672518 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 672520 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 672624 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 62804
   [junit4]   2> 672625 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:62804
   [junit4]   2> 672625 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62804
   [junit4]   2> 672625 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62804
   [junit4]   2> 672635 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 672655 INFO  (zkConnectionManagerCallback-6001-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672657 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 672676 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 672685 INFO  (zkConnectionManagerCallback-6003-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672685 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 672686 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 672691 INFO  (zkConnectionManagerCallback-6005-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672691 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 672713 WARN  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker-SendThread(127.0.0.1:62804)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000610b17a0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 672827 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 672827 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 672827 INFO  (jetty-launcher-6006-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> 672833 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 672833 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 672833 INFO  (jetty-launcher-6006-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> 672833 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 672833 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 672833 INFO  (jetty-launcher-6006-thread-3) [     ] 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> 672847 INFO  (jetty-launcher-6006-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 672847 INFO  (jetty-launcher-6006-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 672847 INFO  (jetty-launcher-6006-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 672848 INFO  (jetty-launcher-6006-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60d69355{/solr,null,AVAILABLE}
   [junit4]   2> 672848 INFO  (jetty-launcher-6006-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 672848 INFO  (jetty-launcher-6006-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 672848 INFO  (jetty-launcher-6006-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 672848 INFO  (jetty-launcher-6006-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 672848 INFO  (jetty-launcher-6006-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 672848 INFO  (jetty-launcher-6006-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 672849 INFO  (jetty-launcher-6006-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39c3640e{/solr,null,AVAILABLE}
   [junit4]   2> 672849 INFO  (jetty-launcher-6006-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55bdd0bd{/solr,null,AVAILABLE}
   [junit4]   2> 672863 INFO  (jetty-launcher-6006-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3f837b38{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:62815}
   [junit4]   2> 672863 INFO  (jetty-launcher-6006-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5933807b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:62813}
   [junit4]   2> 672863 INFO  (jetty-launcher-6006-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@22d9ef17{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:62814}
   [junit4]   2> 672863 INFO  (jetty-launcher-6006-thread-2) [     ] o.e.j.s.Server Started @672918ms
   [junit4]   2> 672863 INFO  (jetty-launcher-6006-thread-1) [     ] o.e.j.s.Server Started @672918ms
   [junit4]   2> 672863 INFO  (jetty-launcher-6006-thread-3) [     ] o.e.j.s.Server Started @672918ms
   [junit4]   2> 672863 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62814}
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62813}
   [junit4]   2> 672863 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62815}
   [junit4]   2> 672864 ERROR (jetty-launcher-6006-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 672864 ERROR (jetty-launcher-6006-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 672864 ERROR (jetty-launcher-6006-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-20T15:27:40.943839Z
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-20T15:27:40.943953Z
   [junit4]   2> 672864 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-20T15:27:40.943975Z
   [junit4]   2> 672865 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 672866 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 672871 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 672893 INFO  (zkConnectionManagerCallback-6008-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672894 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 672894 INFO  (zkConnectionManagerCallback-6010-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672894 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 672896 INFO  (zkConnectionManagerCallback-6012-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 672896 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 672902 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 672902 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 672914 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 672915 WARN  (jetty-launcher-6006-thread-1-SendThread(127.0.0.1:62804)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000610b17a0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 672915 WARN  (jetty-launcher-6006-thread-3-SendThread(127.0.0.1:62804)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000610b17a0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 672923 WARN  (jetty-launcher-6006-thread-2-SendThread(127.0.0.1:62804)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000610b17a0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 673028 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 673029 WARN  (jetty-launcher-6006-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67c5e350[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673029 WARN  (jetty-launcher-6006-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67c5e350[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673034 WARN  (jetty-launcher-6006-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c3158c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673034 WARN  (jetty-launcher-6006-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c3158c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673035 INFO  (jetty-launcher-6006-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62804/solr
   [junit4]   2> 673041 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 673054 INFO  (zkConnectionManagerCallback-6022-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 673054 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 673189 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 673195 WARN  (jetty-launcher-6006-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33c7b846[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673195 WARN  (jetty-launcher-6006-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33c7b846[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673211 WARN  (jetty-launcher-6006-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@59899897[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673211 WARN  (jetty-launcher-6006-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@59899897[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673212 INFO  (jetty-launcher-6006-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62804/solr
   [junit4]   2> 673214 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 673227 INFO  (zkConnectionManagerCallback-6032-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 673227 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 673243 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 673250 WARN  (jetty-launcher-6006-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@20ed61c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673250 WARN  (jetty-launcher-6006-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@20ed61c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673256 WARN  (jetty-launcher-6006-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63112759[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673256 WARN  (jetty-launcher-6006-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63112759[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 673257 INFO  (jetty-launcher-6006-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62804/solr
   [junit4]   2> 673259 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 673280 INFO  (zkConnectionManagerCallback-6044-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 673281 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 673418 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62813_solr
   [junit4]   2> 673419 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.c.Overseer Overseer (id=72064262804733960-127.0.0.1:62813_solr-n_0000000000) starting
   [junit4]   2> 673447 INFO  (OverseerStateUpdate-72064262804733960-127.0.0.1:62813_solr-n_0000000000) [n:127.0.0.1:62813_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:62813_solr
   [junit4]   2> 673447 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62813_solr
   [junit4]   2> 673451 INFO  (OverseerStateUpdate-72064262804733960-127.0.0.1:62813_solr-n_0000000000) [n:127.0.0.1:62813_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 673463 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 673464 WARN  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 673484 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 673830 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62813.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 674088 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62813.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 674088 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62813.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 674089 INFO  (jetty-launcher-6006-thread-3) [n:127.0.0.1:62813_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001/tempDir-001/node3
   [junit4]   2> 674429 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 674463 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:62814_solr as DOWN
   [junit4]   2> 674471 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 674471 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62814_solr
   [junit4]   2> 674475 INFO  (zkCallback-6043-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 674475 INFO  (zkCallback-6021-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 674485 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 674486 WARN  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 674506 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 674523 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62814.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 674531 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62814.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 674531 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62814.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 674532 INFO  (jetty-launcher-6006-thread-1) [n:127.0.0.1:62814_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001/tempDir-001/node1
   [junit4]   2> 674643 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 674715 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:62815_solr as DOWN
   [junit4]   2> 674747 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 674748 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62815_solr
   [junit4]   2> 674797 INFO  (zkCallback-6021-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 674800 INFO  (zkCallback-6043-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 674801 INFO  (zkCallback-6031-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 674857 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 674860 WARN  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 674974 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 674992 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62815.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 675002 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62815.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 675002 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62815.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 675003 INFO  (jetty-launcher-6006-thread-2) [n:127.0.0.1:62815_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001/tempDir-001/node2
   [junit4]   2> 675049 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 675051 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 675074 INFO  (zkConnectionManagerCallback-6073-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 675075 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 675129 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 675168 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62804/solr ready
   [junit4]   2> 675228 INFO  (qtp1475638517-9996) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 675551 INFO  (qtp1475638517-9996) [n:127.0.0.1:62813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=324
   [junit4]   2> 675555 INFO  (qtp1475638517-9999) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 676284 INFO  (OverseerThreadFactory-6051-thread-1-processing-n:127.0.0.1:62813_solr) [n:127.0.0.1:62813_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection exitable
   [junit4]   2> 676708 INFO  (qtp1475638517-9999) [n:127.0.0.1:62813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1153
   [junit4]   2> 676864 INFO  (OverseerStateUpdate-72064262804733960-127.0.0.1:62813_solr-n_0000000000) [n:127.0.0.1:62813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"exitable",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"exitable_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62813/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62813_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 676889 INFO  (OverseerStateUpdate-72064262804733960-127.0.0.1:62813_solr-n_0000000000) [n:127.0.0.1:62813_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"exitable",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"exitable_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:62814/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62814_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 677230 INFO  (qtp1348419988-9992) [n:127.0.0.1:62814_solr    x:exitable_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=5
   [junit4]   2> 677231 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr    x:exitable_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 677257 INFO  (qtp1475638517-9996) [n:127.0.0.1:62813_solr    x:exitable_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=1
   [junit4]   2> 677257 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr    x:exitable_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 677257 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr    x:exitable_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 677273 INFO  (qtp1475638517-9999) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942
   [junit4]   2> 677650 INFO  (qtp1475638517-9999) [n:127.0.0.1:62813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=377
   [junit4]   2> 677698 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 677698 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 677703 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'exitable_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 677704 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'exitable_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 677710 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 677710 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 677850 INFO  (qtp1475638517-10002) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 677859 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 677859 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 677864 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62813.solr.core.exitable.shard1.replica_n1' (registry 'solr.core.exitable.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 677864 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SolrCore [[exitable_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001/tempDir-001/node3/exitable_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001/tempDir-001/node3/exitable_shard1_replica_n1/data/]
   [junit4]   2> 677864 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62814.solr.core.exitable.shard2.replica_n2' (registry 'solr.core.exitable.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@27d20804
   [junit4]   2> 677864 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrCore [[exitable_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001/tempDir-001/node1/exitable_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001/tempDir-001/node1/exitable_shard2_replica_n2/data/]
   [junit4]   2> 677869 INFO  (qtp1475638517-10002) [n:127.0.0.1:62813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 678112 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 678113 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 678116 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 678116 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 678118 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 678118 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 678121 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 678121 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 678136 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 678137 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 678141 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 678142 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 678145 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 678145 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1672750160909697024
   [junit4]   2> 678146 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 678146 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1672750160910745600
   [junit4]   2> 678164 INFO  (searcherExecutor-6075-thread-1-processing-x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 r:core_node3 CREATE n:127.0.0.1:62813_solr c:exitable s:shard1) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SolrCore [exitable_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 678183 INFO  (searcherExecutor-6077-thread-1-processing-x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 r:core_node4 CREATE n:127.0.0.1:62814_solr c:exitable s:shard2) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrCore [exitable_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 678235 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/exitable/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 678235 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/exitable/leaders/shard1
   [junit4]   2> 678257 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/exitable/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 678257 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/exitable/leaders/shard2
   [junit4]   2> 678320 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 678320 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 678320 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/
   [junit4]   2> 678325 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 678337 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/ has no replicas
   [junit4]   2> 678337 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/exitable/leaders/shard1/leader after winning as /collections/exitable/leader_elect/shard1/election/72064262804733960-core_node3-n_0000000000
   [junit4]   2> 678341 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 678341 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 678341 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/
   [junit4]   2> 678347 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 678359 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/ has no replicas
   [junit4]   2> 678361 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/exitable/leaders/shard2/leader after winning as /collections/exitable/leader_elect/shard2/election/72064262804733958-core_node4-n_0000000000
   [junit4]   2> 678408 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/ shard1
   [junit4]   2> 678428 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/ shard2
   [junit4]   2> 678551 INFO  (zkCallback-6021-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678552 INFO  (zkCallback-6021-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678552 INFO  (zkCallback-6043-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678553 INFO  (zkCallback-6043-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678566 INFO  (parallelCoreAdminExecutor-6058-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713 CREATE) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 678569 INFO  (parallelCoreAdminExecutor-6052-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942 CREATE) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 678662 INFO  (qtp1475638517-9994) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942
   [junit4]   2> 678662 INFO  (qtp1475638517-9994) [n:127.0.0.1:62813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 678733 INFO  (zkCallback-6043-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678733 INFO  (zkCallback-6043-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678733 INFO  (zkCallback-6021-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678733 INFO  (zkCallback-6021-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678733 INFO  (zkCallback-6043-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678734 INFO  (zkCallback-6021-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json] for collection [exitable] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 678873 INFO  (qtp1475638517-9996) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 678884 INFO  (qtp1475638517-9996) [n:127.0.0.1:62813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 679673 INFO  (qtp1475638517-9999) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942
   [junit4]   2> 679673 INFO  (qtp1475638517-9999) [n:127.0.0.1:62813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761642785942&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 679677 INFO  (qtp1348419988-9997) [n:127.0.0.1:62814_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713
   [junit4]   2> 679677 INFO  (qtp1348419988-9997) [n:127.0.0.1:62814_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128101761666398713&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 679704 INFO  (OverseerThreadFactory-6051-thread-1-processing-n:127.0.0.1:62813_solr) [n:127.0.0.1:62813_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> 679895 INFO  (qtp1475638517-10002) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 679909 INFO  (qtp1475638517-10002) [n:127.0.0.1:62813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 679912 INFO  (qtp1475638517-9994) [n:127.0.0.1:62813_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 679920 INFO  (qtp1475638517-9994) [n:127.0.0.1:62813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=c1f2844a-2c2f-44b1-8447-5d47cc0b3128&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 680005 INFO  (qtp1475638517-10002) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/exitable/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 680005 INFO  (qtp1475638517-10002) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&wt=javabin&version=2}{add=[1 (1672750162849562624), 4 (1672750162856902656), 8 (1672750162856902657), 10 (1672750162856902658), 11 (1672750162856902659), 12 (1672750162856902660), 13 (1672750162856902661), 14 (1672750162856902662), 15 (1672750162856902663), 16 (1672750162856902664), ... (33 adds)]} 0 14
   [junit4]   2> 680038 INFO  (searcherExecutor-6075-thread-1-processing-n:127.0.0.1:62813_solr x:exitable_shard1_replica_n1 c:exitable s:shard1 r:core_node3) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SolrCore [exitable_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 680038 INFO  (qtp1475638517-9994) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 30
   [junit4]   2> 680072 INFO  (searcherExecutor-6077-thread-1-processing-n:127.0.0.1:62814_solr x:exitable_shard2_replica_n2 c:exitable s:shard2 r:core_node4) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrCore [exitable_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 680093 INFO  (qtp1348419988-9986) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/exitable/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 680093 INFO  (qtp1348419988-9986) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard2_replica_n2]  webapp=/solr path=/update params={commit=true&_forwardedCount=1&wt=javabin&version=2}{add=[1, 2 (1672750162834882560), 3 (1672750162844319744), 4, 5 (1672750162844319745), 6 (1672750162844319746), 7 (1672750162844319747), 8, 9 (1672750162844319748), 10, ... (57 adds)], commit=} 0 123
   [junit4]   2> 680345 INFO  (OverseerCollectionConfigSetProcessor-72064262804733960-127.0.0.1:62813_solr-n_0000000000) [n:127.0.0.1:62813_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> 680916 INFO  (TEST-CloudExitableDirectoryReaderTest.testCreepThenBite-seed#[789C3FA8D787B5F2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCreepThenBite {seed=[789C3FA8D787B5F2:AF5463B7FC05D853]}
   [junit4]   2> 680926 INFO  (qtp1475638517-10002) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=100&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/&rows=0&_forwardedCount=1&rid=127.0.0.1-6251&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869003&isShard=true&wt=javabin} hits=33 status=0 QTime=1
   [junit4]   2> 680927 INFO  (qtp1348419988-9992) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=100&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&rows=0&_forwardedCount=1&rid=127.0.0.1-6251&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869003&isShard=true&wt=javabin} hits=24 status=0 QTime=0
   [junit4]   2> 680937 INFO  (qtp1475638517-9999) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=100&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&rows=0&_forwardedCount=1&wt=javabin&version=2} rid=127.0.0.1-6251 hits=57 status=0 QTime=13
   [junit4]   2> 680961 INFO  (qtp1475638517-9996) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=57&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/&rows=0&_forwardedCount=1&rid=127.0.0.1-6252&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869036&isShard=true&wt=javabin} hits=33 status=0 QTime=1
   [junit4]   2> 680962 INFO  (qtp1348419988-9997) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=57&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&rows=0&_forwardedCount=1&rid=127.0.0.1-6252&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869036&isShard=true&wt=javabin} hits=24 status=0 QTime=2
   [junit4]   2> 680963 INFO  (qtp1475638517-9994) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=57&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&rows=0&_forwardedCount=1&wt=javabin&version=2} rid=127.0.0.1-6252 hits=57 status=0 QTime=5
   [junit4]   2> 680977 INFO  (qtp1475638517-9996) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=69&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/&rows=0&_forwardedCount=1&rid=127.0.0.1-6253&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869051&isShard=true&wt=javabin} hits=33 status=0 QTime=0
   [junit4]   2> 680977 INFO  (qtp1348419988-9992) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=69&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&rows=0&_forwardedCount=1&rid=127.0.0.1-6253&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869051&isShard=true&wt=javabin} hits=24 status=0 QTime=0
   [junit4]   2> 680978 INFO  (qtp1348419988-9985) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=69&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=true&rows=0&_forwardedCount=1&wt=javabin&version=2} rid=127.0.0.1-6253 hits=57 status=0 QTime=6
   [junit4]   2> 680990 INFO  (qtp1348419988-9997) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=89&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&rows=0&_forwardedCount=1&rid=127.0.0.1-6254&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869060&isShard=true&wt=javabin} hits=24 status=0 QTime=0
   [junit4]   2> 680991 INFO  (qtp1475638517-9994) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=89&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/&rows=0&_forwardedCount=1&rid=127.0.0.1-6254&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869060&isShard=true&wt=javabin} hits=33 status=0 QTime=0
   [junit4]   2> 680992 INFO  (qtp1348419988-9986) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=89&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&rows=0&_forwardedCount=1&wt=javabin&version=2} rid=127.0.0.1-6254 hits=57 status=0 QTime=11
   [junit4]   2> 680999 INFO  (qtp1348419988-9985) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=41&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&rows=0&_forwardedCount=1&rid=127.0.0.1-6255&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869076&isShard=true&wt=javabin} hits=24 status=0 QTime=0
   [junit4]   2> 680999 INFO  (qtp1475638517-10002) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=41&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/&rows=0&_forwardedCount=1&rid=127.0.0.1-6255&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869076&isShard=true&wt=javabin} hits=33 status=0 QTime=0
   [junit4]   2> 681000 INFO  (qtp1348419988-9992) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=41&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=true&rows=0&_forwardedCount=1&wt=javabin&version=2} rid=127.0.0.1-6255 hits=57 status=0 QTime=3
   [junit4]   2> 681016 INFO  (qtp1348419988-9986) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=81&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&rows=0&_forwardedCount=1&rid=127.0.0.1-6256&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869085&isShard=true&wt=javabin} hits=24 status=0 QTime=9
   [junit4]   2> 681016 INFO  (qtp1475638517-9999) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=81&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/&rows=0&_forwardedCount=1&rid=127.0.0.1-6256&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869085&isShard=true&wt=javabin} hits=33 status=0 QTime=9
   [junit4]   2> 681017 INFO  (qtp1348419988-9997) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=81&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&rows=0&_forwardedCount=1&wt=javabin&version=2} rid=127.0.0.1-6256 hits=57 status=0 QTime=11
   [junit4]   2> 681039 INFO  (qtp1475638517-9994) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=70&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/&rows=0&_forwardedCount=1&rid=127.0.0.1-6257&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869107&isShard=true&wt=javabin} hits=33 status=0 QTime=0
   [junit4]   2> 681039 INFO  (qtp1348419988-9985) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=70&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&rows=0&_forwardedCount=1&rid=127.0.0.1-6257&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869107&isShard=true&wt=javabin} hits=24 status=0 QTime=0
   [junit4]   2> 681040 INFO  (qtp1475638517-9996) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=70&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=true&rows=0&_forwardedCount=1&wt=javabin&version=2} rid=127.0.0.1-6257 hits=57 status=0 QTime=11
   [junit4]   2> 681047 INFO  (qtp1348419988-9992) [n:127.0.0.1:62814_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.S.Request [exitable_shard2_replica_n2]  webapp=/solr path=/select params={boundary=83&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62814/solr/exitable_shard2_replica_n2/&rows=0&_forwardedCount=1&rid=127.0.0.1-6258&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869122&isShard=true&wt=javabin} hits=24 status=0 QTime=2
   [junit4]   2> 681047 INFO  (qtp1475638517-9999) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=83&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/&rows=0&_forwardedCount=1&rid=127.0.0.1-6258&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869122&isShard=true&wt=javabin} hits=33 status=0 QTime=2
   [junit4]   2> 681048 INFO  (qtp1475638517-10002) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=83&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=true&rows=0&_forwardedCount=1&wt=javabin&version=2} rid=127.0.0.1-6258 hits=57 status=0 QTime=4
   [junit4]   2> 681064 INFO  (qtp1475638517-9994) [n:127.0.0.1:62813_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.S.Request [exitable_shard1_replica_n1]  webapp=/solr path=/select params={boundary=97&distrib=false&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:62813/solr/exitable_shard1_replica_n1/&rows=0&_forwardedCount=1&rid=127.0.0.1-6259&version=2&q=*:*&json.facet={+ids:+{+type:+field,+field+:+name_dvs}}&omitHeader=false&NOW=1595258869136&isShard=true&wt=javabin} hits=33 status=0 QTime=5
   [junit4]

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

> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 702571 INFO  (jetty-closer-6086-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3f837b38{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 702572 INFO  (jetty-closer-6086-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@55bdd0bd{/solr,null,UNAVAILABLE}
   [junit4]   2> 702575 INFO  (jetty-closer-6086-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 702665 INFO  (jetty-closer-6086-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72064262804733960-127.0.0.1:62813_solr-n_0000000000) closing
   [junit4]   2> 702668 INFO  (jetty-closer-6086-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@22d9ef17{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 702670 INFO  (jetty-closer-6086-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@60d69355{/solr,null,UNAVAILABLE}
   [junit4]   2> 702682 INFO  (jetty-closer-6086-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 702713 INFO  (jetty-closer-6086-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5933807b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 702714 INFO  (jetty-closer-6086-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@39c3640e{/solr,null,UNAVAILABLE}
   [junit4]   2> 702723 INFO  (jetty-closer-6086-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 702730 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 702733 WARN  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker-SendThread(127.0.0.1:62804)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000610b17a0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 702841 WARN  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker-SendThread(127.0.0.1:62804)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1000610b17a0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1000610b17a0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 702951 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/collections/exitable/terms/shard2
   [junit4]   2> 	3	/solr/collections/exitable/terms/shard1
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/exitable/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/collections/exitable/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/overseer/queue
   [junit4]   2> 	15	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 702962 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:62804
   [junit4]   2> 702962 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62804
   [junit4]   2> 702962 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[789C3FA8D787B5F2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62804
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J4/temp/solr.cloud.CloudExitableDirectoryReaderTest_789C3FA8D787B5F2-001
   [junit4]   2> Jul 20, 2020 3:28:11 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(Lucene86): {name_dv=PostingsFormat(name=MockRandom), name_dvs=PostingsFormat(name=Direct), _root_=PostingsFormat(name=Asserting), name=Lucene84, id=Lucene84}, docValues:{name_dv=DocValuesFormat(name=Lucene80), name_dvs=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1483, maxMBSortInHeap=6.430783007953794, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sn-ZW, timezone=Pacific/Niue
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=245938552,total=377487360
   [junit4]   2> NOTE: All tests run in this JVM: [JsonLoaderTest, TestPartialUpdateDeduplication, TestTolerantUpdateProcessorRandomCloud, SortSpecParsingTest, TestBlobHandler, SolrIndexMetricsTest, AlternateDirectoryTest, TestStressThreadBackup, AnalysisErrorHandlingTest, AliasIntegrationTest, TestHighFrequencyDictionaryFactory, TestCloudPhrasesIdentificationComponent, PreAnalyzedFieldTest, DirectSolrConnectionTest, TestSkipOverseerOperations, RankQParserPluginTest, MetricsHistoryHandlerTest, DistributedQueryComponentCustomSortTest, TestDynamicFieldResource, TestCryptoKeys, CoreAdminRequestStatusTest, CdcrBidirectionalTest, HdfsChaosMonkeyNothingIsSafeTest, TestFieldCacheReopen, TestOmitPositions, TestBinaryField, DisMaxRequestHandlerTest, TestDynamicFieldNamesIndexCorrectly, TestSolrJacksonAnnotation, TestTermsQParserPlugin, TestExplainDocTransformer, TestNumericTokenStream, TestStressInPlaceUpdates, SolrMetricManagerTest, SolrJmxReporterTest, DefaultValueUpdateProcessorTest, BasicAuthOnSingleNodeTest, TestAnalyzedSuggestions, TestEmbeddedSolrServerSchemaAPI, ProtectedTermFilterFactoryTest, TestRequestForwarding, OverseerStatusTest, CollectionStateZnodeTest, UtilsToolTest, ShardRoutingCustomTest, TestRestoreCore, MetricUtilsTest, ForceLeaderWithTlogReplicasTest, HdfsWriteToMultipleCollectionsTest, WrapperMergePolicyFactoryTest, TestClassicSimilarityFactory, TestOrdValues, IgnoreCommitOptimizeUpdateProcessorFactoryTest, MissingSegmentRecoveryTest, DeleteReplicaTest, TestReRankQParserPlugin, ZkShardTermsTest, TestHighlightDedupGrouping, TestCloudJSONFacetSKGEquiv, HdfsRestartWhileUpdatingTest, TestHdfsCloudBackupRestore, TestCodecSupport, RecoveryAfterSoftCommitTest, TestNRTOpen, TestImpersonationWithHadoopAuth, EnumFieldTest, TestUniqueKeyFieldResource, ChaosMonkeyNothingIsSafeWithPullReplicasTest, SmileWriterTest, CloudExitableDirectoryReaderTest]
   [junit4] Completed [337/867 (1!)] on J4 in 30.85s, 7 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 53732 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6309/consoleText

[repro] Revision: 48e92ba9c74ebf204308793d9a00bc48b2780136

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=CloudExitableDirectoryReaderTest -Dtests.method=test -Dtests.seed=789C3FA8D787B5F2 -Dtests.slow=true -Dtests.locale=sn-ZW -Dtests.timezone=Pacific/Niue -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=CloudExitableDirectoryReaderTest -Dtests.method=testWhitebox -Dtests.seed=789C3FA8D787B5F2 -Dtests.slow=true -Dtests.locale=sn-ZW -Dtests.timezone=Pacific/Niue -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       CloudExitableDirectoryReaderTest
[repro] ant compile-test

[...truncated 2446 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.CloudExitableDirectoryReaderTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=789C3FA8D787B5F2 -Dtests.slow=true -Dtests.locale=sn-ZW -Dtests.timezone=Pacific/Niue -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 111 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
[repro] Exiting with code 0

[...truncated 79 lines...]