Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/680/
Java: 64bit/jdk-13-ea+18 -XX:-UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=19552, 
name=testExecutor-6880-thread-1, state=RUNNABLE, 
group=TGRP-BasicDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=19552, name=testExecutor-6880-thread-1, 
state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
        at 
__randomizedtesting.SeedInfo.seed([1260C895C1EA8DBC:9A34F74F6F16E044]:0)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:42579/p_o: ADDREPLICA failed to create replica
        at __randomizedtesting.SeedInfo.seed([1260C895C1EA8DBC]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:656)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$2(BasicDistributedZkTest.java:760)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:835)


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

Error Message:
Error from server at http://127.0.0.1:46001/collection1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://[ff01::114]:33332/select

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:46001/collection1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://[ff01::114]:33332/select
        at 
__randomizedtesting.SeedInfo.seed([1260C895C1EA8DBC:9A34F74F6F16E044]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:656)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:626)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:678)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:656)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:635)
        at 
org.apache.solr.handler.component.DistributedQueryComponentCustomSortTest.test(DistributedQueryComponentCustomSortTest.java:79)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.search.facet.SpatialHeatmapFacetsTest.testClassicFacets

Error Message:
Error from server at http://127.0.0.1:34887/collection1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://[ff01::083]:33332/select

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:34887/collection1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://[ff01::083]:33332/select
        at 
__randomizedtesting.SeedInfo.seed([1260C895C1EA8DBC:A139A626AD0E49]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:656)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:626)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:678)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:643)
        at 
org.apache.solr.search.facet.SpatialHeatmapFacetsTest.testClassicFacets(SpatialHeatmapFacetsTest.java:79)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1108)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.search.facet.SpatialHeatmapFacetsTest.testJsonFacets

Error Message:
Error from server at http://127.0.0.1:45479/collection1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://[ff01::213]:33332/select

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:45479/collection1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://[ff01::213]:33332/select
        at 
__randomizedtesting.SeedInfo.seed([1260C895C1EA8DBC:3630D77044ACFB6F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:656)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:987)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1002)
        at 
org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:626)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:678)
        at 
org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:643)
        at 
org.apache.solr.search.facet.SpatialHeatmapFacetsTest.testJsonFacets(SpatialHeatmapFacetsTest.java:221)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1108)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13870 lines...]
   [junit4] Suite: 
org.apache.solr.handler.component.DistributedQueryComponentCustomSortTest
   [junit4]   2> 1489428 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/init-core-data-001
   [junit4]   2> 1489429 WARN  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 1489429 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1489430 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1489430 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system 
property: /
   [junit4]   2> 1489430 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1489430 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1489445 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1489476 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.s.IndexSchema [null] Schema name=test-custom-field-sort
   [junit4]   2> 1489485 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.s.IndexSchema Loaded schema test-custom-field-sort/1.6 with 
uniqueid field id
   [junit4]   2> 1489612 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1489613 WARN  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@345fdb81[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1489615 WARN  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@261d5aa4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1493475 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1493475 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1493486 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1493493 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1493493 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1493494 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1493508 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1493535 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema 
name=test-custom-field-sort
   [junit4]   2> 1493536 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test-custom-field-sort/1.6 
with uniqueid field id
   [junit4]   2> 1493537 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1493537 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1493537 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/init-core-data-001/]
   [junit4]   2> 1493538 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=78.423828125, 
floorSegmentMB=1.703125, forceMergeDeletesPctAllowed=6.343210865107546, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=41.729782977030595
   [junit4]   2> 1493579 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1493579 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1493587 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1493587 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1493588 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=94.16796875, 
