Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/3193/

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.component.CustomHighlightComponentTest

Error Message:
There are still nodes recoverying - waited for 45 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 45 
seconds
        at __randomizedtesting.SeedInfo.seed([40AE79AE8C7CACC3]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:197)
        at 
org.apache.solr.handler.component.CustomHighlightComponentTest.setupCluster(CustomHighlightComponentTest.java:134)
        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$6.evaluate(RandomizedRunner.java:878)
        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 https://127.0.0.1:43767/collection1: 
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this 
request exceeded:[https://[::1]:4, https://[::1]:8, https://[::1]:6]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:43767/collection1: 
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this 
request exceeded:[https://[::1]:4, https://[::1]:8, https://[::1]:6]
        at 
__randomizedtesting.SeedInfo.seed([40AE79AE8C7CACC3:C8FA46742280C13B]: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)


FAILED:  org.apache.solr.search.TestFiltering.testRandomFiltering

Error Message:
should have unwrapped

Stack Trace:
java.lang.AssertionError: should have unwrapped
        at 
__randomizedtesting.SeedInfo.seed([40AE79AE8C7CACC3:5FCDDA6B695BECCA]:0)
        at 
org.apache.solr.search.SolrIndexSearcher.getAndCacheDocSet(SolrIndexSearcher.java:862)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocSet(SolrIndexSearcher.java:824)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1367)
        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:596)
        at 
org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1511)
        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:390)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:368)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2637)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1090)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1059)
        at 
org.apache.solr.search.TestFiltering.testRandomFiltering(TestFiltering.java:488)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13996 lines...]
   [junit4] Suite: 
