Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/531/

3 tests failed.
FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
re-indexing warning not found

Stack Trace:
java.lang.AssertionError: re-indexing warning not found
        at 
__randomizedtesting.SeedInfo.seed([8879E35521A4B9EA:F88C40FC416C109C]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat(SystemCollectionCompatTest.java:206)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testDateMathInStart

Error Message:
router.start should not have any date math by this point and parse as an 
instant. Using class 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider 
Found:2019-09-14T03:00:00Z/DAY

Stack Trace:
java.lang.AssertionError: router.start should not have any date math by this 
point and parse as an instant. Using class 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider 
Found:2019-09-14T03:00:00Z/DAY
        at 
__randomizedtesting.SeedInfo.seed([8879E35521A4B9EA:64FE3DD88112B802]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testDateMathInStart(TimeRoutedAliasUpdateProcessorTest.java:765)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  
org.apache.solr.client.solrj.io.stream.MathExpressionTest.testZipFDistribution

Error Message:
Zipf distribution not descending!!!

Stack Trace:
java.lang.Exception: Zipf distribution not descending!!!
        at 
__randomizedtesting.SeedInfo.seed([4B489A4C6D218B8D:6FFDF7687A8983A5]:0)
        at 
org.apache.solr.client.solrj.io.stream.MathExpressionTest.testZipFDistribution(MathExpressionTest.java:3766)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12971 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> 78635 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[8879E35521A4B9EA]-worker) [     
] o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/data-dir-5-001
   [junit4]   2> 78635 WARN  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[8879E35521A4B9EA]-worker) [     
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 78635 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[8879E35521A4B9EA]-worker) [     
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 78636 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[8879E35521A4B9EA]-worker) [     
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 78636 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[8879E35521A4B9EA]-worker) [     
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 78638 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting handleLegacyCollectionNames
   [junit4]   2> 78638 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001
   [junit4]   2> 78638 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 78640 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 78640 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 78740 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.ZkTestServer start zk server on port:39691
   [junit4]   2> 78740 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39691
   [junit4]   2> 78740 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39691
   [junit4]   2> 78740 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39691
   [junit4]   2> 78760 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 78795 INFO  (zkConnectionManagerCallback-383-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 78795 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 78830 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 78852 INFO  (zkConnectionManagerCallback-385-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 78852 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 78856 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 78862 INFO  (zkConnectionManagerCallback-387-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 78862 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 78969 WARN  (jetty-launcher-388-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 78970 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 78970 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 78970 INFO  (jetty-launcher-388-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 78971 WARN  (jetty-launcher-388-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 78973 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 78973 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 78975 INFO  (jetty-launcher-388-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 78975 WARN  (jetty-launcher-388-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 78975 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 78975 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 78975 INFO  (jetty-launcher-388-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 78976 WARN  (jetty-launcher-388-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 78977 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 78977 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 78977 INFO  (jetty-launcher-388-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
   [junit4]   2> 78997 INFO  (jetty-launcher-388-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 78997 INFO  (jetty-launcher-388-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 78997 INFO  (jetty-launcher-388-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 78998 INFO  (jetty-launcher-388-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5d841f7d{/solr,null,AVAILABLE}
   [junit4]   2> 78998 INFO  (jetty-launcher-388-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@497adb35{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:41879}
   [junit4]   2> 78998 INFO  (jetty-launcher-388-thread-1) [     ] 
o.e.j.s.Server Started @79024ms
   [junit4]   2> 78998 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41879}
   [junit4]   2> 78999 ERROR (jetty-launcher-388-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 78999 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 78999 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 78999 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 78999 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 78999 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-11-12T04:19:42.293163Z
   [junit4]   2> 79009 INFO  (jetty-launcher-388-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 79009 INFO  (jetty-launcher-388-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 79009 INFO  (jetty-launcher-388-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 79010 INFO  (jetty-launcher-388-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e46afc6{/solr,null,AVAILABLE}
   [junit4]   2> 79010 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 79010 INFO  (jetty-launcher-388-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@55d6162{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44931}
   [junit4]   2> 79010 INFO  (jetty-launcher-388-thread-3) [     ] 
o.e.j.s.Server Started @79036ms
   [junit4]   2> 79010 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44931}
   [junit4]   2> 79010 ERROR (jetty-launcher-388-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 79010 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 79011 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 79011 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 79011 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 79011 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-11-12T04:19:42.305081Z
   [junit4]   2> 79014 INFO  (zkConnectionManagerCallback-390-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79014 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 79015 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 79023 INFO  (jetty-launcher-388-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 79023 INFO  (jetty-launcher-388-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 79023 INFO  (jetty-launcher-388-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 79024 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 79025 INFO  (zkConnectionManagerCallback-392-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79025 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 79025 INFO  (jetty-launcher-388-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2e633c26{/solr,null,AVAILABLE}
   [junit4]   2> 79026 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 79026 INFO  (jetty-launcher-388-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@27daa3f0{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40203}
   [junit4]   2> 79026 INFO  (jetty-launcher-388-thread-2) [     ] 
o.e.j.s.Server Started @79052ms
   [junit4]   2> 79026 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40203}
   [junit4]   2> 79026 ERROR (jetty-launcher-388-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 79026 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 79026 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 79026 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 79026 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 79026 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-11-12T04:19:42.320853Z
   [junit4]   2> 79034 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 79038 INFO  (jetty-launcher-388-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 79038 INFO  (jetty-launcher-388-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 79038 INFO  (jetty-launcher-388-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 79038 INFO  (jetty-launcher-388-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@72c187a1{/solr,null,AVAILABLE}
   [junit4]   2> 79038 INFO  (jetty-launcher-388-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3ab9f816{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:45499}
   [junit4]   2> 79038 INFO  (jetty-launcher-388-thread-4) [     ] 
o.e.j.s.Server Started @79064ms
   [junit4]   2> 79038 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45499}
   [junit4]   2> 79039 ERROR (jetty-launcher-388-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 79039 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 79039 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 79039 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 79039 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 79039 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-11-12T04:19:42.333395Z
   [junit4]   2> 79040 INFO  (zkConnectionManagerCallback-394-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79040 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 79041 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 79041 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 79045 INFO  (zkConnectionManagerCallback-396-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79047 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 79146 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 79211 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 79212 WARN  (jetty-launcher-388-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7ffcdaf9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79212 WARN  (jetty-launcher-388-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7ffcdaf9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79213 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 79215 WARN  (jetty-launcher-388-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5400ec6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79215 WARN  (jetty-launcher-388-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7adcb886[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79215 WARN  (jetty-launcher-388-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5400ec6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79215 WARN  (jetty-launcher-388-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7adcb886[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79216 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39691/solr
   [junit4]   2> 79217 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 79238 WARN  (jetty-launcher-388-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@9e2cd95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79238 WARN  (jetty-launcher-388-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@9e2cd95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79239 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39691/solr
   [junit4]   2> 79240 INFO  (zkConnectionManagerCallback-406-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79240 INFO  (jetty-launcher-388-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 79242 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 79243 INFO  (zkConnectionManagerCallback-411-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79243 INFO  (jetty-launcher-388-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 79344 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 79347 INFO  (zkConnectionManagerCallback-414-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79347 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 79406 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 79407 WARN  (jetty-launcher-388-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4fbd8c92[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79407 WARN  (jetty-launcher-388-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4fbd8c92[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79408 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40203_solr
   [junit4]   2> 79409 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.Overseer Overseer 
(id=72709937755455497-127.0.0.1:40203_solr-n_0000000000) starting
   [junit4]   2> 79410 WARN  (jetty-launcher-388-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@35cf3f6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79410 WARN  (jetty-launcher-388-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@35cf3f6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79411 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39691/solr
   [junit4]   2> 79414 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 79415 INFO  (zkConnectionManagerCallback-422-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79415 INFO  (jetty-launcher-388-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 79417 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 79417 WARN  (jetty-launcher-388-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5742b4e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79417 WARN  (jetty-launcher-388-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5742b4e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79420 WARN  (jetty-launcher-388-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@76e5a2ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79420 WARN  (jetty-launcher-388-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@76e5a2ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 79420 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39691/solr
   [junit4]   2> 79421 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 79422 INFO  (zkConnectionManagerCallback-428-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79422 INFO  (jetty-launcher-388-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 79423 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 79424 INFO  (zkConnectionManagerCallback-430-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79424 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 79521 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 79526 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40203_solr
   [junit4]   2> 79526 INFO  
(OverseerStateUpdate-72709937755455497-127.0.0.1:40203_solr-n_0000000000) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40203_solr
   [junit4]   2> 79527 INFO  
(OverseerStateUpdate-72709937755455497-127.0.0.1:40203_solr-n_0000000000) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 79536 INFO  (zkConnectionManagerCallback-432-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79536 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 79544 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41879_solr as DOWN
   [junit4]   2> 79545 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 79545 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41879_solr
   [junit4]   2> 79549 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 79553 INFO  (zkCallback-429-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 79559 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44931_solr as DOWN
   [junit4]   2> 79560 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 79560 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44931_solr
   [junit4]   2> 79561 INFO  (zkCallback-429-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 79568 INFO  (zkCallback-413-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 79601 INFO  (zkCallback-431-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 79604 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 79612 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 79613 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 79651 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41879.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79656 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44931.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79693 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41879.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79693 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41879.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79696 INFO  (jetty-launcher-388-thread-1) 
[n:127.0.0.1:41879_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/.
   [junit4]   2> 79713 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 79734 INFO  (zkConnectionManagerCallback-444-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 79734 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 79738 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 79743 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44931.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79743 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44931.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79744 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45499_solr as DOWN
   [junit4]   2> 79745 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 79745 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45499_solr
   [junit4]   2> 79746 INFO  (zkCallback-429-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 79746 INFO  (zkCallback-431-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 79746 INFO  (zkCallback-413-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 79747 INFO  (jetty-launcher-388-thread-3) 
[n:127.0.0.1:44931_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node3/.
   [junit4]   2> 79750 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40203.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79756 INFO  (zkCallback-443-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 79783 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40203.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79784 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40203.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79794 INFO  (jetty-launcher-388-thread-2) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node2/.
   [junit4]   2> 79826 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 79847 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45499.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79867 WARN  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.m.r.j.JmxMetricsReporter Unable to register 
gauge
   [junit4]   2>           => javax.management.InstanceNotFoundException: 
solr_45499:dom1=solr,dom2=jvm,name0=memory,name1=non-heap,name=used
   [junit4]   2>        at 
java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
   [junit4]   2> javax.management.InstanceNotFoundException: 
solr_45499:dom1=solr,dom2=jvm,name0=memory,name1=non-heap,name=used
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
 ~[?:?]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
 ~[?:?]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
 ~[?:?]
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) 
~[?:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:568)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:741)
 ~[java/:?]
   [junit4]   2>        at java.util.HashMap.forEach(HashMap.java:1336) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:731)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:964)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:890)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:688) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:262)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:182) 
~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:136) 
~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750)
 ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) 
~[?:?]
   [junit4]   2>        at 
java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) 
~[?:?]
   [junit4]   2>        at 
java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) 
~[?:?]
   [junit4]   2>        at 
java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) 
~[?:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:744) 
~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1449)
 ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1513)
 ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1158)
 ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:995)
 ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:468)
 ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:384)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
 ~[jetty-util-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
 ~[jetty-util-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:567)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:506)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:474)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:469)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:300)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 79885 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45499.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79885 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45499.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 79889 INFO  (jetty-launcher-388-thread-4) 
[n:127.0.0.1:45499_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node4/.
   [junit4]   2> 80169 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 80176 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80177 INFO  (zkConnectionManagerCallback-453-thread-1) [     ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80178 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80180 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 80181 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:39691/solr ready
   [junit4]   2> 80197 INFO  (qtp1203584434-934) [n:127.0.0.1:41879_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80200 INFO  (qtp1203584434-934) [n:127.0.0.1:41879_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 80205 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.u.p.TimeRoutedAliasUpdateProcessorTest SolrClient: 
org.apache.solr.client.solrj.impl.CloudSolrClient@6c02a18
   [junit4]   2> 80205 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.handleLegacyCollectionNames-seed#[8879E35521A4B9EA])
 [     ] o.a.s.u.p.TimeRoutedAliasUpdateProcessorTest ClusterStateProvider 
org.apache.solr.client.solrj.impl.HttpClusterStateProvider@2617cdf8
   [junit4]   2> 80211 INFO  (qtp194678369-945) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80213 INFO  (qtp194678369-945) [n:127.0.0.1:44931_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 80214 INFO  (qtp194678369-947) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80217 INFO  (qtp194678369-947) [n:127.0.0.1:44931_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 80218 INFO  (qtp194678369-946) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80222 INFO  (qtp194678369-946) [n:127.0.0.1:44931_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 80223 INFO  (qtp194678369-948) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80223 INFO  (qtp194678369-948) [n:127.0.0.1:44931_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 80225 INFO  (qtp194678369-945) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params 
baseConfigSet=_default&name=handleLegacyCollectionNames&action=CREATE&wt=javabin&version=2
 
   [junit4]   2> 80229 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.OverseerConfigSetMessageHandler 
OverseerConfigSetMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"handleLegacyCollectionNames",
   [junit4]   2>   "baseConfigSet":"_default",
   [junit4]   2>   "immutable":"false",
   [junit4]   2>   "operation":"configsets:create"}
   [junit4]   2> 80230 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/handleLegacyCollectionNames/protwords.txt
   [junit4]   2> 80231 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/handleLegacyCollectionNames/managed-schema
   [junit4]   2> 80233 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/handleLegacyCollectionNames/solrconfig.xml
   [junit4]   2> 80234 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to 
/configs/handleLegacyCollectionNames/synonyms.txt
   [junit4]   2> 80235 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/handleLegacyCollectionNames/stopwords.txt
   [junit4]   2> 80236 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to 
/configs/handleLegacyCollectionNames/params.json
   [junit4]   2> 80238 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/handleLegacyCollectionNames/lang/contractions_it.txt
   [junit4]   2> 80239 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_no.txt
   [junit4]   2> 80240 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/handleLegacyCollectionNames/lang/contractions_ca.txt
   [junit4]   2> 80242 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/handleLegacyCollectionNames/lang/stemdict_nl.txt
   [junit4]   2> 80243 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_hy.txt
   [junit4]   2> 80244 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_id.txt
   [junit4]   2> 80245 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_et.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_et.txt
   [junit4]   2> 80249 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_ga.txt
   [junit4]   2> 80254 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_da.txt
   [junit4]   2> 80267 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_hi.txt
   [junit4]   2> 80268 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_ja.txt
   [junit4]   2> 80269 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_pt.txt
   [junit4]   2> 80270 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_hu.txt
   [junit4]   2> 80271 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_el.txt
   [junit4]   2> 80278 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_ru.txt
   [junit4]   2> 80293 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_tr.txt
   [junit4]   2> 80295 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_ar.txt
   [junit4]   2> 80306 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/handleLegacyCollectionNames/lang/userdict_ja.txt
   [junit4]   2> 80307 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_it.txt
   [junit4]   2> 80308 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_eu.txt
   [junit4]   2> 80310 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_cz.txt
   [junit4]   2> 80311 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/handleLegacyCollectionNames/lang/stoptags_ja.txt
   [junit4]   2> 80312 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/handleLegacyCollectionNames/lang/contractions_fr.txt
   [junit4]   2> 80313 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_de.txt
   [junit4]   2> 80314 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_fa.txt
   [junit4]   2> 80315 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/handleLegacyCollectionNames/lang/contractions_ga.txt
   [junit4]   2> 80316 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_ca.txt
   [junit4]   2> 80614 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_nl.txt
   [junit4]   2> 80616 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_bg.txt
   [junit4]   2> 80620 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_en.txt
   [junit4]   2> 80622 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_lv.txt
   [junit4]   2> 80624 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_es.txt
   [junit4]   2> 80624 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_th.txt
   [junit4]   2> 80625 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_ro.txt
   [junit4]   2> 80626 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_fr.txt
   [junit4]   2> 80627 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_sv.txt
   [junit4]   2> 80628 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_fi.txt
   [junit4]   2> 80629 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/handleLegacyCollectionNames/lang/hyphenations_ga.txt
   [junit4]   2> 80630 INFO  
(OverseerThreadFactory-193-thread-1-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/handleLegacyCollectionNames/lang/stopwords_gl.txt
   [junit4]   2> 80634 INFO  (qtp194678369-945) [n:127.0.0.1:44931_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs 
params={baseConfigSet=_default&name=handleLegacyCollectionNames&action=CREATE&wt=javabin&version=2}
 status=0 QTime=408
   [junit4]   2> 80637 INFO  (qtp194678369-947) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80638 INFO  (qtp194678369-947) [n:127.0.0.1:44931_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 80639 INFO  (qtp194678369-946) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80641 INFO  (qtp194678369-946) [n:127.0.0.1:44931_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 80642 INFO  (qtp194678369-948) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80643 INFO  (qtp194678369-948) [n:127.0.0.1:44931_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 80644 INFO  (qtp194678369-944) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80645 INFO  (qtp194678369-944) [n:127.0.0.1:44931_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 80646 INFO  (qtp194678369-945) [n:127.0.0.1:44931_solr     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=handleLegacyCollectionNames&name=handleLegacyCollectionNames&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 80653 INFO  
(OverseerCollectionConfigSetProcessor-72709937755455497-127.0.0.1:40203_solr-n_0000000000)
 [n:127.0.0.1:40203_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 80653 INFO  
(OverseerThreadFactory-193-thread-2-processing-n:127.0.0.1:40203_solr) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
handleLegacyCollectionNames
   [junit4]   2> 80769 INFO  
(OverseerStateUpdate-72709937755455497-127.0.0.1:40203_solr-n_0000000000) 
[n:127.0.0.1:40203_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"handleLegacyCollectionNames",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"handleLegacyCollectionNames_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41879/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 81023 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr    
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=handleLegacyCollectionNames&newCollection=true&name=handleLegacyCollectionNames_shard1_replica_n1&action=CREATE&numShards=1&collection=handleLegacyCollectionNames&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 82135 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 82136 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.RequestParams request 
params refreshed to version 0
   [junit4]   2> 82141 WARN  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 82142 WARN  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
   [junit4]   2> 82142 WARN  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 82142 WARN  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
   [junit4]   2> 82142 WARN  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 82142 WARN  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
   [junit4]   2> 82142 WARN  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 82142 WARN  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
   [junit4]   2> 82142 WARN  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't 
add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1/../../../../dist
   [junit4]   2> 82185 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 9.0.0
   [junit4]   2> 82534 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[handleLegacyCollectionNames_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 84004 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded 
schema default-config/1.6 with uniqueid field id
   [junit4]   2> 84004 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'handleLegacyCollectionNames_shard1_replica_n1' using 
configuration from collection handleLegacyCollectionNames, trusted=true
   [junit4]   2> 84004 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_41879.solr.core.handleLegacyCollectionNames.shard1.replica_n1' (registry 
'solr.core.handleLegacyCollectionNames.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@de05e3f
   [junit4]   2> 84005 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[handleLegacyCollectionNames_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/handleLegacyCollectionNames_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_8879E35521A4B9EA-001/tempDir-001/node1/./handleLegacyCollectionNames_shard1_replica_n1/data/]
   [junit4]   2> 84033 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 84801 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 84801 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 84836 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 84836 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 84839 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4be12c85[handleLegacyCollectionNames_shard1_replica_n1] main]
   [junit4]   2> 84846 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/handleLegacyCollectionNames
   [junit4]   2> 84847 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/handleLegacyCollectionNames
   [junit4]   2> 84847 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/handleLegacyCollectionNames/managed-schema
   [junit4]   2> 84848 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 84848 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 84860 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, 
classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, 
maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, 
maxQueryFrequency=0.01}
   [junit4]   2> 85025 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 85026 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1649968297615032320
   [junit4]   2> 85110 INFO  
(searcherExecutor-210-thread-1-processing-n:127.0.0.1:41879_solr 
x:handleLegacyCollectionNames_shard1_replica_n1 c:handleLegacyCollectionNames 
s:shard1 r:core_node2) [n:127.0.0.1:41879_solr c:handleLegacyCollectionNames 
s:shard1 r:core_node2 x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@4be12c85[handleLegacyCollectionNames_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 85110 INFO  
(searcherExecutor-210-thread-1-processing-n:127.0.0.1:41879_solr 
x:handleLegacyCollectionNames_shard1_replica_n1 c:handleLegacyCollectionNames 
s:shard1 r:core_node2) [n:127.0.0.1:41879_solr c:handleLegacyCollectionNames 
s:shard1 r:core_node2 x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 85110 INFO  
(searcherExecutor-210-thread-1-processing-n:127.0.0.1:41879_solr 
x:handleLegacyCollectionNames_shard1_replica_n1 c:handleLegacyCollectionNames 
s:shard1 r:core_node2) [n:127.0.0.1:41879_solr c:handleLegacyCollectionNames 
s:shard1 r:core_node2 x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 85112 INFO  
(searcherExecutor-210-thread-1-processing-n:127.0.0.1:41879_solr 
x:handleLegacyCollectionNames_shard1_replica_n1 c:handleLegacyCollectionNames 
s:shard1 r:core_node2) [n:127.0.0.1:41879_solr c:handleLegacyCollectionNames 
s:shard1 r:core_node2 x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.c.SolrCore [handleLegacyCollectionNames_shard1_replica_n1] Registered new 
searcher Searcher@4be12c85[handleLegacyCollectionNames_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 85120 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/handleLegacyCollectionNames/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 85120 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/handleLegacyCollectionNames/leaders/shard1
   [junit4]   2> 85128 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 85128 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 85128 INFO  (qtp1203584434-936) [n:127.0.0.1:41879_solr 
c:handleLegacyCollectionNames s:shard1 r:core_node2 
x:handleLegacyCollectionNames_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:41879/solr/handleLegacyCollectionNames_shard1_replica_n1/
   [junit4]

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

1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> 
(2)
   [junit4]   2> 295835 INFO  (zkCallback-3498-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 295836 INFO  (zkCallback-3504-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 295837 INFO  (jetty-closer-3535-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5b474152{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 295837 INFO  (jetty-closer-3535-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2b2e4071{/solr,null,UNAVAILABLE}
   [junit4]   2> 295844 INFO  (jetty-closer-3535-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 295936 INFO  (jetty-closer-3535-thread-4) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@27dad641{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 295936 INFO  (jetty-closer-3535-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@a910834{/solr,null,UNAVAILABLE}
   [junit4]   2> 295936 INFO  (jetty-closer-3535-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 296037 INFO  (jetty-closer-3535-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 296037 INFO  (jetty-closer-3535-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@54931217: rootName = 
solr_38637, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@460c3e18
   [junit4]   2> 296038 INFO  (jetty-closer-3535-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 296038 INFO  (jetty-closer-3535-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d874a52: rootName = 
solr_33681, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@356f3945
   [junit4]   2> 296042 INFO  (jetty-closer-3535-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 296042 INFO  (jetty-closer-3535-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@63a54aa4: rootName = 
solr_33681, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@61c6299d
   [junit4]   2> 296043 INFO  (jetty-closer-3535-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 296043 INFO  (jetty-closer-3535-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@662f54fc: rootName = 
solr_38637, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@61c6299d
   [junit4]   2> 296045 INFO  (jetty-closer-3535-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 296045 INFO  (jetty-closer-3535-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4baf0cb3: rootName = 
solr_33681, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@27bcf3d
   [junit4]   2> 296045 INFO  (jetty-closer-3535-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 296045 INFO  (jetty-closer-3535-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 296045 INFO  (jetty-closer-3535-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@745ef192: rootName = 
solr_38637, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@27bcf3d
   [junit4]   2> 296045 INFO  (jetty-closer-3535-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 296053 INFO  (zkCallback-3504-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 296153 INFO  (jetty-closer-3535-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5cf3de6c{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 296154 INFO  (jetty-closer-3535-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7632a5b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 296154 INFO  (jetty-closer-3535-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 296254 INFO  (jetty-closer-3535-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@16207707{ssl,[ssl, alpn, 
http/1.1, h2]}{127.0.0.1:0}
   [junit4]   2> 296254 INFO  (jetty-closer-3535-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@11e12e{/solr,null,UNAVAILABLE}
   [junit4]   2> 296254 INFO  (jetty-closer-3535-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 296255 INFO  
(SUITE-MathExpressionTest-seed#[4B489A4C6D218B8D]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 296457 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        4       /solr/packages.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       
/solr/collections/collection1_collection/terms/shard1
   [junit4]   2>        3       
/solr/collections/collection1_collection/terms/shard2
   [junit4]   2>        2       
/solr/collections/collection1_collection/collectionprops.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      
/solr/collections/collection1_collection/state.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        23      /solr/live_nodes
   [junit4]   2>        21      /solr/overseer/queue
   [junit4]   2>        11      /solr/collections
   [junit4]   2>        8       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 296458 INFO  
(SUITE-MathExpressionTest-seed#[4B489A4C6D218B8D]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45191
   [junit4]   2> 296458 INFO  
(SUITE-MathExpressionTest-seed#[4B489A4C6D218B8D]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45191
   [junit4]   2> 296458 INFO  
(SUITE-MathExpressionTest-seed#[4B489A4C6D218B8D]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45191
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.MathExpressionTest_4B489A4C6D218B8D-001
   [junit4]   2> Nov 12, 2019 5:11:06 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{test_t=Lucene50(blocksize=128), col_s=BlockTreeOrds(blocksize=128), 
multiDefault=BlockTreeOrds(blocksize=128), 
id=PostingsFormat(name=LuceneFixedGap), text=Lucene50(blocksize=128)}, 
docValues:{col_s=DocValuesFormat(name=Asserting), 
order_i=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Asserting), 
price_f=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Asserting), 
test_dt=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Lucene80), 
price_i=DocValuesFormat(name=Lucene80), 
miles_i=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1244, 
maxMBSortInHeap=5.840869455317003, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@32c8277a),
 locale=ja-JP, timezone=America/St_Lucia
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=4,threads=1,free=56513552,total=281018368
   [junit4]   2> NOTE: All tests run in this JVM: [OperationsTest, 
ReplicaListTransformerTest, FieldValueEvaluatorTest, 
ConcurrentUpdateHttp2SolrClientMultiCollectionTest, StreamingTest, 
GreaterThanEvaluatorTest, TestValidatingJsonMap, 
Http2SolrClientCompatibilityTest, AscEvaluatorTest, SolrExampleJettyTest, 
SolrExampleBinaryTest, CloudSolrClientRetryTest, CommonParamsTest, 
TestFastWriter, ArcSineEvaluatorTest, LargeVolumeJettyTest, 
CubedRootEvaluatorTest, DocumentAnalysisResponseTest, 
CollectionAdminRequestRequiredParamsTest, TestPolicy2, NestableJsonFacetTest, 
TestDocCollectionWatcher, TestCollectionAdminRequest, TestDocumentObjectBinder, 
JsonQueryRequestIntegrationTest, ClientUtilsTest, ReverseEvaluatorTest, 
StreamExpressionTest, TermsResponseTest, HeatmapFacetMapTest, 
NaturalLogEvaluatorTest, AndEvaluatorTest, JsonRequestApiHeatmapFacetingTest, 
JsonRequestApiTest, GetByIdTest, SolrExceptionTest, SolrQueryTest, 
SolrSchemalessExampleTest, TestBatchUpdate, TestLBHttp2SolrClient, 
TestLBHttpSolrClient, TestPolicyOld, JettyWebappTest, MergeIndexesEmbeddedTest, 
SolrExampleStreamingBinaryTest, SolrExampleStreamingHttp2Test, 
TestEmbeddedSolrServer, BasicHttpSolrClientTest, CloudHttp2SolrClientTest, 
GraphTest, MathExpressionTest]
   [junit4] Completed [178/206 (1!)] on J1 in 16.78s, 139 tests, 1 error <<< 
FAILURES!

[...truncated 51787 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to