Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/73/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  
org.apache.lucene.luke.models.commits.CommitsImplTest.testGetSegmentAttributes

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([1D1E88937E689247:8686382357FBE3CA]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.lucene.luke.models.commits.CommitsImplTest.testGetSegmentAttributes(CommitsImplTest.java:155)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.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 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting

Error Message:
Timeout occurred while waiting response from server at: 
http://127.0.0.1:56418/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n14

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Timeout 
occurred while waiting response from server at: 
http://127.0.0.1:56418/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n14
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:125)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getRouteException(CloudSolrClient.java:46)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:485)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:964)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:177)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
        at 
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testSliceRouting(CategoryRoutedAliasUpdateProcessorTest.java:366)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.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 
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.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: 
http://127.0.0.1:56418/solr/myAlias__CRA__Heart_of_Gold_shard3_replica_n14
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.lambda$directUpdate$0(BaseCloudSolrClient.java:459)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 10 more




Build Log:
[...truncated 8867 lines...]
   [junit4] Suite: org.apache.lucene.luke.models.commits.CommitsImplTest
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CommitsImplTest 
-Dtests.method=testGetSegmentAttributes -Dtests.seed=1D1E88937E689247 
-Dtests.slow=true -Dtests.locale=it -Dtests.timezone=US/Pacific-New 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J1 | CommitsImplTest.testGetSegmentAttributes <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1D1E88937E689247:8686382357FBE3CA]:0)
   [junit4]    >        at 
org.apache.lucene.luke.models.commits.CommitsImplTest.testGetSegmentAttributes(CommitsImplTest.java:155)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/build/luke/test/J1/temp/lucene.luke.models.commits.CommitsImplTest_1D1E88937E689247-001
   [junit4]   2> NOTE: test params are: codec=SimpleText, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@36f413de),
 locale=it, timezone=US/Pacific-New
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_201 
(64-bit)/cpus=3,threads=1,free=90118416,total=220200960
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorsAdapterTest, 
SearchImplTest, TermCountsTest, SimpleIniFileTest, CommitsImplTest]
   [junit4] Completed [8/10 (1!)] on J1 in 0.50s, 16 tests, 1 failure <<< 
FAILURES!

