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

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:42083_solr",           
"base_url":"https://127.0.0.1:42083/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:46219_solr",           
"base_url":"https://127.0.0.1:46219/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:42083_solr",
          "base_url":"https://127.0.0.1:42083/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:46219_solr",
          "base_url":"https://127.0.0.1:46219/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([D6FDB467AD8AEE83:11E1B7B38DDA4078]: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 15012 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> 1225305 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[D6FDB467AD8AEE83]-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> 1225305 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[D6FDB467AD8AEE83]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1225305 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[D6FDB467AD8AEE83]-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_D6FDB467AD8AEE83-001/data-dir-137-001
   [junit4]   2> 1225305 WARN  
(SUITE-CollectionsAPISolrJTest-seed#[D6FDB467AD8AEE83]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1225305 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[D6FDB467AD8AEE83]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1225307 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[D6FDB467AD8AEE83]-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> 1225310 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudInfoInCoreStatus
   [junit4]   2> 1225310 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] 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_D6FDB467AD8AEE83-001/tempDir-001
   [junit4]   2> 1225310 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1225311 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1225311 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1225311 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1225411 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.ZkTestServer start zk server on port: 35763
   [junit4]   2> 1225411 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35763
   [junit4]   2> 1225411 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35763
   [junit4]   2> 1225411 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35763
   [junit4]   2> 1225412 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225414 INFO  (zkConnectionManagerCallback-13077-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225414 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225416 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225417 INFO  (zkConnectionManagerCallback-13079-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225417 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225417 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225418 INFO  (zkConnectionManagerCallback-13081-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225418 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225521 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1225521 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1225521 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1225521 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1225521 INFO  (jetty-launcher-13082-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> 1225521 INFO  (jetty-launcher-13082-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> 1225521 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1225521 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1225521 INFO  (jetty-launcher-13082-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> 1225522 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1225522 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1225522 INFO  (jetty-launcher-13082-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> 1225522 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1225522 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1225522 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1225523 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@324f34cd{/solr,null,AVAILABLE}
   [junit4]   2> 1225523 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1225523 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1225523 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1225523 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1225524 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1225524 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1225524 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1225524 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1225524 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1225524 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@59734125{/solr,null,AVAILABLE}
   [junit4]   2> 1225524 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3760d969{/solr,null,AVAILABLE}
   [junit4]   2> 1225525 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@8f7b230{SSL, (ssl, 
http/1.1)}{127.0.0.1:33383}
   [junit4]   2> 1225525 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.s.Server Started @1225561ms
   [junit4]   2> 1225525 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:35763/solr, hostPort=33383}
   [junit4]   2> 1225525 ERROR (jetty-launcher-13082-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1225525 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1225525 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.9.1
   [junit4]   2> 1225525 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1225525 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1225525 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-07-08T04:43:26.895Z
   [junit4]   2> 1225525 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5ec45462{/solr,null,AVAILABLE}
   [junit4]   2> 1225526 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225526 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f6e5d46{SSL, (ssl, 
http/1.1)}{127.0.0.1:35641}
   [junit4]   2> 1225526 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.s.Server Started @1225562ms
   [junit4]   2> 1225526 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:35763/solr, hostPort=35641}
   [junit4]   2> 1225526 ERROR (jetty-launcher-13082-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1225526 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1225526 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.9.1
   [junit4]   2> 1225526 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1225526 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1225526 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-07-08T04:43:26.896Z
   [junit4]   2> 1225528 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225528 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@8d846c3{SSL, (ssl, 
http/1.1)}{127.0.0.1:34395}
   [junit4]   2> 1225528 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.s.Server Started @1225565ms
   [junit4]   2> 1225528 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:35763/solr, hostPort=34395}
   [junit4]   2> 1225528 INFO  (zkConnectionManagerCallback-13084-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225528 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225528 ERROR (jetty-launcher-13082-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1225528 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1225528 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.9.1
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3867fe73{SSL, (ssl, 
http/1.1)}{127.0.0.1:43659}
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-07-08T04:43:26.899Z
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.s.Server Started @1225565ms
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:35763/solr, hostPort=43659}
   [junit4]   2> 1225529 ERROR (jetty-launcher-13082-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.9.1
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.9/solr
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-07-08T04:43:26.899Z
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225529 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1225530 INFO  (zkConnectionManagerCallback-13086-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225530 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225530 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225530 INFO  (zkConnectionManagerCallback-13088-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225531 INFO  (zkConnectionManagerCallback-13090-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225531 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225531 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1225533 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1225533 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1225533 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225534 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1225534 WARN  
(jetty-launcher-13082-thread-2-SendThread(127.0.0.1:35763)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10167bada330003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10167bada330003, 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 0x10167bada330003, 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> 1225534 WARN  
(jetty-launcher-13082-thread-1-SendThread(127.0.0.1:35763)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10167bada330006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10167bada330006, 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 0x10167bada330006, 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> 1225536 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1225536 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1225537 WARN  
(jetty-launcher-13082-thread-3-SendThread(127.0.0.1:35763)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10167bada330004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10167bada330004, 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 0x10167bada330004, 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> 1225538 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1225767 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1225767 WARN  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1225768 WARN  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@148bc345[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225768 WARN  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@148bc345[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225771 WARN  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1225772 WARN  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@506b77ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225772 WARN  (jetty-launcher-13082-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@506b77ce[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225773 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35763/solr
   [junit4]   2> 1225774 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225775 INFO  (zkConnectionManagerCallback-13107-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225775 INFO  (jetty-launcher-13082-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225831 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1225831 WARN  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1225834 WARN  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7a787056[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225834 WARN  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7a787056[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225835 WARN  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1225838 WARN  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6fa05911[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225838 WARN  (jetty-launcher-13082-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6fa05911[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225839 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35763/solr
   [junit4]   2> 1225842 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225842 INFO  (zkConnectionManagerCallback-13118-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225842 INFO  (jetty-launcher-13082-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225935 INFO  (jetty-launcher-13082-thread-3) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1225937 INFO  (zkConnectionManagerCallback-13120-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225938 INFO  (jetty-launcher-13082-thread-3) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1225968 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1225969 WARN  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1225969 WARN  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@f851294[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225969 WARN  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@f851294[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225971 WARN  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1225971 WARN  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2c95915b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225971 WARN  (jetty-launcher-13082-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2c95915b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1225972 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35763/solr
   [junit4]   2> 1225981 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1225985 INFO  (zkConnectionManagerCallback-13130-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1225986 INFO  (jetty-launcher-13082-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1225999 WARN  (jetty-launcher-13082-thread-3) 
[n:127.0.0.1:35641_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> 1226003 INFO  (jetty-launcher-13082-thread-3) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35641_solr
   [junit4]   2> 1226003 INFO  (jetty-launcher-13082-thread-3) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.Overseer Overseer 
(id=72453121236992009-127.0.0.1:35641_solr-n_0000000000) starting
   [junit4]   2> 1226010 INFO  
(OverseerStateUpdate-72453121236992009-127.0.0.1:35641_solr-n_0000000000) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:35641_solr
   [junit4]   2> 1226014 INFO  (jetty-launcher-13082-thread-3) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35641_solr
   [junit4]   2> 1226016 INFO  (jetty-launcher-13082-thread-3) 
[n:127.0.0.1:35641_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1226016 WARN  (jetty-launcher-13082-thread-3) 
[n:127.0.0.1:35641_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> 1226022 INFO  (zkCallback-13119-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1226031 INFO  (jetty-launcher-13082-thread-3) 
[n:127.0.0.1:35641_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_D6FDB467AD8AEE83-001/tempDir-001/node3
   [junit4]   2> 1226038 INFO  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1226045 INFO  (zkConnectionManagerCallback-13140-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1226045 INFO  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1226048 WARN  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_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> 1226049 INFO  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1226053 INFO  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33383_solr as DOWN
   [junit4]   2> 1226054 INFO  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1226054 INFO  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33383_solr
   [junit4]   2> 1226055 INFO  (zkCallback-13119-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1226055 INFO  (zkCallback-13139-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1226056 INFO  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1226056 WARN  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_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> 1226066 INFO  (jetty-launcher-13082-thread-2) 
[n:127.0.0.1:33383_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_D6FDB467AD8AEE83-001/tempDir-001/node2
   [junit4]   2> 1226136 INFO  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1226137 INFO  (zkConnectionManagerCallback-13148-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1226137 INFO  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1226141 WARN  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_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> 1226141 INFO  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1226156 INFO  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43659_solr as DOWN
   [junit4]   2> 1226156 INFO  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1226156 INFO  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43659_solr
   [junit4]   2> 1226157 INFO  (zkCallback-13119-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1226157 INFO  (zkCallback-13139-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1226158 INFO  (zkCallback-13147-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1226158 INFO  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1226159 WARN  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_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> 1226168 INFO  (jetty-launcher-13082-thread-1) 
[n:127.0.0.1:43659_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_D6FDB467AD8AEE83-001/tempDir-001/node1
   [junit4]   2> 1226591 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1226592 WARN  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1226592 WARN  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@35d2ddc4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1226592 WARN  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@35d2ddc4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1226594 WARN  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1226595 WARN  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@17e57311[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1226595 WARN  (jetty-launcher-13082-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@17e57311[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1226596 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35763/solr
   [junit4]   2> 1226597 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1226597 INFO  (zkConnectionManagerCallback-13162-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1226597 INFO  (jetty-launcher-13082-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1226705 INFO  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1226709 INFO  (zkConnectionManagerCallback-13164-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1226710 INFO  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1226715 WARN  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_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> 1226715 INFO  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1226719 INFO  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34395_solr as DOWN
   [junit4]   2> 1226720 INFO  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1226720 INFO  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34395_solr
   [junit4]   2> 1226721 INFO  (zkCallback-13147-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1226721 INFO  (zkCallback-13139-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1226721 INFO  (zkCallback-13119-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1226722 INFO  (zkCallback-13163-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1226723 INFO  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1226724 WARN  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_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> 1226739 INFO  (jetty-launcher-13082-thread-4) 
[n:127.0.0.1:34395_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_D6FDB467AD8AEE83-001/tempDir-001/node4
   [junit4]   2> 1226748 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1226748 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1226749 INFO  (zkConnectionManagerCallback-13175-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1226749 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1226750 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1226751 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:35763/solr ready
   [junit4]   2> 1226781 INFO  (qtp35663283-21605) [n:127.0.0.1:34395_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 1226784 INFO  
(OverseerThreadFactory-13135-thread-1-processing-n:127.0.0.1:35641_solr) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
corestatus_test
   [junit4]   2> 1226889 INFO  
(OverseerStateUpdate-72453121236992009-127.0.0.1:35641_solr-n_0000000000) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"corestatus_test_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:35641_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:35641/solr";,
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1226891 INFO  
(OverseerStateUpdate-72453121236992009-127.0.0.1:35641_solr-n_0000000000) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"corestatus_test_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:33383_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:33383/solr";,
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1226892 INFO  
(OverseerStateUpdate-72453121236992009-127.0.0.1:35641_solr-n_0000000000) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"corestatus_test_shard2_replica_n4",
   [junit4]   2>   "node_name":"127.0.0.1:34395_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:34395/solr";,
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1226894 INFO  
(OverseerStateUpdate-72453121236992009-127.0.0.1:35641_solr-n_0000000000) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"corestatus_test_shard2_replica_n6",
   [junit4]   2>   "node_name":"127.0.0.1:43659_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:43659/solr";,
   [junit4]   2>   "collection":"corestatus_test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1227112 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr    
x:corestatus_test_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n4&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1227114 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227123 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 1227124 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1227125 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1227125 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard2_replica_n4' 
using configuration from configset conf, trusted=true
   [junit4]   2> 1227125 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.SolrCore [[corestatus_test_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_D6FDB467AD8AEE83-001/tempDir-001/node4/corestatus_test_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_D6FDB467AD8AEE83-001/tempDir-001/node4/corestatus_test_shard2_replica_n4/data/]
   [junit4]   2> 1227132 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr    
x:corestatus_test_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n2&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1227132 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227139 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr    
x:corestatus_test_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=corestatus_test_shard2_replica_n6&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1227140 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227141 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr    
x:corestatus_test_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=corestatus_test_shard1_replica_n1&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1227141 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr    
x:corestatus_test_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1227143 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227148 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 1227149 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 1227150 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1227151 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1227151 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard1_replica_n2' 
using configuration from configset conf, trusted=true
   [junit4]   2> 1227151 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.SolrCore [[corestatus_test_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_D6FDB467AD8AEE83-001/tempDir-001/node2/corestatus_test_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_D6FDB467AD8AEE83-001/tempDir-001/node2/corestatus_test_shard1_replica_n2/data/]
   [junit4]   2> 1227153 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1227153 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1227153 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard2_replica_n6' 
using configuration from configset conf, trusted=true
   [junit4]   2> 1227153 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.SolrCore [[corestatus_test_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_D6FDB467AD8AEE83-001/tempDir-001/node1/corestatus_test_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_D6FDB467AD8AEE83-001/tempDir-001/node1/corestatus_test_shard2_replica_n6/data/]
   [junit4]   2> 1227154 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1227154 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1227155 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227155 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227162 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 1227162 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1227163 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1227163 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1227163 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'corestatus_test_shard1_replica_n1' 
using configuration from configset conf, trusted=true
   [junit4]   2> 1227164 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[corestatus_test_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_D6FDB467AD8AEE83-001/tempDir-001/node3/corestatus_test_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_D6FDB467AD8AEE83-001/tempDir-001/node3/corestatus_test_shard1_replica_n1/data/]
   [junit4]   2> 1227165 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1227165 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1227165 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1704690354523996160
   [junit4]   2> 1227169 INFO  
(searcherExecutor-13177-thread-1-processing-n:127.0.0.1:34395_solr 
x:corestatus_test_shard2_replica_n4 c:corestatus_test s:shard2 r:core_node7) 
[n:127.0.0.1:34395_solr c:corestatus_test s:shard2 r:core_node7 
x:corestatus_test_shard2_replica_n4 ] o.a.s.c.SolrCore 
[corestatus_test_shard2_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1227175 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227177 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/corestatus_test/terms/shard2 to Terms{values={core_node7=0}, 
version=0}
   [junit4]   2> 1227177 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/corestatus_test/leaders/shard2
   [junit4]   2> 1227178 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1227178 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1227178 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1227178 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1227178 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227178 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227179 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227179 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227179 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1227180 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1227180 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1227180 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1704690354539724800
   [junit4]   2> 1227181 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1227181 INFO  
(searcherExecutor-13180-thread-1-processing-n:127.0.0.1:33383_solr 
x:corestatus_test_shard1_replica_n2 c:corestatus_test s:shard1 r:core_node5) 
[n:127.0.0.1:33383_solr c:corestatus_test s:shard1 r:core_node5 
x:corestatus_test_shard1_replica_n2 ] o.a.s.c.SolrCore 
[corestatus_test_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1227181 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1227181 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1227181 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1704690354540773376
   [junit4]   2> 1227182 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227183 INFO  
(searcherExecutor-13182-thread-1-processing-n:127.0.0.1:43659_solr 
x:corestatus_test_shard2_replica_n6 c:corestatus_test s:shard2 r:core_node8) 
[n:127.0.0.1:43659_solr c:corestatus_test s:shard2 r:core_node8 
x:corestatus_test_shard2_replica_n6 ] o.a.s.c.SolrCore 
[corestatus_test_shard2_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1227183 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227184 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_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> 1227185 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/corestatus_test/terms/shard1 to Terms{values={core_node5=0}, 
version=0}
   [junit4]   2> 1227185 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/corestatus_test/leaders/shard1
   [junit4]   2> 1227188 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/corestatus_test/terms/shard2 to Terms{values={core_node7=0, 
core_node8=0}, version=1}
   [junit4]   2> 1227188 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/corestatus_test/leaders/shard2
   [junit4]   2> 1227191 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 1227191 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1227191 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1227192 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227192 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227193 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1227193 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1227193 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1227193 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1704690354553356288
   [junit4]   2> 1227194 INFO  
(searcherExecutor-13187-thread-1-processing-n:127.0.0.1:35641_solr 
x:corestatus_test_shard1_replica_n1 c:corestatus_test s:shard1 r:core_node3) 
[n:127.0.0.1:35641_solr c:corestatus_test s:shard1 r:core_node3 
x:corestatus_test_shard1_replica_n1 ] o.a.s.c.SolrCore 
[corestatus_test_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1227195 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227197 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/corestatus_test/terms/shard1 to Terms{values={core_node3=0, 
core_node5=0}, version=1}
   [junit4]   2> 1227197 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/corestatus_test/leaders/shard1
   [junit4]   2> 1227684 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1227684 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1227684 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34395/solr/corestatus_test_shard2_replica_n4/
   [junit4]   2> 1227684 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard2_replica_n4 
url=https://127.0.0.1:34395/solr  START 
replicas=[https://127.0.0.1:43659/solr/corestatus_test_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 1227685 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard2_replica_n4 
url=https://127.0.0.1:34395/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1227690 INFO  (qtp849319171-21609) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.S.Request [corestatus_test_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1227690 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1227691 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_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> 1227691 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/corestatus_test/leaders/shard2/leader after winning as 
/collections/corestatus_test/leader_elect/shard2/election/72453121236992014-core_node7-n_0000000000
   [junit4]   2> 1227691 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1227691 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1227691 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:33383/solr/corestatus_test_shard1_replica_n2/
   [junit4]   2> 1227691 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard1_replica_n2 
url=https://127.0.0.1:33383/solr  START 
replicas=[https://127.0.0.1:35641/solr/corestatus_test_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 1227691 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.u.PeerSync PeerSync: core=corestatus_test_shard1_replica_n2 
url=https://127.0.0.1:33383/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1227692 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34395/solr/corestatus_test_shard2_replica_n4/ shard2
   [junit4]   2> 1227693 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227697 INFO  (qtp1972778550-21616) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.S.Request [corestatus_test_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1227697 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1227697 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1227697 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/corestatus_test/leaders/shard1/leader after winning as 
/collections/corestatus_test/leader_elect/shard1/election/72453121236992011-core_node5-n_0000000000
   [junit4]   2> 1227698 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:33383/solr/corestatus_test_shard1_replica_n2/ shard1
   [junit4]   2> 1227699 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227800 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1227800 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1227801 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_solr 
c:corestatus_test s:shard1 r:core_node5 x:corestatus_test_shard1_replica_n2 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227801 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_solr 
c:corestatus_test s:shard2 r:core_node7 x:corestatus_test_shard2_replica_n4 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1227804 INFO  (qtp35663283-21604) [n:127.0.0.1:34395_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=corestatus_test_shard2_replica_n4&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=691
   [junit4]   2> 1227804 INFO  (qtp34593088-21590) [n:127.0.0.1:33383_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=corestatus_test_shard1_replica_n2&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=672
   [junit4]   2> 1228191 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1228192 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_solr 
c:corestatus_test s:shard2 r:core_node8 x:corestatus_test_shard2_replica_n6 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1228194 INFO  (qtp849319171-21611) [n:127.0.0.1:43659_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=corestatus_test_shard2_replica_n6&action=CREATE&numShards=2&collection=corestatus_test&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1055
   [junit4]   2> 1228199 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1228200 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_solr 
c:corestatus_test s:shard1 r:core_node3 x:corestatus_test_shard1_replica_n1 ] 
o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is deleted, 
stop watching children
   [junit4]   2> 1228201 INFO  (qtp1972778550-21607) [n:127.0.0.1:35641_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=corestatus_test_shard1_replica_n1&action=CREATE&numShards=2&collection=corestatus_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1060
   [junit4]   2> 1228203 INFO  (qtp35663283-21606) [n:127.0.0.1:34395_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> 1228301 INFO  (qtp35663283-21606) [n:127.0.0.1:34395_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=corestatus_test&nrtReplicas=2&action=CREATE&numShards=2&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=1519
   [junit4]   2> 1228302 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: corestatus_test
   [junit4]   2> 1228302 INFO  
(TEST-CollectionsAPISolrJTest.testCloudInfoInCoreStatus-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.c.ZkStateReader /collections/corestatus_test/state.json is 
deleted, stop watching children
   [junit4]   2> 1228316 INFO  (qtp35663283-21603) [n:127.0.0.1:34395_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={core=corestatus_test_shard2_replica_n4&action=STATUS&indexInfo=true&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2096211376
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35641_solr
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-3) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1662829737
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-3) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43659_solr
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-4) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1356771745
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-3) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-4) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34395_solr
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-3) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:43659_solr as DOWN
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1950688623
   [junit4]   2> 1228418 INFO  (jetty-closer-13200-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:35641_solr as DOWN
   [junit4]   2> 1228419 INFO  (jetty-closer-13200-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33383_solr
   [junit4]   2> 1228419 INFO  (jetty-closer-13200-thread-4) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1228419 INFO  (jetty-closer-13200-thread-4) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:34395_solr as DOWN
   [junit4]   2> 1228419 INFO  (jetty-closer-13200-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1228419 INFO  (jetty-closer-13200-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33383_solr as DOWN
   [junit4]   2> 1228422 INFO  (coreCloseExecutor-13212-thread-1) 
[n:127.0.0.1:35641_solr     ] o.a.s.c.SolrCore 
[corestatus_test_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@462fb2c6
   [junit4]   2> 1228422 INFO  (coreCloseExecutor-13212-thread-1) 
[n:127.0.0.1:35641_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.corestatus_test.shard1.replica_n1 
tag=SolrCore@462fb2c6
   [junit4]   2> 1228422 INFO  (coreCloseExecutor-13212-thread-1) 
[n:127.0.0.1:35641_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.corestatus_test.shard1.leader 
tag=SolrCore@462fb2c6
   [junit4]   2> 1228428 INFO  (coreCloseExecutor-13212-thread-1) 
[n:127.0.0.1:35641_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1228433 INFO  (coreCloseExecutor-13214-thread-1) 
[n:127.0.0.1:34395_solr     ] o.a.s.c.SolrCore 
[corestatus_test_shard2_replica_n4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5ac9bd83
   [junit4]   2> 1228433 INFO  (coreCloseExecutor-13214-thread-1) 
[n:127.0.0.1:34395_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.corestatus_test.shard2.replica_n4 
tag=SolrCore@5ac9bd83
   [junit4]   2> 1228433 INFO  (coreCloseExecutor-13214-thread-1) 
[n:127.0.0.1:34395_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.corestatus_test.shard2.leader 
tag=SolrCore@5ac9bd83
   [junit4]   2> 1228434 INFO  (coreCloseExecutor-13214-thread-1) 
[n:127.0.0.1:34395_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1228434 INFO  (coreCloseExecutor-13216-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.c.SolrCore 
[corestatus_test_shard2_replica_n6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@66052591
   [junit4]   2> 1228434 INFO  (coreCloseExecutor-13216-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.corestatus_test.shard2.replica_n6 
tag=SolrCore@66052591
   [junit4]   2> 1228434 INFO  (coreCloseExecutor-13216-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.corestatus_test.shard2.leader 
tag=SolrCore@66052591
   [junit4]   2> 1228442 INFO  (coreCloseExecutor-13216-thread-1) 
[n:127.0.0.1:43659_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1228442 INFO  (coreCloseExecutor-13215-thread-1) 
[n:127.0.0.1:33383_solr     ] o.a.s.c.SolrCore 
[corestatus_test_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34ff56
   [junit4]   2> 1228442 INFO  (coreCloseExecutor-13215-thread-1) 
[n:127.0.0.1:33383_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.corestatus_test.shard1.replica_n2 
tag=SolrCore@34ff56
   [junit4]   2> 1228442 INFO  (coreCloseExecutor-13215-thread-1) 
[n:127.0.0.1:33383_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.corestatus_test.shard1.leader 
tag=SolrCore@34ff56
   [junit4]   2> 1228442 INFO  (jetty-closer-13200-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1228442 INFO  (jetty-closer-13200-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1228442 INFO  (jetty-closer-13200-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1228442 INFO  (jetty-closer-13200-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1228445 INFO  (jetty-closer-13200-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1228445 INFO  (jetty-closer-13200-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1228446 INFO  (jetty-closer-13200-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1228446 INFO  (jetty-closer-13200-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 1228446

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

3.6.2]
   [junit4]   2> 1333057 WARN  
(jetty-launcher-15973-thread-3-SendThread(127.0.0.1:43361)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10167bc7073000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10167bc7073000c, 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 0x10167bc7073000c, 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> 1333057 INFO  (jetty-closer-16073-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5e2da14f{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1333058 INFO  (jetty-closer-16073-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@24e515d3{/solr,null,STOPPED}
   [junit4]   2> 1333058 INFO  (jetty-closer-16073-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1333158 INFO  (jetty-closer-16073-thread-4) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@425bc2ec{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1333158 INFO  (jetty-closer-16073-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@43ec48c6{/solr,null,STOPPED}
   [junit4]   2> 1333158 INFO  (jetty-closer-16073-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1333257 INFO  (jetty-closer-16073-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5075a5c9{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1333258 INFO  (jetty-closer-16073-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1a660a9d{/solr,null,STOPPED}
   [junit4]   2> 1333258 INFO  (jetty-closer-16073-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1333357 INFO  (jetty-closer-16073-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72453128052736008-127.0.0.1:34821_solr-n_0000000000) closing
   [junit4]   2> 1333358 INFO  (jetty-closer-16073-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7d7f857b{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1333358 INFO  (jetty-closer-16073-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1578673{/solr,null,STOPPED}
   [junit4]   2> 1333358 INFO  (jetty-closer-16073-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1333359 INFO  
(TEST-CollectionsAPISolrJTest.testModifyCollectionAttribute-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1333561 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>        4       /solr/packages.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        2       
/solr/collections/testAddAndDeleteCollectionAttribute/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        20      
/solr/collections/testAddAndDeleteCollectionAttribute/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      /solr/overseer/queue
   [junit4]   2>        18      /solr/live_nodes
   [junit4]   2>        11      /solr/overseer/collection-queue-work
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        8       
/solr/collections/testAddAndDeleteCollectionAttribute/state.json
   [junit4]   2> 
   [junit4]   2> 1333566 INFO  
(TEST-CollectionsAPISolrJTest.testModifyCollectionAttribute-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43361
   [junit4]   2> 1333566 INFO  
(TEST-CollectionsAPISolrJTest.testModifyCollectionAttribute-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43361
   [junit4]   2> 1333566 INFO  
(TEST-CollectionsAPISolrJTest.testModifyCollectionAttribute-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43361
   [junit4]   2> 1333567 INFO  
(TEST-CollectionsAPISolrJTest.testModifyCollectionAttribute-seed#[D6FDB467AD8AEE83])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testModifyCollectionAttribute
   [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_D6FDB467AD8AEE83-001
   [junit4]   2> Jul 08, 2021 4:45:15 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=Asserting(Lucene87): 
{tv_mv_string=Lucene84, _root_=Lucene84, string_s=PostingsFormat(name=Direct), 
boolean_b=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting)}, 
docValues:{number_d=DocValuesFormat(name=Asserting), 
pointD_0*_d=DocValuesFormat(name=Asserting), 
point_1___double=DocValuesFormat(name=Direct), 
pointD_1*_d=DocValuesFormat(name=Lucene80), 
number_td=DocValuesFormat(name=Direct), 
multi_int_with_docvals=DocValuesFormat(name=Lucene80), 
timestamp_tdt=DocValuesFormat(name=Lucene80), 
store_1_coordinate=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Asserting), 
payload=DocValuesFormat(name=Asserting), 
point_0___double=DocValuesFormat(name=Lucene80), 
number_tl=DocValuesFormat(name=Direct), 
number_l=DocValuesFormat(name=Asserting), 
store_0_coordinate=DocValuesFormat(name=Lucene80), 
timestamp_dt=DocValuesFormat(name=Lucene80), 
number_ti=DocValuesFormat(name=Lucene80), 
number_i=DocValuesFormat(name=Lucene80), 
number_tf=DocValuesFormat(name=Asserting), 
number_f=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1150, 
maxMBSortInHeap=5.065140190479005, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=bg, 
timezone=America/Atikokan
   [junit4]   2> NOTE: Linux 4.15.0-142-generic amd64/Oracle Corporation 
1.8.0_291 (64-bit)/cpus=4,threads=1,free=135207800,total=505413632
   [junit4]   2> NOTE: All tests run in this JVM: [TestWithCollection, 
TestFilteredDocIdSet, TestConfLoadPerf, LeaderTragicEventTest, 
TestSolrDeletionPolicy2, TestExplainDocTransformer, TestFreeTextSuggestions, 
MetricsHistoryWithAuthIntegrationTest, SolrMetricManagerTest, 
TestTrackingShardHandlerFactory, ConcurrentDeleteAndCreateCollectionTest, 
TestNumericRangeQuery32, SolrIndexConfigTest, BadComponentTest, 
HdfsWriteToMultipleCollectionsTest, TestDistributedSearch, 
TestSolrCloudSnapshots, NestedShardedAtomicUpdateTest, 
TestUnifiedSolrHighlighterWithoutStoredId, XmlInterpolationTest, 
BadCopyFieldTest, HdfsBasicDistributedZk2Test, TestCrossCoreJoin, 
RestoreTriggerStateTest, SolrCoreTest, TestSimpleQParserPlugin, 
OverseerCollectionConfigSetProcessorTest, SplitHandlerTest, DebugComponentTest, 
MoreLikeThisHandlerTest, UnloadDistributedZkTest, SecurityConfHandlerTest, 
TestLegacyFieldReuse, TestReload, TestCorePropertiesReload, TestDynamicURP, 
FileUtilsTest, TestReplicationHandlerDiskOverFlow, TestCustomDocTransformer, 
CdcrRequestHandlerTest, HLLUtilTest, RankQParserPluginTest, 
ShardsWhitelistTest, RoutingToNodesWithPropertiesTest, 
TestPHPSerializedResponseWriter, TestPullReplicaErrorHandling, ZkFailoverTest, 
ReplicationFactorTest, DataDrivenBlockJoinTest, SuggestComponentTest, 
QueryElevationComponentTest, TestTolerantUpdateProcessorCloud, 
IndexSizeEstimatorTest, NotRequiredUniqueKeyTest, HighlighterTest, 
BlockCacheTest, TestFieldResource, TestReversedWildcardFilterFactory, 
CreateRoutedAliasTest, TestSolrQueryParser, TestReRankQParserPlugin, 
TestAnalyzeInfixSuggestions, CdcrBidirectionalTest, 
TestCloudPseudoReturnFields, JavaBinAtomicUpdateMultivalueTest, 
TestHashPartitioner, JWTAuthPluginTest, PreAnalyzedFieldManagedSchemaCloudTest, 
DeleteReplicaTest, TestPayloadCheckQParserPlugin, TestStressInPlaceUpdates, 
TestSimClusterStateProvider, TestBooleanSimilarityFactory, TestJsonFacetErrors, 
CategoryRoutedAliasUpdateProcessorTest, DOMUtilTest, TestBlockCollapse, 
ProtectedTermFilterFactoryTest, TestDistributedMap, SplitByPrefixTest, 
TestMiniSolrCloudClusterSSL, AssignTest, DirectSolrConnectionTest, 
RegexBoostProcessorTest, TestSolrCoreProperties, TestUnInvertedFieldException, 
TestComplexPhraseQParserPlugin, UtilsToolTest, CurrencyRangeFacetCloudTest, 
TestHalfAndHalfDocValues, AutoAddReplicasPlanActionTest, CSVRequestHandlerTest, 
RegexBytesRefFilterTest, LeaderElectionIntegrationTest, TestLRUCache, 
VersionInfoTest, NodeAddedTriggerTest, BitVectorTest, 
CloneFieldUpdateProcessorFactoryTest, SimplePostToolTest, JvmMetricsTest, 
FacetPivotSmallTest, HttpPartitionOnCommitTest, HdfsNNFailoverTest, 
FileBasedSpellCheckerTest, TestRTimerTree, TestShardHandlerFactory, 
DistributedFacetPivotWhiteBoxTest, TestManagedResource, SolrIndexSearcherTest, 
ShardRoutingTest, CoreSorterTest, TestSQLHandlerNonCloud, RulesTest, 
TestSurroundQueryParser, EchoParamsTest, OutputWriterTest, SampleTest, 
SolrInfoBeanTest, SolrTestCaseJ4DeleteCoreTest, TestHighlightDedupGrouping, 
TestJoin, TestRandomDVFaceting, TokenizerChainTest, TestLuceneIndexBackCompat, 
BasicDistributedZkTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
CleanupOldIndexTest, CollectionsAPISolrJTest]
   [junit4] Completed [511/939 (1!)] on J1 in 109.14s, 22 tests, 1 failure, 1 
skipped <<< FAILURES!

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

Reply via email to