floorSegmentMB=1.7119140625, forceMergeDeletesPctAllowed=0.4847860318333319, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30531412291801585, deletesPctAllowed=47.013854790194735
   [junit4]   2> 1493588 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6a2f61ce[collection1] main]
   [junit4]   2> 1493589 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1493639 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1493729 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1493729 INFO  (coreLoadExecutor-4824-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1635828998738018304
   [junit4]   2> 1493730 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1493731 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1493731 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1493731 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1493731 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1493731 INFO  
(SUITE-DistributedQueryComponentCustomSortTest-seed#[1260C895C1EA8DBC]-worker) 
[     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1493731 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1493731 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1493732 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1493732 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1493732 INFO  
(searcherExecutor-4825-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6a2f61ce[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1493832 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/control/cores/collection1
   [junit4]   2> 1493833 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1493833 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1493833 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1493833 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 1493834 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1493834 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1493834 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1493834 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e5051af{/,null,AVAILABLE}
   [junit4]   2> 1493834 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@5c5b6312{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38243}
   [junit4]   2> 1493834 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.Server Started @1493869ms
   [junit4]   2> 1493834 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{schema=schema-custom-field.xml, hostContext=/, solrconfig=solrconfig.xml, 
hostPort=38243, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/control/cores}
   [junit4]   2> 1493835 ERROR 
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1493835 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1493835 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.2.0
   [junit4]   2> 1493835 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1493835 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1493835 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-09T02:41:42.235185Z
   [junit4]   2> 1493835 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/control/solr.xml
   [junit4]   2> 1493837 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1493837 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1493837 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1493885 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1493886 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@28fbead0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1493888 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@53304e72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1493897 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1493897 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1493909 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1493917 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1493917 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1493918 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/control/cores
   [junit4]   2> 1493918 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1493919 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1493931 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1493952 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema 
name=test-custom-field-sort
   [junit4]   2> 1493953 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test-custom-field-sort/1.6 
with uniqueid field id
   [junit4]   2> 1493953 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1493953 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1493953 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 1493954 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=78.423828125, 
floorSegmentMB=1.703125, forceMergeDeletesPctAllowed=6.343210865107546, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=41.729782977030595
   [junit4]   2> 1493994 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1493994 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1493996 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1493996 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1493996 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=94.16796875, 
floorSegmentMB=1.7119140625, forceMergeDeletesPctAllowed=0.4847860318333319, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30531412291801585, deletesPctAllowed=47.013854790194735
   [junit4]   2> 1493996 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@149715e4[collection1] main]
   [junit4]   2> 1493997 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1494037 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1494136 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1494136 INFO  (coreLoadExecutor-4839-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1635828999164788736
   [junit4]   2> 1494137 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1494137 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1494137 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1494137 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1494138 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1494138 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1494138 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1494139 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1494139 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1494140 INFO  
(searcherExecutor-4840-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@149715e4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1494238 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 1494239 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1494239 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1494239 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1494239 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 1494239 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1494239 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1494239 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@430b8b6d{/,null,AVAILABLE}
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@4c6f84db{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36643}
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.Server Started @1494274ms
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{schema=schema-custom-field.xml, hostContext=/, solrconfig=solrconfig.xml, 
hostPort=36643, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard0/cores}
   [junit4]   2> 1494240 ERROR 
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.2.0
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-09T02:41:42.640662Z
   [junit4]   2> 1494240 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 1494242 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1494242 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1494243 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1494332 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1494333 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6a42511a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494336 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2d18a5be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494349 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1494349 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1494368 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1494381 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1494381 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1494383 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard0/cores
   [junit4]   2> 1494383 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1494384 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1494398 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1494430 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema 
name=test-custom-field-sort
   [junit4]   2> 1494432 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test-custom-field-sort/1.6 
with uniqueid field id
   [junit4]   2> 1494432 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1494432 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1494432 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 1494434 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=78.423828125, 
floorSegmentMB=1.703125, forceMergeDeletesPctAllowed=6.343210865107546, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=41.729782977030595
   [junit4]   2> 1494504 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1494504 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1494506 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1494506 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1494506 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=94.16796875, 
floorSegmentMB=1.7119140625, forceMergeDeletesPctAllowed=0.4847860318333319, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30531412291801585, deletesPctAllowed=47.013854790194735
   [junit4]   2> 1494508 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43d868d1[collection1] main]
   [junit4]   2> 1494508 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1494526 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1494615 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1494615 INFO  (coreLoadExecutor-4853-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1635828999667056640
   [junit4]   2> 1494617 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1494617 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1494617 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1494617 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1494617 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1494618 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1494618 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1494618 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1494618 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1494619 INFO  
(searcherExecutor-4854-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@43d868d1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1494705 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 1494705 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1494706 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1494706 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1494706 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7bbbb1fa{/,null,AVAILABLE}
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@125be609{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:46001}
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.Server Started @1494742ms
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{schema=schema-custom-field.xml, hostContext=/, solrconfig=solrconfig.xml, 
hostPort=46001, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard1/cores}
   [junit4]   2> 1494707 ERROR 
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.2.0
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1494707 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-09T02:41:43.107951Z
   [junit4]   2> 1494708 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 1494709 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1494710 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1494710 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1494789 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1494790 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7f8951a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494792 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6d5c7bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1494801 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1494801 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1494813 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1494820 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1494820 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1494821 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard1/cores
   [junit4]   2> 1494821 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1494822 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1494842 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1494873 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema 
name=test-custom-field-sort
   [junit4]   2> 1494876 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test-custom-field-sort/1.6 
with uniqueid field id
   [junit4]   2> 1494876 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1494876 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1494876 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 1494877 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=78.423828125, 
floorSegmentMB=1.703125, forceMergeDeletesPctAllowed=6.343210865107546, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=41.729782977030595
   [junit4]   2> 1494924 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1494924 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1494926 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1494926 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1494927 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=94.16796875, 
floorSegmentMB=1.7119140625, forceMergeDeletesPctAllowed=0.4847860318333319, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30531412291801585, deletesPctAllowed=47.013854790194735
   [junit4]   2> 1494927 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ab16127[collection1] main]
   [junit4]   2> 1494928 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1494946 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1495031 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1495031 INFO  (coreLoadExecutor-4867-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1635829000103264256
   [junit4]   2> 1495033 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1495033 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1495033 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1495033 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1495034 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1495034 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1495034 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1495034 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1495034 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1495035 INFO  
(searcherExecutor-4868-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6ab16127[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1495124 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 1495125 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1495125 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1495125 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1495125 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 1495126 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1495126 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1495126 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1495126 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e041849{/,null,AVAILABLE}
   [junit4]   2> 1495127 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@4d0fc4e6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35501}
   [junit4]   2> 1495127 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.s.Server Started @1495161ms
   [junit4]   2> 1495127 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{schema=schema-custom-field.xml, hostContext=/, solrconfig=solrconfig.xml, 
hostPort=35501, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard2/cores}
   [junit4]   2> 1495127 ERROR 
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1495127 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1495127 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.2.0
   [junit4]   2> 1495127 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 1495127 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1495127 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-09T02:41:43.527411Z
   [junit4]   2> 1495127 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 1495129 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1495129 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1495130 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1495196 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1495203 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2ac8b5a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1495205 WARN  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@11876931[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1495215 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1495215 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 1495227 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1495250 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1495250 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1495252 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard2/cores
   [junit4]   2> 1495252 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1495253 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1495268 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 1495297 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema [collection1] Schema 
name=test-custom-field-sort
   [junit4]   2> 1495299 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test-custom-field-sort/1.6 
with uniqueid field id
   [junit4]   2> 1495299 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1495300 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@264261c3
   [junit4]   2> 1495300 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.component.DistributedQueryComponentCustomSortTest_1260C895C1EA8DBC-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 1495301 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=78.423828125, 
floorSegmentMB=1.703125, forceMergeDeletesPctAllowed=6.343210865107546, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=41.729782977030595
   [junit4]   2> 1495361 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1495361 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1495373 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1495373 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1495374 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=94.16796875, 
floorSegmentMB=1.7119140625, forceMergeDeletesPctAllowed=0.4847860318333319, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30531412291801585, deletesPctAllowed=47.013854790194735
   [junit4]   2> 1495374 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@41926ef5[collection1] main]
   [junit4]   2> 1495375 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1495395 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1495512 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1495512 INFO  (coreLoadExecutor-4881-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1635829000607629312
   [junit4]   2> 1495513 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1495513 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1495513 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1495513 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1495514 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1495514 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1495515 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1495515 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1495515 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1495516 INFO  
(searcherExecutor-4882-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@41926ef5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1495516 INFO  
(TEST-DistributedQueryComponentCustomSortTest.test-seed#[1260C895C1EA8DBC]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1495522 INFO  (qtp923124909-14993) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1635829000616017920)} 0 1
   [junit4]   2> 1495525 INFO  (qtp1485563330-15014) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1635829000619163648)} 0 1
   [junit4]   2> 1495533 INFO  (qtp1668614202-15035) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1635829000628600832)} 0 1
   [junit4]   2> 1495539 INFO  (qtp1712532857-15056) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1635829000634892288)} 0 1
   [junit4]   2> 1495540 INFO  (qtp923124909-14994) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1635829000635940864)]} 0 0
   [junit4]   2> 1495541 INFO  (qtp1485563330-15015) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1635829000638038016)]} 0 0
   [junit4]   2> 1495542 INFO  (qtp923124909-14992) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1635829000639086592)]} 0 0
   [junit4]   2> 1495543 INFO  (qtp1668614202-15036) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1635829000639086592)]} 0 0
   [junit4]   2> 1495543 INFO  (qtp923124909-14993) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1635829000640135168)]} 0 0
   [junit4]   2> 1495544 INFO  (qtp1712532857-15057) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1635829000641183744)]} 0 0
   [junit4]   2> 1495545 INFO  (qtp923124909-14994) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1635829000642232320)]} 0 0
   [junit4]   2> 1495545 INFO  (qtp1485563330-15013) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1635829000642232320)]} 0 0
   [junit4]   2> 1495546 INFO  (qtp923124909-14992) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1635829000643280896)]} 0 0
   [junit4]   2> 1495546 INFO  (qtp1668614202-15034) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1635829000643280896)]} 0 0
   [junit4]   2> 1495547 INFO  (qtp923124909-14993) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1635829000644329472)]} 0 0
   [junit4]   2> 1495547 INFO  (qtp1712532857-15055) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1635829000644329472)]} 0 0
   [junit4]   2> 1495548 INFO  (qtp923124909-14994) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1635829000645378048)]} 0 0
   [junit4]   2> 1495548 INFO  (qtp1485563330-15014) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1635829000645378048)]} 0 0
   [junit4]   2> 1495559 INFO  (qtp923124909-14992) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1635829000656912384)]} 0 0
   [junit4]   2> 1495560 INFO  (qtp1668614202-15035) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1635829000657960960)]} 0 0
   [junit4]   2> 1495561 INFO  (qtp923124909-14993) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1635829000657960960)]} 0 0
   [junit4]   2> 1495561 INFO  (qtp1712532857-15056) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1635829000659009536)]} 0 0
   [junit4]   2> 1495562 INFO  (qtp923124909-14994) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1635829000659009536)]} 0 0
   [junit4]   2> 1495562 INFO  (qtp1485563330-15015) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1635829000660058112)]} 0 0
   [junit4]   2> 1495562 INFO  (qtp923124909-14992) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1635829000660058112)]} 0 0
   [junit4]   2> 1495563 INFO  (qtp1668614202-15036) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1635829000661106688)]} 0 0
   [junit4]   2> 1495564 INFO  (qtp923124909

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

ativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1108)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.search.facet.SpatialHeatmapFacetsTest_1260C895C1EA8DBC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{id=Lucene50(blocksize=128), srpt_quad=Lucene50(blocksize=128)}, docValues:{}, 
maxPointsInLeafNode=1682, maxMBSortInHeap=5.143159123587708, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@541445c3),
 locale=os-GE, timezone=America/Kralendijk
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 13-ea 
(64-bit)/cpus=8,threads=1,free=104161768,total=419430400
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestManagedStopFilterFactory, HighlighterMaxOffsetTest, TestPushWriter, 
ClusterStateTest, PingRequestHandlerTest, DocValuesNotIndexedTest, 
TestDocBasedVersionConstraints, ClassificationUpdateProcessorTest, 
TestSchemalessBufferedUpdates, TestSimGenericDistributedQueue, 
TestPayloadCheckQParserPlugin, OverseerModifyCollectionTest, SearchHandlerTest, 
TermVectorComponentDistributedTest, SuggesterTest, TestCSVResponseWriter, 
ReplicaListTransformerTest, MaxSizeAutoCommitTest, TestSearcherReuse, 
TestCollationField, HLLUtilTest, TestComplexPhraseQParserPlugin, 
HttpTriggerListenerTest, TestReplicationHandler, RemoteQueryErrorTest, 
TestRealTimeGet, CollectionStateFormat2Test, TestRetrieveFieldsOptimizer, 
PeerSyncWithIndexFingerprintCachingTest, TestLockTree, ConfigSetsAPITest, 
XmlInterpolationTest, TestConfig, ImplicitSnitchTest, TestNRTOpen, 
TestJmxIntegration, ConnectionReuseTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, MetricTriggerTest, TestCoreDiscovery, 
QueryParsingTest, HDFSCollectionsAPITest, TestConfigSetsAPI, UtilsToolTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestPhraseSuggestions, 
DistributedTermsComponentTest, TestManagedSchema, 
TestStressCloudBlindAtomicUpdates, TestOmitPositions, 
DistributedQueryElevationComponentTest, TlogReplayBufferedWhileIndexingTest, 
JSONWriterTest, MetricsHistoryHandlerTest, SolrLogAuditLoggerPluginTest, 
CollectionReloadTest, RecoveryAfterSoftCommitTest, TestAddFieldRealTimeGet, 
TestGraphMLResponseWriter, SimplePostToolTest, CreateRoutedAliasTest, 
TestCollectionAPI, TestNumericTerms32, ZkFailoverTest, SolrCloudReportersTest, 
DistributedMLTComponentTest, AutoAddReplicasIntegrationTest, CoreSorterTest, 
SolrIndexConfigTest, StatsComponentTest, TestEmbeddedSolrServerConstructors, 
FullSolrCloudDistribCmdsTest, TestReload, TestFieldResource, 
TestBM25SimilarityFactory, ByteBuffersDirectoryFactoryTest, 
DaemonStreamApiTest, TestSnapshotCloudManager, TestStressRecovery, 
BufferStoreTest, TestFastLRUCache, SolrJmxReporterCloudTest, CdcrBootstrapTest, 
TestRandomFlRTGCloud, BinaryUpdateRequestHandlerTest, TestValueSourceCache, 
SystemCollectionCompatTest, HdfsUnloadDistributedZkTest, ExplicitHLLTest, 
TestRuleBasedAuthorizationPlugin, TestSolrConfigHandler, SortByFunctionTest, 
TestConfigReload, MigrateRouteKeyTest, TestReqParamsAPI, 
TestSchemaVersionResource, TestUtilizeNode, DataDrivenBlockJoinTest, 
TestPivotHelperCode, SpatialRPTFieldTypeTest, HdfsChaosMonkeyNothingIsSafeTest, 
SpellPossibilityIteratorTest, CollectionsAPIDistributedZkTest, 
TestRandomFaceting, TestImplicitCoreProperties, LukeRequestHandlerTest, 
TestRestManager, SchemaApiFailureTest, TestSQLHandlerNonCloud, 
BigEndianAscendingWordDeserializerTest, BasicDistributedZkTest, 
TestNestedDocsSort, OverseerTaskQueueTest, LeaderElectionIntegrationTest, 
WrapperMergePolicyFactoryTest, TestConfigSetProperties, HttpPartitionTest, 
AutoscalingHistoryHandlerTest, TestOrdValues, 
CategoryRoutedAliasUpdateProcessorTest, DateMathParserTest, 
RoutingToNodesWithPropertiesTest, ExternalFileFieldSortTest, 
SystemLogListenerTest, DisMaxRequestHandlerTest, TestMultiWordSynonyms, 
DocValuesMultiTest, SystemInfoHandlerTest, DebugComponentTest, 
TestDistributedTracing, AuthToolTest, DistributedFacetPivotSmallAdvancedTest, 
SolrXmlInZkTest, TestSystemCollAutoCreate, TestLFUCache, TestUpdate, 
TestFieldCacheReopen, TestShortCircuitedRequests, TestMaxTokenLenTokenizer, 
BadComponentTest, ReplicationFactorTest, SOLR749Test, NumberUtilsTest, 
AddReplicaTest, AssignBackwardCompatibilityTest, ChaosMonkeyNothingIsSafeTest, 
ChaosMonkeySafeLeaderTest, CleanupOldIndexTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, 
DistributedQueueTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, 
SaslZkACLProviderTest, ShardRoutingCustomTest, SharedFSAutoReplicaFailoverTest, 
SliceStateTest, SolrCLIZkUtilsTest, TestCloudDeleteByQuery, 
TestCloudInspectUtil, TestCloudPivotFacet, TestCloudRecovery2, TestCryptoKeys, 
TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, 
TestRequestForwarding, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithKerberosAlt, ZkShardTermsTest, AssignTest, 
CustomCollectionTest, TestHdfsCloudBackupRestore, 
TestLocalFSCloudBackupRestore, TestReplicaProperties, AutoScalingHandlerTest, 
ComputePlanActionTest, ExecutePlanActionTest, NodeAddedTriggerTest, 
NodeLostTriggerIntegrationTest, NodeMarkersRegistrationTest, 
RestoreTriggerStateTest, ScheduledMaintenanceTriggerTest, 
ScheduledTriggerIntegrationTest, ScheduledTriggerTest, TriggerEventQueueTest, 
TriggerIntegrationTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, 
PluginInfoTest, QueryResultKeyTest, RAMDirectoryFactoryTest, 
RequestHandlersTest, TestBackupRepositoryFactory, TestBadConfig, 
TestCustomStream, TestShardHandlerFactory, TestSolrXml, TestSolrCloudSnapshots, 
DistributedFacetPivotLargeTest, ShufflingReplicaListTransformerTest, 
TermsComponentTest, TestDistributedStatsComponentCardinality, 
TestExpandComponent, TestExportWriter, JavabinLoaderTest, 
EmbeddedSolrNoSerializeTest, RandomizedTaggerTest, Tagger2Test, TaggerTest, 
TestPostingsSolrHighlighter, TestUnifiedSolrHighlighter, 
TestSlowCompositeReaderWrapper, TestLegacyField, TestLegacyFieldReuse, 
TestLegacyTerms, TestMultiValuedNumericRangeQuery, TestNumericRangeQuery64, 
SolrMetricManagerTest, SolrMetricsIntegrationTest, TestSubQueryTransformer, 
TestManagedResource, TestCopyFieldCollectionResource, 
TestDynamicFieldCollectionResource, TestDynamicFieldResource, 
TestFieldTypeResource, TestSchemaNameResource, TestSchemaResource, 
TestManagedSynonymGraphFilterFactory, BadCopyFieldTest, BadIndexSchemaTest, 
BooleanFieldTest, ChangedSchemaMergeTest, CopyFieldTest, CurrencyFieldTypeTest, 
DateFieldTest, DateRangeFieldTest, ManagedSchemaRoundRobinCloudTest, 
PreAnalyzedFieldTest, TestUseDocValuesAsStored, TestFilteredDocIdSet, 
TestFiltering, TestSmileRequest, TestSolr4Spatial, TestSolr4Spatial2, 
TestSolrCoreParser, TestSolrFieldCacheBean, TestSolrJ, TestSolrQueryParser, 
TestSort, TestStandardQParsers, TestStressUserVersions, TestStressVersions, 
TestSurroundQueryParser, TestXmlQParserPlugin, 
DistributedFacetSimpleRefinementLongTailTest, SpatialHeatmapFacetsTest]
   [junit4] Completed [757/861 (3!)] on J1 in 119.98s, 5 tests, 2 errors <<< 