org.apache.solr.handler.component.CustomHighlightComponentTest
   [junit4]   2> 399709 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-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.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 399709 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 399709 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/data-dir-45-001
   [junit4]   2> 399709 WARN  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 399709 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 399711 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 399712 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 399712 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001
   [junit4]   2> 399712 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 399713 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 399713 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 399714 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 399814 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 34457
   [junit4]   2> 399814 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34457
   [junit4]   2> 399814 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34457
   [junit4]   2> 399814 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34457
   [junit4]   2> 399830 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 399833 INFO  (zkConnectionManagerCallback-4405-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 399833 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 399850 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 399858 INFO  (zkConnectionManagerCallback-4407-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 399858 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 399870 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 399878 INFO  (zkConnectionManagerCallback-4409-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 399878 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 399983 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 399983 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 399983 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 
98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 399983 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 399983 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 399984 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 
98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 399984 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 399984 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 399984 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 
98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 400003 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 400003 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 400003 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 400010 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 400010 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 400010 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 400011 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@226588dc{/solr,null,AVAILABLE}
   [junit4]   2> 400011 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 400011 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 400011 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 400011 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d3af0f9{/solr,null,AVAILABLE}
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22f9d726{/solr,null,AVAILABLE}
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@207dac6b{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:42721}
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.s.Server Started @400046ms
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:34457/solr, hostPort=42721}
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c2d38be{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:43511}
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.s.Server Started @400046ms
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:34457/solr, hostPort=43511}
   [junit4]   2> 400012 ERROR (jetty-launcher-4410-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.0
   [junit4]   2> 400012 ERROR (jetty-launcher-4410-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-09-17T19:07:17.388Z
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.0
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 400012 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-09-17T19:07:17.388Z
   [junit4]   2> 400013 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 400014 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 400017 INFO  (zkConnectionManagerCallback-4412-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 400017 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 400017 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@70a74e7c{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:43499}
   [junit4]   2> 400017 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.s.Server Started @400052ms
   [junit4]   2> 400017 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:34457/solr, hostPort=43499}
   [junit4]   2> 400017 ERROR (jetty-launcher-4410-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 400017 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 400017 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.0
   [junit4]   2> 400017 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 400017 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 400017 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-09-17T19:07:17.393Z
   [junit4]   2> 400019 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 400019 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 400022 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 400022 INFO  (zkConnectionManagerCallback-4414-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 400022 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 400027 INFO  (zkConnectionManagerCallback-4416-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 400027 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 400027 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 400027 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 400030 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 400031 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 400032 WARN  
(jetty-launcher-4410-thread-2-SendThread(127.0.0.1:34457)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x107ac15081d0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x107ac15081d0004, 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 0x107ac15081d0004, 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> 400967 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 400968 WARN  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4d8835d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 400968 WARN  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4d8835d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 400982 WARN  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2ee65457[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 400982 WARN  (jetty-launcher-4410-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2ee65457[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 400984 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr
   [junit4]   2> 400994 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 401002 INFO  (zkConnectionManagerCallback-4433-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 401002 INFO  (jetty-launcher-4410-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 401214 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 401215 INFO  (jetty-launcher-4410-thread-2) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 401220 WARN  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@add984[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 401220 WARN  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@add984[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 401222 INFO  (zkConnectionManagerCallback-4435-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 401222 INFO  (jetty-launcher-4410-thread-2) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 401231 WARN  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@68140c49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 401231 WARN  (jetty-launcher-4410-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@68140c49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 401233 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr
   [junit4]   2> 401239 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 401249 INFO  (zkConnectionManagerCallback-4445-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 401249 INFO  (jetty-launcher-4410-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 401354 INFO  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 401367 WARN  (jetty-launcher-4410-thread-2) 
[n:127.0.0.1:43511_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> 401373 INFO  (jetty-launcher-4410-thread-2) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43511_solr
   [junit4]   2> 401374 INFO  (jetty-launcher-4410-thread-2) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.Overseer Overseer 
(id=74217125205311495-127.0.0.1:43511_solr-n_0000000000) starting
   [junit4]   2> 401380 INFO  
(OverseerStateUpdate-74217125205311495-127.0.0.1:43511_solr-n_0000000000) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43511_solr
   [junit4]   2> 401390 INFO  (zkConnectionManagerCallback-4447-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 401391 INFO  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 401391 INFO  (jetty-launcher-4410-thread-2) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43511_solr
   [junit4]   2> 401395 INFO  (zkCallback-4434-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 401399 INFO  (jetty-launcher-4410-thread-2) 
[n:127.0.0.1:43511_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 401399 WARN  (jetty-launcher-4410-thread-2) 
[n:127.0.0.1:43511_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> 401402 WARN  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_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> 401404 INFO  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 401407 INFO  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42721_solr as DOWN
   [junit4]   2> 401409 INFO  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 401409 INFO  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42721_solr
   [junit4]   2> 401412 INFO  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 401413 WARN  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_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> 401443 INFO  (zkCallback-4446-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 401453 INFO  (jetty-launcher-4410-thread-1) 
[n:127.0.0.1:42721_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node1
   [junit4]   2> 401464 INFO  (zkCallback-4434-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 401761 INFO  (jetty-launcher-4410-thread-2) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node2
   [junit4]   2> 402535 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 402728 WARN  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7957a653[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 402728 WARN  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7957a653[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 402732 WARN  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6432aa5e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 402732 WARN  (jetty-launcher-4410-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6432aa5e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 402733 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr
   [junit4]   2> 402734 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 402738 INFO  (zkConnectionManagerCallback-4469-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402738 INFO  (jetty-launcher-4410-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 402846 INFO  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 402847 INFO  (zkConnectionManagerCallback-4471-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402847 INFO  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 402855 WARN  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_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> 402857 INFO  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 402865 INFO  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43499_solr as DOWN
   [junit4]   2> 402866 INFO  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 402866 INFO  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43499_solr
   [junit4]   2> 402867 INFO  (zkCallback-4446-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 402867 INFO  (zkCallback-4434-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 402869 INFO  (zkCallback-4470-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 402869 INFO  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 402869 WARN  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_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> 402894 INFO  (jetty-launcher-4410-thread-3) 
[n:127.0.0.1:43499_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node3
   [junit4]   2> 402903 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 402906 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 402909 INFO  (zkConnectionManagerCallback-4482-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 402909 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 402912 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 402915 INFO  
(SUITE-CustomHighlightComponentTest-seed#[40AE79AE8C7CACC3]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34457/solr ready
   [junit4]   2> 402927 INFO  (qtp783960012-7113) [n:127.0.0.1:42721_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=37d00118-89d8-46bb-b58a-df9d45e03613&collection.configName=conf&maxShardsPerNode=2&name=collection66&nrtReplicas=2&action=CREATE&numShards=3&perReplicaState=true&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 402932 INFO  (qtp783960012-7117) [n:127.0.0.1:42721_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=37d00118-89d8-46bb-b58a-df9d45e03613&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 402935 INFO  
(OverseerThreadFactory-4452-thread-1-processing-n:127.0.0.1:43511_solr) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection66
   [junit4]   2> 402944 INFO  
(OverseerThreadFactory-4452-thread-1-processing-n:127.0.0.1:43511_solr) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection66_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:42721_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42721/solr";,
   [junit4]   2>   "collection":"collection66",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402948 INFO  
(OverseerThreadFactory-4452-thread-1-processing-n:127.0.0.1:43511_solr) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection66_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:43511_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:43511/solr";,
   [junit4]   2>   "collection":"collection66",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402952 INFO  
(OverseerThreadFactory-4452-thread-1-processing-n:127.0.0.1:43511_solr) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection66_shard2_replica_n5",
   [junit4]   2>   "node_name":"127.0.0.1:43499_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:43499/solr";,
   [junit4]   2>   "collection":"collection66",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402958 INFO  
(OverseerThreadFactory-4452-thread-1-processing-n:127.0.0.1:43511_solr) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection66_shard2_replica_n7",
   [junit4]   2>   "node_name":"127.0.0.1:42721_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42721/solr";,
   [junit4]   2>   "collection":"collection66",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402964 INFO  
(OverseerThreadFactory-4452-thread-1-processing-n:127.0.0.1:43511_solr) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection66_shard3_replica_n9",
   [junit4]   2>   "node_name":"127.0.0.1:43511_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:43511/solr";,
   [junit4]   2>   "collection":"collection66",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402969 INFO  
(OverseerThreadFactory-4452-thread-1-processing-n:127.0.0.1:43511_solr) 
[n:127.0.0.1:43511_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection66_shard3_replica_n11",
   [junit4]   2>   "node_name":"127.0.0.1:43499_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:43499/solr";,
   [junit4]   2>   "collection":"collection66",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 402986 INFO  (qtp783960012-7122) [n:127.0.0.1:42721_solr    
x:collection66_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057&coreNodeName=core_node2&name=collection66_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin}
 status=0 QTime=5
   [junit4]   2> 402986 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr    x:collection66_shard1_replica_n1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057&coreNodeName=core_node2&name=collection66_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 402990 INFO  (qtp783960012-7113) [n:127.0.0.1:42721_solr    
x:collection66_shard2_replica_n7 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451&coreNodeName=core_node8&name=collection66_shard2_replica_n7&action=CREATE&numShards=3&shard=shard2&wt=javabin}
 status=0 QTime=7
   [junit4]   2> 402990 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr    x:collection66_shard2_replica_n7 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451&coreNodeName=core_node8&name=collection66_shard2_replica_n7&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 402998 INFO  (qtp317375635-7107) [n:127.0.0.1:43511_solr    
x:collection66_shard1_replica_n3 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412&coreNodeName=core_node4&name=collection66_shard1_replica_n3&action=CREATE&numShards=3&shard=shard1&wt=javabin}
 status=0 QTime=3
   [junit4]   2> 402998 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr    x:collection66_shard1_replica_n3 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412&coreNodeName=core_node4&name=collection66_shard1_replica_n3&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 402999 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr    x:collection66_shard1_replica_n3 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 
2147483647 cores with initial capacity of 1024
   [junit4]   2> 403008 INFO  (qtp2120269760-7118) [n:127.0.0.1:43499_solr    
x:collection66_shard2_replica_n5 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267&coreNodeName=core_node6&name=collection66_shard2_replica_n5&action=CREATE&numShards=3&shard=shard2&wt=javabin}
 status=0 QTime=13
   [junit4]   2> 403008 INFO  (zkCallback-4434-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeChildrenChanged 
path:/collections/collection66/state.json] for collection [collection66] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 403022 INFO  (qtp2120269760-7121) [n:127.0.0.1:43499_solr    
x:collection66_shard3_replica_n11 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978&coreNodeName=core_node12&name=collection66_shard3_replica_n11&action=CREATE&numShards=3&shard=shard3&wt=javabin}
 status=0 QTime=6
   [junit4]   2> 403022 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr    x:collection66_shard3_replica_n11 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978&coreNodeName=core_node12&name=collection66_shard3_replica_n11&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 403023 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr    x:collection66_shard2_replica_n5 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267&coreNodeName=core_node6&name=collection66_shard2_replica_n5&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 403031 INFO  (qtp317375635-7110) [n:127.0.0.1:43511_solr    
x:collection66_shard3_replica_n9 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968&coreNodeName=core_node10&name=collection66_shard3_replica_n9&action=CREATE&numShards=3&shard=shard3&wt=javabin}
 status=0 QTime=7
   [junit4]   2> 403038 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr    x:collection66_shard3_replica_n9 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=collection66&version=2&replicaType=NRT&async=37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968&coreNodeName=core_node10&name=collection66_shard3_replica_n9&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 403042 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 403047 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 403050 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 403050 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.c.CoreContainer Creating SolrCore 
'collection66_shard2_replica_n7' using configuration from configset conf, 
trusted=true
   [junit4]   2> 403051 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.c.SolrCore 
[[collection66_shard2_replica_n7] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node1/collection66_shard2_replica_n7],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node1/collection66_shard2_replica_n7/data/]
   [junit4]   2> 403081 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 403091 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 403095 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 403095 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 
'collection66_shard1_replica_n1' using configuration from configset conf, 
trusted=true
   [junit4]   2> 403096 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[collection66_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node1/collection66_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node1/collection66_shard1_replica_n1/data/]
   [junit4]   2> 403114 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 403117 INFO  (qtp783960012-7111) [n:127.0.0.1:42721_solr     ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057
   [junit4]   2> 403117 INFO  (qtp783960012-7111) [n:127.0.0.1:42721_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 403120 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 403120 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 403125 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 403127 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard3 r:core_node12 
x:collection66_shard3_replica_n11 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 403127 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 403127 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 
'collection66_shard1_replica_n3' using configuration from configset conf, 
trusted=true
   [junit4]   2> 403128 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.c.SolrCore 
[[collection66_shard1_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node2/collection66_shard1_replica_n3],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node2/collection66_shard1_replica_n3/data/]
   [junit4]   2> 403130 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 403130 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 
'collection66_shard2_replica_n5' using configuration from configset conf, 
trusted=true
   [junit4]   2> 403130 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.c.SolrCore 
[[collection66_shard2_replica_n5] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node3/collection66_shard2_replica_n5],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node3/collection66_shard2_replica_n5/data/]
   [junit4]   2> 403131 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard3 r:core_node12 
x:collection66_shard3_replica_n11 ] o.a.s.s.IndexSchema Schema 
name=cloud-dynamic
   [junit4]   2> 403133 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard3 r:core_node12 
x:collection66_shard3_replica_n11 ] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 403133 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard3 r:core_node12 
x:collection66_shard3_replica_n11 ] o.a.s.c.CoreContainer Creating SolrCore 
'collection66_shard3_replica_n11' using configuration from configset conf, 
trusted=true
   [junit4]   2> 403133 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard3 r:core_node12 
x:collection66_shard3_replica_n11 ] o.a.s.c.SolrCore 
[[collection66_shard3_replica_n11] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node3/collection66_shard3_replica_n11],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node3/collection66_shard3_replica_n11/data/]
   [junit4]   2> 403135 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 403135 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 403136 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 403136 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 403137 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 403137 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 403137 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000 ms
   [junit4]   2> 403137 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1711177088906559488
   [junit4]   2> 403151 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.11.0
   [junit4]   2> 403152 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.s.IndexSchema Schema name=cloud-dynamic
   [junit4]   2> 403154 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 403154 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.c.CoreContainer Creating SolrCore 
'collection66_shard3_replica_n9' using configuration from configset conf, 
trusted=true
   [junit4]   2> 403160 INFO  
(searcherExecutor-4484-thread-1-processing-x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 r:core_node8 CREATE 
n:127.0.0.1:42721_solr c:collection66 s:shard2) [n:127.0.0.1:42721_solr 
c:collection66 s:shard2 r:core_node8 x:collection66_shard2_replica_n7 ] 
o.a.s.c.SolrCore [collection66_shard2_replica_n7]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 403163 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.c.SolrCore 
[[collection66_shard3_replica_n9] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node2/collection66_shard3_replica_n9],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.CustomHighlightComponentTest_40AE79AE8C7CACC3-001/tempDir-001/node2/collection66_shard3_replica_n9/data/]
   [junit4]   2> 403167 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 403167 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 403167 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 403167 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 403179 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 403182 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 403182 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000 ms
   [junit4]   2> 403182 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1711177088953745408
   [junit4]   2> 403186 INFO  
(searcherExecutor-4486-thread-1-processing-x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 r:core_node2 CREATE 
n:127.0.0.1:42721_solr c:collection66 s:shard1) [n:127.0.0.1:42721_solr 
c:collection66 s:shard1 r:core_node2 x:collection66_shard1_replica_n1 ] 
o.a.s.c.SolrCore [collection66_shard1_replica_n1]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 403187 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection66/terms/shard2 to Terms{values={core_node8=0}, 
version=0}
   [junit4]   2> 403187 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.c.ShardLeaderElectionContextBase make 
sure parent is created /collections/collection66/leaders/shard2
   [junit4]   2> 403204 INFO  
(parallelCoreAdminExecutor-4456-thread-2-processing-n:127.0.0.1:42721_solr 
x:collection66_shard2_replica_n7 
37d00118-89d8-46bb-b58a-df9d45e0361332951833797811451 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard2 r:core_node8 
x:collection66_shard2_replica_n7 ] o.a.s.c.ShardLeaderElectionContext Waiting 
until we see more replicas up for shard shard2: total=2 found=1 timeoute 
in=9999ms
   [junit4]   2> 403207 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection66/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 403207 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make 
sure parent is created /collections/collection66/leaders/shard1
   [junit4]   2> 403215 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 403215 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 403216 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 403216 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 403222 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 403222 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 403223 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 403223 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 403223 INFO  
(parallelCoreAdminExecutor-4456-thread-1-processing-n:127.0.0.1:42721_solr 
x:collection66_shard1_replica_n1 
37d00118-89d8-46bb-b58a-df9d45e0361332951833782734057 CREATE) 
[n:127.0.0.1:42721_solr c:collection66 s:shard1 r:core_node2 
x:collection66_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting 
until we see more replicas up for shard shard1: total=2 found=1 timeoute 
in=9992ms
   [junit4]   2> 403224 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 403224 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 403225 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 403226 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 403226 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000 ms
   [junit4]   2> 403226 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000 ms
   [junit4]   2> 403226 INFO  
(parallelCoreAdminExecutor-4459-thread-1-processing-n:127.0.0.1:43511_solr 
x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard1 r:core_node4 
x:collection66_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1711177088999882752
   [junit4]   2> 403226 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1711177088999882752
   [junit4]   2> 403231 INFO  
(searcherExecutor-4489-thread-1-processing-x:collection66_shard1_replica_n3 
37d00118-89d8-46bb-b58a-df9d45e0361332951833787839412 r:core_node4 CREATE 
n:127.0.0.1:43511_solr c:collection66 s:shard1) [n:127.0.0.1:43511_solr 
c:collection66 s:shard1 r:core_node4 x:collection66_shard1_replica_n3 ] 
o.a.s.c.SolrCore [collection66_shard1_replica_n3]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 403231 INFO  
(searcherExecutor-4491-thread-1-processing-x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 r:core_node6 CREATE 
n:127.0.0.1:43499_solr c:collection66 s:shard2) [n:127.0.0.1:43499_solr 
c:collection66 s:shard2 r:core_node6 x:collection66_shard2_replica_n5 ] 
o.a.s.c.SolrCore [collection66_shard2_replica_n5]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 403260 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 403260 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 403261 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 403261 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 403262 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection66/terms/shard2 to Terms{values={core_node6=0, 
core_node8=0}, version=1}
   [junit4]   2> 403263 INFO  
(parallelCoreAdminExecutor-4475-thread-1-processing-n:127.0.0.1:43499_solr 
x:collection66_shard2_replica_n5 
37d00118-89d8-46bb-b58a-df9d45e0361332951833792936267 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard2 r:core_node6 
x:collection66_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make 
sure parent is created /collections/collection66/leaders/shard2
   [junit4]   2> 403264 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard3 r:core_node12 
x:collection66_shard3_replica_n11 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 403264 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard3 r:core_node12 
x:collection66_shard3_replica_n11 ] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 403265 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard3 r:core_node12 
x:collection66_shard3_replica_n11 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 403265 INFO  
(parallelCoreAdminExecutor-4475-thread-2-processing-n:127.0.0.1:43499_solr 
x:collection66_shard3_replica_n11 
37d00118-89d8-46bb-b58a-df9d45e0361332951833809456978 CREATE) 
[n:127.0.0.1:43499_solr c:collection66 s:shard3 r:core_node12 
x:collection66_shard3_replica_n11 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 403265 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 403266 INFO  
(parallelCoreAdminExecutor-4459-thread-2-processing-n:127.0.0.1:43511_solr 
x:collection66_shard3_replica_n9 
37d00118-89d8-46bb-b58a-df9d45e0361332951833803481968 CREATE) 
[n:127.0.0.1:43511_solr c:collection66 s:shard3 r:core_node10 
x:collection66_shard3_replica_n9 ] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 403266 INFO  (parallelCoreAdminExecutor-4459-thread-2-pro

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

 5.97s J0 | DistributedQueryComponentCustomSortTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:43767/collection1: 
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this 
request exceeded:[https://[::1]:4, https://[::1]:8, https://[::1]:6]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([40AE79AE8C7CACC3:C8FA46742280C13B]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    >        at 
org.apache.solr.client.solrj.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> 2005253 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[40AE79AE8C7CACC3]-worker) 
[     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2005253 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[40AE79AE8C7CACC3]-worker) 
[     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=381423304
   [junit4]   2> 2005253 INFO  (coreCloseExecutor-21702-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@30ef965c
   [junit4]   2> 2005253 INFO  (coreCloseExecutor-21702-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@30ef965c
   [junit4]   2> 2005253 INFO  (coreCloseExecutor-21702-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2c8b4310: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@30c6236
   [junit4]   2> 2005257 INFO  (coreCloseExecutor-21702-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 2005257 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[40AE79AE8C7CACC3]-worker) 
[     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node tag=null
   [junit4]   2> 2005258 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[40AE79AE8C7CACC3]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f5081d9: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@74accdf7
   [junit4]   2> 2005259 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[40AE79AE8C7CACC3]-worker) 
[     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm tag=null
   [junit4]   2> 2005259 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[40AE79AE8C7CACC3]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@770b44bb: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@c8cc4a3
   [junit4]   2> 2005259 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[40AE79AE8C7CACC3]-worker) 
[     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty tag=null
   [junit4]   2> 2005259 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[40AE79AE8C7CACC3]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1060c8f3: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@35e29b9b
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_40AE79AE8C7CACC3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): 
{_root_=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=Asserting), text=PostingsFormat(name=MockRandom), 
asdfasdf_field_should_match_catchall_dynamic_field_adsfasdf=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
 docValues:{payload=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=691, 
maxMBSortInHeap=7.928527359901354, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar, timezone=MST
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_291 (64-bit)/cpus=4,threads=1,free=285824424,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedMissingSort, 
ReplaceNodeTest, DeleteNodeTest, TestReplicationHandlerBackup, 
CdcrReplicationHandlerTest, ShowFileRequestHandlerTest, 
SignatureUpdateProcessorFactoryTest, TestSchemalessBufferedUpdates, 
BlobRepositoryCloudTest, RegexBytesRefFilterTest, TestJsonRequest, 
TestExportWriter, CreateCollectionCleanupTest, TestLegacyFieldReuse, 
TestSolrDeletionPolicy1, TestCoreDiscovery, SolrShardReporterTest, 
TestUnifiedSolrHighlighterWithoutStoredId, TestCodecSupport, TestCoreAdminApis, 
ZkControllerTest, HdfsRestartWhileUpdatingTest, 
PKIAuthenticationIntegrationTest, PrimUtilsTest, TestContainerPlugin, 
TestManagedResource, TestXIncludeConfig, TestHalfAndHalfDocValues, 
JWTAuthPluginTest, BaseCdcrDistributedZkTest, XsltUpdateRequestHandlerTest, 
SecurityHeadersTest, ExitableDirectoryReaderTest, SpatialHeatmapFacetsTest, 
TestComplexPhraseQParserPlugin, TestObjectReleaseTracker, SplitShardTest, 
HDFSCollectionsAPITest, CurrencyRangeFacetCloudTest, 
TestWaitForStateWithJettyShutdowns, OverseerSolrResponseTest, 
TestSolrJacksonAnnotation, TestFilteredDocIdSet, 
LeaderFailureAfterFreshStartTest, HdfsCollectionsAPIDistributedZkTest, 
PreAnalyzedFieldManagedSchemaCloudTest, CoreAdminHandlerTest, 
TriLevelCompositeIdRoutingTest, BinaryUpdateRequestHandlerTest, 
SpellCheckComponentTest, ResponseBuilderTest, TestQueryUtils, 
TestPayloadCheckQParserPlugin, SuggesterFSTTest, XmlInterpolationTest, 
TestLRUCache, CustomHighlightComponentTest, TestNonDefinedSimilarityFactory, 
TestBooleanSimilarityFactory, SolrCmdDistributorTest, DisMaxRequestHandlerTest, 
DocValuesMissingTest, SimpleCollectionCreateDeleteTest, RecoveryZkTest, 
MetricUtilsTest, TestSimLargeCluster, TestExplainDocTransformer, 
TimeZoneUtilsTest, CopyFieldTest, DistributedExpandComponentTest, 
SpellPossibilityIteratorTest, RAMDirectoryFactoryTest, AliasIntegrationTest, 
BigEndianAscendingWordSerializerTest, TestSSLRandomization, 
TestCloudDeduplication, HdfsChaosMonkeySafeLeaderTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, BasicAuthIntegrationTest, 
TestExclusionRuleCollectionAccess, SpatialRPTFieldTypeTest, 
TriggerSetPropertiesIntegrationTest, TestTlogReplica, TestSimpleQParserPlugin, 
ExternalFileFieldSortTest, TestRandomFlRTGCloud, TestUseDocValuesAsStored2, 
SolrJmxReporterCloudTest, TestHighlightDedupGrouping, TestFieldCacheReopen, 
ManagedSchemaDiffTest, SolrIndexSearcherTest, TestFunctionQuery, 
FileBasedSpellCheckerTest, TestStressRecovery, TestPullReplica, 
TestRuleBasedAuthorizationWithKerberos, TestReload, MultiThreadedOCPTest, 
TestCloudPivotFacet, TestExactStatsCache, CollectionStateFormat2Test, 
TestSimDistributedQueue, NotRequiredUniqueKeyTest, TestExpandComponent, 
TestFieldResource, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, 
TestMissingGroups, TestUniqueKeyFieldResource, DistribCursorPagingTest, 
HLLSerializationTest, TestFaceting, SolrTestCaseJ4Test, DaemonStreamApiTest, 
DirectSolrConnectionTest, TestJettySolrRunner, 
DeleteLastCustomShardedReplicaTest, DistributedVersionInfoTest, 
HttpPartitionOnCommitTest, HttpPartitionWithTlogReplicasTest, 
LeaderElectionTest, LeaderFailoverAfterPartitionTest, 
MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, 
MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, 
OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, 
PackageManagerCLITest, RollingRestartTest, RouteFieldTest, 
RoutingToNodesWithPropertiesTest, SSLMigrationTest, ShardRoutingCustomTest, 
ShardRoutingTest, TestCloudConsistency, TestLockTree, 
TestOnReconnectListenerSupport, TestSizeLimitedDistributedMap, 
TestSkipOverseerOperations, TestStressLiveNodes, ComputePlanActionTest, 
SearchRateTriggerIntegrationTest, SearchRateTriggerTest, TriggerEventQueueTest, 
TestSimDistribStateManager, TestSimUtils, TestSnapshotCloudManager, 
ImplicitSnitchTest, RuleEngineTest, RulesTest, SolrCoreTest, 
TestJmxIntegration, TestMergePolicyConfig, TestSolrConfigHandler, 
TestCSVLoader, TestConfigReload, TestSolrConfigHandlerConcurrent, 
V2ApiIntegrationTest, V2StandaloneTest, CoreAdminCreateDiscoverTest, 
LukeRequestHandlerTest, MetricsHistoryHandlerTest, TestApiFramework, 
ZookeeperReadAPITest, DistributedFacetPivotSmallAdvancedTest, 
DistributedQueryComponentCustomSortTest]
   [junit4] Completed [695/947 (3!)] on J0 in 6.78s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to