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

3 tests failed.
FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([5145F71F23F96481:450DAC4A00FED99F]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:657)
        at java.util.ArrayList.get(ArrayList.java:433)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([5145F71F23F96481:D911C8C58D050979]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.assertInvariants(TimeRoutedAliasUpdateProcessorTest.java:245)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.test(TimeRoutedAliasUpdateProcessorTest.java:123)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelCommitStream

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([59F90C48FF3B797:2575F2C413B25ADB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelCommitStream(StreamExpressionTest.java:4594)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12713 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/init-core-data-001
   [junit4]   2> 2144410 WARN  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[5145F71F23F96481]-worker) [    
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2144410 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[5145F71F23F96481]-worker) [    
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2144411 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[5145F71F23F96481]-worker) [    
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2144411 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[5145F71F23F96481]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2144411 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[5145F71F23F96481]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001
   [junit4]   2> 2144411 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[5145F71F23F96481]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2144412 INFO  (Thread-2976) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2144412 INFO  (Thread-2976) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2144422 ERROR (Thread-2976) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2144512 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[5145F71F23F96481]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:37173
   [junit4]   2> 2144526 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2144526 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2144530 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d1dd213{/solr,null,AVAILABLE}
   [junit4]   2> 2144531 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48a3cc64{/solr,null,AVAILABLE}
   [junit4]   2> 2144531 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@176d55a{HTTP/1.1,[http/1.1]}{127.0.0.1:51617}
   [junit4]   2> 2144531 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.e.j.s.Server Started @2147400ms
   [junit4]   2> 2144531 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@411e2554{HTTP/1.1,[http/1.1]}{127.0.0.1:46686}
   [junit4]   2> 2144531 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.e.j.s.Server Started @2147400ms
   [junit4]   2> 2144531 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46686}
   [junit4]   2> 2144531 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51617}
   [junit4]   2> 2144533 ERROR (jetty-launcher-2240-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2144533 ERROR (jetty-launcher-2240-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2144533 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 2144533 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 2144533 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2144534 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2144534 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2144534 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2144534 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-04T16:30:03.065Z
   [junit4]   2> 2144534 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-04T16:30:03.065Z
   [junit4]   2> 2144538 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2144538 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2144551 INFO  (jetty-launcher-2240-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37173/solr
   [junit4]   2> 2144552 INFO  (jetty-launcher-2240-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37173/solr
   [junit4]   2> 2144687 INFO  (jetty-launcher-2240-thread-2) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2144688 INFO  (jetty-launcher-2240-thread-2) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:51617_solr
   [junit4]   2> 2144689 INFO  (jetty-launcher-2240-thread-2) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.Overseer Overseer 
(id=99116974273462277-127.0.0.1:51617_solr-n_0000000000) starting
   [junit4]   2> 2144696 INFO  (jetty-launcher-2240-thread-1) 
[n:127.0.0.1:46686_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2144697 INFO  (jetty-launcher-2240-thread-1) 
[n:127.0.0.1:46686_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46686_solr
   [junit4]   2> 2144699 INFO  
(zkCallback-2252-thread-1-processing-n:127.0.0.1:46686_solr) 
[n:127.0.0.1:46686_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2144699 INFO  
(zkCallback-2251-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2144700 INFO  (jetty-launcher-2240-thread-2) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51617_solr
   [junit4]   2> 2144702 INFO  
(zkCallback-2252-thread-1-processing-n:127.0.0.1:46686_solr) 
[n:127.0.0.1:46686_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2144705 INFO  
(zkCallback-2251-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2144775 INFO  (jetty-launcher-2240-thread-2) 
[n:127.0.0.1:51617_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51617.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff07dd
   [junit4]   2> 2144780 INFO  (jetty-launcher-2240-thread-2) 
[n:127.0.0.1:51617_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51617.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff07dd
   [junit4]   2> 2144780 INFO  (jetty-launcher-2240-thread-2) 
[n:127.0.0.1:51617_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51617.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff07dd
   [junit4]   2> 2144781 INFO  (jetty-launcher-2240-thread-2) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/.
   [junit4]   2> 2144798 INFO  (jetty-launcher-2240-thread-1) 
[n:127.0.0.1:46686_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46686.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff07dd
   [junit4]   2> 2144802 INFO  (jetty-launcher-2240-thread-1) 
[n:127.0.0.1:46686_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46686.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff07dd
   [junit4]   2> 2144802 INFO  (jetty-launcher-2240-thread-1) 
[n:127.0.0.1:46686_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46686.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff07dd
   [junit4]   2> 2144803 INFO  (jetty-launcher-2240-thread-1) 
[n:127.0.0.1:46686_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/.
   [junit4]   2> 2144833 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[5145F71F23F96481]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2144837 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[5145F71F23F96481]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2144838 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[5145F71F23F96481]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37173/solr ready
   [junit4]   2> 2144841 INFO  (qtp644981628-15400) [n:127.0.0.1:46686_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2144844 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
timeConfig
   [junit4]   2> 2144845 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.CreateCollectionCmd Only _default config 
set found, using it.
   [junit4]   2> 2144845 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/timeConfig/protwords.txt
   [junit4]   2> 2144847 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/timeConfig/managed-schema
   [junit4]   2> 2144849 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/timeConfig/solrconfig.xml
   [junit4]   2> 2144851 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/timeConfig/synonyms.txt
   [junit4]   2> 2144853 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/timeConfig/stopwords.txt
   [junit4]   2> 2144856 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/timeConfig/lang/contractions_it.txt
   [junit4]   2> 2144859 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/timeConfig/lang/stopwords_no.txt
   [junit4]   2> 2144861 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/timeConfig/lang/stopwords_hy.txt
   [junit4]   2> 2144864 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/timeConfig/lang/contractions_ca.txt
   [junit4]   2> 2144866 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/timeConfig/lang/stemdict_nl.txt
   [junit4]   2> 2144868 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/timeConfig/lang/stopwords_id.txt
   [junit4]   2> 2144871 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/timeConfig/lang/stopwords_ga.txt
   [junit4]   2> 2144873 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/timeConfig/lang/stopwords_da.txt
   [junit4]   2> 2144875 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/timeConfig/lang/stopwords_hi.txt
   [junit4]   2> 2144878 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/timeConfig/lang/stopwords_ja.txt
   [junit4]   2> 2144880 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/timeConfig/lang/stopwords_pt.txt
   [junit4]   2> 2144882 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/timeConfig/lang/stopwords_hu.txt
   [junit4]   2> 2144885 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/timeConfig/lang/stopwords_el.txt
   [junit4]   2> 2144887 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/timeConfig/lang/stopwords_ru.txt
   [junit4]   2> 2144889 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/timeConfig/lang/stopwords_tr.txt
   [junit4]   2> 2144891 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/timeConfig/lang/stopwords_ar.txt
   [junit4]   2> 2144893 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/timeConfig/lang/userdict_ja.txt
   [junit4]   2> 2144896 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/timeConfig/lang/stopwords_eu.txt
   [junit4]   2> 2144898 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/timeConfig/lang/stopwords_it.txt
   [junit4]   2> 2144900 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/timeConfig/lang/stopwords_cz.txt
   [junit4]   2> 2144902 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/timeConfig/lang/stoptags_ja.txt
   [junit4]   2> 2144904 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/timeConfig/lang/contractions_fr.txt
   [junit4]   2> 2144907 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/timeConfig/lang/stopwords_de.txt
   [junit4]   2> 2144909 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/timeConfig/lang/stopwords_fa.txt
   [junit4]   2> 2144911 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/timeConfig/lang/contractions_ga.txt
   [junit4]   2> 2144913 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/timeConfig/lang/stopwords_ca.txt
   [junit4]   2> 2144915 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/timeConfig/lang/stopwords_nl.txt
   [junit4]   2> 2144917 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/timeConfig/lang/stopwords_bg.txt
   [junit4]   2> 2144920 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/timeConfig/lang/stopwords_lv.txt
   [junit4]   2> 2144923 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/timeConfig/lang/stopwords_en.txt
   [junit4]   2> 2144925 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/timeConfig/lang/stopwords_es.txt
   [junit4]   2> 2144927 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/timeConfig/lang/stopwords_ro.txt
   [junit4]   2> 2144930 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/timeConfig/lang/stopwords_th.txt
   [junit4]   2> 2144932 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/timeConfig/lang/stopwords_fr.txt
   [junit4]   2> 2144934 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/timeConfig/lang/stopwords_sv.txt
   [junit4]   2> 2144936 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/timeConfig/lang/stopwords_fi.txt
   [junit4]   2> 2144938 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/timeConfig/lang/hyphenations_ga.txt
   [junit4]   2> 2144940 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/timeConfig/lang/stopwords_gl.txt
   [junit4]   2> 2144942 INFO  
(OverseerThreadFactory-5641-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/timeConfig/params.json
   [junit4]   2> 2145059 INFO  
(OverseerStateUpdate-99116974273462277-127.0.0.1:51617_solr-n_0000000000) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"timeConfig",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"timeConfig_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51617/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2145266 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2145266 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2145376 INFO  
(zkCallback-2251-thread-1-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2145376 INFO  
(zkCallback-2251-thread-2-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2146292 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2146292 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2146294 WARN  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2146294 WARN  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 2146294 WARN  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2146295 WARN  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 2146295 WARN  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2146295 WARN  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 2146296 WARN  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2146296 WARN  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 2146305 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2146326 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2146436 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2146473 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'timeConfig_shard1_replica_n1' using 
configuration from collection timeConfig, trusted=true
   [junit4]   2> 2146474 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51617.solr.core.timeConfig.shard1.replica_n1' (registry 
'solr.core.timeConfig.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff07dd
   [junit4]   2> 2146474 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2146474 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 2146476 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2146511 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2146511 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2146512 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2146512 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2146513 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@494a0ec6[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 2146514 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/timeConfig
   [junit4]   2> 2146514 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 2146515 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/timeConfig/managed-schema
   [junit4]   2> 2146515 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2146515 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2146516 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_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> 2146517 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2146517 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585871590573211648
   [junit4]   2> 2146517 INFO  
(searcherExecutor-5646-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@494a0ec6[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2146517 INFO  
(searcherExecutor-5646-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 2146517 INFO  
(searcherExecutor-5646-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 2146518 INFO  
(searcherExecutor-5646-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] 
Registered new searcher Searcher@494a0ec6[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2146522 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2146522 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2146522 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51617/solr/timeConfig_shard1_replica_n1/
   [junit4]   2> 2146522 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2146522 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:51617/solr/timeConfig_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 2146522 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2146525 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:51617/solr/timeConfig_shard1_replica_n1/ shard1
   [junit4]   2> 2146628 INFO  
(zkCallback-2251-thread-3-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2146628 INFO  
(zkCallback-2251-thread-2-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2146633 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2146637 INFO  (qtp1124988534-15392) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1372
   [junit4]   2> 2146643 INFO  (qtp644981628-15400) [n:127.0.0.1:46686_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2146739 INFO  
(zkCallback-2251-thread-2-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2146739 INFO  
(zkCallback-2251-thread-3-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/timeConfig/state.json] for collection [timeConfig] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2146847 INFO  
(OverseerCollectionConfigSetProcessor-99116974273462277-127.0.0.1:51617_solr-n_0000000000)
 [n:127.0.0.1:51617_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> 2147646 INFO  (qtp644981628-15400) [n:127.0.0.1:46686_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=2806
   [junit4]   2> 2147657 INFO  (qtp1124988534-15394) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted 
to ZK [{"set-user-property":{"timePartitionAliasName":"myalias"}}, 
{"set-user-property":{"update.autoCreateFields":false}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, 
{"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     
"class":"org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 2147660 INFO  (qtp1124988534-15394) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the 
property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 2147663 INFO  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
timeConfig_shard1_replica_n1
   [junit4]   2> 2147663 INFO  
(solrHandlerExecutor-5651-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 2147665 INFO  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrCore core reload timeConfig_shard1_replica_n1
   [junit4]   2> 2147680 INFO  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 2147680 INFO  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 2147681 WARN  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2147681 WARN  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 2147681 WARN  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2147681 WARN  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 2147681 WARN  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2147681 WARN  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 2147682 WARN  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2147682 WARN  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 2147687 INFO  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2147701 INFO  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2147765 INFO  (qtp1124988534-15396) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 2147765 INFO  (qtp1124988534-15396) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 2147766 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 2147766 INFO  
(solrHandlerExecutor-5651-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
http://127.0.0.1:51617/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 1 attempts
   [junit4]   2> 2147766 INFO  
(solrHandlerExecutor-5651-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 2147816 INFO  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 2147855 INFO  (Thread-2995) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'timeConfig_shard1_replica_n1' using 
configuration from collection timeConfig
   [junit4]   2> 2147867 INFO  (qtp1124988534-15397) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 2147867 INFO  (qtp1124988534-15397) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 2147867 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in 
progress . Not doing anything
   [junit4]   2> 2147868 INFO  
(solrHandlerExecutor-5651-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get 
expectedVersion 0 from 
http://127.0.0.1:51617/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 2 attempts
   [junit4]   2> 2147868 INFO  
(solrHandlerExecutor-5651-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 2147869 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_51617.solr.core.timeConfig.shard1.replica_n1' (registry 
'solr.core.timeConfig.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff07dd
   [junit4]   2> 2147869 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/timeConfig_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 2147871 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 2147902 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 2147902 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2147903 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3829d130[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 2147904 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/timeConfig
   [junit4]   2> 2147905 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 2147905 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/timeConfig/managed-schema
   [junit4]   2> 2147905 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2147906 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2147906 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_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> 2147907 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2147907 INFO  
(searcherExecutor-5652-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@3829d130[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2147907 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585871592030732288
   [junit4]   2> 2147907 INFO  
(searcherExecutor-5652-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 2147907 INFO  
(searcherExecutor-5652-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell 
index for spellchecker: default
   [junit4]   2> 2147909 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2147911 INFO  
(searcherExecutor-5652-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] 
Registered new searcher Searcher@3829d130[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2147911 INFO  (Thread-2995) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@455dff00[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 2147912 INFO  
(searcherExecutor-5652-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@455dff00[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2147912 INFO  
(searcherExecutor-5652-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 2147914 INFO  
(searcherExecutor-5652-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] 
Registered new searcher Searcher@455dff00[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2147968 INFO  (qtp1124988534-15390) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 2147968 INFO  (qtp1124988534-15390) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler isStale false , resourceloader 
org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 2147968 INFO  (qtp1124988534-15390) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 2147969 INFO  (qtp1124988534-15394) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Took 311.0ms to set the property overlay to be of 
version 0 for collection timeConfig
   [junit4]   2> 2147969 INFO  (qtp1124988534-15394) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@66926a09
   [junit4]   2> 2147969 INFO  (qtp1124988534-15394) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.timeConfig.shard1.replica_n1, tag=1720871433
   [junit4]   2> 2147969 INFO  (qtp1124988534-15394) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5207de19: rootName = 
solr_51617, domain = solr.core.timeConfig.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@51230b82
   [junit4]   2> 2147973 INFO  (qtp1124988534-15394) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.timeConfig.shard1.leader, tag=1720871433
   [junit4]   2> 2147978 INFO  (qtp1124988534-15396) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.ZkController Persisted config data to node 
/configs/timeConfig/params.json 
   [junit4]   2> 2147978 INFO  (qtp1124988534-15396) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the 
property params to be of version 1 for collection timeConfig
   [junit4]   2> 2147979 INFO  (Thread-2996) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
timeConfig_shard1_replica_n1
   [junit4]   2> 2147979 INFO  
(solrHandlerExecutor-5656-thread-1-processing-n:127.0.0.1:51617_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:51617_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 
secs, maxWait 30
   [junit4]   2> 2147980 INFO  (Thread-2996) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 2147980 INFO  (Thread-2996) [n:127.0.0.1:51617_solr    ] 
o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 2148081 INFO  (qtp1124988534-15397) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler I already have the expected version 1 of params
   [junit4]   2> 2148081 INFO  (qtp1124988534-15397) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler isStale false , resourceloader 
org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 2148081 INFO  (qtp1124988534-15397) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/znodeVersion params={params=1&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 2148083 INFO  (qtp1124988534-15396) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Took 104.0ms to set the property params to be of 
version 1 for collection timeConfig
   [junit4]   2> 2148083 INFO  (qtp1124988534-15396) [n:127.0.0.1:51617_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr 
path=/config/params params={wt=javabin&version=2} status=0 QTime=106
   [junit4]   2> 2148084 INFO  (qtp644981628-15403) [n:127.0.0.1:46686_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=timeConfig&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2148091 INFO  
(OverseerThreadFactory-5641-thread-2-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 2148093 INFO  (qtp1124988534-15395) [n:127.0.0.1:51617_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.timeConfig.shard1.replica_n1, tag=null
   [junit4]   2> 2148093 INFO  (qtp1124988534-15395) [n:127.0.0.1:51617_solr    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@53ac5413: rootName = 
solr_51617, domain = solr.core.timeConfig.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@51230b82
   [junit4]   2> 2148110 INFO  (qtp1124988534-15395) [n:127.0.0.1:51617_solr    
] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7d5bd9af
   [junit4]   2> 2148110 INFO  (qtp1124988534-15395) [n:127.0.0.1:51617_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.timeConfig.shard1.replica_n1, tag=2103171503
   [junit4]   2> 2148110 INFO  (qtp1124988534-15395) [n:127.0.0.1:51617_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.timeConfig.shard1.leader, tag=2103171503
   [junit4]   2> 2148116 INFO  (qtp1124988534-15395) [n:127.0.0.1:51617_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=timeConfig_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=24
   [junit4]   2> 2148829 INFO  (qtp644981628-15403) [n:127.0.0.1:46686_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=timeConfig&action=DELETE&wt=javabin&version=2} status=0 QTime=745
   [junit4]   2> 2148831 INFO  (qtp644981628-15404) [n:127.0.0.1:46686_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&property.timePartitionAliasName=myalias&collection.configName=timeConfig&name=myalias_2017-10-23&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2148837 INFO  
(OverseerThreadFactory-5641-thread-3-processing-n:127.0.0.1:51617_solr) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
myalias_2017-10-23
   [junit4]   2> 2148838 INFO  
(OverseerCollectionConfigSetProcessor-99116974273462277-127.0.0.1:51617_solr-n_0000000000)
 [n:127.0.0.1:51617_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2149058 INFO  
(OverseerStateUpdate-99116974273462277-127.0.0.1:51617_solr-n_0000000000) 
[n:127.0.0.1:51617_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"myalias_2017-10-23",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"myalias_2017-10-23_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46686/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2149259 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=timeConfig&newCollection=true&collection=myalias_2017-10-23&version=2&replicaType=NRT&coreNodeName=core_node2&property.timePartitionAliasName=myalias&name=myalias_2017-10-23_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 2149260 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2149365 INFO  
(zkCallback-2252-thread-1-processing-n:127.0.0.1:46686_solr) 
[n:127.0.0.1:46686_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/myalias_2017-10-23/state.json] for collection 
[myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2149365 INFO  
(zkCallback-2252-thread-2-processing-n:127.0.0.1:46686_solr) 
[n:127.0.0.1:46686_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/myalias_2017-10-23/state.json] for collection 
[myalias_2017-10-23] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2150273 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.RequestParams conf resource 
params.json loaded . version : 1 
   [junit4]   2> 2150273 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.RequestParams request params 
refreshed to version 1
   [junit4]   2> 2150274 WARN  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2150274 WARN  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../dist
   [junit4]   2> 2150274 WARN  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2150274 WARN  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../dist
   [junit4]   2> 2150275 WARN  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2150275 WARN  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../dist
   [junit4]   2> 2150275 WARN  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2150275 WARN  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_5145F71F23F96481-001/tempDir-001/node1/myalias_2017-10-23_shard1_replica_n1/../../../../dist
   [junit4]   2> 2150279 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.2.0
   [junit4]   2> 2150301 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.s.IndexSchema 
[myalias_2017-10-23_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2150405 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
default-config/1.6 with uniqueid field id
   [junit4]   2> 2150443 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'myalias_2017-10-23_shard1_replica_n1' using configuration from collection 
myalias_2017-10-23, trusted=true
   [junit4]   2> 2150443 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_46686.solr.core.myalias_2017-10-23.shard1.replica_n1' 
(registry 'solr.core.myalias_2017-10-23.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2cff07dd
   [junit4]   2> 2150443 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 
x:myalias_2017-10-23_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2150443 INFO  (qtp644981628-15406) [n:127.0.0.1:46686_solr 
c:myalias_2017-10-23 s:shard1 r:core_node2 

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

shard1 c:collection1 r:core_node3) [n:127.0.0.1:34271_solr c:collection1 
s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader 
Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 132498 INFO  
(zkCallback-22-thread-2-processing-n:127.0.0.1:61530_solr) 
[n:127.0.0.1:61530_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 132498 INFO  
(zkCallback-21-thread-3-processing-n:127.0.0.1:34271_solr) 
[n:127.0.0.1:34271_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 132499 INFO  
(zkCallback-1613-thread-1-processing-n:127.0.0.1:34271_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:34271_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (1)
   [junit4]   2> 132499 INFO  
(zkCallback-20-thread-1-processing-n:127.0.0.1:55648_solr) 
[n:127.0.0.1:55648_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 132499 INFO  (jetty-closer-2-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 132501 INFO  
(zkCallback-23-thread-1-processing-n:127.0.0.1:60529_solr) 
[n:127.0.0.1:60529_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 132502 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:34271_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@78001782
   [junit4]   2> 132502 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:34271_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=2013271938
   [junit4]   2> 132503 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:34271_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6b2f7164: rootName = 
solr_34271, domain = solr.core.collection1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@485d06fa
   [junit4]   2> 132508 INFO  (jetty-closer-2-thread-3) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60529_solr
   [junit4]   2> 132514 INFO  
(zkCallback-1613-thread-1-processing-n:127.0.0.1:34271_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:34271_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (0)
   [junit4]   2> 132514 INFO  
(zkCallback-23-thread-2-processing-n:127.0.0.1:60529_solr) 
[n:127.0.0.1:60529_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 132515 INFO  
(zkCallback-21-thread-3-processing-n:127.0.0.1:34271_solr) 
[n:127.0.0.1:34271_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 132515 INFO  (coreCloseExecutor-219-thread-1) 
[n:127.0.0.1:34271_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=2013271938
   [junit4]   2> 132516 INFO  (jetty-closer-2-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 132520 INFO  (jetty-closer-2-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@283d99b7{/solr,null,UNAVAILABLE}
   [junit4]   2> 132520 INFO  (jetty-closer-2-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@acc1bd9{/solr,null,UNAVAILABLE}
   [junit4]   2> 132525 INFO  (coreCloseExecutor-222-thread-1) 
[n:127.0.0.1:60529_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@a33c459
   [junit4]   2> 132525 INFO  (coreCloseExecutor-222-thread-1) 
[n:127.0.0.1:60529_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard2.replica_n2, tag=171164761
   [junit4]   2> 132525 INFO  (coreCloseExecutor-222-thread-1) 
[n:127.0.0.1:60529_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b382a22: rootName = 
solr_60529, domain = solr.core.collection1.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@6d15a48b
   [junit4]   2> 132532 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.Overseer 
Overseer (id=99117127442694154-127.0.0.1:34271_solr-n_0000000000) closing
   [junit4]   2> 132533 INFO  
(OverseerStateUpdate-99117127442694154-127.0.0.1:34271_solr-n_0000000000) 
[n:127.0.0.1:34271_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34271_solr
   [junit4]   2> 132538 WARN  
(OverseerAutoScalingTriggerThread-99117127442694154-127.0.0.1:34271_solr-n_0000000000)
 [n:127.0.0.1:34271_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 132548 INFO  
(zkCallback-23-thread-2-processing-n:127.0.0.1:60529_solr) 
[n:127.0.0.1:60529_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60529_solr
   [junit4]   2> 132549 INFO  (jetty-closer-2-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5aabcba1{/solr,null,UNAVAILABLE}
   [junit4]   2> 132551 INFO  (coreCloseExecutor-222-thread-1) 
[n:127.0.0.1:60529_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=171164761
   [junit4]   2> 132563 INFO  (jetty-closer-2-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1e9b92f1{/solr,null,UNAVAILABLE}
   [junit4]   2> 132571 ERROR 
(SUITE-StreamExpressionTest-seed#[59F90C48FF3B797]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 132573 INFO  
(SUITE-StreamExpressionTest-seed#[59F90C48FF3B797]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41631 41631
   [junit4]   2> 139927 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:182)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 139929 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:41631 41631
   [junit4]   2> 139935 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        102     /solr/aliases.json
   [junit4]   2>        102     /solr/clusterprops.json
   [junit4]   2>        13      /solr/configs/conf
   [junit4]   2>        8       /solr/configs/ml
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        102     /solr/clusterstate.json
   [junit4]   2>        38      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        26      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        22      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        12      /solr/collections/collection1/state.json
   [junit4]   2>        12      /solr/collections/modelCollection/state.json
   [junit4]   2>        10      /solr/collections/mainCorpus1/state.json
   [junit4]   2>        10      /solr/collections/destination/state.json
   [junit4]   2>        10      /solr/collections/destination1/state.json
   [junit4]   2>        10      /solr/collections/workQueue1/state.json
   [junit4]   2>        10      /solr/collections/workQueue/state.json
   [junit4]   2>        10      /solr/collections/uknownCollection/state.json
   [junit4]   2>        10      
/solr/collections/checkpointCollection/state.json
   [junit4]   2>        10      /solr/collections/mainCorpus/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99117127442694154-127.0.0.1:34271_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        102     /solr/live_nodes
   [junit4]   2>        102     /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_59F90C48FF3B797-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=de-CH, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=1,free=137468920,total=312475648
   [junit4]   2> NOTE: All tests run in this JVM: 
[HyperbolicCosineEvaluatorTest, CollectionAdminRequestRequiredParamsTest, 
ContentStreamTest, JsonValidatorTest, DocumentAnalysisResponseTest, 
AnlysisResponseBaseTest, StreamExpressionTest]
   [junit4] Completed [70/146 (1!)] on J1 in 138.65s, 138 tests, 1 failure <<< 
FAILURES!

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

Reply via email to