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

3 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig

Error Message:
expected: org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   
"cluster-preferences":[{"maximize":"freedisk"}],   
"triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       
"event":"nodeLost",       "waitFor":30,       "actions":[         {           
"name":"auto_add_replicas_plan",           
"class":"solr.AutoAddReplicasPlanAction"},         {           
"name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       
"enabled":true}},   "listeners":{".auto_add_replicas.system":{       
"trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         
"STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         
"BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       
"beforeAction":[]}},   "properties":{}}> but was: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{   
"cluster-preferences":[{"maximize":"freedisk"}],   
"triggers":{".auto_add_replicas":{       "name":".auto_add_replicas",       
"event":"nodeLost",       "waitFor":30,       "actions":[         {           
"name":"auto_add_replicas_plan",           
"class":"solr.AutoAddReplicasPlanAction"},         {           
"name":"execute_plan",           "class":"solr.ExecutePlanAction"}],       
"enabled":true}},   "listeners":{".auto_add_replicas.system":{       
"trigger":".auto_add_replicas",       "afterAction":[],       "stage":[         
"STARTED",         "ABORTED",         "SUCCEEDED",         "FAILED",         
"BEFORE_ACTION",         "AFTER_ACTION",         "IGNORED"],       
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",       
"beforeAction":[]}},   "properties":{}}>

Stack Trace:
java.lang.AssertionError: expected: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}> but was: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}>
        at 
__randomizedtesting.SeedInfo.seed([D1679C3BF6DD9A4C:EEEF9F93E18B6AAB]: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:147)
        at 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
        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.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData

Error Message:
Node watch should have fired!

Stack Trace:
java.lang.AssertionError: Node watch should have fired!
        at 