FAILURES!

[...truncated 44966 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/680/consoleText

[repro] Revision: a8478c790aeb888e165670b3329188d3d5290ffd

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  
-Dtestcase=DistributedQueryComponentCustomSortTest -Dtests.method=test 
-Dtests.seed=1260C895C1EA8DBC -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=guz -Dtests.timezone=Africa/Brazzaville -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=BasicDistributedZkTest 
-Dtests.method=test -Dtests.seed=1260C895C1EA8DBC -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=es-EC -Dtests.timezone=Chile/Continental 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=SpatialHeatmapFacetsTest 
-Dtests.method=testClassicFacets -Dtests.seed=1260C895C1EA8DBC 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=os-GE 
-Dtests.timezone=America/Kralendijk -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=SpatialHeatmapFacetsTest 
-Dtests.method=testJsonFacets -Dtests.seed=1260C895C1EA8DBC 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=os-GE 
-Dtests.timezone=America/Kralendijk -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

[repro] ant clean

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

[...truncated 3583 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 
-Dtests.class="*.DistributedQueryComponentCustomSortTest|*.BasicDistributedZkTest|*.SpatialHeatmapFacetsTest"
 -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" 
-Dtests.seed=1260C895C1EA8DBC -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=guz -Dtests.timezone=Africa/Brazzaville -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

[...truncated 140 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.BasicDistributedZkTest
[repro]   0/5 failed: 
org.apache.solr.handler.component.DistributedQueryComponentCustomSortTest
[repro]   0/5 failed: org.apache.solr.search.facet.SpatialHeatmapFacetsTest
[repro] Exiting with code 0

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

Reply via email to