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/07/16 20:03:49 UTC

[JENKINS] Lucene-Solr-8.x-Solaris (64bit/jdk1.8.0) - Build # 239 - Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi

Error Message:
expected:<2> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
	at __randomizedtesting.SeedInfo.seed([F93145040D2F6F52:AE18BEB1D6DD8D49]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:898)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testSuggestionsWithPayload

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([F93145040D2F6F52:A0FD48095167C60D]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testSuggestionsWithPayload(AutoScalingHandlerTest.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14957 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest
   [junit4]   2> 3182594 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/init-core-data-001
   [junit4]   2> 3182594 WARN  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 3182594 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3182596 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3182596 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001
   [junit4]   2> 3182596 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3182597 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3182597 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3182697 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:43575
   [junit4]   2> 3182697 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43575
   [junit4]   2> 3182697 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43575
   [junit4]   2> 3182703 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3182706 INFO  (zkConnectionManagerCallback-20811-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3182706 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3182709 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3182710 INFO  (zkConnectionManagerCallback-20813-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3182711 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3182711 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3182713 INFO  (zkConnectionManagerCallback-20815-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3182713 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3182817 WARN  (jetty-launcher-20816-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3182817 WARN  (jetty-launcher-20816-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3182817 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3182817 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 3182817 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3182817 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3182817 INFO  (jetty-launcher-20816-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 3182817 INFO  (jetty-launcher-20816-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 3182818 INFO  (jetty-launcher-20816-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3182818 INFO  (jetty-launcher-20816-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3182818 INFO  (jetty-launcher-20816-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3182819 INFO  (jetty-launcher-20816-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3182819 INFO  (jetty-launcher-20816-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3182819 INFO  (jetty-launcher-20816-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3182819 INFO  (jetty-launcher-20816-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4cee3682{/solr,null,AVAILABLE}
   [junit4]   2> 3182819 INFO  (jetty-launcher-20816-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64902a2f{/solr,null,AVAILABLE}
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@56294d36{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:59970}
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-2) [     ] o.e.j.s.Server Started @3185223ms
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59970}
   [junit4]   2> 3182820 ERROR (jetty-launcher-20816-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@77a2e806{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44170}
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-1) [     ] o.e.j.s.Server Started @3185223ms
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44170}
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.3.0
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-16T19:07:38.769Z
   [junit4]   2> 3182820 ERROR (jetty-launcher-20816-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.3.0
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3182820 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-16T19:07:38.769Z
   [junit4]   2> 3182821 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3182821 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3182823 INFO  (zkConnectionManagerCallback-20818-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3182823 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3182823 INFO  (zkConnectionManagerCallback-20820-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3182823 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3182824 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3182824 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3183156 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3183156 WARN  (jetty-launcher-20816-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@27f93096[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3183156 WARN  (jetty-launcher-20816-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@27f93096[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3183162 WARN  (jetty-launcher-20816-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1a1557ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3183162 WARN  (jetty-launcher-20816-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1a1557ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3183162 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43575/solr
   [junit4]   2> 3183163 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3183164 INFO  (zkConnectionManagerCallback-20828-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3183165 INFO  (jetty-launcher-20816-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3183267 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3183269 INFO  (zkConnectionManagerCallback-20830-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3183269 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3183392 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44170_solr
   [junit4]   2> 3183393 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.c.Overseer Overseer (id=72176810332782598-127.0.0.1:44170_solr-n_0000000000) starting
   [junit4]   2> 3183402 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3183404 INFO  (zkConnectionManagerCallback-20837-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3183404 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3183407 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43575/solr ready
   [junit4]   2> 3183410 INFO  (OverseerStateUpdate-72176810332782598-127.0.0.1:44170_solr-n_0000000000) [n:127.0.0.1:44170_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44170_solr
   [junit4]   2> 3183412 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44170_solr
   [junit4]   2> 3183416 INFO  (zkCallback-20829-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3183420 INFO  (zkCallback-20836-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3183435 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3183460 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44170.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3183466 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44170.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3183466 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44170.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3183466 INFO  (jetty-launcher-20816-thread-1) [n:127.0.0.1:44170_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node1/.
   [junit4]   2> 3183540 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3183540 WARN  (jetty-launcher-20816-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@488f703c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3183540 WARN  (jetty-launcher-20816-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@488f703c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3183547 WARN  (jetty-launcher-20816-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3afa4c8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3183547 WARN  (jetty-launcher-20816-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3afa4c8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3183548 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43575/solr
   [junit4]   2> 3183548 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3183550 INFO  (zkConnectionManagerCallback-20844-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3183550 INFO  (jetty-launcher-20816-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3183653 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3183654 INFO  (zkConnectionManagerCallback-20846-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3183655 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3183664 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3183671 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:59970_solr as DOWN
   [junit4]   2> 3183672 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3183672 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59970_solr
   [junit4]   2> 3183674 INFO  (zkCallback-20829-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3183675 INFO  (zkCallback-20836-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3183676 INFO  (zkCallback-20845-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3183676 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3183679 INFO  (zkConnectionManagerCallback-20853-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3183679 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3183681 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3183683 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43575/solr ready
   [junit4]   2> 3183698 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3183713 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59970.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3183719 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59970.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3183720 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59970.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3183720 INFO  (jetty-launcher-20816-thread-2) [n:127.0.0.1:59970_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node2/.
   [junit4]   2> 3183739 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3183741 INFO  (zkConnectionManagerCallback-20859-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3183741 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3183744 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3183746 INFO  (SUITE-AutoScalingHandlerTest-seed#[F93145040D2F6F52]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43575/solr ready
   [junit4]   2> 3183789 INFO  (TEST-AutoScalingHandlerTest.testReadApi-seed#[F93145040D2F6F52]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReadApi
   [junit4]   2> 3183797 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 3183800 INFO  (qtp1492035675-57124) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183801 INFO  (qtp2036668762-57128) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 3183804 INFO  (qtp2036668762-57135) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183805 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183806 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 3183812 INFO  (qtp2036668762-57132) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=3
   [junit4]   2> 3183814 INFO  (qtp1492035675-57126) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 3183816 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 3183820 INFO  (qtp2036668762-57128) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183821 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183823 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 3183826 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 3183831 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183833 INFO  (qtp1492035675-57124) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183834 INFO  (qtp2036668762-57135) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling/diagnostics params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 3183839 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183840 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183841 INFO  (qtp2036668762-57132) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 3183842 INFO  (qtp2036668762-57128) [n:127.0.0.1:44170_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=3&name=readApiTestViolations&nrtReplicas=6&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3183848 INFO  (OverseerThreadFactory-16602-thread-1-processing-n:127.0.0.1:44170_solr) [n:127.0.0.1:44170_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection readApiTestViolations
   [junit4]   2> 3183959 WARN  (OverseerThreadFactory-16602-thread-1-processing-n:127.0.0.1:44170_solr) [n:127.0.0.1:44170_solr     ] o.a.s.c.a.c.CreateCollectionCmd Specified number of replicas of 6 on collection readApiTestViolations is higher than the number of Solr instances currently live or live and part of your createNodeSet(2). It's unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 3183963 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183964 INFO  (qtp1492035675-57126) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3183976 INFO  (OverseerStateUpdate-72176810332782598-127.0.0.1:44170_solr-n_0000000000) [n:127.0.0.1:44170_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59970/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3183982 INFO  (OverseerStateUpdate-72176810332782598-127.0.0.1:44170_solr-n_0000000000) [n:127.0.0.1:44170_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44170/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3183991 INFO  (OverseerStateUpdate-72176810332782598-127.0.0.1:44170_solr-n_0000000000) [n:127.0.0.1:44170_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44170/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3183995 INFO  (OverseerStateUpdate-72176810332782598-127.0.0.1:44170_solr-n_0000000000) [n:127.0.0.1:44170_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59970/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3184001 INFO  (OverseerStateUpdate-72176810332782598-127.0.0.1:44170_solr-n_0000000000) [n:127.0.0.1:44170_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59970/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3184006 INFO  (OverseerStateUpdate-72176810332782598-127.0.0.1:44170_solr-n_0000000000) [n:127.0.0.1:44170_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"readApiTestViolations",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"readApiTestViolations_shard1_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44170/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3184210 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr    x:readApiTestViolations_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n1&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3184210 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr    x:readApiTestViolations_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n2&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3184210 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr    x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3184211 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr    x:readApiTestViolations_shard1_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n6&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3184213 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr    x:readApiTestViolations_shard1_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n4&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3184214 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr    x:readApiTestViolations_shard1_replica_n10 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n10&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3184215 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr    x:readApiTestViolations_shard1_replica_n8 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n8&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3185239 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 3185239 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 3185266 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 3185270 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 3185275 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 3185280 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.s.IndexSchema [readApiTestViolations_shard1_replica_n10] Schema name=minimal
   [junit4]   2> 3185280 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.s.IndexSchema [readApiTestViolations_shard1_replica_n8] Schema name=minimal
   [junit4]   2> 3185300 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3185300 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.CoreContainer Creating SolrCore 'readApiTestViolations_shard1_replica_n8' using configuration from collection readApiTestViolations, trusted=true
   [junit4]   2> 3185300 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59970.solr.core.readApiTestViolations.shard1.replica_n8' (registry 'solr.core.readApiTestViolations.shard1.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3185300 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.SolrCore [[readApiTestViolations_shard1_replica_n8] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node2/readApiTestViolations_shard1_replica_n8], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node2/./readApiTestViolations_shard1_replica_n8/data/]
   [junit4]   2> 3185302 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3185302 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.CoreContainer Creating SolrCore 'readApiTestViolations_shard1_replica_n10' using configuration from collection readApiTestViolations, trusted=true
   [junit4]   2> 3185302 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44170.solr.core.readApiTestViolations.shard1.replica_n10' (registry 'solr.core.readApiTestViolations.shard1.replica_n10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3185302 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.SolrCore [[readApiTestViolations_shard1_replica_n10] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node1/readApiTestViolations_shard1_replica_n10], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node1/./readApiTestViolations_shard1_replica_n10/data/]
   [junit4]   2> 3185303 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.s.IndexSchema [readApiTestViolations_shard1_replica_n4] Schema name=minimal
   [junit4]   2> 3185307 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3185307 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'readApiTestViolations_shard1_replica_n4' using configuration from collection readApiTestViolations, trusted=true
   [junit4]   2> 3185307 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44170.solr.core.readApiTestViolations.shard1.replica_n4' (registry 'solr.core.readApiTestViolations.shard1.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3185307 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.SolrCore [[readApiTestViolations_shard1_replica_n4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node1/readApiTestViolations_shard1_replica_n4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node1/./readApiTestViolations_shard1_replica_n4/data/]
   [junit4]   2> 3185318 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.s.IndexSchema [readApiTestViolations_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3185319 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3185319 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'readApiTestViolations_shard1_replica_n1' using configuration from collection readApiTestViolations, trusted=true
   [junit4]   2> 3185320 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59970.solr.core.readApiTestViolations.shard1.replica_n1' (registry 'solr.core.readApiTestViolations.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3185320 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.SolrCore [[readApiTestViolations_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node2/readApiTestViolations_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node2/./readApiTestViolations_shard1_replica_n1/data/]
   [junit4]   2> 3185339 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.s.IndexSchema [readApiTestViolations_shard1_replica_n6] Schema name=minimal
   [junit4]   2> 3185341 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3185341 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'readApiTestViolations_shard1_replica_n6' using configuration from collection readApiTestViolations, trusted=true
   [junit4]   2> 3185341 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59970.solr.core.readApiTestViolations.shard1.replica_n6' (registry 'solr.core.readApiTestViolations.shard1.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3185341 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.SolrCore [[readApiTestViolations_shard1_replica_n6] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node2/readApiTestViolations_shard1_replica_n6], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node2/./readApiTestViolations_shard1_replica_n6/data/]
   [junit4]   2> 3185387 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3185387 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3185487 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.0
   [junit4]   2> 3185488 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3185488 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3185489 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d26d884[readApiTestViolations_shard1_replica_n6] main]
   [junit4]   2> 3185492 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3185492 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3185493 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3185493 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639243119530606592
   [junit4]   2> 3185500 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readApiTestViolations/terms/shard1 to Terms{values={core_node9=0}, version=0}
   [junit4]   2> 3185500 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readApiTestViolations/leaders/shard1
   [junit4]   2> 3185502 INFO  (searcherExecutor-16618-thread-1-processing-n:127.0.0.1:59970_solr x:readApiTestViolations_shard1_replica_n6 c:readApiTestViolations s:shard1 r:core_node9) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.SolrCore [readApiTestViolations_shard1_replica_n6] Registered new searcher Searcher@3d26d884[readApiTestViolations_shard1_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3185504 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.s.IndexSchema [readApiTestViolations_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3185506 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 3185506 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'readApiTestViolations_shard1_replica_n2' using configuration from collection readApiTestViolations, trusted=true
   [junit4]   2> 3185507 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44170.solr.core.readApiTestViolations.shard1.replica_n2' (registry 'solr.core.readApiTestViolations.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18dd411d
   [junit4]   2> 3185507 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.SolrCore [[readApiTestViolations_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node1/readApiTestViolations_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_F93145040D2F6F52-001/tempDir-001/node1/./readApiTestViolations_shard1_replica_n2/data/]
   [junit4]   2> 3185510 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=6 found=1 timeoutin=9998ms
   [junit4]   2> 3185532 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3185532 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3185534 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3185534 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3185548 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@219e1fbf[readApiTestViolations_shard1_replica_n10] main]
   [junit4]   2> 3185550 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3185551 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3185581 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3185581 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3185584 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3185584 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3185584 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6223e714[readApiTestViolations_shard1_replica_n2] main]
   [junit4]   2> 3185592 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3185592 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3185593 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3185593 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639243119635464192
   [junit4]   2> 3185595 INFO  (searcherExecutor-16624-thread-1-processing-n:127.0.0.1:44170_solr x:readApiTestViolations_shard1_replica_n2 c:readApiTestViolations s:shard1 r:core_node5) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.SolrCore [readApiTestViolations_shard1_replica_n2] Registered new searcher Searcher@6223e714[readApiTestViolations_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3185599 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readApiTestViolations/terms/shard1 to Terms{values={core_node9=0, core_node5=0}, version=1}
   [junit4]   2> 3185599 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readApiTestViolations/leaders/shard1
   [junit4]   2> 3185602 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3185602 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3185603 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3185603 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3185604 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3185604 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639243119646998528
   [junit4]   2> 3185605 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d80817e[readApiTestViolations_shard1_replica_n1] main]
   [junit4]   2> 3185613 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3185614 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3185614 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3185614 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639243119657484288
   [junit4]   2> 3185615 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3185615 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3185617 INFO  (searcherExecutor-16617-thread-1-processing-n:127.0.0.1:59970_solr x:readApiTestViolations_shard1_replica_n1 c:readApiTestViolations s:shard1 r:core_node3) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.SolrCore [readApiTestViolations_shard1_replica_n1] Registered new searcher Searcher@d80817e[readApiTestViolations_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3185617 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3185617 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3185618 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readApiTestViolations/terms/shard1 to Terms{values={core_node3=0, core_node9=0, core_node5=0}, version=2}
   [junit4]   2> 3185618 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readApiTestViolations/leaders/shard1
   [junit4]   2> 3185620 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@398bf2fe[readApiTestViolations_shard1_replica_n4] main]
   [junit4]   2> 3185622 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readApiTestViolations/terms/shard1 to Terms{values={core_node12=0, core_node9=0, core_node3=0, core_node5=0}, version=3}
   [junit4]   2> 3185622 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readApiTestViolations/leaders/shard1
   [junit4]   2> 3185624 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3185625 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3185628 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3185628 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639243119672164352
   [junit4]   2> 3185631 INFO  (searcherExecutor-16615-thread-1-processing-n:127.0.0.1:44170_solr x:readApiTestViolations_shard1_replica_n10 c:readApiTestViolations s:shard1 r:core_node12) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.SolrCore [readApiTestViolations_shard1_replica_n10] Registered new searcher Searcher@219e1fbf[readApiTestViolations_shard1_replica_n10] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3185631 INFO  (searcherExecutor-16616-thread-1-processing-n:127.0.0.1:44170_solr x:readApiTestViolations_shard1_replica_n4 c:readApiTestViolations s:shard1 r:core_node7) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.SolrCore [readApiTestViolations_shard1_replica_n4] Registered new searcher Searcher@398bf2fe[readApiTestViolations_shard1_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3185632 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readApiTestViolations/terms/shard1 to Terms{values={core_node7=0, core_node12=0, core_node9=0, core_node3=0, core_node5=0}, version=4}
   [junit4]   2> 3185632 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readApiTestViolations/leaders/shard1
   [junit4]   2> 3185645 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3185645 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3185646 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3185647 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3185647 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@30837650[readApiTestViolations_shard1_replica_n8] main]
   [junit4]   2> 3185649 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3185650 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3185650 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3185650 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1639243119695233024
   [junit4]   2> 3185652 INFO  (searcherExecutor-16614-thread-1-processing-n:127.0.0.1:59970_solr x:readApiTestViolations_shard1_replica_n8 c:readApiTestViolations s:shard1 r:core_node11) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.SolrCore [readApiTestViolations_shard1_replica_n8] Registered new searcher Searcher@30837650[readApiTestViolations_shard1_replica_n8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3185656 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/readApiTestViolations/terms/shard1 to Terms{values={core_node7=0, core_node12=0, core_node9=0, core_node11=0, core_node3=0, core_node5=0}, version=5}
   [junit4]   2> 3185656 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/readApiTestViolations/leaders/shard1
   [junit4]   2> 3186012 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3186012 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3186012 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:59970/solr/readApiTestViolations_shard1_replica_n6/
   [junit4]   2> 3186013 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=readApiTestViolations_shard1_replica_n6 url=http://127.0.0.1:59970/solr START replicas=[http://127.0.0.1:59970/solr/readApiTestViolations_shard1_replica_n1/, http://127.0.0.1:44170/solr/readApiTestViolations_shard1_replica_n2/, http://127.0.0.1:44170/solr/readApiTestViolations_shard1_replica_n4/, http://127.0.0.1:59970/solr/readApiTestViolations_shard1_replica_n8/, http://127.0.0.1:44170/solr/readApiTestViolations_shard1_replica_n10/] nUpdates=100
   [junit4]   2> 3186015 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=readApiTestViolations_shard1_replica_n6 url=http://127.0.0.1:59970/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3186016 INFO  (qtp2036668762-57132) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.c.S.Request [readApiTestViolations_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3186016 INFO  (qtp2036668762-57135) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.c.S.Request [readApiTestViolations_shard1_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3186016 INFO  (qtp1492035675-57129) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.c.S.Request [readApiTestViolations_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3186017 INFO  (qtp1492035675-57126) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.c.S.Request [readApiTestViolations_shard1_replica_n8]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3186017 INFO  (qtp2036668762-57132) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.c.S.Request [readApiTestViolations_shard1_replica_n10]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3186017 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3186017 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3186017 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/readApiTestViolations/leaders/shard1/leader after winning as /collections/readApiTestViolations/leader_elect/shard1/election/72176810332782601-core_node9-n_0000000000
   [junit4]   2> 3186020 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:59970/solr/readApiTestViolations_shard1_replica_n6/ shard1
   [junit4]   2> 3186123 INFO  (zkCallback-20845-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186123 INFO  (zkCallback-20845-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186123 INFO  (zkCallback-20845-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186126 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3186141 INFO  (qtp1492035675-57123) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n6&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1930
   [junit4]   2> 3186231 INFO  (zkCallback-20845-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186231 INFO  (zkCallback-20845-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186231 INFO  (zkCallback-20845-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186231 INFO  (zkCallback-20845-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186609 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n2&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2399
   [junit4]   2> 3186628 INFO  (qtp1492035675-57127) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node3 x:readApiTestViolations_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n1&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2418
   [junit4]   2> 3186630 INFO  (qtp2036668762-57133) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n10 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n10&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2417
   [junit4]   2> 3186642 INFO  (qtp2036668762-57131) [n:127.0.0.1:44170_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n4&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2430
   [junit4]   2> 3186664 INFO  (qtp1492035675-57125) [n:127.0.0.1:59970_solr c:readApiTestViolations s:shard1 r:core_node11 x:readApiTestViolations_shard1_replica_n8 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=readApiTestViolations_shard1_replica_n8&action=CREATE&numShards=1&collection=readApiTestViolations&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2449
   [junit4]   2> 3186668 INFO  (qtp2036668762-57128) [n:127.0.0.1:44170_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> 3186766 INFO  (zkCallback-20845-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186766 INFO  (zkCallback-20845-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186766 INFO  (zkCallback-20829-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186766 INFO  (zkCallback-20845-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186766 INFO  (zkCallback-20845-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186766 INFO  (zkCallback-20829-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/readApiTestViolations/state.json] for collection [readApiTestViolations] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 3186768 INFO  (qtp2036668762-57128) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&maxShardsPerNode=3&name=readApiTestViolations&nrtReplicas=6&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2926
   [junit4]   2> 3186777 INFO  (qtp2036668762-57132) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.readApiTestViolations.shard1.replica_n2:INDEX.sizeInBytes&key=solr.core.readApiTestViolations.shard1.replica_n4:INDEX.sizeInBytes&key=solr.core.readApiTestViolations.shard1.replica_n10:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 3186778 INFO  (qtp2036668762-57134) [n:127.0.0.1:44170_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName,os.systemLoadAverage,memory.heap.usage&wt=javabin&version=2&group=solr.jvm,solr.node,solr.core} status=0 QTime=1
   [junit4]   2> 3186779 INFO  (qtp1492035675-57129) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.readApiTestViolations.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.readApiTestViolations.shard1.replica_n8:INDEX.sizeInBytes&key=solr.core.readApiTestViolations.shard1.replica_n6:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 3186781 INFO  (qtp1492035675-57124) [n:127.0.0.1:59970_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=nu

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

it4] OK      3.57s J0 | AutoScalingHandlerTest.testSuggestionsWithPayload
   [junit4] OK      0.14s J0 | AutoScalingHandlerTest.testPolicyAndPreferences
   [junit4] OK      0.26s J0 | AutoScalingHandlerTest.testErrorHandling
   [junit4] OK      0.18s J0 | AutoScalingHandlerTest.test
   [junit4] OK      0.12s J0 | AutoScalingHandlerTest.testSetProperties
   [junit4] OK      2.15s J0 | AutoScalingHandlerTest.testDeleteUsedPolicy
   [junit4] Completed [2/5] on J0 in 37.95s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest
   [junit4] OK      7.16s J1 | AutoScalingHandlerTest.testReadApi
   [junit4] OK      3.23s J1 | AutoScalingHandlerTest.testDiagnosticsWithPayload
   [junit4] OK      0.06s J1 | AutoScalingHandlerTest.testValidation
   [junit4] OK      0.13s J1 | AutoScalingHandlerTest.testSuspendTrigger
   [junit4] OK      2.24s J1 | AutoScalingHandlerTest.testConcurrentUpdates
   [junit4] OK      0.10s J1 | AutoScalingHandlerTest.testUpdatePolicy
   [junit4] OK      2.91s J1 | AutoScalingHandlerTest.testSuggestionsWithPayload
   [junit4] OK      0.12s J1 | AutoScalingHandlerTest.testPolicyAndPreferences
   [junit4] OK      0.07s J1 | AutoScalingHandlerTest.testErrorHandling
   [junit4] OK      0.16s J1 | AutoScalingHandlerTest.test
   [junit4] OK      0.10s J1 | AutoScalingHandlerTest.testSetProperties
   [junit4] OK      2.21s J1 | AutoScalingHandlerTest.testDeleteUsedPolicy
   [junit4] Completed [3/5] on J1 in 21.49s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest
   [junit4] OK      5.17s J0 | AutoScalingHandlerTest.testReadApi
   [junit4] OK      3.39s J0 | AutoScalingHandlerTest.testDiagnosticsWithPayload
   [junit4] OK      0.18s J0 | AutoScalingHandlerTest.testValidation
   [junit4] OK      0.25s J0 | AutoScalingHandlerTest.testSuspendTrigger
   [junit4] OK      1.36s J0 | AutoScalingHandlerTest.testConcurrentUpdates
   [junit4] OK      0.07s J0 | AutoScalingHandlerTest.testUpdatePolicy
   [junit4] OK      3.03s J0 | AutoScalingHandlerTest.testSuggestionsWithPayload
   [junit4] OK      0.14s J0 | AutoScalingHandlerTest.testPolicyAndPreferences
   [junit4] OK      0.05s J0 | AutoScalingHandlerTest.testErrorHandling
   [junit4] OK      0.10s J0 | AutoScalingHandlerTest.test
   [junit4] OK      0.08s J0 | AutoScalingHandlerTest.testSetProperties
   [junit4] OK      2.47s J0 | AutoScalingHandlerTest.testDeleteUsedPolicy
   [junit4] Completed [4/5] on J0 in 20.20s, 12 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest
   [junit4] OK      6.50s J1 | AutoScalingHandlerTest.testReadApi
   [junit4] OK      3.84s J1 | AutoScalingHandlerTest.testDiagnosticsWithPayload
   [junit4] OK      0.27s J1 | AutoScalingHandlerTest.testValidation
   [junit4] OK      0.27s J1 | AutoScalingHandlerTest.testSuspendTrigger
   [junit4] OK      1.78s J1 | AutoScalingHandlerTest.testConcurrentUpdates
   [junit4] OK      0.17s J1 | AutoScalingHandlerTest.testUpdatePolicy
   [junit4] OK      3.18s J1 | AutoScalingHandlerTest.testSuggestionsWithPayload
   [junit4] OK      0.23s J1 | AutoScalingHandlerTest.testPolicyAndPreferences
   [junit4] OK      0.11s J1 | AutoScalingHandlerTest.testErrorHandling
   [junit4] OK      0.26s J1 | AutoScalingHandlerTest.test
   [junit4] OK      0.22s J1 | AutoScalingHandlerTest.testSetProperties
   [junit4] OK      2.43s J1 | AutoScalingHandlerTest.testDeleteUsedPolicy
   [junit4] Completed [5/5] on J1 in 22.55s, 12 tests
   [junit4] 
   [junit4] JVM J0:     1.16 ..    60.39 =    59.23s
   [junit4] JVM J1:     1.10 ..    82.30 =    81.20s
   [junit4] Execution time total: 1 minute 22 seconds
   [junit4] Tests summary: 5 suites, 60 tests
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 276.00s | org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[junit4:tophints] 203.46s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 148.03s | org.apache.solr.search.facet.TestJsonFacets
[junit4:tophints] 143.39s | org.apache.solr.cloud.CollectionsAPISolrJTest
[junit4:tophints] 137.95s | org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 26 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2805)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1843)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3054)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1843)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=b5e8dc3af4227401233289fdf7433be9d7440ca1, workspace=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #238
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Solaris (64bit/jdk1.8.0) - Build # 240 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/240/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

8 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitStaticIndexReplication

Error Message:
We expected shard split to succeed on a static index but it didn't. Found state = failed

Stack Trace:
java.lang.AssertionError: We expected shard split to succeed on a static index but it didn't. Found state = failed
	at __randomizedtesting.SeedInfo.seed([D1CB35239E84C05A:9B81A1230F2CEF5F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitStaticIndexReplication(ShardSplitTest.java:249)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitStaticIndexReplication(ShardSplitTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testEstimatedIndexSize

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([D1CB35239E84C05A:B18F60124FED5254]:0)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testEstimatedIndexSize(IndexSizeTriggerTest.java:1136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime

Error Message:
Collection not found: testCatTime__CRA__calico__TRA__2019-07-01

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: testCatTime__CRA__calico__TRA__2019-07-01
	at __randomizedtesting.SeedInfo.seed([D1CB35239E84C05A:D6C07A20A17791B2]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:864)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1009)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:460)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:301)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:563)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime

Error Message:
Error from server at http://127.0.0.1:35819/solr/testCatTime__CRA__calico__TRA__2019-07-01: non ok status: 500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35819/solr/testCatTime__CRA__calico__TRA__2019-07-01: non ok status: 500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([D1CB35239E84C05A:D6C07A20A17791B2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.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:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:460)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:301)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:563)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime

Error Message:
Collection not found: testCatTime__CRA__calico__TRA__2019-07-01

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: testCatTime__CRA__calico__TRA__2019-07-01
	at __randomizedtesting.SeedInfo.seed([D1CB35239E84C05A:D6C07A20A17791B2]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:864)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1009)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:460)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:301)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:563)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime

Error Message:
Error from server at http://127.0.0.1:50933/solr/testCatTime__CRA__calico__TRA__2019-07-01: non ok status: 500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:50933/solr/testCatTime__CRA__calico__TRA__2019-07-01: non ok status: 500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([D1CB35239E84C05A:D6C07A20A17791B2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.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:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:460)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:301)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:563)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime

Error Message:
Collection not found: testCatTime__CRA__calico__TRA__2019-07-01

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: testCatTime__CRA__calico__TRA__2019-07-01
	at __randomizedtesting.SeedInfo.seed([D1CB35239E84C05A:D6C07A20A17791B2]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:864)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1009)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:460)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:301)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:563)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime

Error Message:
Error from server at http://127.0.0.1:59532/solr/testCatTime__CRA__calico__TRA__2019-07-01: non ok status: 500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:59532/solr/testCatTime__CRA__calico__TRA__2019-07-01: non ok status: 500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([D1CB35239E84C05A:D6C07A20A17791B2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.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:1128)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:460)
	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:301)
	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:563)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14191 lines...]
   [junit4] Suite: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_D1CB35239E84C05A-001/init-core-data-001
   [junit4]   2> 1342409 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_D1CB35239E84C05A-001/tempDir-001
   [junit4]   2> 1342410 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1342410 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1342410 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1342510 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.ZkTestServer start zk server on port:63245
   [junit4]   2> 1342510 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63245
   [junit4]   2> 1342510 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63245
   [junit4]   2> 1342516 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1342519 INFO  (zkConnectionManagerCallback-9612-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1342519 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1342522 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1342525 INFO  (zkConnectionManagerCallback-9614-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1342525 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1342526 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1342528 INFO  (zkConnectionManagerCallback-9616-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1342528 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1342634 WARN  (jetty-launcher-9617-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1342635 WARN  (jetty-launcher-9617-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1342635 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1342635 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1342635 INFO  (jetty-launcher-9617-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 1342635 WARN  (jetty-launcher-9617-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1342635 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1342635 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1342635 INFO  (jetty-launcher-9617-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 1342635 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1342635 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1342635 INFO  (jetty-launcher-9617-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 1342636 WARN  (jetty-launcher-9617-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1342636 INFO  (jetty-launcher-9617-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1342636 INFO  (jetty-launcher-9617-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1342636 INFO  (jetty-launcher-9617-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1342636 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1342636 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1342636 INFO  (jetty-launcher-9617-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 1342637 INFO  (jetty-launcher-9617-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1342637 INFO  (jetty-launcher-9617-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1342637 INFO  (jetty-launcher-9617-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1342637 INFO  (jetty-launcher-9617-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@adc3413{/solr,null,AVAILABLE}
   [junit4]   2> 1342639 INFO  (jetty-launcher-9617-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1342639 INFO  (jetty-launcher-9617-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1342639 INFO  (jetty-launcher-9617-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1342639 INFO  (jetty-launcher-9617-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@769d8014{/solr,null,AVAILABLE}
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38d37fe4{/solr,null,AVAILABLE}
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b7b3a70{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:57444}
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-2) [     ] o.e.j.s.Server Started @1343773ms
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57444}
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@225bd360{/solr,null,AVAILABLE}
   [junit4]   2> 1342640 ERROR (jetty-launcher-9617-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-17T09:15:28.620Z
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3e57ff76{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:56853}
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-1) [     ] o.e.j.s.Server Started @1343773ms
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56853}
   [junit4]   2> 1342641 ERROR (jetty-launcher-9617-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-17T09:15:28.620Z
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@79f0b7d0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:62989}
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-4) [     ] o.e.j.s.Server Started @1343774ms
   [junit4]   2> 1342641 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62989}
   [junit4]   2> 1342642 ERROR (jetty-launcher-9617-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-17T09:15:28.621Z
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1342640 INFO  (jetty-launcher-9617-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1f69c34c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38777}
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-3) [     ] o.e.j.s.Server Started @1343775ms
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38777}
   [junit4]   2> 1342642 ERROR (jetty-launcher-9617-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.3.0
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-17T09:15:28.621Z
   [junit4]   2> 1342642 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1342643 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1342645 INFO  (zkConnectionManagerCallback-9623-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1342645 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1342645 INFO  (zkConnectionManagerCallback-9625-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1342645 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1342645 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1342646 INFO  (zkConnectionManagerCallback-9619-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1342646 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1342646 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1342646 INFO  (zkConnectionManagerCallback-9621-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1342646 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1342647 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1342650 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1343704 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1343705 WARN  (jetty-launcher-9617-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7459edee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1343705 WARN  (jetty-launcher-9617-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7459edee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1343707 WARN  (jetty-launcher-9617-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ad9b82a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1343708 WARN  (jetty-launcher-9617-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ad9b82a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1343710 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63245/solr
   [junit4]   2> 1343711 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1343712 INFO  (zkConnectionManagerCallback-9635-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1343712 INFO  (jetty-launcher-9617-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1343815 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1343817 INFO  (zkConnectionManagerCallback-9637-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1343817 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1343952 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57444_solr
   [junit4]   2> 1343953 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.c.Overseer Overseer (id=72180146495356936-127.0.0.1:57444_solr-n_0000000000) starting
   [junit4]   2> 1343960 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1343962 INFO  (zkConnectionManagerCallback-9644-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1343962 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1343964 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63245/solr ready
   [junit4]   2> 1343965 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57444_solr
   [junit4]   2> 1343966 INFO  (OverseerStateUpdate-72180146495356936-127.0.0.1:57444_solr-n_0000000000) [n:127.0.0.1:57444_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57444_solr
   [junit4]   2> 1343968 INFO  (OverseerStateUpdate-72180146495356936-127.0.0.1:57444_solr-n_0000000000) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1343968 INFO  (zkCallback-9643-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1343995 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1344018 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1344019 WARN  (jetty-launcher-9617-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63d44a0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344019 WARN  (jetty-launcher-9617-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63d44a0b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344022 WARN  (jetty-launcher-9617-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1ed3c91c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344022 WARN  (jetty-launcher-9617-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1ed3c91c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344022 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63245/solr
   [junit4]   2> 1344023 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57444.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1344023 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344029 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57444.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1344029 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57444.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1344029 INFO  (jetty-launcher-9617-thread-2) [n:127.0.0.1:57444_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_D1CB35239E84C05A-001/tempDir-001/node1/.
   [junit4]   2> 1344030 INFO  (zkConnectionManagerCallback-9651-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344030 INFO  (jetty-launcher-9617-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344132 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344134 INFO  (zkConnectionManagerCallback-9653-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344134 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344141 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1344146 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:56853_solr as DOWN
   [junit4]   2> 1344147 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1344147 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56853_solr
   [junit4]   2> 1344149 INFO  (zkCallback-9643-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1344149 INFO  (zkCallback-9636-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1344149 INFO  (zkCallback-9652-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1344150 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1344151 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344176 WARN  (jetty-launcher-9617-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73481dc2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344176 WARN  (jetty-launcher-9617-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73481dc2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344177 INFO  (zkConnectionManagerCallback-9660-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344178 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344180 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1344181 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63245/solr ready
   [junit4]   2> 1344182 WARN  (jetty-launcher-9617-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5954a9d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344182 WARN  (jetty-launcher-9617-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5954a9d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344183 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63245/solr
   [junit4]   2> 1344184 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344186 INFO  (zkConnectionManagerCallback-9666-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344186 INFO  (jetty-launcher-9617-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344201 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1344220 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56853.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1344228 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56853.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1344228 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56853.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1344228 INFO  (jetty-launcher-9617-thread-1) [n:127.0.0.1:56853_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_D1CB35239E84C05A-001/tempDir-001/node2/.
   [junit4]   2> 1344288 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344290 INFO  (zkConnectionManagerCallback-9669-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344290 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344297 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1344302 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:62989_solr as DOWN
   [junit4]   2> 1344303 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1344303 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62989_solr
   [junit4]   2> 1344305 INFO  (zkCallback-9643-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1344305 INFO  (zkCallback-9636-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1344306 INFO  (zkCallback-9652-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1344306 INFO  (zkCallback-9659-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1344306 INFO  (zkCallback-9668-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1344308 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344309 INFO  (zkConnectionManagerCallback-9676-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344309 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344313 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1344317 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63245/solr ready
   [junit4]   2> 1344339 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1344359 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62989.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1344367 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62989.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1344367 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62989.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1344368 INFO  (jetty-launcher-9617-thread-4) [n:127.0.0.1:62989_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_D1CB35239E84C05A-001/tempDir-001/node4/.
   [junit4]   2> 1344893 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1344893 WARN  (jetty-launcher-9617-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@414b29a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344894 WARN  (jetty-launcher-9617-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@414b29a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344896 WARN  (jetty-launcher-9617-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@59d2c7be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344896 WARN  (jetty-launcher-9617-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@59d2c7be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1344896 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63245/solr
   [junit4]   2> 1344897 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344899 INFO  (zkConnectionManagerCallback-9683-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344899 INFO  (jetty-launcher-9617-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1345002 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1345004 INFO  (zkConnectionManagerCallback-9685-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345004 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1345013 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1345026 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38777_solr as DOWN
   [junit4]   2> 1345028 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1345028 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38777_solr
   [junit4]   2> 1345030 INFO  (zkCallback-9636-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1345031 INFO  (zkCallback-9643-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1345031 INFO  (zkCallback-9652-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1345031 INFO  (zkCallback-9659-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1345031 INFO  (zkCallback-9668-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1345032 INFO  (zkCallback-9675-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1345032 INFO  (zkCallback-9684-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1345034 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1345035 INFO  (zkConnectionManagerCallback-9692-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345036 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1345038 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1345041 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63245/solr ready
   [junit4]   2> 1345060 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1345076 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38777.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1345081 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38777.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1345081 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38777.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b320bbf
   [junit4]   2> 1345081 INFO  (jetty-launcher-9617-thread-3) [n:127.0.0.1:38777_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_D1CB35239E84C05A-001/tempDir-001/node3/.
   [junit4]   2> 1345119 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1345121 INFO  (zkConnectionManagerCallback-9698-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345121 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1345123 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1345126 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63245/solr ready
   [junit4]   2> 1345127 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest SolrClient: org.apache.solr.client.solrj.impl.CloudSolrClient@623c63bb
   [junit4]   2> 1345127 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest ClusterStateProvider 127.0.0.1:63245/solr
   [junit4]   2> 1345128 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1345130 INFO  (zkConnectionManagerCallback-9703-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345130 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1345133 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1345135 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testTimeCat-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63245/solr ready
   [junit4]   2> 1345136 INFO  (qtp1706870967-26071) [n:127.0.0.1:57444_solr     ] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params baseConfigSet=_default&name=testTimeCat&action=CREATE&wt=javabin&version=2 
   [junit4]   2> 1345141 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.OverseerConfigSetMessageHandler OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"testTimeCat",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 1345144 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testTimeCat/protwords.txt
   [junit4]   2> 1345148 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testTimeCat/managed-schema
   [junit4]   2> 1345151 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testTimeCat/solrconfig.xml
   [junit4]   2> 1345154 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testTimeCat/synonyms.txt
   [junit4]   2> 1345157 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testTimeCat/stopwords.txt
   [junit4]   2> 1345160 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testTimeCat/params.json
   [junit4]   2> 1345173 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testTimeCat/lang/contractions_it.txt
   [junit4]   2> 1345182 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testTimeCat/lang/stemdict_nl.txt
   [junit4]   2> 1345186 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testTimeCat/lang/stopwords_hy.txt
   [junit4]   2> 1345190 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testTimeCat/lang/stopwords_no.txt
   [junit4]   2> 1345193 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testTimeCat/lang/contractions_ca.txt
   [junit4]   2> 1345196 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testTimeCat/lang/stopwords_id.txt
   [junit4]   2> 1345201 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testTimeCat/lang/stopwords_et.txt
   [junit4]   2> 1345206 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testTimeCat/lang/stopwords_hi.txt
   [junit4]   2> 1345210 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testTimeCat/lang/stopwords_da.txt
   [junit4]   2> 1345217 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testTimeCat/lang/stopwords_ga.txt
   [junit4]   2> 1345221 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testTimeCat/lang/stopwords_pt.txt
   [junit4]   2> 1345226 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testTimeCat/lang/stopwords_ja.txt
   [junit4]   2> 1345230 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testTimeCat/lang/stopwords_hu.txt
   [junit4]   2> 1345234 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testTimeCat/lang/stopwords_el.txt
   [junit4]   2> 1345237 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testTimeCat/lang/stopwords_ru.txt
   [junit4]   2> 1345240 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testTimeCat/lang/stopwords_tr.txt
   [junit4]   2> 1345244 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testTimeCat/lang/stopwords_ar.txt
   [junit4]   2> 1345250 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testTimeCat/lang/userdict_ja.txt
   [junit4]   2> 1345253 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testTimeCat/lang/stopwords_it.txt
   [junit4]   2> 1345257 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testTimeCat/lang/stopwords_eu.txt
   [junit4]   2> 1345260 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testTimeCat/lang/stopwords_cz.txt
   [junit4]   2> 1345267 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testTimeCat/lang/stoptags_ja.txt
   [junit4]   2> 1345271 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testTimeCat/lang/contractions_fr.txt
   [junit4]   2> 1345274 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testTimeCat/lang/stopwords_fa.txt
   [junit4]   2> 1345278 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testTimeCat/lang/stopwords_de.txt
   [junit4]   2> 1345282 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testTimeCat/lang/contractions_ga.txt
   [junit4]   2> 1345285 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testTimeCat/lang/stopwords_ca.txt
   [junit4]   2> 1345288 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testTimeCat/lang/stopwords_nl.txt
   [junit4]   2> 1345291 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testTimeCat/lang/stopwords_bg.txt
   [junit4]   2> 1345294 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testTimeCat/lang/stopwords_es.txt
   [junit4]   2> 1345298 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testTimeCat/lang/stopwords_en.txt
   [junit4]   2> 1345301 INFO  (OverseerThreadFactory-7523-thread-1-processing-n:127.0.0.1:57444_solr) [n:127.0.0.1:57444_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testTimeCat/lang/stopwords_lv.txt
   [junit4]   2> 134530

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

	/solr/aliases.json
   [junit4]   2> 	48	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-06/state.json
   [junit4]   2> 	40	/solr/collections/testCatTime__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA_TEMP__TRA__2019-07-01/state.json
   [junit4]   2> 	40	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-02/state.json
   [junit4]   2> 	40	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-03/state.json
   [junit4]   2> 	40	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-04/state.json
   [junit4]   2> 	39	/solr/collections/testCatTime__CRA__shorthair__TRA__2019-07-03/state.json
   [junit4]   2> 	38	/solr/collections/testCatTime__CRA__shorthair__TRA__2019-07-02/state.json
   [junit4]   2> 	38	/solr/collections/testCatTime__CRA__shorthair__TRA__2019-07-01/state.json
   [junit4]   2> 	38	/solr/collections/testCatTime__CRA__tabby__TRA__2019-07-01/state.json
   [junit4]   2> 	38	/solr/collections/testCatTime__CRA__tabby__TRA__2019-07-02/state.json
   [junit4]   2> 	38	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-05/state.json
   [junit4]   2> 	30	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-01/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	11	/solr/collections/testCatTime/state.json
   [junit4]   2> 	5	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-01/collectionprops.json
   [junit4]   2> 	5	/solr/collections/testCatTime__CRA__shorthair__TRA__2019-07-01/collectionprops.json
   [junit4]   2> 	5	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-03/collectionprops.json
   [junit4]   2> 	5	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-04/collectionprops.json
   [junit4]   2> 	5	/solr/collections/testCatTime__CRA__tabby__TRA__2019-07-01/collectionprops.json
   [junit4]   2> 	4	/solr/collections/testCatTime__CRA__shorthair__TRA__2019-07-02/collectionprops.json
   [junit4]   2> 	4	/solr/collections/testCatTime__CRA__shorthair__TRA__2019-07-03/collectionprops.json
   [junit4]   2> 	4	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-02/collectionprops.json
   [junit4]   2> 	4	/solr/collections/testCatTime__CRA__tabby__TRA__2019-07-02/collectionprops.json
   [junit4]   2> 	3	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-06/collectionprops.json
   [junit4]   2> 	3	/solr/collections/testCatTime__CRA__calico__TRA__2019-07-05/collectionprops.json
   [junit4]   2> 	2	/solr/collections/testCatTime__CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA_TEMP__TRA__2019-07-01/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	285	/solr/overseer/queue
   [junit4]   2> 	179	/solr/collections
   [junit4]   2> 	62	/solr/overseer/collection-queue-work
   [junit4]   2> 	35	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1639625 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44140
   [junit4]   2> 1639625 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[D1CB35239E84C05A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44140
   [junit4]   2> 1639625 INFO  (TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[D1CB35239E84C05A]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCatTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DimensionalRoutedAliasUpdateProcessorTest -Dtests.method=testCatTime -Dtests.seed=D1CB35239E84C05A -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ar-JO -Dtests.timezone=Africa/Bangui -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   55.0s J1 | DimensionalRoutedAliasUpdateProcessorTest.testCatTime <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:50933/solr/testCatTime__CRA__calico__TRA__2019-07-01: non ok status: 500, message:Server Error
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D1CB35239E84C05A:D6C07A20A17791B2]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:460)
   [junit4]    > 	at org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:301)
   [junit4]    > 	at org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:563)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_D1CB35239E84C05A-003
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=3, maxDocsPerChunk=6, blockSize=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=3, blockSize=5)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@49ac352b), locale=ar-JO, timezone=Africa/Bangui
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=3,threads=1,free=174044080,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DimensionalRoutedAliasUpdateProcessorTest, ShardSplitTest, IndexSizeTriggerTest, ShardSplitTest, IndexSizeTriggerTest, ShardSplitTest, DimensionalRoutedAliasUpdateProcessorTest, DimensionalRoutedAliasUpdateProcessorTest]
   [junit4] Completed [15/15 (5!)] on J1 in 112.72s, 2 tests, 1 error <<< FAILURES!
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: D1CB35239E84C05A]:
   [junit4]   - org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4]   - org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4]   - org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4]   - org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4]   - org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.71 ..  1543.25 =  1542.55s
   [junit4] JVM J1:     0.70 ..  1641.32 =  1640.61s
   [junit4] Execution time total: 27 minutes 21 seconds
   [junit4] Tests summary: 15 suites, 100 tests, 5 errors, 15 ignored (15 assumptions)

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/common-build.xml:1572: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/common-build.xml:1099: There were test failures: 15 suites, 100 tests, 5 errors, 15 ignored (15 assumptions) [seed: D1CB35239E84C05A]

Total time: 27 minutes 23 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.ShardSplitTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[repro]   5/5 failed: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=4ccef38d48dbe414c43dd511ec3aa92db75b111a, workspace=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #239
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2