__randomizedtesting.SeedInfo.seed([D1679C3BF6DD9A4C:F7F77369A2535C46]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData(TestDistribStateManager.java:256)
        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.testParse

Error Message:
Error from server at http://127.0.0.1:55934/solr: Collection : 
myalias_2017-10-24 is part of alias myalias remove or modify the alias before 
removing this collection.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:55934/solr: Collection : myalias_2017-10-24 is 
part of alias myalias remove or modify the alias before removing this 
collection.
        at 
__randomizedtesting.SeedInfo.seed([D1679C3BF6DD9A4C:BEE2D7634AABA9A3]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.doBefore(TimeRoutedAliasUpdateProcessorTest.java:84)
        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$9.evaluate(RandomizedRunner.java:968)
        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 12445 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/init-core-data-001
   [junit4]   2> 1537074 WARN  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D1679C3BF6DD9A4C]-worker) [    
] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 1537074 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D1679C3BF6DD9A4C]-worker) [    
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1537075 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D1679C3BF6DD9A4C]-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> 1537075 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D1679C3BF6DD9A4C]-worker) [    
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1537075 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D1679C3BF6DD9A4C]-worker) [    
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001
   [junit4]   2> 1537076 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D1679C3BF6DD9A4C]-worker) [    
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1537076 INFO  (Thread-5266) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1537076 INFO  (Thread-5266) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1537079 ERROR (Thread-5266) [    ] 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> 1537177 INFO  
(SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[D1679C3BF6DD9A4C]-worker) [    
] o.a.s.c.ZkTestServer start zk server on port:60915
   [junit4]   2> 1537214 INFO  (zkConnectionManagerCallback-2259-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537222 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1537222 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1537223 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36322870{/solr,null,AVAILABLE}
   [junit4]   2> 1537224 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a2ddcef{/solr,null,AVAILABLE}
   [junit4]   2> 1537225 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6685d4ac{HTTP/1.1,[http/1.1]}{127.0.0.1:55934}
   [junit4]   2> 1537225 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.e.j.s.Server Started @1541312ms
   [junit4]   2> 1537225 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55934}
   [junit4]   2> 1537225 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7dbcc1d{HTTP/1.1,[http/1.1]}{127.0.0.1:43882}
   [junit4]   2> 1537225 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.e.j.s.Server Started @1541312ms
   [junit4]   2> 1537225 ERROR (jetty-launcher-2256-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1537225 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43882}
   [junit4]   2> 1537225 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1537225 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1537225 ERROR (jetty-launcher-2256-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1537226 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1537227 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1537227 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-13T00:43:24.244Z
   [junit4]   2> 1537227 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1537227 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1537227 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-13T00:43:24.244Z
   [junit4]   2> 1537229 INFO  (zkConnectionManagerCallback-2261-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537229 INFO  (zkConnectionManagerCallback-2263-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537230 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1537230 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1537236 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160ecf89c3e0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1537236 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160ecf89c3e0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1537236 INFO  (jetty-launcher-2256-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60915/solr
   [junit4]   2> 1537237 INFO  (jetty-launcher-2256-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60915/solr
   [junit4]   2> 1537238 INFO  (zkConnectionManagerCallback-2268-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537238 INFO  (zkConnectionManagerCallback-2271-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537241 INFO  
(zkConnectionManagerCallback-2273-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537242 INFO  
(zkConnectionManagerCallback-2275-thread-1-processing-n:127.0.0.1:43882_solr) 
[n:127.0.0.1:43882_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537360 INFO  (jetty-launcher-2256-thread-1) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1537361 INFO  (jetty-launcher-2256-thread-1) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55934_solr
   [junit4]   2> 1537363 INFO  (jetty-launcher-2256-thread-1) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.Overseer Overseer 
(id=99339744319504389-127.0.0.1:55934_solr-n_0000000000) starting
   [junit4]   2> 1537374 INFO  (jetty-launcher-2256-thread-1) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55934_solr
   [junit4]   2> 1537379 INFO  
(OverseerStateUpdate-99339744319504389-127.0.0.1:55934_solr-n_0000000000) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1537399 INFO  
(zkCallback-2274-thread-1-processing-n:127.0.0.1:43882_solr) 
[n:127.0.0.1:43882_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1537400 INFO  (jetty-launcher-2256-thread-2) 
[n:127.0.0.1:43882_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1537402 INFO  (jetty-launcher-2256-thread-2) 
[n:127.0.0.1:43882_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43882_solr
   [junit4]   2> 1537403 INFO  
(zkCallback-2272-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1537449 INFO  
(zkCallback-2274-thread-1-processing-n:127.0.0.1:43882_solr) 
[n:127.0.0.1:43882_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1537453 INFO  (jetty-launcher-2256-thread-1) 
[n:127.0.0.1:55934_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55934.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a8f7cfb
   [junit4]   2> 1537458 INFO  (jetty-launcher-2256-thread-1) 
[n:127.0.0.1:55934_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55934.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a8f7cfb
   [junit4]   2> 1537458 INFO  (jetty-launcher-2256-thread-1) 
[n:127.0.0.1:55934_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55934.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a8f7cfb
   [junit4]   2> 1537459 INFO  (jetty-launcher-2256-thread-1) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node1/.
   [junit4]   2> 1537592 INFO  (jetty-launcher-2256-thread-2) 
[n:127.0.0.1:43882_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43882.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a8f7cfb
   [junit4]   2> 1537597 INFO  (jetty-launcher-2256-thread-2) 
[n:127.0.0.1:43882_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43882.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a8f7cfb
   [junit4]   2> 1537598 INFO  (jetty-launcher-2256-thread-2) 
[n:127.0.0.1:43882_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43882.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a8f7cfb
   [junit4]   2> 1537598 INFO  (jetty-launcher-2256-thread-2) 
[n:127.0.0.1:43882_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/.
   [junit4]   2> 1537616 INFO  (zkConnectionManagerCallback-2281-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1537632 INFO  (qtp1592079347-14597) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1537636 INFO  (qtp1592079347-14597) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1537767 INFO  
(TEST-TimeRoutedAliasUpdateProcessorTest.test-seed#[D1679C3BF6DD9A4C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1537768 INFO  (qtp1592079347-14603) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1537769 INFO  (qtp1592079347-14603) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1537770 INFO  (qtp1592079347-14600) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1537771 INFO  (qtp1592079347-14600) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1537772 INFO  (qtp1592079347-14597) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1537772 INFO  (qtp1592079347-14597) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1537773 INFO  (qtp1592079347-14598) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1537774 INFO  (qtp1592079347-14598) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1537775 INFO  (qtp1592079347-14602) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1537776 INFO  (qtp1592079347-14602) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1537776 INFO  (qtp1592079347-14599) [n:127.0.0.1:55934_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> 1537779 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
timeConfig
   [junit4]   2> 1537779 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.CreateCollectionCmd Only _default config 
set found, using it.
   [junit4]   2> 1537780 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/timeConfig/protwords.txt
   [junit4]   2> 1537783 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/timeConfig/managed-schema
   [junit4]   2> 1537786 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/timeConfig/solrconfig.xml
   [junit4]   2> 1537789 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/timeConfig/synonyms.txt
   [junit4]   2> 1537791 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/timeConfig/stopwords.txt
   [junit4]   2> 1537793 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to /configs/timeConfig/params.json
   [junit4]   2> 1537796 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537799 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537802 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537804 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537806 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537809 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537812 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537815 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537818 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537821 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537824 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537827 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537830 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537833 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537835 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537841 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537843 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537845 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537848 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537850 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537852 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537855 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537857 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537859 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537861 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537863 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537865 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537867 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537872 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537878 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537881 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537883 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537886 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537889 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537891 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537894 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537897 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1537899 INFO  
(OverseerThreadFactory-4931-thread-1-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_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> 1538012 INFO  
(OverseerStateUpdate-99339744319504389-127.0.0.1:55934_solr-n_0000000000) 
[n:127.0.0.1:55934_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:43882/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1538229 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1538229 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1538347 INFO  
(zkCallback-2274-thread-1-processing-n:127.0.0.1:43882_solr) 
[n:127.0.0.1:43882_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> 1538347 INFO  
(zkCallback-2274-thread-2-processing-n:127.0.0.1:43882_solr) 
[n:127.0.0.1:43882_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> 1539263 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539263 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539264 WARN  (qtp489267616-14605) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1539264 WARN  (qtp489267616-14605) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1539264 WARN  (qtp489267616-14605) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1539264 WARN  (qtp489267616-14605) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1539265 WARN  (qtp489267616-14605) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1539265 WARN  (qtp489267616-14605) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1539265 WARN  (qtp489267616-14605) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1539265 WARN  (qtp489267616-14605) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1539272 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1539295 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539453 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539532 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539532 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43882.solr.core.timeConfig.shard1.replica_n1' (registry 
'solr.core.timeConfig.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a8f7cfb
   [junit4]   2> 1539533 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1539533 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 1539535 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1539592 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539592 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539594 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539594 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1539595 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@72a1cbb1[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1539596 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539596 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539596 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539597 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539597 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1539598 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539599 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539599 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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 1589435911756578816
   [junit4]   2> 1539599 INFO  
(searcherExecutor-4936-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@72a1cbb1[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1539599 INFO  
(searcherExecutor-4936-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 1539599 INFO  
(searcherExecutor-4936-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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> 1539600 INFO  
(searcherExecutor-4936-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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@72a1cbb1[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1539605 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539605 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539605 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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:43882/solr/timeConfig_shard1_replica_n1/
   [junit4]   2> 1539606 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539606 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:43882/solr/timeConfig_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1539606 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539611 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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:43882/solr/timeConfig_shard1_replica_n1/ shard1
   [junit4]   2> 1539714 INFO  
(zkCallback-2274-thread-2-processing-n:127.0.0.1:43882_solr) 
[n:127.0.0.1:43882_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> 1539714 INFO  
(zkCallback-2274-thread-1-processing-n:127.0.0.1:43882_solr) 
[n:127.0.0.1:43882_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> 1539763 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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> 1539765 INFO  (qtp489267616-14605) [n:127.0.0.1:43882_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=1536
   [junit4]   2> 1539772 INFO  (qtp1592079347-14599) [n:127.0.0.1:55934_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> 1539782 INFO  
(OverseerCollectionConfigSetProcessor-99339744319504389-127.0.0.1:55934_solr-n_0000000000)
 [n:127.0.0.1:55934_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> 1539867 INFO  
(zkCallback-2274-thread-1-processing-n:127.0.0.1:43882_solr) 
[n:127.0.0.1:43882_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> 1539867 INFO  
(zkCallback-2274-thread-2-processing-n:127.0.0.1:43882_solr) 
[n:127.0.0.1:43882_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> 1540778 INFO  (qtp1592079347-14599) [n:127.0.0.1:55934_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=3002
   [junit4]   2> 1540781 INFO  (qtp1592079347-14603) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1540785 INFO  (qtp1592079347-14603) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1540793 INFO  (qtp489267616-14609) [n:127.0.0.1:43882_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> 1540793 INFO  (qtp489267616-14609) [n:127.0.0.1:43882_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> 1540796 INFO  
(solrHandlerExecutor-4941-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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> 1540799 INFO  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
timeConfig_shard1_replica_n1
   [junit4]   2> 1540801 INFO  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrCore core reload timeConfig_shard1_replica_n1
   [junit4]   2> 1540818 INFO  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1540818 INFO  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1540819 WARN  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1540819 WARN  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1540820 WARN  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1540820 WARN  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1540820 WARN  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1540820 WARN  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1540820 WARN  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1540820 WARN  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1540827 INFO  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1540861 INFO  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1540898 INFO  (qtp489267616-14610) [n:127.0.0.1:43882_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> 1540898 INFO  (qtp489267616-14610) [n:127.0.0.1:43882_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> 1540899 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:43882_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> 1540899 INFO  
(solrHandlerExecutor-4941-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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:43882/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 1 attempts
   [junit4]   2> 1540899 INFO  
(solrHandlerExecutor-4941-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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> 1541000 INFO  (qtp489267616-14608) [n:127.0.0.1:43882_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> 1541000 INFO  (qtp489267616-14608) [n:127.0.0.1:43882_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> 1541000 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:43882_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> 1541001 INFO  
(solrHandlerExecutor-4941-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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:43882/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 2 attempts
   [junit4]   2> 1541001 INFO  
(solrHandlerExecutor-4941-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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> 1541001 INFO  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1541040 INFO  (Thread-5285) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'timeConfig_shard1_replica_n1' using 
configuration from collection timeConfig
   [junit4]   2> 1541077 INFO  (Thread-5285) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43882.solr.core.timeConfig.shard1.replica_n1' (registry 
'solr.core.timeConfig.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a8f7cfb
   [junit4]   2> 1541078 INFO  (Thread-5285) [n:127.0.0.1:43882_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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/timeConfig_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_D1679C3BF6DD9A4C-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 1541079 INFO  (Thread-5285) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1541101 INFO  (qtp489267616-14611) [n:127.0.0.1:43882_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> 1541101 INFO  (qtp489267616-14611) [n:127.0.0.1:43882_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> 1541102 INFO  (SolrConfigHandler-refreshconf) 
[n:127.0.0.1:43882_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> 1541102 INFO  
(solrHandlerExecutor-4941-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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:43882/solr/timeConfig_shard1_replica_n1/ for prop overlay   
after 3 attempts
   [junit4]   2> 1541102 INFO  
(solrHandlerExecutor-4941-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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> 1541117 INFO  (Thread-5285) [n:127.0.0.1:43882_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> 1541117 INFO  (Thread-5285) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1541126 INFO  (Thread-5285) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@490f7058[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1541128 INFO  (Thread-5285) [n:127.0.0.1:43882_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> 1541128 INFO  (Thread-5285) [n:127.0.0.1:43882_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> 1541128 INFO  (Thread-5285) [n:127.0.0.1:43882_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> 1541129 INFO  (Thread-5285) [n:127.0.0.1:43882_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> 1541129 INFO  (Thread-5285) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1541129 INFO  (Thread-5285) [n:127.0.0.1:43882_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> 1541130 INFO  (Thread-5285) [n:127.0.0.1:43882_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> 1541132 INFO  (Thread-5285) [n:127.0.0.1:43882_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 1589435913364045824
   [junit4]   2> 1541132 INFO  
(searcherExecutor-4942-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@490f7058[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1541132 INFO  
(searcherExecutor-4942-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 1541132 INFO  
(searcherExecutor-4942-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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> 1541135 INFO  (Thread-5285) [n:127.0.0.1:43882_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> 1541136 INFO  
(searcherExecutor-4942-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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@490f7058[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1541136 INFO  (Thread-5285) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@61566643[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1541136 INFO  
(searcherExecutor-4942-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
sending requests to Searcher@61566643[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1541136 INFO  
(searcherExecutor-4942-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_solr c:timeConfig s:shard1 r:core_node2 
x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener 
done.
   [junit4]   2> 1541139 INFO  
(searcherExecutor-4942-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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@61566643[timeConfig_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1541203 INFO  (qtp489267616-14606) [n:127.0.0.1:43882_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> 1541203 INFO  (qtp489267616-14606) [n:127.0.0.1:43882_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> 1541203 INFO  (qtp489267616-14606) [n:127.0.0.1:43882_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> 1541203 INFO  (qtp489267616-14609) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Took 410.0ms to set the property overlay to be of 
version 0 for collection timeConfig
   [junit4]   2> 1541203 INFO  (qtp489267616-14609) [n:127.0.0.1:43882_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@1bd41f9a
   [junit4]   2> 1541203 INFO  (qtp489267616-14609) [n:127.0.0.1:43882_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=466886554
   [junit4]   2> 1541204 INFO  (qtp489267616-14609) [n:127.0.0.1:43882_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@62b4e8b2: rootName = 
solr_43882, 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@49915085
   [junit4]   2> 1541209 INFO  (qtp489267616-14609) [n:127.0.0.1:43882_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=466886554
   [junit4]   2> 1541210 INFO  (qtp1592079347-14600) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1541210 INFO  (qtp1592079347-14600) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1541217 INFO  (qtp489267616-14608) [n:127.0.0.1:43882_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> 1541217 INFO  (qtp489267616-14608) [n:127.0.0.1:43882_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> 1541217 INFO  (Thread-5286) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.SolrCore config update listener called for core 
timeConfig_shard1_replica_n1
   [junit4]   2> 1541218 INFO  
(solrHandlerExecutor-4946-thread-1-processing-n:127.0.0.1:43882_solr 
x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) 
[n:127.0.0.1:43882_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> 1541218 INFO  (Thread-5286) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 1541218 INFO  (Thread-5286) [n:127.0.0.1:43882_solr    ] 
o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 1541319 INFO  (qtp489267616-14611) [n:127.0.0.1:43882_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> 1541319 INFO  (qtp489267616-14611) [n:127.0.0.1:43882_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> 1541319 INFO  (qtp489267616-14611) [n:127.0.0.1:43882_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> 1541320 INFO  (qtp489267616-14608) [n:127.0.0.1:43882_solr 
c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] 
o.a.s.h.SolrConfigHandler Took 102.0ms to set the property params to be of 
version 1 for collection timeConfig
   [junit4]   2> 1541320 INFO  (qtp489267616-14608) [n:127.0.0.1:43882_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=104
   [junit4]   2> 1541320 INFO  (qtp1592079347-14597) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1541322 INFO  (qtp1592079347-14597) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1541323 INFO  (qtp1592079347-14598) [n:127.0.0.1:55934_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1541325 INFO  (qtp1592079347-14598) [n:127.0.0.1:55934_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1541325 INFO  (qtp1592079347-14602) [n:127.0.0.1:55934_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> 1541329 INFO  
(OverseerThreadFactory-4931-thread-2-processing-n:127.0.0.1:55934_solr) 
[n:127.0.0.1:55934_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1541330 INFO  (qtp489267616-14606) [n:127.0.0.1:43882_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.timeConfig.shard1.replica_n1, tag=null
   [junit4]   2> 1541330 INFO  (qtp489267616-14606) [n:127.0.0.1:43882_solr    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@11d4ff01: rootName = 
solr_43882, domain = solr.core.timeConfig.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / 
com.codahale.metrics.MetricR

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

d, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state 
changes
   [junit4]   2> 3845883 INFO  
(TEST-TestDistribStateManager.testCreateMode-seed#[D1679C3BF6DD9A4C]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:63597 63597
   [junit4]   2> 3846472 INFO  (Thread-9332) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:63597 63597
   [junit4]   2> 3846477 INFO  
(TEST-TestDistribStateManager.testCreateMode-seed#[D1679C3BF6DD9A4C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateMode
   [junit4]   2> 3846488 INFO  
(TEST-TestDistribStateManager.testMulti-seed#[D1679C3BF6DD9A4C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMulti
   [junit4]   2> 3846488 INFO  
(TEST-TestDistribStateManager.testMulti-seed#[D1679C3BF6DD9A4C]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3846489 INFO  (Thread-9333) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3846489 INFO  (Thread-9333) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3846494 ERROR (Thread-9333) [    ] 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> 3846589 INFO  
(TEST-TestDistribStateManager.testMulti-seed#[D1679C3BF6DD9A4C]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59944
   [junit4]   2> 3846621 INFO  (zkConnectionManagerCallback-8442-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3846621 INFO  
(TEST-TestDistribStateManager.testMulti-seed#[D1679C3BF6DD9A4C]) [    ] 
o.a.s.c.a.s.TestDistribStateManager Using 
org.apache.solr.client.solrj.impl.ZkDistribStateManager
   [junit4]   2> 3846622 ERROR 
(TEST-TestDistribStateManager.testMulti-seed#[D1679C3BF6DD9A4C]) [    ] 
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> 3846626 INFO  
(TEST-TestDistribStateManager.testMulti-seed#[D1679C3BF6DD9A4C]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:59944 59944
   [junit4]   2> 3853958 INFO  (Thread-9333) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:59944 59944
   [junit4]   2> 3853965 INFO  
(TEST-TestDistribStateManager.testMulti-seed#[D1679C3BF6DD9A4C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMulti
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestDistribStateManager_D1679C3BF6DD9A4C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e8850c0),
 locale=de-GR, timezone=Pacific/Noumea
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=1,free=301196864,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestHttpShardHandlerFactory, 
TestObjectReleaseTracker, CollectionsAPIDistributedZkTest, 
TestInPlaceUpdatesDistrib, TestCollationField, 
TestSolrCloudWithHadoopAuthPlugin, TestInitParams, QueryEqualityTest, 
SearchHandlerTest, HttpSolrCallGetCoreTest, DocValuesTest, LoggingHandlerTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestSimpleTrackingShardHandler, 
TestSegmentSorting, BlockDirectoryTest, TestDynamicFieldResource, 
MetricsHandlerTest, TestHighFrequencyDictionaryFactory, 
TestExactSharedStatsCache, DirectSolrSpellCheckerTest, TestCloudDeleteByQuery, 
UpdateLogTest, BadCopyFieldTest, TestPayloadCheckQParserPlugin, 
LeaderFailureAfterFreshStartTest, TestPerFieldSimilarity, TestGroupingSearch, 
BasicAuthStandaloneTest, TestCloudSearcherWarming, DeleteStatusTest, 
HdfsChaosMonkeyNothingIsSafeTest, PreAnalyzedUpdateProcessorTest, 
TestDocumentBuilder, TestHalfAndHalfDocValues, TestSuggestSpellingConverter, 
LukeRequestHandlerTest, TestFunctionQuery, TestSearcherReuse, 
QueryElevationComponentTest, TestCoreAdminApis, MoreLikeThisHandlerTest, 
TestJsonFacetRefinement, TestTriggerIntegration, TestSmileRequest, 
TestSolrIndexConfig, TestDelegationWithHadoopAuth, PolyFieldTest, 
TestRandomRequestDistribution, TestCopyFieldCollectionResource, TestQueryUtils, 
TestDistributedStatsComponentCardinality, UpdateParamsTest, 
SolrIndexConfigTest, CacheHeaderTest, CdcrReplicationDistributedZkTest, 
TestRandomFaceting, SolrIndexMetricsTest, 
ClassificationUpdateProcessorIntegrationTest, SOLR749Test, BasicZkTest, 
LeaderElectionContextKeyTest, TestUninvertingReader, TestSearchPerf, 
DistributedFacetPivotLongTailTest, TestLocalFSCloudBackupRestore, 
TestStressReorder, TestFastOutputStream, TestScoreJoinQPNoScore, 
TestMultiValuedNumericRangeQuery, TestCrossCoreJoin, TestConfigSetImmutable, 
TestConfig, DistributedMLTComponentTest, OverseerModifyCollectionTest, 
TestIndexSearcher, TermVectorComponentDistributedTest, 
TestDeleteCollectionOnDownNodes, TestSchemaResource, 
TestCloudPseudoReturnFields, HdfsDirectoryFactoryTest, ZkNodePropsTest, 
SpellPossibilityIteratorTest, DOMUtilTest, TestDistributedMissingSort, 
ConcurrentDeleteAndCreateCollectionTest, 
BigEndianAscendingWordDeserializerTest, TestJsonRequest, 
HdfsCollectionsAPIDistributedZkTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestExceedMaxTermLength, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestRawResponseWriter, 
AtomicUpdatesTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestRuleBasedAuthorizationPlugin, AssignTest, TestPostingsSolrHighlighter, 
TestSortByMinMaxFunction, TestSystemIdResolver, 
ShufflingReplicaListTransformerTest, DocumentAnalysisRequestHandlerTest, 
TestRecoveryHdfs, CopyFieldTest, CloneFieldUpdateProcessorFactoryTest, 
ConnectionManagerTest, TestSolrQueryParser, EchoParamsTest, 
TestValueSourceCache, SystemInfoHandlerTest, TestSizeLimitedDistributedMap, 
RemoteQueryErrorTest, SolrCLIZkUtilsTest, ConfigureRecoveryStrategyTest, 
TestHashQParserPlugin, TestTrie, TestUniqueKeyFieldResource, 
TestNoOpRegenerator, DistributedIntervalFacetingTest, 
TestPullReplicaErrorHandling, TestStressInPlaceUpdates, SimplePostToolTest, 
StressHdfsTest, DirectoryFactoryTest, FileUtilsTest, 
TestRequestStatusCollectionAPI, TestReqParamsAPI, TestBadConfig, 
ChangedSchemaMergeTest, DeleteLastCustomShardedReplicaTest, TestMissingGroups, 
SolrCoreCheckLockOnStartupTest, AnalysisErrorHandlingTest, DocValuesMultiTest, 
TestRemoteStreaming, TestLuceneMatchVersion, TestStandardQParsers, 
NodeAddedTriggerTest, BlockJoinFacetDistribTest, TestJettySolrRunner, 
TestGenericDistributedQueue, CdcrRequestHandlerTest, TestDistributedGrouping, 
UpdateRequestProcessorFactoryTest, TestZkChroot, 
OpenExchangeRatesOrgProviderTest, HdfsRecoverLeaseTest, SolrXmlInZkTest, 
TestLRUCache, TestFieldResource, HealthCheckHandlerTest, 
TestAnalyzeInfixSuggestions, MoveReplicaHDFSFailoverTest, 
TestRetrieveFieldsOptimizer, ExternalFileFieldSortTest, 
TestManagedSynonymFilterFactory, TemplateUpdateProcessorTest, 
TestLMJelinekMercerSimilarityFactory, TestDefaultStatsCache, 
TestFieldCacheWithThreads, TimeRoutedAliasUpdateProcessorTest, TestRTGBase, 
LeaderElectionIntegrationTest, ImplicitSnitchTest, HdfsDirectoryTest, 
SampleTest, VMParamsZkACLAndCredentialsProvidersTest, TestQueryWrapperFilter, 
TestFastWriter, TestBM25SimilarityFactory, TestHdfsCloudBackupRestore, 
TestQueryTypes, TestLRUStatsCache, TestComponentsName, 
TestSolrConfigHandlerCloud, SolrCoreTest, TestStressLucene, 
SharedFSAutoReplicaFailoverTest, TestSQLHandler, TestSolrCoreSnapshots, 
TestTlogReplica, AliasIntegrationTest, TestAddFieldRealTimeGet, 
HdfsRestartWhileUpdatingTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, 
ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, 
ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, 
ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestRecovery, 
TestHashPartitioner, ZkControllerTest, TestReload, TestStressVersions, 
DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, 
TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, PeerSyncTest, 
BadIndexSchemaTest, TestSort, TestFiltering, BasicFunctionalityTest, 
SoftAutoCommitTest, JsonLoaderTest, TestPHPSerializedResponseWriter, 
CSVRequestHandlerTest, SearchHandlerTest, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, MinimalSchemaTest, 
TestElisionMultitermQuery, OutputWriterTest, TestSolrCoreProperties, 
TestCharFilters, TestCodecSupport, SynonymTokenizerTest, 
TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestIBSimilarityFactory, ResourceLoaderTest, PluginInfoTest, TestFastLRUCache, 
ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, CursorPagingTest, 
TestLuceneIndexBackCompat, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, ActionThrottleTest, AddReplicaTest, 
AsyncCallRequestStatusResponseTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
CollectionsAPIAsyncDistributedZkTest, CollectionsAPISolrJTest, 
CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
DeleteShardTest, DistribDocExpirationUpdateProcessorTest, 
DocValuesNotIndexedTest, ForceLeaderTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, 
OverseerStatusTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, 
RestartWhileUpdatingTest, RollingRestartTest, TestCloudInspectUtil, 
TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestConfigSetsAPI, 
TestPrepRecovery, TestReplicaProperties, TestShortCircuitedRequests, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, 
TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, 
AutoAddReplicasIntegrationTest, HdfsAutoAddReplicasIntegrationTest, 
TestClusterStateProvider, TestDistribStateManager]
   [junit4] Completed [572/767 (3!)] on J1 in 14.59s, 5 tests, 1 failure <<< 
FAILURES!

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

Reply via email to