You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/08/30 09:39:53 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.9 - Build # 490 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.9/490/

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testDeleteAliasedCollection

Error Message:
{aliasedCollection2=DocCollection(aliasedCollection2//collections/aliasedCollection2/state.json/3 )={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node2":{           "core":"aliasedCollection2_shard1_replica_n1",           "node_name":"127.0.0.1:46259_solr",           "base_url":"http://127.0.0.1:46259/solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}, aliasedCollection1=DocCollection(aliasedCollection1//collections/aliasedCollection1/state.json/3 )={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node2":{           "core":"aliasedCollection1_shard1_replica_n1",           "node_name":"127.0.0.1:46259_solr",           "base_url":"http://127.0.0.1:46259/solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}}

Stack Trace:
java.lang.AssertionError: {aliasedCollection2=DocCollection(aliasedCollection2//collections/aliasedCollection2/state.json/3 )={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node2":{
          "core":"aliasedCollection2_shard1_replica_n1",
          "node_name":"127.0.0.1:46259_solr",
          "base_url":"http://127.0.0.1:46259/solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}, aliasedCollection1=DocCollection(aliasedCollection1//collections/aliasedCollection1/state.json/3 )={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node2":{
          "core":"aliasedCollection1_shard1_replica_n1",
          "node_name":"127.0.0.1:46259_solr",
          "base_url":"http://127.0.0.1:46259/solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}}
	at __randomizedtesting.SeedInfo.seed([BB2F60B5A4433C33:7C336361841392C8]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertFalse(Assert.java:65)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testDeleteAliasedCollection(CollectionsAPISolrJTest.java:1002)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13553 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> 73071 INFO  (SUITE-CollectionsAPISolrJTest-seed#[BB2F60B5A4433C33]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 73071 INFO  (SUITE-CollectionsAPISolrJTest-seed#[BB2F60B5A4433C33]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/data-dir-14-001
   [junit4]   2> 73071 WARN  (SUITE-CollectionsAPISolrJTest-seed#[BB2F60B5A4433C33]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=101 numCloses=101
   [junit4]   2> 73071 INFO  (SUITE-CollectionsAPISolrJTest-seed#[BB2F60B5A4433C33]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 73073 INFO  (SUITE-CollectionsAPISolrJTest-seed#[BB2F60B5A4433C33]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 73073 INFO  (SUITE-CollectionsAPISolrJTest-seed#[BB2F60B5A4433C33]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 73073 INFO  (SUITE-CollectionsAPISolrJTest-seed#[BB2F60B5A4433C33]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 73076 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReadOnlyCollection
   [junit4]   2> 73076 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001
   [junit4]   2> 73077 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 73077 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 73077 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 73078 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 73177 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.ZkTestServer start zk server on port: 33003
   [junit4]   2> 73177 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33003
   [junit4]   2> 73177 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33003
   [junit4]   2> 73177 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33003
   [junit4]   2> 73180 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 73182 INFO  (zkConnectionManagerCallback-326-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 73182 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 73184 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 73188 INFO  (zkConnectionManagerCallback-328-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 73188 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 73189 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 73190 INFO  (zkConnectionManagerCallback-330-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 73190 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 73293 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 73293 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 73293 INFO  (jetty-launcher-331-thread-1) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 73306 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 73306 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 73306 INFO  (jetty-launcher-331-thread-3) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 73307 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 73307 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 73308 INFO  (jetty-launcher-331-thread-2) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 73309 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 73309 INFO  (jetty-launcher-331-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 73309 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 73309 INFO  (jetty-launcher-331-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 73309 INFO  (jetty-launcher-331-thread-4) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 73309 INFO  (jetty-launcher-331-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 73312 INFO  (jetty-launcher-331-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@454d5e6{/solr,null,AVAILABLE}
   [junit4]   2> 73316 INFO  (jetty-launcher-331-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 73317 INFO  (jetty-launcher-331-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 73317 INFO  (jetty-launcher-331-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 73317 INFO  (jetty-launcher-331-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 73317 INFO  (jetty-launcher-331-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 73317 INFO  (jetty-launcher-331-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 73317 INFO  (jetty-launcher-331-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@678d7806{/solr,null,AVAILABLE}
   [junit4]   2> 73319 INFO  (jetty-launcher-331-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13d64453{/solr,null,AVAILABLE}
   [junit4]   2> 73321 INFO  (jetty-launcher-331-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 73321 INFO  (jetty-launcher-331-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 73321 INFO  (jetty-launcher-331-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 73322 INFO  (jetty-launcher-331-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4fddc0c9{/solr,null,AVAILABLE}
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4464b1ad{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35109}
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@541f691c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:41813}
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-4) [     ] o.e.j.s.Server Started @73366ms
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-2) [     ] o.e.j.s.Server Started @73366ms
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:33003/solr, hostPort=35109}
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:33003/solr, hostPort=41813}
   [junit4]   2> 73324 ERROR (jetty-launcher-331-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 73324 ERROR (jetty-launcher-331-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 73324 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-30T08:40:27.252Z
   [junit4]   2> 73325 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 73325 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 73325 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-30T08:40:27.253Z
   [junit4]   2> 73325 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 73325 INFO  (jetty-launcher-331-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@25c38e4f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42001}
   [junit4]   2> 73326 INFO  (jetty-launcher-331-thread-1) [     ] o.e.j.s.Server Started @73367ms
   [junit4]   2> 73326 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:33003/solr, hostPort=42001}
   [junit4]   2> 73326 ERROR (jetty-launcher-331-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 73326 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 73326 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 73326 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 73326 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 73326 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-30T08:40:27.254Z
   [junit4]   2> 73331 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 73331 INFO  (jetty-launcher-331-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2bc40cdb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42895}
   [junit4]   2> 73331 INFO  (jetty-launcher-331-thread-3) [     ] o.e.j.s.Server Started @73373ms
   [junit4]   2> 73331 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:33003/solr, hostPort=42895}
   [junit4]   2> 73331 ERROR (jetty-launcher-331-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 73331 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 73331 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.1
   [junit4]   2> 73331 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 73331 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 73331 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-08-30T08:40:27.259Z
   [junit4]   2> 73332 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 73334 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 73342 INFO  (zkConnectionManagerCallback-337-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 73342 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 73346 INFO  (zkConnectionManagerCallback-333-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 73346 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 73351 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 73351 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 73356 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 73356 INFO  (zkConnectionManagerCallback-335-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 73356 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 73356 INFO  (zkConnectionManagerCallback-339-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 73357 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 73359 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 73359 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 73359 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 73359 WARN  (jetty-launcher-331-thread-2-SendThread(127.0.0.1:33003)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100efbde4900004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde4900004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde4900004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 73363 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 73363 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 73461 WARN  (jetty-launcher-331-thread-1-SendThread(127.0.0.1:33003)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100efbde4900003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde4900003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde4900003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 73461 WARN  (jetty-launcher-331-thread-4-SendThread(127.0.0.1:33003)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100efbde4900006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde4900006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde4900006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 74161 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 74166 WARN  (jetty-launcher-331-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@cb9d804[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74166 WARN  (jetty-launcher-331-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@cb9d804[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74176 WARN  (jetty-launcher-331-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@24f083cd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74176 WARN  (jetty-launcher-331-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@24f083cd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74177 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33003/solr
   [junit4]   2> 74186 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 74190 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 74196 INFO  (zkConnectionManagerCallback-359-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 74196 INFO  (jetty-launcher-331-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 74197 WARN  (jetty-launcher-331-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c9b24fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74197 WARN  (jetty-launcher-331-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c9b24fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74202 WARN  (jetty-launcher-331-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@acd7910[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74202 WARN  (jetty-launcher-331-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@acd7910[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74203 WARN  (jetty-launcher-331-thread-3-SendThread(127.0.0.1:33003)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100efbde4900007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde4900007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde4900007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 74203 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33003/solr
   [junit4]   2> 74207 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 74211 INFO  (zkConnectionManagerCallback-367-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 74211 INFO  (jetty-launcher-331-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 74304 INFO  (jetty-launcher-331-thread-3) [n:127.0.0.1:42895_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 74310 INFO  (zkConnectionManagerCallback-369-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 74310 INFO  (jetty-launcher-331-thread-3) [n:127.0.0.1:42895_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 74383 WARN  (jetty-launcher-331-thread-3) [n:127.0.0.1:42895_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 74393 INFO  (jetty-launcher-331-thread-3) [n:127.0.0.1:42895_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42895_solr
   [junit4]   2> 74393 INFO  (jetty-launcher-331-thread-3) [n:127.0.0.1:42895_solr     ] o.a.s.c.Overseer Overseer (id=72321192900427785-127.0.0.1:42895_solr-n_0000000000) starting
   [junit4]   2> 74399 INFO  (OverseerStateUpdate-72321192900427785-127.0.0.1:42895_solr-n_0000000000) [n:127.0.0.1:42895_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42895_solr
   [junit4]   2> 74407 INFO  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 74411 INFO  (jetty-launcher-331-thread-3) [n:127.0.0.1:42895_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42895_solr
   [junit4]   2> 74415 INFO  (zkConnectionManagerCallback-377-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 74415 INFO  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 74416 INFO  (jetty-launcher-331-thread-3) [n:127.0.0.1:42895_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 74416 INFO  (zkCallback-368-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 74417 WARN  (jetty-launcher-331-thread-3) [n:127.0.0.1:42895_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> 74429 WARN  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 74431 INFO  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 74434 INFO  (jetty-launcher-331-thread-3) [n:127.0.0.1:42895_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node2
   [junit4]   2> 74435 INFO  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41813_solr as DOWN
   [junit4]   2> 74436 INFO  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 74436 INFO  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41813_solr
   [junit4]   2> 74439 INFO  (zkCallback-368-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 74447 INFO  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 74447 WARN  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_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> 74452 INFO  (zkCallback-376-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 74458 INFO  (jetty-launcher-331-thread-2) [n:127.0.0.1:41813_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node3
   [junit4]   2> 74681 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 74683 WARN  (jetty-launcher-331-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a1417a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74683 WARN  (jetty-launcher-331-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a1417a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74686 WARN  (jetty-launcher-331-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5dcd1de2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74686 WARN  (jetty-launcher-331-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5dcd1de2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74688 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33003/solr
   [junit4]   2> 74711 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 74715 INFO  (zkConnectionManagerCallback-395-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 74715 INFO  (jetty-launcher-331-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 74716 WARN  (jetty-launcher-331-thread-4-SendThread(127.0.0.1:33003)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100efbde490000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde490000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100efbde490000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 74818 INFO  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 74820 INFO  (zkConnectionManagerCallback-397-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 74820 INFO  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 74824 WARN  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 74826 INFO  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 74830 INFO  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35109_solr as DOWN
   [junit4]   2> 74831 INFO  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 74831 INFO  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35109_solr
   [junit4]   2> 74833 INFO  (zkCallback-368-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 74833 INFO  (zkCallback-376-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 74833 INFO  (zkCallback-396-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 74835 INFO  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 74835 WARN  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_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> 74851 INFO  (jetty-launcher-331-thread-4) [n:127.0.0.1:35109_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node4
   [junit4]   2> 74885 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 74886 WARN  (jetty-launcher-331-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7616cad6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74887 WARN  (jetty-launcher-331-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7616cad6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74896 WARN  (jetty-launcher-331-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7794941[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74896 WARN  (jetty-launcher-331-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7794941[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 74897 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33003/solr
   [junit4]   2> 74901 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 74909 INFO  (zkConnectionManagerCallback-411-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 74909 INFO  (jetty-launcher-331-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 75011 INFO  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 75017 INFO  (zkConnectionManagerCallback-413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 75017 INFO  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 75020 WARN  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 75021 INFO  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 75023 INFO  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42001_solr as DOWN
   [junit4]   2> 75024 INFO  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 75024 INFO  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42001_solr
   [junit4]   2> 75025 INFO  (zkCallback-376-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 75025 INFO  (zkCallback-368-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 75025 INFO  (zkCallback-396-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 75026 INFO  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 75027 WARN  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_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> 75031 INFO  (zkCallback-412-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 75042 INFO  (jetty-launcher-331-thread-1) [n:127.0.0.1:42001_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node1
   [junit4]   2> 75053 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 75057 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 75059 INFO  (zkConnectionManagerCallback-424-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 75059 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 75060 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 75061 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33003/solr ready
   [junit4]   2> 75074 INFO  (qtp721712479-548) [n:127.0.0.1:42001_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 75091 INFO  (OverseerThreadFactory-378-thread-1-processing-n:127.0.0.1:42895_solr) [n:127.0.0.1:42895_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection readOnlyTest
   [junit4]   2> 75199 INFO  (OverseerStateUpdate-72321192900427785-127.0.0.1:42895_solr-n_0000000000) [n:127.0.0.1:42895_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readOnlyTest_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:42895_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42895/solr",
   [junit4]   2>   "collection":"readOnlyTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 75201 INFO  (OverseerStateUpdate-72321192900427785-127.0.0.1:42895_solr-n_0000000000) [n:127.0.0.1:42895_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readOnlyTest_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:42001_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42001/solr",
   [junit4]   2>   "collection":"readOnlyTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 75203 INFO  (OverseerStateUpdate-72321192900427785-127.0.0.1:42895_solr-n_0000000000) [n:127.0.0.1:42895_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readOnlyTest_shard2_replica_n4",
   [junit4]   2>   "node_name":"127.0.0.1:35109_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:35109/solr",
   [junit4]   2>   "collection":"readOnlyTest",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 75205 INFO  (OverseerStateUpdate-72321192900427785-127.0.0.1:42895_solr-n_0000000000) [n:127.0.0.1:42895_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"readOnlyTest_shard2_replica_n6",
   [junit4]   2>   "node_name":"127.0.0.1:41813_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:41813/solr",
   [junit4]   2>   "collection":"readOnlyTest",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 75416 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr    x:readOnlyTest_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=readOnlyTest_shard1_replica_n1&action=CREATE&numShards=2&collection=readOnlyTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 75416 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr    x:readOnlyTest_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=readOnlyTest_shard1_replica_n2&action=CREATE&numShards=2&collection=readOnlyTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 75416 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr    x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 75418 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr    x:readOnlyTest_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=readOnlyTest_shard2_replica_n6&action=CREATE&numShards=2&collection=readOnlyTest&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 75419 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr    x:readOnlyTest_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=readOnlyTest_shard2_replica_n4&action=CREATE&numShards=2&collection=readOnlyTest&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 75446 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 75449 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 75451 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 75451 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'readOnlyTest_shard2_replica_n6' using configuration from configset conf, trusted=true
   [junit4]   2> 75451 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.c.SolrCore [[readOnlyTest_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node3/readOnlyTest_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node3/readOnlyTest_shard2_replica_n6/data/]
   [junit4]   2> 75452 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 75455 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 75456 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 75456 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 75456 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'readOnlyTest_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 75456 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.c.SolrCore [[readOnlyTest_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node1/readOnlyTest_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node1/readOnlyTest_shard1_replica_n2/data/]
   [junit4]   2> 75457 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 75459 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 75459 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 75459 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'readOnlyTest_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 75459 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.SolrCore [[readOnlyTest_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node2/readOnlyTest_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node2/readOnlyTest_shard1_replica_n1/data/]
   [junit4]   2> 75461 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 75461 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 75461 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'readOnlyTest_shard2_replica_n4' using configuration from configset conf, trusted=true
   [junit4]   2> 75462 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.SolrCore [[readOnlyTest_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node4/readOnlyTest_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001/tempDir-001/node4/readOnlyTest_shard2_replica_n4/data/]
   [junit4]   2> 75511 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 75511 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 75512 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 75512 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 75512 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 75512 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 75513 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 75513 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 75513 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 75513 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 75514 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 75514 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 75514 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 75514 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 75515 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 75515 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 75515 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1709506905446023168
   [junit4]   2> 75515 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 75515 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 75515 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1709506905446023168
   [junit4]   2> 75524 INFO  (searcherExecutor-428-thread-1-processing-n:127.0.0.1:42001_solr x:readOnlyTest_shard1_replica_n2 c:readOnlyTest s:shard1 r:core_node5) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.c.SolrCore [readOnlyTest_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 75524 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 75525 INFO  (searcherExecutor-430-thread-1-processing-n:127.0.0.1:42895_solr x:readOnlyTest_shard1_replica_n1 c:readOnlyTest s:shard1 r:core_node3) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.SolrCore [readOnlyTest_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 75525 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 75525 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 75525 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1709506905456508928
   [junit4]   2> 75527 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 75527 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 75527 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 75527 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 75529 INFO  (searcherExecutor-432-thread-1-processing-n:127.0.0.1:35109_solr x:readOnlyTest_shard2_replica_n4 c:readOnlyTest s:shard2 r:core_node7) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.SolrCore [readOnlyTest_shard2_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 75530 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 75530 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 75530 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 75530 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1709506905461751808
   [junit4]   2> 75534 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readOnlyTest/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 75535 INFO  (zkCallback-376-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 75535 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readOnlyTest/leaders/shard1
   [junit4]   2> 75536 INFO  (searcherExecutor-426-thread-1-processing-n:127.0.0.1:41813_solr x:readOnlyTest_shard2_replica_n6 c:readOnlyTest s:shard2 r:core_node8) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.c.SolrCore [readOnlyTest_shard2_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 75541 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readOnlyTest/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 75541 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readOnlyTest/leaders/shard2
   [junit4]   2> 75541 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readOnlyTest/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 75541 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readOnlyTest/leaders/shard1
   [junit4]   2> 75546 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 75546 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 75546 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42895/solr/readOnlyTest_shard1_replica_n1/
   [junit4]   2> 75547 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 75551 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=readOnlyTest_shard1_replica_n1 url=http://127.0.0.1:42895/solr  START replicas=[http://127.0.0.1:42001/solr/readOnlyTest_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 75558 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=readOnlyTest_shard1_replica_n1 url=http://127.0.0.1:42895/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 75566 INFO  (qtp721712479-548) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.c.S.Request [readOnlyTest_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 75568 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 75568 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 75568 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/readOnlyTest/leaders/shard1/leader after winning as /collections/readOnlyTest/leader_elect/shard1/election/72321192900427785-core_node3-n_0000000000
   [junit4]   2> 75570 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42895/solr/readOnlyTest_shard1_replica_n1/ shard1
   [junit4]   2> 75573 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readOnlyTest/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 75573 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readOnlyTest/leaders/shard2
   [junit4]   2> 75672 INFO  (zkCallback-368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 75674 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 75677 INFO  (qtp621012491-568) [n:127.0.0.1:42895_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=readOnlyTest_shard1_replica_n1&action=CREATE&numShards=2&collection=readOnlyTest&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=261
   [junit4]   2> 75776 INFO  (zkCallback-368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 75776 INFO  (zkCallback-368-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76048 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 76048 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 76048 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35109/solr/readOnlyTest_shard2_replica_n4/
   [junit4]   2> 76049 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.u.PeerSync PeerSync: core=readOnlyTest_shard2_replica_n4 url=http://127.0.0.1:35109/solr  START replicas=[http://127.0.0.1:41813/solr/readOnlyTest_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 76049 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.u.PeerSync PeerSync: core=readOnlyTest_shard2_replica_n4 url=http://127.0.0.1:35109/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 76052 INFO  (qtp1524145207-571) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.c.S.Request [readOnlyTest_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 76055 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 76055 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 76055 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/readOnlyTest/leaders/shard2/leader after winning as /collections/readOnlyTest/leader_elect/shard2/election/72321192900427788-core_node7-n_0000000000
   [junit4]   2> 76057 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35109/solr/readOnlyTest_shard2_replica_n4/ shard2
   [junit4]   2> 76159 INFO  (zkCallback-396-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76159 INFO  (zkCallback-368-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76159 INFO  (zkCallback-368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76161 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 76165 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=readOnlyTest_shard2_replica_n4&action=CREATE&numShards=2&collection=readOnlyTest&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=745
   [junit4]   2> 76264 INFO  (zkCallback-368-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76264 INFO  (zkCallback-368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76264 INFO  (zkCallback-396-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76264 INFO  (zkCallback-396-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76553 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=readOnlyTest_shard1_replica_n2&action=CREATE&numShards=2&collection=readOnlyTest&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1136
   [junit4]   2> 76585 INFO  (qtp1524145207-564) [n:127.0.0.1:41813_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=readOnlyTest_shard2_replica_n6&action=CREATE&numShards=2&collection=readOnlyTest&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1167
   [junit4]   2> 76587 INFO  (qtp721712479-549) [n:127.0.0.1:42001_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 76684 INFO  (zkCallback-412-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76684 INFO  (zkCallback-376-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76684 INFO  (zkCallback-368-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76684 INFO  (zkCallback-368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76684 INFO  (zkCallback-376-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76684 INFO  (zkCallback-396-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76684 INFO  (zkCallback-396-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76684 INFO  (zkCallback-412-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readOnlyTest/state.json] for collection [readOnlyTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 76685 INFO  (qtp721712479-549) [n:127.0.0.1:42001_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=readOnlyTest&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1600
   [junit4]   2> 76685 INFO  (TEST-CollectionsAPISolrJTest.testReadOnlyCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: readOnlyTest
   [junit4]   2> 76703 INFO  (qtp1252214409-572) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readOnlyTest/terms/shard2 to Terms{values={core_node7=1, core_node8=1}, version=2}
   [junit4]   2> 76703 INFO  (qtp621012491-570) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readOnlyTest/terms/shard1 to Terms{values={core_node3=1, core_node5=1}, version=2}
   [junit4]   2> 76723 INFO  (qtp721712479-547) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [readOnlyTest_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42895/solr/readOnlyTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0 (1709506906684391424), 1 (1709506906689634304), 4 (1709506906689634305), 8 (1709506906689634306)]} 0 4
   [junit4]   2> 76723 INFO  (qtp1524145207-566) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [readOnlyTest_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:35109/solr/readOnlyTest_shard2_replica_n4/&wt=javabin&version=2}{add=[2 (1709506906684391424), 3 (1709506906689634304), 5 (1709506906690682880), 6 (1709506906690682881), 7 (1709506906690682882), 9 (1709506906690682883)]} 0 4
   [junit4]   2> 76725 INFO  (qtp621012491-570) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [readOnlyTest_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1709506906684391424), 1 (1709506906689634304), 4 (1709506906689634305), 8 (1709506906689634306)]} 0 32
   [junit4]   2> 76725 INFO  (qtp1252214409-572) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [readOnlyTest_shard2_replica_n4]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1709506906684391424), 3 (1709506906689634304), 5 (1709506906690682880), 6 (1709506906690682881), 7 (1709506906690682882), 9 (1709506906690682883)]} 0 33
   [junit4]   2> 76747 INFO  (searcherExecutor-432-thread-1-processing-n:127.0.0.1:35109_solr x:readOnlyTest_shard2_replica_n4 c:readOnlyTest s:shard2 r:core_node7) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.c.SolrCore [readOnlyTest_shard2_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 76747 INFO  (searcherExecutor-426-thread-1-processing-n:127.0.0.1:41813_solr x:readOnlyTest_shard2_replica_n6 c:readOnlyTest s:shard2 r:core_node8) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.c.SolrCore [readOnlyTest_shard2_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 76748 INFO  (qtp1524145207-571) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [readOnlyTest_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35109/solr/readOnlyTest_shard2_replica_n4/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 13
   [junit4]   2> 76749 INFO  (qtp1252214409-561) [n:127.0.0.1:35109_solr c:readOnlyTest s:shard2 r:core_node7 x:readOnlyTest_shard2_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [readOnlyTest_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42895/solr/readOnlyTest_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 16
   [junit4]   2> 76758 INFO  (searcherExecutor-428-thread-1-processing-n:127.0.0.1:42001_solr x:readOnlyTest_shard1_replica_n2 c:readOnlyTest s:shard1 r:core_node5) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.c.SolrCore [readOnlyTest_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 76758 INFO  (qtp721712479-551) [n:127.0.0.1:42001_solr c:readOnlyTest s:shard1 r:core_node5 x:readOnlyTest_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [readOnlyTest_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42895/solr/readOnlyTest_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 6
   [junit4]   2> 76759 INFO  (searcherExecutor-430-thread-1-processing-n:127.0.0.1:42895_solr x:readOnlyTest_shard1_replica_n1 c:readOnlyTest s:shard1 r:core_node3) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.SolrCore [readOnlyTest_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 76760 INFO  (qtp621012491-573) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [readOnlyTest_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=readOnlyTest:7&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 32
   [junit4]   2> 76793 INFO  (qtp621012491-569) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.S.Request [readOnlyTest_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=readOnlyTest:7&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:42895/solr/readOnlyTest_shard1_replica_n1/|http://127.0.0.1:42001/solr/readOnlyTest_shard1_replica_n2/&rid=127.0.0.1-16&rows=10&version=2&q=*:*&omitHeader=false&NOW=1630312830692&isShard=true&wt=javabin} hits=4 status=0 QTime=6
   [junit4]   2> 76793 INFO  (qtp1524145207-563) [n:127.0.0.1:41813_solr c:readOnlyTest s:shard2 r:core_node8 x:readOnlyTest_shard2_replica_n6 ] o.a.s.c.S.Request [readOnlyTest_shard2_replica_n6]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=readOnlyTest:7&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:41813/solr/readOnlyTest_shard2_replica_n6/|http://127.0.0.1:35109/solr/readOnlyTest_shard2_replica_n4/&rid=127.0.0.1-16&rows=10&version=2&q=*:*&omitHeader=false&NOW=1630312830692&isShard=true&wt=javabin} hits=6 status=0 QTime=7
   [junit4]   2> 76803 INFO  (qtp621012491-570) [n:127.0.0.1:42895_solr c:readOnlyTest s:shard1 r:core_node3 x:readOnlyTest_shard1_replica_n1 ] o.a.s.c.S.Request [readOnlyTest_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=readOnlyTest:7&shards.purpose=64&shard.url=http://127.0.0.1:42895/solr/readOnlyTest_shard1_replica_n1/|http://127.0.0.1:42001/solr/readOnlyTest_shard1_replica_n2/&rid=127.0.0.1-16&version=2&q=*:*&omitHeader=false&NOW=1630312830692&ids=0,1,4,8&isShard=true&wt=javabin} status=0 QTime=0
   [junit

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

 o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 193030 INFO  (jetty-closer-3320-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 193030 INFO  (jetty-closer-3320-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 193030 INFO  (jetty-closer-3320-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 193030 INFO  (jetty-closer-3320-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 193031 INFO  (closeThreadPool-3343-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72321199969533960-127.0.0.1:46827_solr-n_0000000000) closing
   [junit4]   2> 193035 INFO  (OverseerAutoScalingTriggerThread-72321199969533960-127.0.0.1:46827_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 193038 INFO  (OverseerStateUpdate-72321199969533960-127.0.0.1:46827_solr-n_0000000000) [n:127.0.0.1:46827_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46827_solr
   [junit4]   2> 193039 WARN  (jetty-launcher-3196-thread-3-SendThread(127.0.0.1:35959)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100efbf89ea0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100efbf89ea0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100efbf89ea0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 193046 WARN  (jetty-launcher-3196-thread-2-SendThread(127.0.0.1:35959)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100efbf89ea000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100efbf89ea000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100efbf89ea000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 193046 INFO  (jetty-closer-3320-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@27b12194{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 193059 INFO  (closeThreadPool-3343-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72321199969533960-127.0.0.1:46827_solr-n_0000000000) closing
   [junit4]   2> 193059 INFO  (jetty-closer-3320-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3bb3b7ab{/solr,null,STOPPED}
   [junit4]   2> 193059 INFO  (jetty-closer-3320-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 193252 INFO  (jetty-closer-3320-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72321199969533960-127.0.0.1:46827_solr-n_0000000000) closing
   [junit4]   2> 193258 INFO  (jetty-closer-3320-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3e9a6454{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 193265 INFO  (jetty-closer-3320-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6441a6c9{/solr,null,STOPPED}
   [junit4]   2> 193265 INFO  (jetty-closer-3320-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 193453 INFO  (jetty-closer-3320-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d7b8c6c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 193454 INFO  (jetty-closer-3320-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@677038df{/solr,null,STOPPED}
   [junit4]   2> 193454 INFO  (jetty-closer-3320-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 193553 INFO  (jetty-closer-3320-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@630558b6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 193554 INFO  (jetty-closer-3320-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2a1dfe97{/solr,null,STOPPED}
   [junit4]   2> 193554 INFO  (jetty-closer-3320-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 193557 INFO  (TEST-CollectionsAPISolrJTest.testRenameCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 193895 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> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testRename2_true/terms/shard1
   [junit4]   2> 	2	/solr/collections/testRename2_false/terms/shard1
   [junit4]   2> 	2	/solr/collections/catAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA_TEMP/terms/shard1
   [junit4]   2> 	2	/solr/collections/testRename1_false/terms/shard1
   [junit4]   2> 	2	/solr/collections/testRename1_true/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	91	/solr/aliases.json
   [junit4]   2> 	14	/solr/collections/testRename2_true/state.json
   [junit4]   2> 	14	/solr/collections/testRename1_false/state.json
   [junit4]   2> 	13	/solr/collections/testRename1_true/state.json
   [junit4]   2> 	13	/solr/collections/testRename2_false/state.json
   [junit4]   2> 	12	/solr/collections/catAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA_TEMP/state.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/catAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA_TEMP/collectionprops.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	82	/solr/overseer/collection-queue-work
   [junit4]   2> 	60	/solr/overseer/queue
   [junit4]   2> 	30	/solr/collections
   [junit4]   2> 	20	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections/testRename1_true/state.json
   [junit4]   2> 	7	/solr/collections/testRename2_false/state.json
   [junit4]   2> 	6	/solr/collections/testRename2_true/state.json
   [junit4]   2> 	6	/solr/collections/testRename1_false/state.json
   [junit4]   2> 	4	/solr/collections/catAlias__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA_TEMP/state.json
   [junit4]   2> 
   [junit4]   2> 193897 INFO  (TEST-CollectionsAPISolrJTest.testRenameCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35959
   [junit4]   2> 193898 INFO  (TEST-CollectionsAPISolrJTest.testRenameCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35959
   [junit4]   2> 193898 INFO  (TEST-CollectionsAPISolrJTest.testRenameCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35959
   [junit4]   2> 193898 INFO  (TEST-CollectionsAPISolrJTest.testRenameCollection-seed#[BB2F60B5A4433C33]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRenameCollection
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_BB2F60B5A4433C33-001
   [junit4]   2> Aug 30, 2021 8:42:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=22, maxDocsPerChunk=9, blockShift=14), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=22, maxDocsPerChunk=9, blockSize=14)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=cs-CZ, timezone=America/Fortaleza
   [junit4]   2> NOTE: Linux 4.15.0-147-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=240394408,total=402128896
   [junit4]   2> NOTE: All tests run in this JVM: [JSONWriterTest, HdfsBasicDistributedZk2Test, OverseerSolrResponseUnsafeSerializationTest, SampleTest, TestJmxIntegration, CategoryRoutedAliasUpdateProcessorTest, CloneFieldUpdateProcessorFactoryTest, SearchRateTriggerIntegrationTest, AssignTest, SuggesterFSTTest, TestPHPSerializedResponseWriter, RequestHandlersTest, ExternalFileFieldSortTest, SplitByPrefixTest, TestPKIAuthenticationPlugin, SplitHandlerTest, CollectionsAPISolrJTest]
   [junit4] Completed [62/939 (1!)] on J1 in 121.74s, 22 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 55482 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.9 - Build # 491 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.9/491/

1 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testCollectionStateWatcherCaching

Error Message:
Could not find updated property in collection c1 even after 5 seconds

Stack Trace:
java.lang.AssertionError: Could not find updated property in collection c1 even after 5 seconds
	at __randomizedtesting.SeedInfo.seed([AF22A7070592BCA6:AFEC2042C6EA767]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testCollectionStateWatcherCaching(ZkStateReaderTest.java:219)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15363 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> 1923097 INFO  (SUITE-ZkStateReaderTest-seed#[AF22A7070592BCA6]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1923097 INFO  (SUITE-ZkStateReaderTest-seed#[AF22A7070592BCA6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1923097 INFO  (SUITE-ZkStateReaderTest-seed#[AF22A7070592BCA6]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J3/temp/solr.cloud.overseer.ZkStateReaderTest_AF22A7070592BCA6-001/data-dir-127-001
   [junit4]   2> 1923097 INFO  (SUITE-ZkStateReaderTest-seed#[AF22A7070592BCA6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1923099 INFO  (SUITE-ZkStateReaderTest-seed#[AF22A7070592BCA6]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1923102 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
   [junit4]   2> 1923103 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1923103 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1923103 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1923104 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1923203 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer start zk server on port: 38837
   [junit4]   2> 1923203 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38837
   [junit4]   2> 1923203 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38837
   [junit4]   2> 1923203 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38837
   [junit4]   2> 1923206 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1923210 INFO  (zkConnectionManagerCallback-19624-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923210 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1923214 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1923215 INFO  (zkConnectionManagerCallback-19626-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923215 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1923218 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1923219 INFO  (zkConnectionManagerCallback-19628-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923219 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1923283 WARN  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1923285 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ZkStateReader /collections/c1/state.json is deleted, stop watching children
   [junit4]   2> 1923287 INFO  (zkCallback-19627-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1923390 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1923593 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1923596 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38837
   [junit4]   2> 1923596 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38837
   [junit4]   2> 1923596 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38837
   [junit4]   2> 1923597 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
   [junit4]   2> 1923602 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionStateWatcherCaching
   [junit4]   2> 1923602 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1923602 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1923602 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1923603 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1923702 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer start zk server on port: 42109
   [junit4]   2> 1923702 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42109
   [junit4]   2> 1923702 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42109
   [junit4]   2> 1923702 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42109
   [junit4]   2> 1923704 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1923706 INFO  (zkConnectionManagerCallback-19632-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923706 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1923708 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1923709 INFO  (zkConnectionManagerCallback-19634-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923709 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1923710 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1923711 INFO  (zkConnectionManagerCallback-19636-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1923711 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1923771 WARN  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1928902 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1929106 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1929108 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42109
   [junit4]   2> 1929108 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42109
   [junit4]   2> 1929108 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42109
   [junit4]   2> 1929109 INFO  (TEST-ZkStateReaderTest.testCollectionStateWatcherCaching-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCollectionStateWatcherCaching
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest -Dtests.method=testCollectionStateWatcherCaching -Dtests.seed=AF22A7070592BCA6 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=Asia/Ashgabat -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 5.52s J3 | ZkStateReaderTest.testCollectionStateWatcherCaching <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find updated property in collection c1 even after 5 seconds
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AF22A7070592BCA6:AFEC2042C6EA767]:0)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testCollectionStateWatcherCaching(ZkStateReaderTest.java:219)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1929118 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 1929118 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1929118 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1929119 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1929119 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1929218 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer start zk server on port: 46249
   [junit4]   2> 1929219 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46249
   [junit4]   2> 1929219 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46249
   [junit4]   2> 1929219 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46249
   [junit4]   2> 1929220 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1929223 INFO  (zkConnectionManagerCallback-19640-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1929223 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1929225 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1929226 INFO  (zkConnectionManagerCallback-19642-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1929226 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1929227 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1929228 INFO  (zkConnectionManagerCallback-19644-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1929229 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1929288 WARN  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1929293 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ZkStateReader /collections/c1/state.json is deleted, stop watching children
   [junit4]   2> 1929399 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1929603 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1929605 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46249
   [junit4]   2> 1929605 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46249
   [junit4]   2> 1929605 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46249
   [junit4]   2> 1929606 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 1929610 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 1929611 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1929611 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1929611 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1929611 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1929711 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer start zk server on port: 43121
   [junit4]   2> 1929711 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43121
   [junit4]   2> 1929711 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43121
   [junit4]   2> 1929711 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43121
   [junit4]   2> 1929713 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1929715 INFO  (zkConnectionManagerCallback-19648-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1929715 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1929717 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1929718 INFO  (zkConnectionManagerCallback-19650-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1929718 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1929719 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1929720 INFO  (zkConnectionManagerCallback-19652-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1929720 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1929776 WARN  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1929884 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1930088 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1930091 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43121
   [junit4]   2> 1930091 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43121
   [junit4]   2> 1930091 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43121
   [junit4]   2> 1930092 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 1930096 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 1930096 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1930097 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1930097 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1930097 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1930197 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer start zk server on port: 44349
   [junit4]   2> 1930197 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44349
   [junit4]   2> 1930197 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44349
   [junit4]   2> 1930197 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44349
   [junit4]   2> 1930199 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1930201 INFO  (zkConnectionManagerCallback-19656-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1930201 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1930204 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1930206 INFO  (zkConnectionManagerCallback-19658-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1930206 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1930207 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1930208 INFO  (zkConnectionManagerCallback-19660-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1930208 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1930274 WARN  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1930276 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ZkStateReader /collections/c1/state.json is deleted, stop watching children
   [junit4]   2> 1930279 INFO  (zkCallback-19659-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1930381 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1930584 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1930587 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44349
   [junit4]   2> 1930587 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44349
   [junit4]   2> 1930587 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44349
   [junit4]   2> 1930588 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 1930592 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 1930592 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1930593 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1930593 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1930593 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1930693 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer start zk server on port: 34493
   [junit4]   2> 1930693 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34493
   [junit4]   2> 1930693 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34493
   [junit4]   2> 1930693 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34493
   [junit4]   2> 1930694 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1930696 INFO  (zkConnectionManagerCallback-19664-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1930696 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1930698 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1930699 INFO  (zkConnectionManagerCallback-19666-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1930699 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1930700 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1930701 INFO  (zkConnectionManagerCallback-19668-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1930701 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1930761 WARN  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1930763 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ZkStateReader /collections/c1/state.json is deleted, stop watching children
   [junit4]   2> 1930766 INFO  (zkCallback-19667-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1930868 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1931072 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1931074 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34493
   [junit4]   2> 1931074 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34493
   [junit4]   2> 1931074 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34493
   [junit4]   2> 1931075 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 1931080 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 1931080 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1931080 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1931080 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1931081 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1931180 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer start zk server on port: 33921
   [junit4]   2> 1931180 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33921
   [junit4]   2> 1931180 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33921
   [junit4]   2> 1931180 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33921
   [junit4]   2> 1931182 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1931184 INFO  (zkConnectionManagerCallback-19672-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1931184 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1931186 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1931187 INFO  (zkConnectionManagerCallback-19674-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1931187 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1931188 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1931189 INFO  (zkConnectionManagerCallback-19676-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1931189 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1931243 WARN  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1931349 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1931552 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1931554 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33921
   [junit4]   2> 1931554 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33921
   [junit4]   2> 1931554 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33921
   [junit4]   2> 1931555 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[AF22A7070592BCA6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr/build/solr-core/test/J3/temp/solr.cloud.overseer.ZkStateReaderTest_AF22A7070592BCA6-001
   [junit4]   2> Aug 30, 2021 12:51:22 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1555, maxMBSortInHeap=7.6011640449130375, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sl-SI, timezone=Asia/Ashgabat
   [junit4]   2> NOTE: Linux 4.15.0-147-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=157043024,total=501743616
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudPhrasesIdentificationComponent, TestInPlaceUpdateWithRouteField, TestIndexingPerformance, TestCloudRecovery2, LeaderFailoverAfterPartitionTest, DistanceUnitsTest, XsltUpdateRequestHandlerTest, TestRequestStatusCollectionAPI, UpdateLogTest, TestSolrCLIRunExample, TestStressUserVersions, TestNumericTokenStream, TestSolrXml, TestCollectionsAPIViaSolrCloudCluster, ReplaceNodeNoTargetTest, SolrMetricsIntegrationTest, TestFoldingMultitermQuery, SimpleMLTQParserTest, UninvertDocValuesMergePolicyTest, TestTlogReplayVsRecovery, ResponseLogComponentTest, TestAuthenticationFramework, TestPseudoReturnFields, ComputePlanActionTest, RecoveryAfterSoftCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, PrimitiveFieldTypeTest, TestEmbeddedSolrServerSchemaAPI, TestScoreJoinQPScore, TestLMJelinekMercerSimilarityFactory, TestDFISimilarityFactory, TestRequestForwarding, TokenizerChainTest, ReturnFieldsTest, TestRandomFaceting, TestLeaderElectionZkExpiry, TestAuthorizationFramework, SaslZkACLProviderTest, TestDistributedGrouping, TestRestoreCore, CollectionsAPIDistributedZkTest, TestNumericTerms32, HdfsRecoveryZkTest, TestFieldCacheSortRandom, AnalysisErrorHandlingTest, SuggesterTest, TestDocTermOrdsUninvertLimit, TestHttpShardHandlerFactory, TestZkAclsWithHadoopAuth, TestBinaryField, TestSimPolicyCloud, TestDynamicFieldNamesIndexCorrectly, BasicAuthStandaloneTest, TestGroupingSearch, CursorPagingTest, TestRandomCollapseQParserPlugin, TestSubQueryTransformerCrossCore, TestJsonFacets, TestMaxScoreQueryParser, ShowFileRequestHandlerTest, TestRemoteStreaming, TestMacroExpander, HttpPartitionWithTlogReplicasTest, TestPostingsSolrHighlighter, TestConfigReload, OverseerRolesTest, TestSolrFieldCacheBean, QueryResultKeyTest, TemplateUpdateProcessorTest, TermVectorComponentTest, TestInfoStreamLogging, TestCloudJSONFacetSKG, TestQueryingOnDownCollection, DeleteLastCustomShardedReplicaTest, DeleteStatusTest, DistributedFacetPivotSmallAdvancedTest, TestPerFieldSimilarityWithDefaultOverride, LoggingHandlerTest, AuthToolTest, ParsingFieldUpdateProcessorsTest, OverseerTaskQueueTest, DistributedQueryComponentCustomSortTest, TestTextField, DistributedQueueTest, DirectoryFactoryTest, MoreLikeThisComponentTest, TestPartialUpdateDeduplication, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DocValuesTest, BackupRestoreApiErrorConditionsTest, TestTrie, TestSolrCloudWithSecureImpersonation, TestOrdValues, TestDelegationWithHadoopAuth, NoCacheHeaderTest, TestPrepRecovery, TestFastLRUCache, TestMaxTokenLenTokenizer, ConjunctionSolrSpellCheckerTest, CdcrOpsAndBoundariesTest, SystemInfoHandlerTest, ConnectionManagerTest, MetricsHistoryHandlerTest, CollectionPropsTest, MetricsDisabledCloudTest, BlockJoinFacetDistribTest, AggValueSourceTest, TestDeleteCollectionOnDownNodes, TestSolrConfigHandlerCloud, TestLegacyTerms, BufferStoreTest, DateFieldTest, UUIDUpdateProcessorFallbackTest, NodeLostTriggerTest, ChaosMonkeySafeLeaderTest, CleanupOldIndexTest, DeleteInactiveReplicaTest, DistribJoinFromCollectionTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, HttpPartitionTest, LeaderTragicEventTest, LegacyCloudClusterPropTest, MultiSolrCloudTestCaseTest, PackageManagerCLITest, ReplicationFactorTest, SyncSliceTest, TestTolerantUpdateProcessorRandomCloud, TestWaitForStateWithJettyShutdowns, TlogReplayBufferedWhileIndexingTest, ZkCLITest, ZkSolrClientTest, SimpleCollectionCreateDeleteTest, SplitByPrefixTest, TestReplicaProperties, NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest, SystemLogListenerTest, TriggerCooldownIntegrationTest, TriggerSetPropertiesIntegrationTest, TestSimComputePlanAction, TestSimDistribStateManager, TestSimScenario, TestSimTriggerIntegration, CdcrWithNodesRestartsTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, ZkStateReaderTest]
   [junit4] Completed [607/939 (1!)] on J3 in 8.76s, 7 tests, 1 failure <<< FAILURES!

[...truncated 53651 lines...]