[...truncated 6907 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/init-core-data-001
   [junit4]   2> 3949753 WARN  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[988CB2E307C9327C]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=116 numCloses=116
   [junit4]   2> 3949753 INFO  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[988CB2E307C9327C]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3949754 INFO  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[988CB2E307C9327C]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3949754 INFO  
(SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[988CB2E307C9327C]-worker) [ 
   ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3949757 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNonEnglish
   [junit4]   2> 3949757 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001
   [junit4]   2> 3949757 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3949758 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3949758 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3949867 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.c.ZkTestServer start zk server on port:51527
   [junit4]   2> 3949867 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51527
   [junit4]   2> 3949867 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51527
   [junit4]   2> 3949877 INFO  (zkConnectionManagerCallback-22487-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3949881 INFO  (zkConnectionManagerCallback-22489-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3949882 INFO  (zkConnectionManagerCallback-22491-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3949886 WARN  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3949886 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3949886 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3949887 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 3949887 WARN  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3949887 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3949887 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3949887 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 3949888 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3949888 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3949888 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3949888 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3949888 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3949888 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3949889 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3c2104c8{/solr,null,AVAILABLE}
   [junit4]   2> 3949889 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10674dc2{/solr,null,AVAILABLE}
   [junit4]   2> 3949889 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2bae92e1{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44058}
   [junit4]   2> 3949889 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@132c0a54{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33371}
   [junit4]   2> 3949889 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.s.Server Started @3951952ms
   [junit4]   2> 3949889 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33371}
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.s.Server Started @3951952ms
   [junit4]   2> 3949890 ERROR (jetty-launcher-22492-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44058}
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-15T09:40:58.573Z
   [junit4]   2> 3949890 ERROR (jetty-launcher-22492-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3949890 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-15T09:40:58.573Z
   [junit4]   2> 3949892 INFO  (zkConnectionManagerCallback-22494-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3949892 INFO  (zkConnectionManagerCallback-22496-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3949893 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3949893 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3949903 WARN  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3949903 WARN  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3949903 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3949903 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3949903 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3949903 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3949903 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 3949903 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24dcd4a{/solr,null,AVAILABLE}
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@35c1db96{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:64288}
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.s.Server Started @3951966ms
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64288}
   [junit4]   2> 3949904 ERROR (jetty-launcher-22492-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3949904 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3949905 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-15T09:40:58.587Z
   [junit4]   2> 3949906 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3949906 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3949906 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3949906 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a80b423{/solr,null,AVAILABLE}
   [junit4]   2> 3949907 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@f3a834e{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:58053}
   [junit4]   2> 3949907 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.s.Server Started @3951969ms
   [junit4]   2> 3949907 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=58053}
   [junit4]   2> 3949907 ERROR (jetty-launcher-22492-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3949907 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3949907 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.1.0
   [junit4]   2> 3949907 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3949907 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3949907 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-15T09:40:58.590Z
   [junit4]   2> 3949911 INFO  (zkConnectionManagerCallback-22500-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3949924 INFO  (zkConnectionManagerCallback-22502-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3949925 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3949928 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3950173 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3950174 WARN  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3e7d5b2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3950176 WARN  (jetty-launcher-22492-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@262cc45b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3950177 INFO  (jetty-launcher-22492-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51527/solr
   [junit4]   2> 3950188 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3950191 WARN  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@46b6c8ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3950193 WARN  (jetty-launcher-22492-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@233360fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3950194 INFO  (jetty-launcher-22492-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51527/solr
   [junit4]   2> 3950195 INFO  (zkConnectionManagerCallback-22510-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950195 INFO  (zkConnectionManagerCallback-22516-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950199 INFO  (zkConnectionManagerCallback-22518-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950199 INFO  (zkConnectionManagerCallback-22520-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950277 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44058_solr
   [junit4]   2> 3950278 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.Overseer Overseer 
(id=72084908323110922-127.0.0.1:44058_solr-n_0000000000) starting
   [junit4]   2> 3950313 INFO  (zkConnectionManagerCallback-22529-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950315 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51527/solr ready
   [junit4]   2> 3950331 INFO  (jetty-launcher-22492-thread-2) 
[n:127.0.0.1:58053_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:58053_solr
   [junit4]   2> 3950332 INFO  (zkCallback-22517-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3950357 INFO  
(OverseerStateUpdate-72084908323110922-127.0.0.1:44058_solr-n_0000000000) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:44058_solr
   [junit4]   2> 3950357 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44058_solr as DOWN
   [junit4]   2> 3950359 INFO  
(OverseerStateUpdate-72084908323110922-127.0.0.1:44058_solr-n_0000000000) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3950359 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3950359 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44058_solr
   [junit4]   2> 3950360 INFO  (zkCallback-22517-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3950362 INFO  (zkConnectionManagerCallback-22534-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950363 INFO  (zkCallback-22519-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3950376 INFO  (zkCallback-22528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3950377 INFO  (jetty-launcher-22492-thread-2) 
[n:127.0.0.1:58053_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3950379 INFO  (jetty-launcher-22492-thread-2) 
[n:127.0.0.1:58053_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51527/solr ready
   [junit4]   2> 3950379 INFO  (jetty-launcher-22492-thread-2) 
[n:127.0.0.1:58053_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3950381 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3950415 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44058.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950422 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44058.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950422 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44058.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950423 INFO  (jetty-launcher-22492-thread-4) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/.
   [junit4]   2> 3950498 INFO  (jetty-launcher-22492-thread-2) 
[n:127.0.0.1:58053_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58053.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950504 INFO  (jetty-launcher-22492-thread-2) 
[n:127.0.0.1:58053_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58053.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950504 INFO  (jetty-launcher-22492-thread-2) 
[n:127.0.0.1:58053_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_58053.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950505 INFO  (jetty-launcher-22492-thread-2) 
[n:127.0.0.1:58053_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node2/.
   [junit4]   2> 3950671 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3950673 WARN  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@efc0213[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3950675 WARN  (jetty-launcher-22492-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@670f4df1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3950676 INFO  (jetty-launcher-22492-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51527/solr
   [junit4]   2> 3950677 INFO  (zkConnectionManagerCallback-22542-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950679 INFO  (zkConnectionManagerCallback-22544-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950684 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3950687 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:33371_solr as DOWN
   [junit4]   2> 3950688 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3950688 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33371_solr
   [junit4]   2> 3950689 INFO  (zkCallback-22517-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3950689 INFO  (zkCallback-22519-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3950689 INFO  (zkCallback-22528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3950690 INFO  (zkCallback-22533-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3950690 INFO  (zkCallback-22543-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3950706 INFO  (zkConnectionManagerCallback-22551-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950707 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3950708 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51527/solr ready
   [junit4]   2> 3950708 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3950720 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33371.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950735 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33371.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950739 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33371.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950739 INFO  (jetty-launcher-22492-thread-3) 
[n:127.0.0.1:33371_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node3/.
   [junit4]   2> 3950744 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3950745 WARN  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@62e5ef59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3950748 WARN  (jetty-launcher-22492-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5672b4a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3950749 INFO  (jetty-launcher-22492-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51527/solr
   [junit4]   2> 3950750 INFO  (zkConnectionManagerCallback-22558-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950753 INFO  (zkConnectionManagerCallback-22560-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950757 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3950762 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:64288_solr as DOWN
   [junit4]   2> 3950763 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3950763 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64288_solr
   [junit4]   2> 3950765 INFO  (zkCallback-22533-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3950765 INFO  (zkCallback-22528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3950765 INFO  (zkCallback-22517-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3950765 INFO  (zkCallback-22519-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3950766 INFO  (zkCallback-22543-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3950766 INFO  (zkCallback-22559-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3950766 INFO  (zkCallback-22550-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3950782 INFO  (zkConnectionManagerCallback-22567-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950784 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 3950786 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:51527/solr ready
   [junit4]   2> 3950786 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3950801 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64288.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950809 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64288.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950809 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_64288.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3950810 INFO  (jetty-launcher-22492-thread-1) 
[n:127.0.0.1:64288_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node1/.
   [junit4]   2> 3950844 INFO  (zkConnectionManagerCallback-22573-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950846 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3950847 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:51527/solr ready
   [junit4]   2> 3950849 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest SolrClient: 
org.apache.solr.client.solrj.impl.CloudSolrClient@72628bb1
   [junit4]   2> 3950849 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest ClusterStateProvider 
127.0.0.1:51527/solr
   [junit4]   2> 3950851 INFO  (zkConnectionManagerCallback-22578-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3950854 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3950855 INFO  
(TEST-CategoryRoutedAliasUpdateProcessorTest.testNonEnglish-seed#[988CB2E307C9327C])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:51527/solr ready
   [junit4]   2> 3950857 INFO  (qtp62085401-62990) [n:127.0.0.1:44058_solr    ] 
o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params 
baseConfigSet=_default&name=testNonEnglish&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 3950860 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.OverseerConfigSetMessageHandler 
OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testNonEnglish",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 3950862 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/testNonEnglish/protwords.txt
   [junit4]   2> 3950865 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/testNonEnglish/managed-schema
   [junit4]   2> 3950867 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/testNonEnglish/solrconfig.xml
   [junit4]   2> 3950870 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/testNonEnglish/synonyms.txt
   [junit4]   2> 3950872 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/testNonEnglish/stopwords.txt
   [junit4]   2> 3950877 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/testNonEnglish/params.json
   [junit4]   2> 3950879 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testNonEnglish/lang/contractions_it.txt
   [junit4]   2> 3950882 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testNonEnglish/lang/stemdict_nl.txt
   [junit4]   2> 3950885 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testNonEnglish/lang/stopwords_hy.txt
   [junit4]   2> 3950887 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testNonEnglish/lang/stopwords_no.txt
   [junit4]   2> 3950891 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testNonEnglish/lang/contractions_ca.txt
   [junit4]   2> 3950893 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testNonEnglish/lang/stopwords_id.txt
   [junit4]   2> 3950895 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testNonEnglish/lang/stopwords_hi.txt
   [junit4]   2> 3950897 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testNonEnglish/lang/stopwords_da.txt
   [junit4]   2> 3950900 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testNonEnglish/lang/stopwords_ga.txt
   [junit4]   2> 3950903 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testNonEnglish/lang/stopwords_pt.txt
   [junit4]   2> 3950905 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testNonEnglish/lang/stopwords_ja.txt
   [junit4]   2> 3950907 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testNonEnglish/lang/stopwords_hu.txt
   [junit4]   2> 3950910 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testNonEnglish/lang/stopwords_el.txt
   [junit4]   2> 3950913 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testNonEnglish/lang/stopwords_ru.txt
   [junit4]   2> 3950915 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testNonEnglish/lang/stopwords_tr.txt
   [junit4]   2> 3950917 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testNonEnglish/lang/stopwords_ar.txt
   [junit4]   2> 3950920 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testNonEnglish/lang/userdict_ja.txt
   [junit4]   2> 3950922 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testNonEnglish/lang/stopwords_it.txt
   [junit4]   2> 3950925 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testNonEnglish/lang/stopwords_eu.txt
   [junit4]   2> 3950927 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testNonEnglish/lang/stopwords_cz.txt
   [junit4]   2> 3950930 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testNonEnglish/lang/stoptags_ja.txt
   [junit4]   2> 3950933 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testNonEnglish/lang/contractions_fr.txt
   [junit4]   2> 3950935 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testNonEnglish/lang/stopwords_fa.txt
   [junit4]   2> 3950938 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testNonEnglish/lang/stopwords_de.txt
   [junit4]   2> 3950941 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testNonEnglish/lang/contractions_ga.txt
   [junit4]   2> 3950943 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testNonEnglish/lang/stopwords_ca.txt
   [junit4]   2> 3950946 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testNonEnglish/lang/stopwords_nl.txt
   [junit4]   2> 3950948 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testNonEnglish/lang/stopwords_bg.txt
   [junit4]   2> 3950950 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testNonEnglish/lang/stopwords_es.txt
   [junit4]   2> 3950953 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testNonEnglish/lang/stopwords_en.txt
   [junit4]   2> 3950955 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testNonEnglish/lang/stopwords_lv.txt
   [junit4]   2> 3950957 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testNonEnglish/lang/stopwords_th.txt
   [junit4]   2> 3950960 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testNonEnglish/lang/stopwords_ro.txt
   [junit4]   2> 3950962 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testNonEnglish/lang/stopwords_fr.txt
   [junit4]   2> 3950964 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testNonEnglish/lang/stopwords_sv.txt
   [junit4]   2> 3950966 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testNonEnglish/lang/stopwords_fi.txt
   [junit4]   2> 3950969 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testNonEnglish/lang/hyphenations_ga.txt
   [junit4]   2> 3950971 INFO  
(OverseerThreadFactory-20245-thread-1-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testNonEnglish/lang/stopwords_gl.txt
   [junit4]   2> 3950975 INFO  (qtp62085401-62990) [n:127.0.0.1:44058_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs 
params={baseConfigSet=_default&name=testNonEnglish&action=CREATE&wt=javabin&version=2}
 status=0 QTime=118
   [junit4]   2> 3950976 INFO  (qtp62085401-62991) [n:127.0.0.1:44058_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=testNonEnglish&name=testNonEnglish&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3950980 INFO  
(OverseerCollectionConfigSetProcessor-72084908323110922-127.0.0.1:44058_solr-n_0000000000)
 [n:127.0.0.1:44058_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 3950980 INFO  
(OverseerThreadFactory-20245-thread-2-processing-n:127.0.0.1:44058_solr) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testNonEnglish
   [junit4]   2> 3951091 INFO  
(OverseerStateUpdate-72084908323110922-127.0.0.1:44058_solr-n_0000000000) 
[n:127.0.0.1:44058_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNonEnglish",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNonEnglish_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44058/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3951295 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr    
x:testNonEnglish_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testNonEnglish&newCollection=true&name=testNonEnglish_shard1_replica_n1&action=CREATE&numShards=1&collection=testNonEnglish&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3952335 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3952335 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3952336 WARN  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3952336 WARN  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3952337 WARN  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3952337 WARN  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3952337 WARN  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3952337 WARN  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3952337 WARN  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3952337 WARN  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3952337 WARN  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3952344 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 3952381 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.s.IndexSchema [testNonEnglish_shard1_replica_n1] Schema 
name=default-config
   [junit4]   2> 3952558 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3952604 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testNonEnglish_shard1_replica_n1' 
using configuration from collection testNonEnglish, trusted=true
   [junit4]   2> 3952605 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44058.solr.core.testNonEnglish.shard1.replica_n1' (registry 
'solr.core.testNonEnglish.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1eba87e1
   [junit4]   2> 3952605 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SolrCore [[testNonEnglish_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/./testNonEnglish_shard1_replica_n1/data/]
   [junit4]   2> 3952607 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3952653 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3952653 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3952655 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 3952655 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3952655 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@183614cd[testNonEnglish_shard1_replica_n1] main]
   [junit4]   2> 3952657 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testNonEnglish
   [junit4]   2> 3952657 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testNonEnglish
   [junit4]   2> 3952657 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testNonEnglish/managed-schema
   [junit4]   2> 3952658 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3952658 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3952658 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 3952659 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3952659 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1630872546932948992
   [junit4]   2> 3952662 INFO  
(searcherExecutor-20267-thread-1-processing-n:127.0.0.1:44058_solr 
x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) 
[n:127.0.0.1:44058_solr c:testNonEnglish s:shard1 r:core_node2 
x:testNonEnglish_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener sending requests to 
Searcher@183614cd[testNonEnglish_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3952662 INFO  
(searcherExecutor-20267-thread-1-processing-n:127.0.0.1:44058_solr 
x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) 
[n:127.0.0.1:44058_solr c:testNonEnglish s:shard1 r:core_node2 
x:testNonEnglish_shard1_replica_n1] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 3952662 INFO  
(searcherExecutor-20267-thread-1-processing-n:127.0.0.1:44058_solr 
x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) 
[n:127.0.0.1:44058_solr c:testNonEnglish s:shard1 r:core_node2 
x:testNonEnglish_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 3952663 INFO  
(searcherExecutor-20267-thread-1-processing-n:127.0.0.1:44058_solr 
x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) 
[n:127.0.0.1:44058_solr c:testNonEnglish s:shard1 r:core_node2 
x:testNonEnglish_shard1_replica_n1] o.a.s.c.SolrCore 
[testNonEnglish_shard1_replica_n1] Registered new searcher 
Searcher@183614cd[testNonEnglish_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3952666 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testNonEnglish/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 3952666 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testNonEnglish/leaders/shard1
   [junit4]   2> 3952670 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3952670 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3952670 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44058/solr/testNonEnglish_shard1_replica_n1/
   [junit4]   2> 3952670 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3952671 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:44058/solr/testNonEnglish_shard1_replica_n1/ has no replicas
   [junit4]   2> 3952671 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testNonEnglish/leaders/shard1/leader after winning as 
/collections/testNonEnglish/leader_elect/shard1/election/72084908323110922-core_node2-n_0000000000
   [junit4]   2> 3952673 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44058/solr/testNonEnglish_shard1_replica_n1/ shard1
   [junit4]   2> 3952780 INFO  (zkCallback-22519-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3952781 INFO  (zkCallback-22519-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3952782 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3952784 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testNonEnglish&newCollection=true&name=testNonEnglish_shard1_replica_n1&action=CREATE&numShards=1&collection=testNonEnglish&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1490
   [junit4]   2> 3952788 INFO  (qtp62085401-62991) [n:127.0.0.1:44058_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 3952887 INFO  (zkCallback-22519-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3952887 INFO  (zkCallback-22519-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3952887 INFO  (zkCallback-22519-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testNonEnglish/state.json] for collection [testNonEnglish] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3952888 INFO  (qtp62085401-62991) [n:127.0.0.1:44058_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=testNonEnglish&name=testNonEnglish&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1913
   [junit4]   2> 3952982 INFO  
(OverseerCollectionConfigSetProcessor-72084908323110922-127.0.0.1:44058_solr-n_0000000000)
 [n:127.0.0.1:44058_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 3953155 INFO  (qtp62085401-62986) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted 
to ZK [{"set-user-property":{"update.autoCreateFields":false}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"tracking-testSliceRouting",
   [junit4]   2>     "class":"solr.TrackingUpdateProcessorFactory",
   [junit4]   2>     "group":"testNonEnglish"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     
"class":"org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 3953155 INFO  (qtp62085401-62986) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the 
property overlay to be of version 0 for collection testNonEnglish
   [junit4]   2> 3953157 INFO  (Thread-10516) [    ] o.a.s.c.SolrCore config 
update listener called for core testNonEnglish_shard1_replica_n1
   [junit4]   2> 3953158 INFO  
(solrHandlerExecutor-20272-thread-1-processing-n:127.0.0.1:44058_solr 
x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) 
[n:127.0.0.1:44058_solr c:testNonEnglish s:shard1 r:core_node2 
x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 3953161 INFO  (Thread-10516) [    ] o.a.s.c.SolrCore core 
reload testNonEnglish_shard1_replica_n1
   [junit4]   2> 3953175 INFO  (Thread-10516) [    ] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 3953176 INFO  (Thread-10516) [    ] o.a.s.c.RequestParams 
request params refreshed to version 0
   [junit4]   2> 3953176 WARN  (Thread-10516) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3953177 WARN  (Thread-10516) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3953177 WARN  (Thread-10516) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3953177 WARN  (Thread-10516) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3953177 WARN  (Thread-10516) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3953177 WARN  (Thread-10516) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3953177 WARN  (Thread-10516) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3953178 WARN  (Thread-10516) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3953178 WARN  (Thread-10516) [    ] o.a.s.c.SolrConfig 
Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_988CB2E307C9327C-001/tempDir-001/node4/testNonEnglish_shard1_replica_n1/../../../../dist
   [junit4]   2> 3953188 INFO  (Thread-10516) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.1.0
   [junit4]   2> 3953220 INFO  (Thread-10516) [    ] o.a.s.s.IndexSchema 
[testNonEnglish_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3953259 INFO  (qtp62085401-62992) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3953259 INFO  (qtp62085401-62992) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.S.Request [testNonEnglish_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 3953259 INFO  (SolrConfigHandler-refreshconf) [    ] 
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3953274 INFO  
(solrHandlerExecutor-20272-thread-1-processing-n:127.0.0.1:44058_solr 
x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) 
[n:127.0.0.1:44058_solr c:testNonEnglish s:shard1 r:core_node2 
x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
http://127.0.0.1:44058/solr/testNonEnglish_shard1_replica_n1/ for prop overlay  
 after 1 attempts
   [junit4]   2> 3953274 INFO  
(solrHandlerExecutor-20272-thread-1-processing-n:127.0.0.1:44058_solr 
x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) 
[n:127.0.0.1:44058_solr c:testNonEnglish s:shard1 r:core_node2 
x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 3953374 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3953375 INFO  (qtp62085401-62993) [n:127.0.0.1:44058_solr 
c:testNonEnglish s:shard1 r:core_node2 x:testNonEnglish_shard1_replica_n1] 
o.a.s.c.S.Request [testNonEnglish_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 3953375 INFO  (SolrConfigHandler-refreshconf) [    ] 
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3953375 INFO  
(solrHandlerExecutor-20272-thread-1-processing-n:127.0.0.1:44058_solr 
x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) 
[n:127.0.0.1:44058_solr c:testNonEnglish s:shard1 r:core_node2 
x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
http://127.0.0.1:44058/solr/testNonEnglish_shard1_replica_n1/ for prop overlay  
 after 2 attempts
   [junit4]   2> 3953375 INFO  
(solrHandlerExecutor-20272-thread-1-processing-n:127.0.0.1:44058_solr 
x:testNonEnglish_shard1_replica_n1 c:testNonEnglish s:shard1 r:core_node2) 
[n:127.0.0.1:44058_solr c:testNonEnglish s:shard1 r:core_node2 
x:testNonEnglish_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 3953423

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

patial2, DocValuesNotIndexedTest, PreAnalyzedUpdateProcessorTest, 
HdfsThreadLeakTest, DistribDocExpirationUpdateProcessorTest, 
TestPerFieldSimilarityWithDefaultOverride, MBeansHandlerTest, 
TestSurroundQueryParser, MergeStrategyTest, TestPostingsSolrHighlighter, 
TestImplicitCoreProperties, MoreLikeThisHandlerTest, TestUpdate, 
TestDocumentBuilder, TestPointFields, CollectionsAPIAsyncDistributedZkTest, 
TestAtomicUpdateErrorCases, TestExportWriter, TriggerIntegrationTest, 
TestCollectionsAPIViaSolrCloudCluster, TestShortCircuitedRequests, 
TestIndexingPerformance, SpellCheckComponentTest, 
OpenExchangeRatesOrgProviderTest, DocValuesTest, SolrCoreTest, 
TestCollationFieldDocValues, NodeLostTriggerTest, TestLockTree, 
AddBlockUpdateTest, TestNestedDocsSort, TestSortByMinMaxFunction, 
ExternalFileFieldSortTest, TestNonDefinedSimilarityFactory, 
DeleteLastCustomShardedReplicaTest, TestFieldCacheSort, 
EmbeddedSolrNoSerializeTest, TestFileDictionaryLookup, PrimitiveFieldTypeTest, 
TestSimNodeAddedTrigger, ShowFileRequestHandlerTest, 
TestPayloadScoreQParserPlugin, CopyFieldTest, 
VMParamsZkACLAndCredentialsProvidersTest, AnalyticsQueryTest, 
HdfsDirectoryFactoryTest, ZkStateReaderTest, CdcrUpdateLogTest, 
SystemCollectionCompatTest, V2ApiIntegrationTest, TestLazyCores, 
TestFieldSortValues, TestSystemIdResolver, TestPushWriter, 
TestLocalFSCloudBackupRestore, TestReloadDeadlock, HDFSCollectionsAPITest, 
SolrMetricManagerTest, ChaosMonkeySafeLeaderTest, HighlighterMaxOffsetTest, 
FastVectorHighlighterTest, TestUtilizeNode, TestEmbeddedSolrServerConstructors, 
SystemLogListenerTest, TestSimClusterStateProvider, 
TestGraphTermsQParserPlugin, HdfsChaosMonkeySafeLeaderTest, 
TestConfigSetsAPIZkFailure, TestRecoveryHdfs, TestSchemaVersionResource, 
HLLUtilTest, TestDeleteCollectionOnDownNodes, TestDFISimilarityFactory, 
BigEndianAscendingWordDeserializerTest, BadComponentTest, 
TestComplexPhraseLeadingWildcard, NodeAddedTriggerTest, 
TestCloudJSONFacetJoinDomain, CircularListTest, 
SignatureUpdateProcessorFactoryTest, BadCopyFieldTest, TestZkChroot, 
TestCopyFieldCollectionResource, TestNumericRangeQuery64, 
TestSubQueryTransformerCrossCore, TestIBSimilarityFactory, 
TestXmlQParserPlugin, TestStressRecovery, 
TestOverriddenPrefixQueryForCustomFieldType, OrderedExecutorTest, 
TestStressCloudBlindAtomicUpdates, ReplaceNodeNoTargetTest, 
CollectionStateFormat2Test, StatelessScriptUpdateProcessorFactoryTest, 
SimpleFacetsTest, BitVectorTest, SimpleCollectionCreateDeleteTest, 
QueryParsingTest, TestSolrQueryResponse, TestComponentsName, 
ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, 
DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, 
OutputWriterTest, SampleTest, TestDistributedGrouping, TestGroupingSearch, 
TestHighlightDedupGrouping, TestSolrCoreProperties, TestTolerantSearch, 
TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ActionThrottleTest, 
AddReplicaTest, AssignBackwardCompatibilityTest, 
AsyncCallRequestStatusResponseTest, BasicZkTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CloudExitableDirectoryReaderTest, 
ClusterStateTest, ClusterStateUpdateTest, ConnectionManagerTest, 
CreateRoutedAliasTest, DeleteShardTest, DeleteStatusTest, 
DistribJoinFromCollectionTest, DistributedQueueTest, ForceLeaderTest, 
ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, 
HealthCheckHandlerTest, HttpPartitionOnCommitTest, 
HttpPartitionWithTlogReplicasTest, LeaderElectionTest, LeaderTragicEventTest, 
LeaderVoteWaitTimeoutTest, MetricsHistoryIntegrationTest, 
MetricsHistoryWithAuthIntegrationTest, MoveReplicaHDFSTest, MoveReplicaTest, 
MultiSolrCloudTestCaseTest, PeerSyncReplicationTest, 
TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, 
TestCloudPseudoReturnFields, TestCloudRecovery, TestDistribDocBasedVersion, 
TestExclusionRuleCollectionAccess, TestOnReconnectListenerSupport, 
TestPrepRecovery, TestPullReplica, TestPullReplicaErrorHandling, 
TestRebalanceLeaders, TestStressLiveNodes, ZkFailoverTest, ZkSolrClientTest, 
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, 
HdfsCollectionsAPIDistributedZkTest, AutoAddReplicasIntegrationTest, 
IndexSizeTriggerTest, MetricTriggerIntegrationTest, 
ScheduledMaintenanceTriggerTest, ScheduledTriggerTest, TestPolicyCloud, 
TestSimNodeLostTrigger, TestSimTriggerIntegration, CdcrOpsAndBoundariesTest, 
CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, 
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsNNFailoverTest, 
HdfsRecoverLeaseTest, ByteBuffersDirectoryFactoryTest, 
CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest, CoreSorterTest, 
RAMDirectoryFactoryTest, RequestHandlersTest, ResourceLoaderTest, SOLR749Test, 
TestBackupRepositoryFactory, TestConfigSetProperties, TestConfigSets, 
TestCoreContainer, TestCustomStream, TestInfoStreamLogging, TestInitParams, 
TestQuerySenderListener, TestQuerySenderNoQuery, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, 
TestSolrCoreSnapshots, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest, 
TestConfigReload, TestReplicationHandlerDiskOverFlow, 
TestSolrConfigHandlerCloud, CoreAdminRequestStatusTest, 
PropertiesRequestHandlerTest, TestCollectionAPIs, TestCoreAdminApis, 
DistributedDebugComponentTest, DistributedFacetExistsSmallTest, 
DistributedMLTComponentTest, DistributedQueryElevationComponentTest, 
FacetPivotSmallTest, InfixSuggestersTest, SearchHandlerTest, 
TermVectorComponentDistributedTest, TestLegacyField, TestLegacyFieldReuse, 
TestLegacyNumericUtils, TestNumericTokenStream, TestLogWatcher, JvmMetricsTest, 
MetricsConfigTest, SolrMetricReporterTest, SolrMetricsIntegrationTest, 
SolrSlf4jReporterTest, SolrCloudReportersTest, SubstringBytesRefFilterTest, 
TestFacetMethods, TestFaceting, TestIntervalFaceting, 
TestJavabinTupleStreamParser, TestChildDocTransformer, 
TestManagedResourceStorage, TestDynamicFieldResource, TestFieldResource, 
TestFieldTypeResource, TestSchemaResource, TestUniqueKeyFieldResource, 
BooleanFieldTest, CurrencyFieldTypeTest, DateFieldTest, DocValuesMissingTest, 
NotRequiredUniqueKeyTest, PolyFieldTest, 
PreAnalyzedFieldManagedSchemaCloudTest, SpatialRPTFieldTypeTest, 
TestManagedSchemaAPI, TestManagedSchemaThreadSafety, TestSchemaManager, 
TestSchemalessBufferedUpdates, UUIDFieldTest, CurrencyRangeFacetCloudTest, 
TestLRUCache, TestLegacyNumericRangeQueryBuilder, TestMissingGroups, 
TestMultiWordSynonyms, TestQueryTypes, TestQueryUtils, TestSearcherReuse, 
TestSmileRequest, TestStandardQParsers, TestStressReorder, 
TestStressUserVersions, TestValueSourceCache, TestJsonFacetsStatsParsing, 
TestFunctionQuery, TestMinMaxOnMultiValuedField, BlockJoinFacetDistribTest, 
BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, GraphQueryTest, 
TestScoreJoinQPNoScore, TestScoreJoinQPScore, TestJsonRequest, 
CloudMLTQParserTest, SimpleMLTQParserTest, TestBM25SimilarityFactory, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestSweetSpotSimilarityFactory, TestDefaultStatsCache, TestDistribIDF, 
TestExactSharedStatsCache, TestExactStatsCache, TestLRUStatsCache, 
AuditLoggerPluginTest, BasicAuthIntegrationTest, BasicAuthStandaloneTest, 
JWTAuthPluginIntegrationTest, TestPKIAuthenticationPlugin, CacheHeaderTest, 
DirectSolrConnectionTest, HttpSolrCallGetCoreTest, ResponseHeaderTest, 
FileBasedSpellCheckerTest, TestSuggestSpellingConverter, 
WordBreakSolrSpellCheckerTest, TestAnalyzeInfixSuggestions, 
TestFreeTextSuggestions, TestHighFrequencyDictionaryFactory, BufferStoreTest, 
HdfsDirectoryTest, SolrCmdDistributorTest, TestExceedMaxTermLength, 
TestHdfsUpdateLog, TestInPlaceUpdatesDistrib, TestInPlaceUpdatesRequiredField, 
UpdateParamsTest, VersionInfoTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
AtomicUpdateProcessorFactoryTest, AtomicUpdateRemovalJavabinTest, 
AtomicUpdatesTest, CategoryRoutedAliasUpdateProcessorTest]
   [junit4] Completed [854/854 (1!)] on J1 in 288.22s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/temp/junit4-J1-20190415_083508_5067431833237118807377.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/heapdumps/java_pid9496.hprof
 ...
   [junit4] Heap dump file created [579573893 bytes in 5.392 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8947 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/build.xml:633: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/build.xml:585: Some of 
the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid9496.hprof

Total time: 106 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to