You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/03/30 00:26:16 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-9.0.4) - Build # 7850 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7850/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality

Error Message:
Error from server at http://127.0.0.1:56591/solr: no core retrieved for testMaxCardinality

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:56591/solr: no core retrieved for testMaxCardinality
	at __randomizedtesting.SeedInfo.seed([AF237CB518BEA5DB:DEE29E3A6998895D]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:66)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
	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.sendRequest(BaseCloudSolrClient.java:1055)
	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.SolrClient.request(SolrClient.java:1274)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.createConfigSet(RoutedAliasUpdateProcessorTest.java:115)
	at org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testMaxCardinality(CategoryRoutedAliasUpdateProcessorTest.java:300)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 15638 lines...]
   [junit4] Suite: org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
   [junit4]   2> 3891801 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[AF237CB518BEA5DB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\init-core-data-001
   [junit4]   2> 3891801 WARN  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[AF237CB518BEA5DB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=116 numCloses=116
   [junit4]   2> 3891801 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[AF237CB518BEA5DB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3891801 INFO  (SUITE-CategoryRoutedAliasUpdateProcessorTest-seed#[AF237CB518BEA5DB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 3891817 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSliceRouting
   [junit4]   2> 3891817 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001
   [junit4]   2> 3891817 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3891817 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3891817 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3891926 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.c.ZkTestServer start zk server on port:56291
   [junit4]   2> 3891926 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:56291
   [junit4]   2> 3891926 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 56291
   [junit4]   2> 3891957 INFO  (zkConnectionManagerCallback-22879-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3891990 INFO  (zkConnectionManagerCallback-22881-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892004 INFO  (zkConnectionManagerCallback-22883-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892004 WARN  (jetty-launcher-22884-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3892004 WARN  (jetty-launcher-22884-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 9.0.4+11
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 9.0.4+11
   [junit4]   2> 3892004 WARN  (jetty-launcher-22884-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 9.0.4+11
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b4422fc{/solr,null,AVAILABLE}
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6678ae5f{/solr,null,AVAILABLE}
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@378a4402{/solr,null,AVAILABLE}
   [junit4]   2> 3892004 WARN  (jetty-launcher-22884-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 9.0.4+11
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ddd03e9{/solr,null,AVAILABLE}
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2083cb1c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:56306}
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.e.j.s.Server Started @3892064ms
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56306}
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@40a5c745{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:56309}
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.e.j.s.Server Started @3892064ms
   [junit4]   2> 3892004 ERROR (jetty-launcher-22884-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56309}
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3892004 ERROR (jetty-launcher-22884-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-29T23:49:15.148519400Z
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-29T23:49:15.148519400Z
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e6e58ec{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:56315}
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.e.j.s.Server Started @3892070ms
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56315}
   [junit4]   2> 3892004 ERROR (jetty-launcher-22884-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3892004 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-29T23:49:15.148519400Z
   [junit4]   2> 3892024 INFO  (jetty-launcher-22884-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13fce3d4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:56312}
   [junit4]   2> 3892024 INFO  (jetty-launcher-22884-thread-1) [    ] o.e.j.s.Server Started @3892074ms
   [junit4]   2> 3892024 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56312}
   [junit4]   2> 3892024 ERROR (jetty-launcher-22884-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3892024 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3892024 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 3892024 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3892024 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3892024 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-29T23:49:15.168536400Z
   [junit4]   2> 3892024 INFO  (zkConnectionManagerCallback-22886-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892024 INFO  (zkConnectionManagerCallback-22888-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892024 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3892040 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3892082 INFO  (zkConnectionManagerCallback-22890-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892082 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3892160 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3892285 WARN  (jetty-launcher-22884-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@463da796[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3892285 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3892285 INFO  (zkConnectionManagerCallback-22892-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892285 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3892318 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3892340 WARN  (jetty-launcher-22884-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6935e83b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3892348 WARN  (jetty-launcher-22884-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3f09efaa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3892348 INFO  (jetty-launcher-22884-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56291/solr
   [junit4]   2> 3892348 WARN  (jetty-launcher-22884-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@50d3e732[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3892348 WARN  (jetty-launcher-22884-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@57976242[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3892348 INFO  (jetty-launcher-22884-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56291/solr
   [junit4]   2> 3892348 WARN  (jetty-launcher-22884-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5b3a41[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3892348 INFO  (jetty-launcher-22884-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56291/solr
   [junit4]   2> 3892363 INFO  (zkConnectionManagerCallback-22906-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892363 INFO  (zkConnectionManagerCallback-22911-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892363 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10053c88b330008, likely client has closed socket
   [junit4]   2> 3892386 INFO  (zkConnectionManagerCallback-22914-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892386 INFO  (zkConnectionManagerCallback-22916-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892395 INFO  (zkConnectionManagerCallback-22918-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892504 INFO  (zkConnectionManagerCallback-22920-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892551 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56309_solr
   [junit4]   2> 3892551 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.c.Overseer Overseer (id=72149714831867915-127.0.0.1:56309_solr-n_0000000000) starting
   [junit4]   2> 3892551 INFO  (jetty-launcher-22884-thread-2) [n:127.0.0.1:56306_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56306_solr
   [junit4]   2> 3892582 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3892582 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:56315_solr as DOWN
   [junit4]   2> 3892582 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3892582 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56315_solr
   [junit4]   2> 3892645 INFO  (zkCallback-22917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3892645 INFO  (zkCallback-22919-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3892645 INFO  (zkCallback-22915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3892645 INFO  (zkConnectionManagerCallback-22931-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892645 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3892645 INFO  (zkConnectionManagerCallback-22936-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892645 INFO  (zkConnectionManagerCallback-22941-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3892645 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56291/solr ready
   [junit4]   2> 3892645 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:56309_solr as DOWN
   [junit4]   2> 3892645 INFO  (jetty-launcher-22884-thread-2) [n:127.0.0.1:56306_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3892645 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3892645 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56309_solr
   [junit4]   2> 3892645 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3892661 INFO  (zkCallback-22919-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3892661 INFO  (zkCallback-22915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3892661 INFO  (zkCallback-22917-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3892661 INFO  (jetty-launcher-22884-thread-2) [n:127.0.0.1:56306_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56291/solr ready
   [junit4]   2> 3892661 INFO  (jetty-launcher-22884-thread-2) [n:127.0.0.1:56306_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3892661 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56291/solr ready
   [junit4]   2> 3892661 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3892802 INFO  (jetty-launcher-22884-thread-2) [n:127.0.0.1:56306_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56306.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3892817 INFO  (jetty-launcher-22884-thread-2) [n:127.0.0.1:56306_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56306.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3892817 INFO  (jetty-launcher-22884-thread-2) [n:127.0.0.1:56306_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56306.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3892817 INFO  (jetty-launcher-22884-thread-2) [n:127.0.0.1:56306_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\.
   [junit4]   2> 3892832 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3892848 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56309.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3892848 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56309.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3892848 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56309.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3892848 INFO  (jetty-launcher-22884-thread-3) [n:127.0.0.1:56309_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node3\.
   [junit4]   2> 3892879 INFO  (zkCallback-22935-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3892879 INFO  (zkCallback-22930-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3892911 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56315.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3892911 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56315.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3892911 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56315.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3892911 INFO  (jetty-launcher-22884-thread-4) [n:127.0.0.1:56315_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node4\.
   [junit4]   2> 3892911 INFO  (OverseerStateUpdate-72149714831867915-127.0.0.1:56309_solr-n_0000000000) [n:127.0.0.1:56309_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:56309_solr
   [junit4]   2> 3893427 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3893427 WARN  (jetty-launcher-22884-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1fc794de[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3893427 WARN  (jetty-launcher-22884-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@42c8fb99[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3893427 INFO  (jetty-launcher-22884-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56291/solr
   [junit4]   2> 3893427 INFO  (zkConnectionManagerCallback-22950-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3893442 INFO  (zkConnectionManagerCallback-22952-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3893551 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3893567 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:56312_solr as DOWN
   [junit4]   2> 3893567 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3893567 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56312_solr
   [junit4]   2> 3893567 INFO  (zkCallback-22935-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3893567 INFO  (zkCallback-22930-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3893567 INFO  (zkCallback-22915-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3893567 INFO  (zkCallback-22919-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3893567 INFO  (zkCallback-22951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3893567 INFO  (zkCallback-22940-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3893567 INFO  (zkCallback-22917-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3893613 INFO  (zkConnectionManagerCallback-22959-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3893614 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3893614 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56291/solr ready
   [junit4]   2> 3893614 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3893629 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56312.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3893661 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56312.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3893661 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56312.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3893661 INFO  (jetty-launcher-22884-thread-1) [n:127.0.0.1:56312_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node1\.
   [junit4]   2> 3893723 INFO  (zkConnectionManagerCallback-22965-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3893739 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3893739 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56291/solr ready
   [junit4]   2> 3893754 INFO  (qtp2052748166-63039) [n:127.0.0.1:56309_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893754 INFO  (qtp2052748166-63039) [n:127.0.0.1:56309_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3893754 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@32479bc7
   [junit4]   2> 3893754 INFO  (TEST-CategoryRoutedAliasUpdateProcessorTest.testSliceRouting-seed#[AF237CB518BEA5DB]) [    ] o.a.s.u.p.CategoryRoutedAliasUpdateProcessorTest ClusterStateProvider org.apache.solr.client.solrj.impl.HttpClusterStateProvider@4c93f97c
   [junit4]   2> 3893754 INFO  (qtp654570416-63052) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893754 INFO  (qtp654570416-63052) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 3893754 INFO  (qtp654570416-63052) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893754 INFO  (qtp654570416-63052) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3893754 INFO  (qtp654570416-63052) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893754 INFO  (qtp654570416-63052) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3893754 INFO  (qtp654570416-63054) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893754 INFO  (qtp654570416-63054) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3893754 INFO  (qtp654570416-63056) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=testSliceRouting&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 3893754 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testSliceRouting",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 3893754 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testSliceRouting/managed-schema
   [junit4]   2> 3893775 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testSliceRouting/protwords.txt
   [junit4]   2> 3893775 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testSliceRouting/solrconfig.xml
   [junit4]   2> 3893786 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testSliceRouting/synonyms.txt
   [junit4]   2> 3893786 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testSliceRouting/stopwords.txt
   [junit4]   2> 3893786 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testSliceRouting/lang/contractions_it.txt
   [junit4]   2> 3893802 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testSliceRouting/lang/contractions_ca.txt
   [junit4]   2> 3893802 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testSliceRouting/lang/stemdict_nl.txt
   [junit4]   2> 3893802 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testSliceRouting/lang/stopwords_hy.txt
   [junit4]   2> 3893817 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testSliceRouting/lang/stopwords_no.txt
   [junit4]   2> 3893817 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testSliceRouting/lang/stopwords_id.txt
   [junit4]   2> 3893817 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testSliceRouting/lang/stopwords_da.txt
   [junit4]   2> 3893817 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testSliceRouting/lang/stopwords_ga.txt
   [junit4]   2> 3893817 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testSliceRouting/lang/stopwords_hi.txt
   [junit4]   2> 3893817 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testSliceRouting/lang/stopwords_ja.txt
   [junit4]   2> 3893832 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testSliceRouting/lang/stopwords_pt.txt
   [junit4]   2> 3893832 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testSliceRouting/lang/stopwords_hu.txt
   [junit4]   2> 3893832 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testSliceRouting/lang/stopwords_el.txt
   [junit4]   2> 3893849 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testSliceRouting/lang/stopwords_ru.txt
   [junit4]   2> 3893849 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testSliceRouting/lang/stopwords_tr.txt
   [junit4]   2> 3893849 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testSliceRouting/lang/stopwords_ar.txt
   [junit4]   2> 3893849 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testSliceRouting/lang/userdict_ja.txt
   [junit4]   2> 3893863 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testSliceRouting/lang/stopwords_eu.txt
   [junit4]   2> 3893863 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testSliceRouting/lang/stopwords_it.txt
   [junit4]   2> 3893863 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testSliceRouting/lang/stopwords_cz.txt
   [junit4]   2> 3893863 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testSliceRouting/lang/stoptags_ja.txt
   [junit4]   2> 3893863 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testSliceRouting/lang/contractions_fr.txt
   [junit4]   2> 3893863 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testSliceRouting/lang/stopwords_de.txt
   [junit4]   2> 3893863 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testSliceRouting/lang/stopwords_fa.txt
   [junit4]   2> 3893880 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testSliceRouting/lang/contractions_ga.txt
   [junit4]   2> 3893880 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testSliceRouting/lang/stopwords_ca.txt
   [junit4]   2> 3893880 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testSliceRouting/lang/stopwords_nl.txt
   [junit4]   2> 3893895 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testSliceRouting/lang/stopwords_bg.txt
   [junit4]   2> 3893895 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testSliceRouting/lang/stopwords_en.txt
   [junit4]   2> 3893895 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testSliceRouting/lang/stopwords_es.txt
   [junit4]   2> 3893895 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testSliceRouting/lang/stopwords_lv.txt
   [junit4]   2> 3893895 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testSliceRouting/lang/stopwords_ro.txt
   [junit4]   2> 3893895 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testSliceRouting/lang/stopwords_th.txt
   [junit4]   2> 3893910 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testSliceRouting/lang/stopwords_fr.txt
   [junit4]   2> 3893910 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testSliceRouting/lang/stopwords_sv.txt
   [junit4]   2> 3893910 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testSliceRouting/lang/stopwords_fi.txt
   [junit4]   2> 3893910 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testSliceRouting/lang/hyphenations_ga.txt
   [junit4]   2> 3893910 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testSliceRouting/lang/stopwords_gl.txt
   [junit4]   2> 3893910 INFO  (OverseerThreadFactory-20381-thread-1-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testSliceRouting/params.json
   [junit4]   2> 3893926 INFO  (qtp654570416-63056) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs params={baseConfigSet=_default&name=testSliceRouting&action=CREATE&wt=javabin&version=2} status=0 QTime=171
   [junit4]   2> 3893926 INFO  (qtp654570416-63056) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893926 INFO  (qtp654570416-63056) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3893926 INFO  (qtp654570416-63056) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893942 INFO  (qtp654570416-63056) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 3893942 INFO  (qtp654570416-63056) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893942 INFO  (qtp654570416-63056) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3893957 INFO  (qtp654570416-63076) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893957 INFO  (qtp654570416-63076) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3893957 INFO  (qtp654570416-63076) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=testSliceRouting&name=testSliceRouting&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3893957 INFO  (OverseerCollectionConfigSetProcessor-72149714831867915-127.0.0.1:56309_solr-n_0000000000) [n:127.0.0.1:56309_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> 3893957 INFO  (OverseerThreadFactory-20381-thread-2-processing-n:127.0.0.1:56309_solr) [n:127.0.0.1:56309_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSliceRouting
   [junit4]   2> 3894082 INFO  (OverseerStateUpdate-72149714831867915-127.0.0.1:56309_solr-n_0000000000) [n:127.0.0.1:56309_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSliceRouting",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSliceRouting_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56306/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3894301 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr    x:testSliceRouting_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testSliceRouting&newCollection=true&name=testSliceRouting_shard1_replica_n1&action=CREATE&numShards=1&collection=testSliceRouting&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3894301 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr    x:testSliceRouting_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3895317 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3895317 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3895317 WARN  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\extraction\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 3895317 WARN  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-cell-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3895317 WARN  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\clustering\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 3895317 WARN  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-clustering-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3895317 WARN  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\langid\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 3895317 WARN  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-langid-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3895317 WARN  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\velocity\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 3895317 WARN  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-velocity-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3895317 WARN  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-ltr-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3895332 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 3895364 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.IndexSchema [testSliceRouting_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3896098 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3896176 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSliceRouting_shard1_replica_n1' using configuration from collection testSliceRouting, trusted=true
   [junit4]   2> 3896176 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56306.solr.core.testSliceRouting.shard1.replica_n1' (registry 'solr.core.testSliceRouting.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3896176 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrCore [[testSliceRouting_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\.\testSliceRouting_shard1_replica_n1\data\]
   [junit4]   2> 3896192 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 3896333 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3896333 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3896333 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 3896333 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3896333 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7cc6638c[testSliceRouting_shard1_replica_n1] main]
   [junit4]   2> 3896333 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testSliceRouting
   [junit4]   2> 3896349 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testSliceRouting
   [junit4]   2> 3896349 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testSliceRouting/managed-schema
   [junit4]   2> 3896349 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3896349 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 3896349 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_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> 3896349 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3896349 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629385769083731968
   [junit4]   2> 3896349 INFO  (searcherExecutor-20389-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@7cc6638c[testSliceRouting_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3896349 INFO  (searcherExecutor-20389-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 3896349 INFO  (searcherExecutor-20389-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 3896349 INFO  (searcherExecutor-20389-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrCore [testSliceRouting_shard1_replica_n1] Registered new searcher Searcher@7cc6638c[testSliceRouting_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3896362 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testSliceRouting/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 3896362 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testSliceRouting/leaders/shard1
   [junit4]   2> 3896364 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3896364 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3896364 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56306/solr/testSliceRouting_shard1_replica_n1/
   [junit4]   2> 3896364 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 3896364 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:56306/solr/testSliceRouting_shard1_replica_n1/ has no replicas
   [junit4]   2> 3896364 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testSliceRouting/leaders/shard1/leader after winning as /collections/testSliceRouting/leader_elect/shard1/election/72149714831867916-core_node2-n_0000000000
   [junit4]   2> 3896364 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56306/solr/testSliceRouting_shard1_replica_n1/ shard1
   [junit4]   2> 3896473 INFO  (zkCallback-22919-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSliceRouting/state.json] for collection [testSliceRouting] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3896473 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3896473 INFO  (qtp674348918-63038) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testSliceRouting&newCollection=true&name=testSliceRouting_shard1_replica_n1&action=CREATE&numShards=1&collection=testSliceRouting&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2174
   [junit4]   2> 3896489 INFO  (qtp654570416-63076) [n:127.0.0.1:56312_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> 3896582 INFO  (zkCallback-22919-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSliceRouting/state.json] for collection [testSliceRouting] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3896582 INFO  (zkCallback-22951-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSliceRouting/state.json] for collection [testSliceRouting] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3896582 INFO  (zkCallback-22919-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSliceRouting/state.json] for collection [testSliceRouting] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 3896582 INFO  (qtp654570416-63076) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=testSliceRouting&name=testSliceRouting&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2625
   [junit4]   2> 3896582 INFO  (qtp654570416-63053) [n:127.0.0.1:56312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3896582 INFO  (qtp654570416-63053) [n:127.0.0.1:56312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3896598 DEBUG (qtp674348918-63041) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.u.p.TrackingUpdateProcessorFactory Init URP, group 'testSliceRouting'
   [junit4]   2> 3896598 INFO  (qtp674348918-63041) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_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":"testSliceRouting"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     "class":"org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 3896598 INFO  (qtp674348918-63041) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_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 testSliceRouting
   [junit4]   2> 3896598 INFO  (Thread-10383) [    ] o.a.s.c.SolrCore config update listener called for core testSliceRouting_shard1_replica_n1
   [junit4]   2> 3896598 INFO  (Thread-10383) [    ] o.a.s.c.SolrCore core reload testSliceRouting_shard1_replica_n1
   [junit4]   2> 3896598 INFO  (solrHandlerExecutor-20394-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3896614 INFO  (Thread-10383) [    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3896614 INFO  (Thread-10383) [    ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3896614 WARN  (Thread-10383) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\extraction\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 3896614 WARN  (Thread-10383) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-cell-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3896614 WARN  (Thread-10383) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\clustering\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 3896614 WARN  (Thread-10383) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-clustering-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3896614 WARN  (Thread-10383) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\langid\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 3896614 WARN  (Thread-10383) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-langid-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3896614 WARN  (Thread-10383) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\velocity\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 3896614 WARN  (Thread-10383) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-velocity-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3896614 WARN  (Thread-10383) [    ] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist filtered by solr-ltr-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1\..\..\..\..\dist
   [junit4]   2> 3896629 INFO  (Thread-10383) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 3896677 INFO  (Thread-10383) [    ] o.a.s.s.IndexSchema [testSliceRouting_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 3896708 INFO  (qtp674348918-63044) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3896708 INFO  (qtp674348918-63044) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.S.Request [testSliceRouting_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3896708 INFO  (solrHandlerExecutor-20394-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:56306/solr/testSliceRouting_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 3896708 INFO  (solrHandlerExecutor-20394-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3896708 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3896817 INFO  (qtp674348918-63068) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3896817 INFO  (qtp674348918-63068) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.S.Request [testSliceRouting_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3896817 INFO  (solrHandlerExecutor-20394-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:56306/solr/testSliceRouting_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 3896817 INFO  (solrHandlerExecutor-20394-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3896848 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3896946 INFO  (qtp674348918-63074) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3896946 INFO  (qtp674348918-63074) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.S.Request [testSliceRouting_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3896946 INFO  (solrHandlerExecutor-20394-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from http://127.0.0.1:56306/solr/testSliceRouting_shard1_replica_n1/ for prop overlay   after 3 attempts
   [junit4]   2> 3896946 INFO  (solrHandlerExecutor-20394-thread-1-processing-n:127.0.0.1:56306_solr x:testSliceRouting_shard1_replica_n1 c:testSliceRouting s:shard1 r:core_node2) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 3896946 INFO  (SolrConfigHandler-refreshconf) [    ] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 3896973 INFO  (Thread-10383) [    ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 3897038 INFO  (Thread-10383) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'testSliceRouting_shard1_replica_n1' using configuration from collection testSliceRouting
   [junit4]   2> 3897051 INFO  (Thread-10383) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56306.solr.core.testSliceRouting.shard1.replica_n1' (registry 'solr.core.testSliceRouting.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d97a65
   [junit4]   2> 3897051 INFO  (Thread-10383) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.SolrCore [[testSliceRouting_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\testSliceRouting_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_AF237CB518BEA5DB-001\tempDir-001\node2\.\testSliceRouting_shard1_replica_n1\data\]
   [junit4]   2> 3897067 INFO  (qtp674348918-63036) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 3897067 INFO  (qtp674348918-63036) [n:127.0.0.1:56306_solr c:testSliceRouting s:shard1 r:core_node2 x:testSliceRouting_shard1_replica_n1] o.a.s.c.S.Request [testSliceRouting_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3897067 INFO  (solrHandlerExecutor-20394-thread-1-processing-n:127.0

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

TestLRUStatsCache, TestSizeLimitedDistributedMap, AnalysisErrorHandlingTest, TestDirectoryFactory, DisMaxRequestHandlerTest, ProtectedTermFilterFactoryTest, TestConfigsApi, TestReloadAndDeleteDocs, NumericFieldsTest, TestEmbeddedSolrServerSchemaAPI, TestSchemaSimilarityResource, TestElisionMultitermQuery, SolrShardReporterTest, ExitableDirectoryReaderTest, TestPrepRecovery, RandomizedTaggerTest, ShufflingReplicaListTransformerTest, TestMaxScoreQueryParser, CleanupOldIndexTest, URLClassifyProcessorTest, ReplicaListTransformerTest, BadIndexSchemaTest, TestFieldCacheWithThreads, TestEmbeddedSolrServerAdminHandler, DocExpirationUpdateProcessorFactoryTest, CdcrOpsAndBoundariesTest, AlternateDirectoryTest, TestNamedUpdateProcessors, RuleEngineTest, ShardRoutingCustomTest, SpatialHeatmapFacetsTest, LeaderFailoverAfterPartitionTest, SolrCoreCheckLockOnStartupTest, TestDeprecatedFilters, TestPerFieldSimilarity, TestReplicaProperties, TestSimTriggerIntegration, TestScoreJoinQPNoScore, SolrInfoBeanTest, PrimUtilsTest, CdcrBidirectionalTest, SignificantTermsQParserPluginTest, HdfsBasicDistributedZk2Test, ZkStateWriterTest, CurrencyRangeFacetCloudTest, TestNumericRangeQuery32, TestOmitPositions, TestTlogReplica, TestSimpleTextCodec, TestNumericTerms32, BasicAuthStandaloneTest, DebugComponentTest, UninvertDocValuesMergePolicyTest, BasicZkTest, SpellCheckCollatorTest, TestSortableTextField, BlockCacheTest, TestSchemaNameResource, SolrGangliaReporterTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, SpatialRPTFieldTypeTest, TestReRankQParserPlugin, TestInitQParser, MoveReplicaHDFSFailoverTest, TestCloudNestedDocsSort, TestFoldingMultitermQuery, CurrencyFieldTypeTest, ForceLeaderTest, TriggerSetPropertiesIntegrationTest, CdcrRequestHandlerTest, CollectionTooManyReplicasTest, CoreSorterTest, ParsingFieldUpdateProcessorsTest, TestSchemaManager, TestMacroExpander, TestSolrCloudWithDelegationTokens, SubstringBytesRefFilterTest, DistanceUnitsTest, TestSolr4Spatial, DistributedQueryElevationComponentTest, UnloadDistributedZkTest, DistributedFacetPivotSmallAdvancedTest, SoftAutoCommitTest, TestRetrieveFieldsOptimizer, TestUseDocValuesAsStored2, HdfsLockFactoryTest, TestSimExtremeIndexing, TestSimLargeCluster, TestMergePolicyConfig, TaggerTest, DefaultValueUpdateProcessorTest, TestHdfsBackupRestoreCore, SegmentsInfoRequestHandlerTest, TestManagedResourceStorage, SuggesterFSTTest, StatsReloadRaceTest, SolrIndexSplitterTest, TestCustomSort, AssignBackwardCompatibilityTest, CoreAdminRequestStatusTest, TestLeaderElectionZkExpiry, TestClassicSimilarityFactory, TestDistributedGrouping, FacetPivotSmallTest, TestFieldCollectionResource, TestManagedStopFilterFactory, TestFieldCacheReopen, ScheduledMaintenanceTriggerTest, TestSimpleQParserPlugin, TestDocTermOrdsUninvertLimit, SpellPossibilityIteratorTest, TestDefaultStatsCache, TestFunctionQuery, DeleteInactiveReplicaTest, TestPayloadCheckQParserPlugin, TestMissingGroups, BinaryUpdateRequestHandlerTest, TestBulkSchemaAPI, TestConfigOverlay, CdcrWithNodesRestartsTest, PhrasesIdentificationComponentTest, SparseHLLTest, PingRequestHandlerTest, TestTolerantUpdateProcessorRandomCloud, TestGroupingSearch, ZkFailoverTest, SyncSliceTest, AutoscalingHistoryHandlerTest, TestLegacyFieldReuse, XmlInterpolationTest, DistributedFacetSimpleRefinementLongTailTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestCloudPhrasesIdentificationComponent, SchemaVersionSpecificBehaviorTest, ZkShardTermsTest, TestSystemCollAutoCreate, TestDistribDocBasedVersion, RegexBoostProcessorTest, IndexSchemaRuntimeFieldTest, TestSolrConfigHandlerCloud, ChangedSchemaMergeTest, SolrXmlInZkTest, TestCoreContainer, TestStressInPlaceUpdates, ResourceLoaderTest, TestOrdValues, PluginInfoTest, TestSubQueryTransformerDistrib, SharedFSAutoReplicaFailoverTest, TestDynamicURP, JvmMetricsTest, TestClusterStateMutator, DistributedFacetPivotLargeTest, DistribCursorPagingTest, TestBlobHandler, HdfsSyncSliceTest, TestLMDirichletSimilarityFactory, TestLegacyBM25SimilarityFactory, TestGraphMLResponseWriter, TestClusterProperties, CoreAdminHandlerTest, TestRequestForwarding, TestPHPSerializedResponseWriter, TestSolrCLIRunExample, InfoHandlerTest, TestSimDistributedQueue, ResponseHeaderTest, RankQueryTest, UpdateParamsTest, NodeLostTriggerIntegrationTest, TestQuerySenderListener, TestSolrJ, SearchHandlerTest, TestBinaryField, TestWithCollection, TestMaxTokenLenTokenizer, NodeMarkersRegistrationTest, TestStressLucene, TestDelegationWithHadoopAuth, JsonLoaderTest, TestManagedSchemaAPI, TestReplicationHandlerBackup, ScheduledTriggerTest, TestFreeTextSuggestions, LargeFieldTest, TestNumericTokenStream, HttpSolrCallGetCoreTest, RAMDirectoryFactoryTest, TestRandomFaceting, TestSimpleTrackingShardHandler, ActionThrottleTest, AliasIntegrationTest, BasicDistributedZkTest, ClusterStateUpdateTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteShardTest, DistribJoinFromCollectionTest, DistributedVersionInfoTest, FullSolrCloudDistribCmdsTest, HealthCheckHandlerTest, HttpPartitionTest, LeaderElectionTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MigrateRouteKeyTest, MoveReplicaTest, OverseerRolesTest, OverseerStatusTest, OverseerTest, RecoveryAfterSoftCommitTest, RecoveryZkTest, ReindexCollectionTest, RestartWhileUpdatingTest, RollingRestartTest, SSLMigrationTest, SaslZkACLProviderTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestAuthenticationFramework, TestCloudConsistency, TestCloudInspectUtil, TestCloudPseudoReturnFields, TestCloudRecovery2, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, TestRebalanceLeaders, TestShortCircuitedRequests, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, ZkControllerTest, AssignTest, CollectionReloadTest, CollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore, AutoAddReplicasIntegrationTest, AutoAddReplicasPlanActionTest, ExecutePlanActionTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, IndexSizeTriggerTest, MetricTriggerIntegrationTest, NodeAddedTriggerTest, SystemLogListenerTest, TriggerCooldownIntegrationTest, TestSimComputePlanAction, TestSimDistribStateManager, TestSimNodeLostTrigger, TestSimPolicyCloud, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest, TestBackupRepositoryFactory, TestBadConfig, TestCodecSupport, TestConfig, TestConfigSetProperties, TestConfigSets, TestCorePropertiesReload, TestCustomStream, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, TestSolrIndexConfig, TestSolrXml, TestXIncludeConfig, TestSolrCloudSnapshots, SearchHandlerTest, TestCoreBackup, TestReqParamsAPI, TestRestoreCore, TestSQLHandlerNonCloud, V2StandaloneTest, XmlUpdateRequestHandlerTest, XsltUpdateRequestHandlerTest, AdminHandlersProxyTest, LukeRequestHandlerTest, MBeansHandlerTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, StatsComponentTest, TermVectorComponentDistributedTest, TestExportWriter, JavabinLoaderTest, EmbeddedSolrNoSerializeTest, HighlighterConfigTest, HighlighterMaxOffsetTest, TestPostingsSolrHighlighter, TestUnifiedSolrHighlighter, TestLegacyField, TestMultiValuedNumericRangeQuery, SolrMetricManagerTest, SolrMetricReporterTest, SolrMetricsIntegrationTest, SolrCloudReportersTest, TestUnInvertedFieldException, TestWriterPerf, JSONWriterTest, TestBinaryResponseWriter, TestCustomDocTransformer, TestGeoJSONResponseWriter, TestRawTransformer, TestSubQueryTransformerCrossCore, TestDynamicFieldCollectionResource, TestFieldTypeCollectionResource, TestSerializedLuceneMatchVersion, TestManagedSynonymGraphFilterFactory, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, PolyFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, SchemaApiFailureTest, TestCloudSchemaless, TestLRUCache, TestLegacyNumericRangeQueryBuilder, TestNoOpRegenerator, TestOverriddenPrefixQueryForCustomFieldType, TestPseudoReturnFields, TestRandomCollapseQParserPlugin, TestRecovery, TestJsonFacetRefinement, TestJsonFacets, PeerSyncWithBufferUpdatesTest, PeerSyncWithIndexFingerprintCachingTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, RootFieldTest, SolrIndexConfigTest, SolrIndexMetricsTest, TestHdfsUpdateLog, TestInPlaceUpdatesRequiredField, TestInPlaceUpdatesStandalone, TestIndexingPerformance, TestUpdate, AtomicUpdateProcessorFactoryTest, AtomicUpdatesTest, CategoryRoutedAliasUpdateProcessorTest]
   [junit4] Completed [846/846 (1!)] on J0 in 94.34s, 6 tests, 1 error <<< FAILURES!

[...truncated 42520 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7850/consoleText

[repro] Revision: b2941ff0da4987dec4774aa6b4bb7c597b362243

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       CategoryRoutedAliasUpdateProcessorTest
[repro] ant compile-test

[...truncated 3591 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.CategoryRoutedAliasUpdateProcessorTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=AF237CB518BEA5DB -Dtests.slow=true -Dtests.locale=shi -Dtests.timezone=Europe/Tallinn -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 98 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
[repro] Exiting with code 0

[...truncated 78 lines...]