Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.11/91/

2 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesOldFormat

Error Message:
expected:<[2]> but was:<[null]>

Stack Trace:
org.junit.ComparisonFailure: expected:<[2]> but was:<[null]>
        at 
__randomizedtesting.SeedInfo.seed([9DA480111E0CE0E6:F777AFF46A67CC59]:0)
        at org.junit.Assert.assertEquals(Assert.java:117)
        at org.junit.Assert.assertEquals(Assert.java:146)
        at 
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesOldFormat(CollectionsAPISolrJTest.java:158)
        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)


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

Error Message:
Error from server at http://127.0.0.1:33967/m/collection1: 
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this 
request exceeded:[http://[::1]:8/m, http://[::1]:4/m, http://[::1]:6/m]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33967/m/collection1: 
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this 
request exceeded:[http://[::1]:8/m, http://[::1]:4/m, http://[::1]:6/m]
        at 
__randomizedtesting.SeedInfo.seed([9DA480111E0CE0E6:15F0BFCBB0F08D1E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:623)
        at 
org.apache.solr.handler.component.DistributedQueryComponentCustomSortTest.queryAllowPartialResults(DistributedQueryComponentCustomSortTest.java:139)
        at 
org.apache.solr.handler.component.DistributedQueryComponentCustomSortTest.test(DistributedQueryComponentCustomSortTest.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1084)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1055)
        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 13552 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> 46383 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[9DA480111E0CE0E6]-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.11/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 46383 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[9DA480111E0CE0E6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 46384 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[9DA480111E0CE0E6]-worker) [     ] 
o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-4 after mutting 0 log messages
   [junit4]   2> 46384 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[9DA480111E0CE0E6]-worker) [     ] 
o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-5 for ERROR logs matching 
regex: ignore_exception
   [junit4]   2> 46384 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[9DA480111E0CE0E6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/data-dir-3-001
   [junit4]   2> 46384 WARN  
(SUITE-CollectionsAPISolrJTest-seed#[9DA480111E0CE0E6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 46384 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[9DA480111E0CE0E6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 46386 INFO  
(SUITE-CollectionsAPISolrJTest-seed#[9DA480111E0CE0E6]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 46389 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.SolrTestCaseJ4 ###Starting testCollectionProp
   [junit4]   2> 46393 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001
   [junit4]   2> 46400 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 46403 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 46403 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 46485 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 46610 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.ZkTestServer start zk server on port: 33075
   [junit4]   2> 46610 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33075
   [junit4]   2> 46611 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33075
   [junit4]   2> 46611 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33075
   [junit4]   2> 46754 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 46786 INFO  (zkConnectionManagerCallback-45-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 46787 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 46814 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 46819 INFO  (zkConnectionManagerCallback-47-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 46819 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 46830 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 46832 INFO  (zkConnectionManagerCallback-49-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 46832 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 46839 WARN  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]-SendThread(127.0.0.1:33075))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x108dcc0ef7d0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x108dcc0ef7d0002, 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 0x108dcc0ef7d0002, 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> 47167 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 47167 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 47171 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 47171 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 47171 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 47171 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 47171 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 47171 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 47176 INFO  (jetty-launcher-50-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 
8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
   [junit4]   2> 47176 INFO  (jetty-launcher-50-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 
8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
   [junit4]   2> 47176 INFO  (jetty-launcher-50-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 
8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
   [junit4]   2> 47177 INFO  (jetty-launcher-50-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 
8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
   [junit4]   2> 47189 INFO  (jetty-launcher-50-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 47189 INFO  (jetty-launcher-50-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 47190 INFO  (jetty-launcher-50-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 47190 INFO  (jetty-launcher-50-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 47191 INFO  (jetty-launcher-50-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 47191 INFO  (jetty-launcher-50-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 47192 INFO  (jetty-launcher-50-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 47192 INFO  (jetty-launcher-50-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 47192 INFO  (jetty-launcher-50-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 47192 INFO  (jetty-launcher-50-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 47192 INFO  (jetty-launcher-50-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 47192 INFO  (jetty-launcher-50-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 47211 INFO  (jetty-launcher-50-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@728fcd49{/solr,null,AVAILABLE}
   [junit4]   2> 47211 INFO  (jetty-launcher-50-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f3547ff{/solr,null,AVAILABLE}
   [junit4]   2> 47211 INFO  (jetty-launcher-50-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b8605a0{/solr,null,AVAILABLE}
   [junit4]   2> 47211 INFO  (jetty-launcher-50-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a3b49d8{/solr,null,AVAILABLE}
   [junit4]   2> 47216 INFO  (jetty-launcher-50-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1ba4436e{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:45031}
   [junit4]   2> 47216 INFO  (jetty-launcher-50-thread-3) [     ] 
o.e.j.s.Server Started @47244ms
   [junit4]   2> 47216 INFO  (jetty-launcher-50-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@e8de840{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:40275}
   [junit4]   2> 47216 INFO  (jetty-launcher-50-thread-2) [     ] 
o.e.j.s.Server Started @47244ms
   [junit4]   2> 47217 INFO  (jetty-launcher-50-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@766820e1{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:36407}
   [junit4]   2> 47216 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:33075/solr, hostPort=40275}
   [junit4]   2> 47217 INFO  (jetty-launcher-50-thread-4) [     ] 
o.e.j.s.Server Started @47245ms
   [junit4]   2> 47217 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:33075/solr, hostPort=36407}
   [junit4]   2> 47217 INFO  (jetty-launcher-50-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@11a70615{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:44535}
   [junit4]   2> 47217 INFO  (jetty-launcher-50-thread-1) [     ] 
o.e.j.s.Server Started @47245ms
   [junit4]   2> 47216 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:33075/solr, hostPort=45031}
   [junit4]   2> 47217 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:33075/solr, hostPort=44535}
   [junit4]   2> 47244 ERROR (jetty-launcher-50-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 47244 ERROR (jetty-launcher-50-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 47244 ERROR (jetty-launcher-50-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.0
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.0
   [junit4]   2> 47244 ERROR (jetty-launcher-50-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.0
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.0
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-11-15T22:59:37.211Z
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-11-15T22:59:37.211Z
   [junit4]   2> 47244 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-11-15T22:59:37.211Z
   [junit4]   2> 47245 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-11-15T22:59:37.211Z
   [junit4]   2> 47246 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 47250 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 47251 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 47251 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 47258 INFO  (zkConnectionManagerCallback-55-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47258 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 47263 INFO  (zkConnectionManagerCallback-54-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47264 INFO  (zkConnectionManagerCallback-58-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47264 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 47264 INFO  (zkConnectionManagerCallback-56-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 47264 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 47265 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 47272 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 47272 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 47272 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 47275 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 47292 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 47295 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 47296 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 47297 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 47298 WARN  
(jetty-launcher-50-thread-1-SendThread(127.0.0.1:33075)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x108dcc0ef7d0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x108dcc0ef7d0006, 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 0x108dcc0ef7d0006, 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> 47299 WARN  
(jetty-launcher-50-thread-4-SendThread(127.0.0.1:33075)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x108dcc0ef7d0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x108dcc0ef7d0005, 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 0x108dcc0ef7d0005, 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> 47299 WARN  
(jetty-launcher-50-thread-3-SendThread(127.0.0.1:33075)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x108dcc0ef7d0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x108dcc0ef7d0004, 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 0x108dcc0ef7d0004, 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> 47299 WARN  
(jetty-launcher-50-thread-2-SendThread(127.0.0.1:33075)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x108dcc0ef7d0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x108dcc0ef7d0003, 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 0x108dcc0ef7d0003, 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> 48826 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 48827 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 48838 WARN  (jetty-launcher-50-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@32278886[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 48838 WARN  (jetty-launcher-50-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@32278886[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 48838 WARN  (jetty-launcher-50-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@fc1c227[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 48838 WARN  (jetty-launcher-50-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@fc1c227[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 48871 WARN  (jetty-launcher-50-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5b4941a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 48871 WARN  (jetty-launcher-50-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5b4941a0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 48871 WARN  (jetty-launcher-50-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@12c223e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 48871 WARN  (jetty-launcher-50-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@12c223e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 48873 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33075/solr
   [junit4]   2> 48877 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33075/solr
   [junit4]   2> 48908 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49049 INFO  (zkConnectionManagerCallback-84-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49049 INFO  (jetty-launcher-50-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49047 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49052 INFO  (zkConnectionManagerCallback-86-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49052 INFO  (jetty-launcher-50-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49164 INFO  (jetty-launcher-50-thread-1) 
[n:127.0.0.1:44535_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 49180 INFO  (zkConnectionManagerCallback-88-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49180 INFO  (jetty-launcher-50-thread-1) 
[n:127.0.0.1:44535_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 49405 INFO  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 49441 INFO  (zkConnectionManagerCallback-92-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49441 INFO  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 49454 WARN  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_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> 49496 INFO  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40275_solr
   [junit4]   2> 49499 INFO  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.Overseer Overseer 
(id=74552115061391370-127.0.0.1:40275_solr-n_0000000000) starting
   [junit4]   2> 49548 WARN  (jetty-launcher-50-thread-1) 
[n:127.0.0.1:44535_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> 49568 INFO  (jetty-launcher-50-thread-1) 
[n:127.0.0.1:44535_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44535_solr
   [junit4]   2> 49613 INFO  (zkCallback-87-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 49630 INFO  (zkCallback-91-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 49666 INFO  (jetty-launcher-50-thread-1) 
[n:127.0.0.1:44535_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 49675 WARN  (jetty-launcher-50-thread-1) 
[n:127.0.0.1:44535_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> 49683 INFO  
(OverseerStateUpdate-74552115061391370-127.0.0.1:40275_solr-n_0000000000) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40275_solr
   [junit4]   2> 49696 INFO  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40275_solr as DOWN
   [junit4]   2> 49901 INFO  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 49902 INFO  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40275_solr
   [junit4]   2> 49906 INFO  (zkCallback-87-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 49908 INFO  (zkCallback-91-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 49923 INFO  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 49926 WARN  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_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> 50466 INFO  (jetty-launcher-50-thread-2) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node2
   [junit4]   2> 50467 INFO  (jetty-launcher-50-thread-1) 
[n:127.0.0.1:44535_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node1
   [junit4]   2> 50864 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 50866 WARN  (jetty-launcher-50-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@66d6a0f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 50866 WARN  (jetty-launcher-50-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@66d6a0f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 50873 WARN  (jetty-launcher-50-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7daa3be2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 50873 WARN  (jetty-launcher-50-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7daa3be2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 50874 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33075/solr
   [junit4]   2> 50879 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 50883 INFO  (zkConnectionManagerCallback-114-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50883 INFO  (jetty-launcher-50-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 50986 INFO  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 50989 INFO  (zkConnectionManagerCallback-116-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 50989 INFO  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 50994 WARN  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_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> 50995 INFO  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 51000 INFO  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45031_solr as DOWN
   [junit4]   2> 51001 INFO  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 51002 INFO  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45031_solr
   [junit4]   2> 51004 INFO  (zkCallback-87-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 51004 INFO  (zkCallback-91-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 51006 INFO  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 51006 WARN  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_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> 51012 INFO  (zkCallback-115-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 51039 INFO  (jetty-launcher-50-thread-3) 
[n:127.0.0.1:45031_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node3
   [junit4]   2> 51854 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 51855 WARN  (jetty-launcher-50-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1367453e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 51855 WARN  (jetty-launcher-50-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1367453e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 51858 WARN  (jetty-launcher-50-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@536160f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 51858 WARN  (jetty-launcher-50-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@536160f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 51859 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33075/solr
   [junit4]   2> 51863 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 51867 INFO  (zkConnectionManagerCallback-130-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 51867 INFO  (jetty-launcher-50-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 51869 WARN  
(jetty-launcher-50-thread-4-SendThread(127.0.0.1:33075)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x108dcc0ef7d000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x108dcc0ef7d000d, 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 0x108dcc0ef7d000d, 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> 51970 INFO  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 51972 INFO  (zkConnectionManagerCallback-132-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 51972 INFO  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 51978 WARN  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_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> 51979 INFO  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 51984 INFO  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36407_solr as DOWN
   [junit4]   2> 51985 INFO  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 51985 INFO  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36407_solr
   [junit4]   2> 51986 INFO  (zkCallback-91-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 51986 INFO  (zkCallback-115-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 51986 INFO  (zkCallback-87-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 51987 INFO  (zkCallback-131-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 51988 INFO  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 51989 WARN  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_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> 52013 INFO  (jetty-launcher-50-thread-4) 
[n:127.0.0.1:36407_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node4
   [junit4]   2> 52021 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 52023 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 52025 INFO  (zkConnectionManagerCallback-143-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 52025 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 52027 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 52029 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33075/solr ready
   [junit4]   2> 52309 INFO  (qtp1300773116-107) [n:127.0.0.1:40275_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 
QTime=3
   [junit4]   2> 52465 ERROR (Finalizer) [     ] o.a.s.u.ConcurrentLFUCache 
ConcurrentLFUCache was not destroyed prior to finalize(), indicates a bug -- 
POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 52505 INFO  
(OverseerThreadFactory-100-thread-1-processing-n:127.0.0.1:40275_solr) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collectionPropTest
   [junit4]   2> 52636 INFO  
(OverseerStateUpdate-74552115061391370-127.0.0.1:40275_solr-n_0000000000) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collectionPropTest_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:36407_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:36407/solr";,
   [junit4]   2>   "collection":"collectionPropTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 52640 INFO  
(OverseerStateUpdate-74552115061391370-127.0.0.1:40275_solr-n_0000000000) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collectionPropTest_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:45031_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:45031/solr";,
   [junit4]   2>   "collection":"collectionPropTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 52643 INFO  
(OverseerStateUpdate-74552115061391370-127.0.0.1:40275_solr-n_0000000000) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collectionPropTest_shard2_replica_n4",
   [junit4]   2>   "node_name":"127.0.0.1:40275_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:40275/solr";,
   [junit4]   2>   "collection":"collectionPropTest",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 52647 INFO  
(OverseerStateUpdate-74552115061391370-127.0.0.1:40275_solr-n_0000000000) 
[n:127.0.0.1:40275_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collectionPropTest_shard2_replica_n6",
   [junit4]   2>   "node_name":"127.0.0.1:44535_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:44535/solr";,
   [junit4]   2>   "collection":"collectionPropTest",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 52863 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr    
x:collectionPropTest_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=collectionPropTest_shard2_replica_n4&action=CREATE&numShards=2&collection=collectionPropTest&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 52863 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr    
x:collectionPropTest_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=collectionPropTest_shard2_replica_n6&action=CREATE&numShards=2&collection=collectionPropTest&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 52866 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr    
x:collectionPropTest_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collectionPropTest_shard1_replica_n1&action=CREATE&numShards=2&collection=collectionPropTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 52867 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr    
x:collectionPropTest_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=collectionPropTest_shard1_replica_n2&action=CREATE&numShards=2&collection=collectionPropTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 52869 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr    
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient core cache for max 2147483647 cores with initial capacity 
of 1024
   [junit4]   2> 52900 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 52900 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 52901 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 52903 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 52903 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 52903 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 52907 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 52907 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 52907 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'collectionPropTest_shard1_replica_n1' using configuration from 
configset conf, trusted=true
   [junit4]   2> 52907 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating 
SolrCore 'collectionPropTest_shard2_replica_n4' using configuration from 
configset conf, trusted=true
   [junit4]   2> 52907 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 52907 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating 
SolrCore 'collectionPropTest_shard2_replica_n6' using configuration from 
configset conf, trusted=true
   [junit4]   2> 52907 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 52907 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[collectionPropTest_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node4/collectionPropTest_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node4/collectionPropTest_shard1_replica_n1/data/]
   [junit4]   2> 52907 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.SolrCore 
[[collectionPropTest_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node1/collectionPropTest_shard2_replica_n6],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node1/collectionPropTest_shard2_replica_n6/data/]
   [junit4]   2> 52908 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.c.SolrCore 
[[collectionPropTest_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node2/collectionPropTest_shard2_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node2/collectionPropTest_shard2_replica_n4/data/]
   [junit4]   2> 52909 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 52909 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 52910 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating 
SolrCore 'collectionPropTest_shard1_replica_n2' using configuration from 
configset conf, trusted=true
   [junit4]   2> 52910 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.c.SolrCore 
[[collectionPropTest_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node3/collectionPropTest_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_9DA480111E0CE0E6-001/tempDir-001/node3/collectionPropTest_shard1_replica_n2/data/]
   [junit4]   2> 52948 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 52948 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 52949 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 52949 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 52949 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 52949 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 52950 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 52950 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 52950 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 52950 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 52951 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 52951 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 52955 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 52955 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 52955 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 52955 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 52955 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 52955 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 52956 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 52959 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 52959 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 52959 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 52960 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000 ms
   [junit4]   2> 52960 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000 ms
   [junit4]   2> 52960 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000 ms
   [junit4]   2> 52961 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 52961 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 52961 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000 ms
   [junit4]   2> 52963 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1716536929608007680
   [junit4]   2> 52963 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1716536929608007680
   [junit4]   2> 52964 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1716536929609056256
   [junit4]   2> 52964 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1716536929609056256
   [junit4]   2> 52968 INFO  
(searcherExecutor-146-thread-1-processing-n:127.0.0.1:36407_solr 
x:collectionPropTest_shard1_replica_n1 c:collectionPropTest s:shard1 
r:core_node3) [n:127.0.0.1:36407_solr c:collectionPropTest s:shard1 
r:core_node3 x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.SolrCore 
[collectionPropTest_shard1_replica_n1]  Registered new searcher autowarm time: 
0 ms
   [junit4]   2> 52968 INFO  
(searcherExecutor-151-thread-1-processing-n:127.0.0.1:45031_solr 
x:collectionPropTest_shard1_replica_n2 c:collectionPropTest s:shard1 
r:core_node5) [n:127.0.0.1:45031_solr c:collectionPropTest s:shard1 
r:core_node5 x:collectionPropTest_shard1_replica_n2 ] o.a.s.c.SolrCore 
[collectionPropTest_shard1_replica_n2]  Registered new searcher autowarm time: 
0 ms
   [junit4]   2> 52969 INFO  
(searcherExecutor-147-thread-1-processing-n:127.0.0.1:40275_solr 
x:collectionPropTest_shard2_replica_n4 c:collectionPropTest s:shard2 
r:core_node7) [n:127.0.0.1:40275_solr c:collectionPropTest s:shard2 
r:core_node7 x:collectionPropTest_shard2_replica_n4 ] o.a.s.c.SolrCore 
[collectionPropTest_shard2_replica_n4]  Registered new searcher autowarm time: 
0 ms
   [junit4]   2> 52970 INFO  
(searcherExecutor-149-thread-1-processing-n:127.0.0.1:44535_solr 
x:collectionPropTest_shard2_replica_n6 c:collectionPropTest s:shard2 
r:core_node8) [n:127.0.0.1:44535_solr c:collectionPropTest s:shard2 
r:core_node8 x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.SolrCore 
[collectionPropTest_shard2_replica_n6]  Registered new searcher autowarm time: 
0 ms
   [junit4]   2> 52984 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/collectionPropTest/terms/shard1 to 
Terms{values={core_node5=0}, version=0}
   [junit4]   2> 52986 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/collectionPropTest/leaders/shard1
   [junit4]   2> 52986 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Failed to save 
terms, version is not a match, retrying
   [junit4]   2> 52987 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/collectionPropTest/terms/shard2 to 
Terms{values={core_node8=0}, version=0}
   [junit4]   2> 52987 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/collectionPropTest/leaders/shard2
   [junit4]   2> 52988 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/collectionPropTest/terms/shard1 to 
Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 52988 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/collectionPropTest/leaders/shard1
   [junit4]   2> 52990 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Failed to save 
terms, version is not a match, retrying
   [junit4]   2> 52991 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/collectionPropTest/terms/shard2 to 
Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 52991 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/collectionPropTest/leaders/shard2
   [junit4]   2> 53001 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 53001 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 53002 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36407/solr/collectionPropTest_shard1_replica_n1/
   [junit4]   2> 53005 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 53006 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 53006 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44535/solr/collectionPropTest_shard2_replica_n6/
   [junit4]   2> 53007 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: 
core=collectionPropTest_shard1_replica_n1 url=http://127.0.0.1:36407/solr  
START 
replicas=[http://127.0.0.1:45031/solr/collectionPropTest_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 53007 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: 
core=collectionPropTest_shard2_replica_n6 url=http://127.0.0.1:44535/solr  
START 
replicas=[http://127.0.0.1:40275/solr/collectionPropTest_shard2_replica_n4/] 
nUpdates=100
   [junit4]   2> 53007 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: 
core=collectionPropTest_shard1_replica_n1 url=http://127.0.0.1:36407/solr  
DONE. We have no versions. sync failed.
   [junit4]   2> 53008 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: 
core=collectionPropTest_shard2_replica_n6 url=http://127.0.0.1:44535/solr  
DONE. We have no versions. sync failed.
   [junit4]   2> 53014 INFO  (qtp1300773116-107) [n:127.0.0.1:40275_solr 
c:collectionPropTest s:shard2 r:core_node7 
x:collectionPropTest_shard2_replica_n4 ] o.a.s.c.S.Request 
[collectionPropTest_shard2_replica_n4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 53014 INFO  (qtp1738988204-114) [n:127.0.0.1:45031_solr 
c:collectionPropTest s:shard1 r:core_node5 
x:collectionPropTest_shard1_replica_n2 ] o.a.s.c.S.Request 
[collectionPropTest_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 53015 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 53015 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 53015 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] 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> 53015 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 53017 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/collectionPropTest/leaders/shard1/leader after winning as 
/collections/collectionPropTest/leader_elect/shard1/election/74552115061391374-core_node3-n_0000000000
   [junit4]   2> 53017 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/collectionPropTest/leaders/shard2/leader after winning as 
/collections/collectionPropTest/leader_elect/shard2/election/74552115061391369-core_node8-n_0000000000
   [junit4]   2> 53023 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:36407/solr/collectionPropTest_shard1_replica_n1/ shard1
   [junit4]   2> 53023 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:44535/solr/collectionPropTest_shard2_replica_n6/ shard2
   [junit4]   2> 53132 INFO  (zkCallback-87-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 53132 INFO  (zkCallback-131-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 53135 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_solr 
c:collectionPropTest s:shard2 r:core_node8 
x:collectionPropTest_shard2_replica_n6 ] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 53137 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_solr 
c:collectionPropTest s:shard1 r:core_node3 
x:collectionPropTest_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 53144 INFO  (qtp1585269586-105) [n:127.0.0.1:36407_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=collectionPropTest_shard1_replica_n1&action=CREATE&numShards=2&collection=collectionPropTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=280
   [junit4]   2> 53146 INFO  (qtp1647149314-101) [n:127.0.0.1:44535_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=collectionPropTest_shard2_replica_n6&action=CREATE&numShards=2&collection=collectionPropTest&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=284
   [junit4]   2> 53243 INFO  (zkCallback-131-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 53243 INFO  (zkCallback-131-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 53243 INFO  (zkCallback-87-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 53243 INFO  (zkCallback-87-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 54009 INFO  (qtp1738988204-103) [n:127.0.0.1:45031_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=collectionPropTest_shard1_replica_n2&action=CREATE&numShards=2&collection=collectionPropTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1145
   [junit4]   2> 54017 INFO  (qtp1300773116-117) [n:127.0.0.1:40275_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=collectionPropTest_shard2_replica_n4&action=CREATE&numShards=2&collection=collectionPropTest&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1156
   [junit4]   2> 54022 INFO  (qtp1300773116-111) [n:127.0.0.1:40275_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> 54116 INFO  (zkCallback-131-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 54116 INFO  (zkCallback-87-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 54116 INFO  (zkCallback-87-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 54117 INFO  (zkCallback-131-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 54117 INFO  (zkCallback-91-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 54118 INFO  (zkCallback-91-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 54118 INFO  (zkCallback-115-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 54118 INFO  (zkCallback-115-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collectionPropTest/state.json] for collection 
[collectionPropTest] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 54118 INFO  (qtp1300773116-111) [n:127.0.0.1:40275_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=collectionPropTest&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=1627
   [junit4]   2> 54119 INFO  
(TEST-CollectionsAPISolrJTest.testCollectionProp-seed#[9DA480111E0CE0E6]) [     
] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collectionPropTest
   [junit4]   2> 54133 INFO  (qtp1300773116-113) [n:127.0.0.1:40275_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={propertyName=testProperty&name=collectionPropTest&action=COLLECTIONPROP&propertyValue=false&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 54148 INFO  (qtp1300773116-104) [n:127.0.0.1:40275_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={propertyName=testProperty&name=collectionPropTest&action=COLLECTIONPROP&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 54262 INFO  (jetty-closer-168-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1227073366
   [junit4]   2> 54262 INFO  (jetty-closer-168-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44535_solr
   [junit4]   2> 54262 INFO  (jetty-closer-168-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=590950414
   [junit4]   2> 54262 INFO  (jetty-closer-168-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40275_solr
   [junit4]   2> 54263 INFO  (jetty-closer-168-thread-3) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=180846621
   [junit4]   2> 54263 INFO  (jetty-closer-168-thread-3) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45031_solr
   [junit4]   2> 54263 INFO  (jetty-closer-168-thread-4) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=603138522
   [junit4]   2> 54264 INFO  (jetty-closer-168-thread-4) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36407_solr
   [junit4]   2> 54265 INFO  (jetty-closer-168-thread-4) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 54265 INFO  (jetty-closer-168-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 54265 INFO  (jetty-closer-168-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 54265 INFO  (jetty-closer-168-thread-4) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:36407_solr as DOWN
   [junit4]   2> 54265 INFO  (jetty-closer-168-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:44535_solr as DOWN
   [junit4]   2> 54265 INFO  (jetty-closer-168-thread-1) [     ] 
o.a.s.c.ZkController Publish node

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

j.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:623)
   [junit4]    >        at 
org.apache.solr.handler.component.DistributedQueryComponentCustomSortTest.queryAllowPartialResults(DistributedQueryComponentCustomSortTest.java:139)
   [junit4]    >        at 
org.apache.solr.handler.component.DistributedQueryComponentCustomSortTest.test(DistributedQueryComponentCustomSortTest.java:129)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1084)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1055)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2045185 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2045185 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=168264357
   [junit4]   2> 2045185 INFO  (coreCloseExecutor-18410-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@647c30e5
   [junit4]   2> 2045185 INFO  (coreCloseExecutor-18410-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@647c30e5
   [junit4]   2> 2045185 INFO  (coreCloseExecutor-18410-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d400a17: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@7e6644f1
   [junit4]   2> 2045189 INFO  (coreCloseExecutor-18410-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 2045190 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node tag=null
   [junit4]   2> 2045190 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@46595f83: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@5492cff5
   [junit4]   2> 2045191 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm tag=null
   [junit4]   2> 2045191 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e478bea: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@227e7a8b
   [junit4]   2> 2045191 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty tag=null
   [junit4]   2> 2045191 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6f91e766: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@33ee78d8
   [junit4]   2> 2045193 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-19130 after mutting 0 
log messages
   [junit4]   2> 2045193 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[9DA480111E0CE0E6]-worker) 
[     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-19131 for ERROR logs 
matching regex: ignore_exception
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J3/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_9DA480111E0CE0E6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{_root_=PostingsFormat(name=Direct), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), 
text=Lucene84, 
asdfasdf_field_should_match_catchall_dynamic_field_adsfasdf=PostingsFormat(name=Direct)},
 docValues:{payload=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=85, 
maxMBSortInHeap=5.359978890534595, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sr-BA, 
timezone=Asia/Chungking
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_291 (64-bit)/cpus=4,threads=1,free=264663288,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesMultiTest, 
TestLegacyNumericRangeQueryBuilder, ConnectionManagerTest, 
LeaderFailoverAfterPartitionTest, V2StandaloneTest, CacheHeaderTest, 
TestDynamicFieldCollectionResource, ParsingFieldUpdateProcessorsTest, 
DeleteLastCustomShardedReplicaTest, SuggestComponentContextFilterQueryTest, 
TestFastOutputStream, TestCloudSchemaless, WordBreakSolrSpellCheckerTest, 
CoreAdminRequestStatusTest, TestQuerySenderNoQuery, 
TestSimGenericDistributedQueue, TestXmlQParserPlugin, BJQParserTest, 
TestLeaderElectionZkExpiry, TestFileDictionaryLookup, TestSimPolicyCloud, 
ComputePlanActionTest, ChaosMonkeySafeLeaderTest, TestMultiWordSynonyms, 
TestSubQueryTransformer, TestTrie, HdfsTlogReplayBufferedWhileIndexingTest, 
TestCaffeineCache, UUIDUpdateProcessorFallbackTest, TestIncrementalCoreBackup, 
ImplicitSnitchTest, BadComponentTest, TestEmbeddedSolrServerSchemaAPI, 
SuggesterWFSTTest, SolrIndexSplitterTest, BadIndexSchemaTest, 
TestIndexSearcher, DeleteStatusTest, DebugComponentTest, 
TestHttpServletCarrier, TestWriterPerf, TestSortableTextField, 
CloudExitableDirectoryReaderTest, QueryComponentPartialResultsTest, 
DocumentBuilderTest, RankQueryTest, DistributedFacetPivotWhiteBoxTest, 
TestJsonRangeFacets, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestTestInjection, DirectSolrSpellCheckerTest, TestNumericRangeQuery64, 
AuthToolTest, UUIDFieldTest, Tagger2Test, SoftAutoCommitTest, 
TestTermsQParserPlugin, ZkShardTermsTest, ResponseHeaderTest, 
TemplateUpdateProcessorTest, JWTAuthPluginTest, TestQueryingOnDownCollection, 
TestCloudRecovery2, DimensionalRoutedAliasUpdateProcessorTest, 
PingRequestHandlerTest, HdfsCloudIncrementalBackupTest, TestExactStatsCache, 
SimpleFacetsTest, TermsComponentTest, TestPhraseSuggestions, 
TokenizerChainTest, TestExternalRoleRuleBasedAuthorizationPlugin, 
TestSlowCompositeReaderWrapper, DistributedQueueTest, 
TestCloudPhrasesIdentificationComponent, JavabinLoaderTest, 
TestConfigSetsAPIExclusivity, TestCollectionAPIs, ShardSplitTest, 
TestCoreContainer, V2CollectionBackupsAPIMappingTest, 
HdfsChaosMonkeyNothingIsSafeTest, CrossCollectionJoinQueryTest, 
TestStressReorder, CdcrUpdateLogTest, TestNestedDocsSort, OverseerRolesTest, 
SolrLogPostToolTest, TestReloadDeadlock, RecoveryAfterSoftCommitTest, 
TestNumericTerms64, TestGeoJSONResponseWriter, TestFiltering, 
SolrJmxReporterTest, TestPayloadScoreQParserPlugin, 
TestSchemaSimilarityResource, ForceLeaderWithTlogReplicasTest, 
TestImpersonationWithHadoopAuth, TestSolrCoreSnapshots, TestSort, 
TestRandomFaceting, BasicDistributedZkTest, BasicAuthIntegrationTest, 
UpdateLogTest, BackupRestoreApiErrorConditionsTest, SortSpecParsingTest, 
QueryResultKeyTest, ShardBackupIdTest, TriggerIntegrationTest, 
TestDistributedGrouping, TestJsonRequest, HdfsRecoveryZkTest, 
AutoscalingHistoryHandlerTest, TestDynamicLoading, MoveReplicaHDFSFailoverTest, 
MoveReplicaHDFSTest, MoveReplicaTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, 
RestartWhileUpdatingTest, RollingRestartTest, RouteFieldTest, SSLMigrationTest, 
SaslZkACLProviderTest, ShardRoutingCustomTest, ShardTermsTest, 
SharedFSAutoReplicaFailoverTest, SliceStateTest, SolrCLIZkUtilsTest, 
SplitShardTest, TestConfigSetsAPIShareSchema, TestDistributedMap, 
TestDownShardTolerantSearch, TestDynamicFieldNamesIndexCorrectly, 
TestRandomFlRTGCloud, TestRebalanceLeaders, TestStressInPlaceUpdates, 
TestTolerantUpdateProcessorRandomCloud, TestWaitForStateWithJettyShutdowns, 
TestWithCollection, ZkCLITest, SimpleCollectionCreateDeleteTest, 
TestCollectionAPI, TestRequestStatusCollectionAPI, IndexSizeTriggerTest, 
MetricTriggerIntegrationTest, NodeAddedTriggerIntegrationTest, 
NodeLostTriggerIntegrationTest, NodeMarkersRegistrationTest, 
ScheduledMaintenanceTriggerTest, ScheduledTriggerIntegrationTest, 
TriggerSetPropertiesIntegrationTest, TestSimScenario, TestSimUtils, 
TestSnapshotCloudManager, CdcrWithNodesRestartsTest, 
HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, 
StressHdfsTest, TestClusterStateMutator, RuleEngineTest, RulesTest, 
RAMDirectoryFactoryTest, RequestHandlersTest, ResourceLoaderTest, SOLR749Test, 
SolrCoreTest, TestConfigOverlay, TestDynamicURP, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSolrConfigHandler, TestReplicationHandlerBackup, 
TestReplicationHandlerDiskOverFlow, TestSnapshotCoreBackup, 
TestStressIncrementalBackup, HealthCheckHandlerTest, InfoHandlerTest, 
LoggingHandlerTest, MBeansHandlerTest, DistributedQueryComponentCustomSortTest]
   [junit4] Completed [717/952 (2!)] on J3 in 9.19s, 1 test, 1 error <<< 
FAILURES!

[...truncated 55073 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to