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

1 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([D172AB29985EF335:EEFAA8818F0803D2]: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)




Build Log:
[...truncated 13499 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/init-core-data-001
   [junit4]   2> 3928235 WARN  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 3928235 INFO  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3928236 INFO  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-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> 3928236 INFO  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3928236 INFO  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-worker) [    ] 
o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? true
   [junit4]   2> 3928237 INFO  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001
   [junit4]   2> 3928237 INFO  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3928237 INFO  (Thread-9796) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3928237 INFO  (Thread-9796) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3928240 ERROR (Thread-9796) [    ] 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> 3928337 INFO  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:52387
   [junit4]   2> 3928342 INFO  (zkConnectionManagerCallback-9561-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928352 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3928352 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3928352 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3928354 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4837c33d{/solr,null,AVAILABLE}
   [junit4]   2> 3928354 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@277994b3{/solr,null,AVAILABLE}
   [junit4]   2> 3928355 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@27a6060d{HTTP/1.1,[http/1.1]}{127.0.0.1:49032}
   [junit4]   2> 3928355 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.e.j.s.Server Started @3935779ms
   [junit4]   2> 3928355 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49032}
   [junit4]   2> 3928355 ERROR (jetty-launcher-9558-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3928355 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18125dbf{/solr,null,AVAILABLE}
   [junit4]   2> 3928355 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7abc5016{HTTP/1.1,[http/1.1]}{127.0.0.1:46101}
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.e.j.s.Server Started @3935779ms
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7284cf28{HTTP/1.1,[http/1.1]}{127.0.0.1:45883}
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T02:58:42.534Z
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.e.j.s.Server Started @3935780ms
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45883}
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46101}
   [junit4]   2> 3928356 ERROR (jetty-launcher-9558-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3928356 ERROR (jetty-launcher-9558-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3928357 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3928357 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3928357 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3928357 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T02:58:42.535Z
   [junit4]   2> 3928356 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3928358 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T02:58:42.536Z
   [junit4]   2> 3928358 INFO  (zkConnectionManagerCallback-9563-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928359 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3928359 INFO  (zkConnectionManagerCallback-9565-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928360 INFO  (zkConnectionManagerCallback-9567-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928360 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3928360 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3928366 INFO  (jetty-launcher-9558-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52387/solr
   [junit4]   2> 3928366 INFO  (jetty-launcher-9558-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52387/solr
   [junit4]   2> 3928367 INFO  (jetty-launcher-9558-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52387/solr
   [junit4]   2> 3928367 INFO  (zkConnectionManagerCallback-9576-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928367 INFO  (zkConnectionManagerCallback-9573-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928369 INFO  (zkConnectionManagerCallback-9579-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928369 INFO  
(zkConnectionManagerCallback-9581-thread-1-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928370 INFO  
(zkConnectionManagerCallback-9583-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928373 INFO  
(zkConnectionManagerCallback-9585-thread-1-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928514 INFO  (jetty-launcher-9558-thread-2) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3928515 INFO  (jetty-launcher-9558-thread-2) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45883_solr
   [junit4]   2> 3928515 INFO  (jetty-launcher-9558-thread-3) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3928516 INFO  (jetty-launcher-9558-thread-2) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.Overseer Overseer 
(id=99345938672254983-127.0.0.1:45883_solr-n_0000000000) starting
   [junit4]   2> 3928517 INFO  (jetty-launcher-9558-thread-3) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49032_solr
   [junit4]   2> 3928520 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3928520 INFO  
(zkCallback-9580-thread-1-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3928521 INFO  (jetty-launcher-9558-thread-1) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3928524 INFO  (jetty-launcher-9558-thread-1) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3928526 INFO  (jetty-launcher-9558-thread-1) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46101_solr
   [junit4]   2> 3928529 INFO  
(zkCallback-9584-thread-1-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3928530 INFO  
(zkCallback-9580-thread-1-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3928534 INFO  (jetty-launcher-9558-thread-2) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45883_solr
   [junit4]   2> 3928535 INFO  
(zkCallback-9584-thread-1-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3928536 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3928538 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3928540 INFO  
(zkCallback-9580-thread-1-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3928594 INFO  (jetty-launcher-9558-thread-1) 
[n:127.0.0.1:46101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46101.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3928599 INFO  (jetty-launcher-9558-thread-1) 
[n:127.0.0.1:46101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46101.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3928599 INFO  (jetty-launcher-9558-thread-1) 
[n:127.0.0.1:46101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46101.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3928600 INFO  (jetty-launcher-9558-thread-1) 
[n:127.0.0.1:46101_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.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node1/.
   [junit4]   2> 3928680 INFO  (jetty-launcher-9558-thread-2) 
[n:127.0.0.1:45883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45883.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3928685 INFO  (jetty-launcher-9558-thread-2) 
[n:127.0.0.1:45883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45883.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3928685 INFO  (jetty-launcher-9558-thread-2) 
[n:127.0.0.1:45883_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45883.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3928685 INFO  (jetty-launcher-9558-thread-2) 
[n:127.0.0.1:45883_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.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node2/.
   [junit4]   2> 3928724 INFO  (jetty-launcher-9558-thread-3) 
[n:127.0.0.1:49032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49032.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3928729 INFO  (jetty-launcher-9558-thread-3) 
[n:127.0.0.1:49032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49032.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3928729 INFO  (jetty-launcher-9558-thread-3) 
[n:127.0.0.1:49032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49032.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3928730 INFO  (jetty-launcher-9558-thread-3) 
[n:127.0.0.1:49032_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.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node3/.
   [junit4]   2> 3928752 INFO  (zkConnectionManagerCallback-9593-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928756 INFO  (zkConnectionManagerCallback-9597-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3928758 INFO  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3928759 INFO  
(SUITE-TestClusterStateProvider-seed#[D172AB29985EF335]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52387/solr ready
   [junit4]   2> 3928764 INFO  (qtp2007438466-40348) [n:127.0.0.1:49032_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=1&replicationFactor=2&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3928775 INFO  
(OverseerThreadFactory-14584-thread-1-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 3928887 INFO  
(OverseerStateUpdate-99345938672254983-127.0.0.1:45883_solr-n_0000000000) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45883/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3928891 INFO  
(OverseerStateUpdate-99345938672254983-127.0.0.1:45883_solr-n_0000000000) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46101/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3928893 INFO  
(OverseerStateUpdate-99345938672254983-127.0.0.1:45883_solr-n_0000000000) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49032/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3929099 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3929099 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 3929099 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3929099 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3929100 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3929100 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3929214 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3929214 INFO  
(zkCallback-9584-thread-1-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3929215 INFO  
(zkCallback-9584-thread-2-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3929215 INFO  
(zkCallback-9580-thread-1-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3929215 INFO  
(zkCallback-9580-thread-2-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3929216 INFO  
(zkCallback-9582-thread-2-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3930125 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3930129 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3930130 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3930132 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 3930147 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.IndexSchema [.system_shard1_replica_p4] Schema name=_system collection 
or core
   [junit4]   2> 3930148 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 3930149 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 3930153 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection 
or core
   [junit4]   2> 3930155 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection 
or core
   [junit4]   2> 3930157 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 3930159 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 3930160 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 3930160 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 3930162 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/.system/managed-schema
   [junit4]   2> 3930162 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 3930166 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to 
/configs/.system/schema.xml.bak
   [junit4]   2> 3930166 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using 
configuration from collection .system, trusted=true
   [junit4]   2> 3930166 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46101.solr.core..system.shard1.replica_n2' (registry 
'solr.core..system.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3930167 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3930167 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
[[.system_shard1_replica_n2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node1/.system_shard1_replica_n2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node1/./.system_shard1_replica_n2/data/]
   [junit4]   2> 3930168 WARN  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource 
managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: 
KeeperErrorCode = NoNode for /configs/.system/schema.xml
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:243)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:242)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:349)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:268)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:186)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1087)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1039)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3930169 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_p4' using 
configuration from collection .system, trusted=true
   [junit4]   2> 3930170 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49032.solr.core..system.shard1.replica_p4' (registry 
'solr.core..system.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3930170 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3930170 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore 
[[.system_shard1_replica_p4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node3/.system_shard1_replica_p4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node3/./.system_shard1_replica_p4/data/]
   [junit4]   2> 3930167 WARN  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource 
managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: 
KeeperErrorCode = NoNode for /configs/.system/schema.xml
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:243)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:242)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:349)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:268)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:186)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1087)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1039)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3930187 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using 
configuration from collection .system, trusted=true
   [junit4]   2> 3930187 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45883.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3930187 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3930188 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
[[.system_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node2/.system_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node2/./.system_shard1_replica_n1/data/]
   [junit4]   2> 3930258 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3930259 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3930273 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 3930273 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3930273 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@59a4e02d[.system_shard1_replica_n2] 
main]
   [junit4]   2> 3930273 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 3930278 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 3930278 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 3930278 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 3930281 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection 
or core
   [junit4]   2> 3930284 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 3930284 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 5 ms
   [junit4]   2> 3930285 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3930285 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1589535020902514688
   [junit4]   2> 3930285 INFO  
(searcherExecutor-14591-thread-1-processing-n:127.0.0.1:46101_solr 
x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) 
[n:127.0.0.1:46101_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.c.SolrCore [.system_shard1_replica_n2] 
Registered new searcher Searcher@59a4e02d[.system_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3930291 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 3930291 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3930294 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3930296 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@185ac447[.system_shard1_replica_p4] 
main]
   [junit4]   2> 3930297 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 3930298 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 3930298 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 3930299 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3930299 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3930301 INFO  
(searcherExecutor-14592-thread-1-processing-n:127.0.0.1:49032_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:49032_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.c.SolrCore [.system_shard1_replica_p4] 
Registered new searcher Searcher@185ac447[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3930301 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.c.ZkController .system_shard1_replica_p4 starting background replication 
from leader
   [junit4]   2> 3930301 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 3930303 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 3930303 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3930305 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 3930305 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3930306 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 3930306 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3930307 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7c77c145[.system_shard1_replica_n1] 
main]
   [junit4]   2> 3930309 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 3930309 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 3930309 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 3930314 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 3930316 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection 
or core
   [junit4]   2> 3930319 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 3930319 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 5 ms
   [junit4]   2> 3930320 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3930320 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1589535020939214848
   [junit4]   2> 3930321 INFO  
(searcherExecutor-14593-thread-1-processing-n:127.0.0.1:45883_solr 
x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) 
[n:127.0.0.1:45883_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1] 
Registered new searcher Searcher@7c77c145[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3930396 INFO  
(zkCallback-9584-thread-1-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3930396 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3930396 INFO  
(zkCallback-9580-thread-1-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3930396 INFO  
(zkCallback-9582-thread-2-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3930396 INFO  
(zkCallback-9584-thread-2-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3930396 INFO  
(zkCallback-9580-thread-2-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3930796 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3930796 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3930796 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46101/solr/.system_shard1_replica_n2/
   [junit4]   2> 3930796 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n2 url=http://127.0.0.1:46101/solr START 
replicas=[http://127.0.0.1:45883/solr/.system_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 3930798 INFO  (qtp679470685-40360) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.S.Request 
[.system_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 3931097 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n2 url=http://127.0.0.1:46101/solr DONE.  
We have no versions.  sync failed.
   [junit4]   2> 3931097 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 3931097 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 3931098 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 3931104 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46101/solr/.system_shard1_replica_n2/ shard1
   [junit4]   2> 3931207 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931207 INFO  
(zkCallback-9580-thread-2-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931207 INFO  
(zkCallback-9580-thread-3-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931207 INFO  
(zkCallback-9584-thread-2-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931207 INFO  
(zkCallback-9582-thread-2-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931209 INFO  
(zkCallback-9584-thread-1-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931225 INFO  (indexFetcher-14603-thread-1) 
[n:127.0.0.1:49032_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Replica core_node5 is leader 
but it's state is down, skipping replication
   [junit4]   2> 3931256 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3931260 INFO  (qtp836398932-40338) [n:127.0.0.1:46101_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2162
   [junit4]   2> 3931310 INFO  (qtp2007438466-40349) [n:127.0.0.1:49032_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=.system&newCollection=true&name=.system_shard1_replica_p4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=2212
   [junit4]   2> 3931336 INFO  (qtp679470685-40357) [n:127.0.0.1:45883_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2239
   [junit4]   2> 3931345 INFO  (qtp2007438466-40348) [n:127.0.0.1:49032_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> 3931437 INFO  
(zkCallback-9582-thread-2-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931437 INFO  
(zkCallback-9580-thread-3-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931437 INFO  
(zkCallback-9580-thread-2-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931437 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931437 INFO  
(zkCallback-9584-thread-1-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3931437 INFO  
(zkCallback-9584-thread-2-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3932346 INFO  (qtp2007438466-40348) [n:127.0.0.1:49032_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=1&replicationFactor=2&name=.system&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=3582
   [junit4]   2> 3932352 INFO  (qtp2007438466-40350) [n:127.0.0.1:49032_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 3932356 INFO  (qtp836398932-40340) [n:127.0.0.1:46101_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 3932360 INFO  (qtp679470685-40361) [n:127.0.0.1:45883_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 3932608 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testAddRemoveNode
   [junit4]   2> 3932609 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3932610 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@512a5ad0{/solr,null,AVAILABLE}
   [junit4]   2> 3932611 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.e.j.s.AbstractConnector Started 
ServerConnector@2b8bccbe{HTTP/1.1,[http/1.1]}{127.0.0.1:54701}
   [junit4]   2> 3932611 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.e.j.s.Server Started @3940036ms
   [junit4]   2> 3932611 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54701}
   [junit4]   2> 3932611 ERROR 
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3932611 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3932612 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 3932612 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3932612 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T02:58:46.790Z
   [junit4]   2> 3932614 INFO  (zkConnectionManagerCallback-9599-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3932615 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3932622 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52387/solr
   [junit4]   2> 3932624 INFO  (zkConnectionManagerCallback-9603-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3932628 INFO  
(zkConnectionManagerCallback-9605-thread-1-processing-n:127.0.0.1:54701_solr) 
[n:127.0.0.1:54701_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3932641 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) 
[n:127.0.0.1:54701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3932645 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) 
[n:127.0.0.1:54701_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3932650 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) 
[n:127.0.0.1:54701_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54701_solr
   [junit4]   2> 3932651 INFO  
(zkCallback-9580-thread-3-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3932651 INFO  (zkCallback-9596-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3932652 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3932652 INFO  
(zkCallback-9584-thread-2-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3932655 INFO  
(zkCallback-9604-thread-1-processing-n:127.0.0.1:54701_solr) 
[n:127.0.0.1:54701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3932713 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) 
[n:127.0.0.1:54701_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54701.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3932719 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) 
[n:127.0.0.1:54701_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54701.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3932719 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) 
[n:127.0.0.1:54701_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54701.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57cf0771
   [junit4]   2> 3932720 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) 
[n:127.0.0.1:54701_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.cloud.autoscaling.sim.TestClusterStateProvider_D172AB29985EF335-001/tempDir-001/node4/.
   [junit4]   2> 3932798 INFO  
(OverseerCollectionConfigSetProcessor-99345938672254983-127.0.0.1:45883_solr-n_0000000000)
 [n:127.0.0.1:45883_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> 3932951 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.e.j.s.AbstractConnector Stopped 
ServerConnector@7abc5016{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3932954 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=797553069
   [junit4]   2> 3932954 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3932954 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3dda794a: rootName = 
solr_46101, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@894be4a
   [junit4]   2> 3932959 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3932959 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7556f7cb: rootName = 
solr_46101, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@201ae0de
   [junit4]   2> 3932962 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3932962 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5a259b4d: rootName = 
solr_46101, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@70cf45a5
   [junit4]   2> 3932964 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46101_solr
   [junit4]   2> 3932965 INFO  
(zkCallback-9580-thread-3-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3932965 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3932966 INFO  
(zkCallback-9584-thread-2-processing-n:127.0.0.1:46101_solr) 
[n:127.0.0.1:46101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3932966 INFO  (zkCallback-9596-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3932966 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3932966 INFO  
(zkCallback-9604-thread-1-processing-n:127.0.0.1:54701_solr) 
[n:127.0.0.1:54701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3932966 INFO  (coreCloseExecutor-14617-thread-1) 
[n:127.0.0.1:46101_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.c.SolrCore [.system_shard1_replica_n2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@7febe278
   [junit4]   2> 3932967 INFO  (coreCloseExecutor-14617-thread-1) 
[n:127.0.0.1:46101_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_n2, tag=2146165368
   [junit4]   2> 3932967 INFO  (coreCloseExecutor-14617-thread-1) 
[n:127.0.0.1:46101_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@19f9ba04: rootName = 
solr_46101, domain = solr.core..system.shard1.replica_n2, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@394248a8
   [junit4]   2> 3932973 INFO  (coreCloseExecutor-14617-thread-1) 
[n:127.0.0.1:46101_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=2146165368
   [junit4]   2> 3932976 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@277994b3{/solr,null,UNAVAILABLE}
   [junit4]   2> 3932978 INFO  
(zkCallback-9580-thread-3-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the 
new leader - try and sync
   [junit4]   2> 3933080 INFO  
(zkCallback-9580-thread-2-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3933080 INFO  
(zkCallback-9582-thread-2-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3933080 INFO  
(zkCallback-9582-thread-1-processing-n:127.0.0.1:49032_solr) 
[n:127.0.0.1:49032_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3933080 INFO  
(zkCallback-9580-thread-1-processing-n:127.0.0.1:45883_solr) 
[n:127.0.0.1:45883_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/.system/state.json] for collection [.system] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3933186 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[D172AB29985EF335]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testAddRemoveNode
   [junit4]   2> 3933304 INFO  (indexFetcher-14603-thread-1) 
[n:127.0.0.1:49032_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Last replication failed, so 
I'll force replication
   [junit4]   2> 3933438 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[D172AB29985EF335]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testAutoScalingConfig
   [junit4]   2> 3933445 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[D172AB29985EF335]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testAutoScalingConfig
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestClusterStateProvider -Dtests.method=testAutoScalingConfig 
-Dtests.seed=D172AB29985EF335 -Dtests.slow=true -Dtests.locale=sr-Latn 
-Dtests.timezone=America/Catamarca -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.26s J1 | TestClusterStateProvider.testAutoScalingConfig 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
   [junit4]    >   "cluster-preferences":[{"maximize":"freedisk"}],
   [junit4]    >   "triggers":{".auto_add_replicas":{
   [junit4]    >       "name":".auto_add_replicas",
   [junit4]    >       "event":"nodeLost",
   [junit4]    >       "waitFor":30,
   [junit4]    >       "actions":[
   [junit4]    >         {
   [junit4]    >           "name":"auto_add_replicas_plan",
   [junit4]    >           "class":"solr.AutoAddReplicasPlanAction"},
   [junit4]    >         {
   [junit4]    >           "name":"execute_plan",
   [junit4]    >           "class":"solr.ExecutePlanAction"}],
   [junit4]    >       "enabled":true}},
   [junit4]    >   "listeners":{".auto_add_replicas.system":{
   [junit4]    >       "trigger":".auto_add_replicas",
   [junit4]    >       "afterAction":[],
   [junit4]    >       "stage":[
   [junit4]    >         "STARTED",
   [junit4]    >         "ABORTED",
   [junit4]    >         "SUCCEEDED",
   [junit4]    >         "FAILED",
   [junit4]    >         "BEFORE_ACTION",
   [junit4]    >         "AFTER_ACTION",
   [junit4]    >         "IGNORED"],
   [junit4]    >       
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
   [junit4]    >       "beforeAction":[]}},
   [junit4]    >   "properties":{}}> but was: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
   [junit4]    >   "cluster-preferences":[{"maximize":"freedisk"}],
   [junit4]    >   "triggers":{".auto_add_replicas":{
   [junit4]    >       "name":".auto_add_replicas",
   [junit4]    >       "event":"nodeLost",
   [junit4]    >       "waitFor":30,
   [junit4]    >       "actions":[
   [junit4]    >         {
   [junit4]    >           "name":"auto_add_replicas_plan",
   [junit4]    >           "class":"solr.AutoAddReplicasPlanAction"},
   [junit4]    >         {
   [junit4]    >           "name":"execute_plan",
   [junit4]    >           "class":"solr.ExecutePlanAction"}],
   [junit4]    >       "enabled":true}},
   [junit4]    >   "listeners":{".auto_add_replicas.system":{
   [junit4]    >       "trigger":".auto_add_replicas",
   [junit4]    >       "afterAction":[],
   [junit4]    >       "stage":[
   [junit4]    >         "STARTED",
   [junit4]    >         "ABORTED",
   [junit4]    >         "SUCCEEDED",
   [junit4]    >         "FAILED",
   [junit4]    >         "BEFORE_ACTION",
   [junit4]    >         "AFTER_ACTION",
   [junit4]    >         "IGNORED"],
   [junit4]    >       
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
   [junit4]    >       "beforeAction":[]}},
   [junit4]    >   "properties":{}}>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D172AB29985EF335:EEFAA8818F0803D2]:0)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider.testAutoScalingConfig(TestClusterStateProvider.java:214)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3933448 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
   [junit4]   2>        at 
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:166)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3933458 INFO  (jetty-closer-9559-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2b8bccbe{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3933461 INFO  (jetty-closer-9559-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7284cf28{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3933461 INFO  (jetty-closer-9559-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=120394589
   [junit4]   2> 3933464 INFO  (jetty-closer-9559-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@27a6060d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3933464 INFO  (jetty-closer-9559-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3933466 INFO  (jetty-closer-9559-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=402420523
   [junit4]   2> 3933466 INFO  (jetty-closer-9559-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@484f387: rootName = 
solr_54701, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@647eb2d7
   [junit4]   2> 3933467 INFO  (jetty-closer-9559-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3933467 INFO  (jetty-closer-9559-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@43809bf3: rootName = 
solr_49032, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@640f674d
   [junit4]   2> 3933464 INFO  (jetty-closer-9559-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1756045530
   [junit4]   2> 3933482 INFO  (jetty-closer-9559-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3933482 INFO  (jetty-closer-9559-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.s

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

:
   [junit4]   2> 
   [junit4]   2>        20      /solr/collections/.system/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99345938672254984-127.0.0.1:49032_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [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.TestClusterStateProvider_D172AB29985EF335-001
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=32719, maxDocsPerChunk=492, blockSize=38), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=32719, blockSize=38)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@70a90b79),
 locale=sr-Latn, timezone=America/Catamarca
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=1,free=167548224,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestReplicaProperties, 
TestManagedSchemaAPI, HealthCheckHandlerTest, TestLRUCache, 
UpdateRequestProcessorFactoryTest, TestFieldCacheWithThreads, 
SolrCoreCheckLockOnStartupTest, TestConfigSets, HighlighterMaxOffsetTest, 
PreAnalyzedUpdateProcessorTest, TestScoreJoinQPNoScore, 
TestHttpShardHandlerFactory, TestLegacyNumericRangeQueryBuilder, 
DistributedQueueTest, SaslZkACLProviderTest, SOLR749Test, 
DistributedFacetPivotSmallTest, DocumentBuilderTest, HdfsDirectoryTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestFieldCacheSortRandom, 
TestAnalyzeInfixSuggestions, SolrMetricsIntegrationTest, SampleTest, 
TestImplicitCoreProperties, TestStressLucene, TestAnalyzedSuggestions, 
LeaderInitiatedRecoveryOnShardRestartTest, TestHdfsBackupRestoreCore, 
TestComplexPhraseLeadingWildcard, SolrIndexSplitterTest, 
BigEndianAscendingWordDeserializerTest, DistributedMLTComponentTest, 
TestLeaderElectionZkExpiry, DistributedQueryComponentCustomSortTest, 
TestNodeAddedTrigger, TestDeleteCollectionOnDownNodes, TestStressVersions, 
CoreAdminHandlerTest, ZkStateReaderTest, SimpleFacetsTest, 
SystemInfoHandlerTest, TestCloudPseudoReturnFields, 
TestSimpleTrackingShardHandler, TestSQLHandler, TestLocalFSCloudBackupRestore, 
TestCopyFieldCollectionResource, CoreAdminCreateDiscoverTest, 
TestSchemaResource, AutoAddReplicasIntegrationTest, TestCustomStream, 
TestPrepRecovery, DistributedIntervalFacetingTest, TestSolrIndexConfig, 
DateRangeFieldTest, TestFaceting, SoftAutoCommitTest, 
TestBM25SimilarityFactory, TestDistributedGrouping, TestFieldTypeResource, 
TestIndexSearcher, TestDistributedStatsComponentCardinality, 
TestSystemIdResolver, TestCloudJSONFacetJoinDomain, TestCollectionAPIs, 
TestCrossCoreJoin, ConfigureRecoveryStrategyTest, OpenCloseCoreStressTest, 
RankQueryTest, TestLuceneMatchVersion, CdcrBidirectionalTest, 
TimeRoutedAliasUpdateProcessorTest, DirectSolrSpellCheckerTest, 
UUIDUpdateProcessorFallbackTest, TestSolrCloudWithHadoopAuthPlugin, 
TestJsonRequest, CdcrRequestHandlerTest, CollectionsAPIAsyncDistributedZkTest, 
TestSchemaVersionResource, ActionThrottleTest, AtomicUpdatesTest, 
TestExceedMaxTermLength, TestDFISimilarityFactory, TestCharFilters, 
CollectionsAPIDistributedZkTest, TestNumericTerms32, 
ConjunctionSolrSpellCheckerTest, BadComponentTest, TestSmileRequest, 
SolrPluginUtilsTest, UpdateLogTest, TestGenericDistributedQueue, 
BasicDistributedZk2Test, SimpleMLTQParserTest, LoggingHandlerTest, 
DistributedFacetPivotLongTailTest, TestValueSourceCache, 
AutoScalingHandlerTest, TestCloudDeleteByQuery, TestRestManager, 
CacheHeaderTest, TestPostingsSolrHighlighter, BasicAuthStandaloneTest, 
TestRandomRequestDistribution, DOMUtilTest, TestSolrQueryParser, 
StatsReloadRaceTest, TestZkChroot, TestTriggerIntegration, 
TestSortByMinMaxFunction, PreAnalyzedFieldTest, SolrGraphiteReporterTest, 
TestSchemalessBufferedUpdates, CopyFieldTest, LukeRequestHandlerTest, 
BlockDirectoryTest, TestRawResponseWriter, TestDocTermOrds, 
TestSlowCompositeReaderWrapper, TestDocSet, ChaosMonkeySafeLeaderTest, 
TestSolrCLIRunExample, TestQueryTypes, TestStreamBody, 
HdfsUnloadDistributedZkTest, TestNoOpRegenerator, 
TermVectorComponentDistributedTest, HttpTriggerListenerTest, 
SimplePostToolTest, TestSuggestSpellingConverter, TestDynamicFieldResource, 
TestSimpleTextCodec, TestFastWriter, TestFilteredDocIdSet, TestReqParamsAPI, 
DocumentAnalysisRequestHandlerTest, CdcrReplicationDistributedZkTest, 
TestExactSharedStatsCache, MBeansHandlerTest, TestMergePolicyConfig, 
TestHdfsCloudBackupRestore, UtilsToolTest, TestRecoveryHdfs, 
TestLMJelinekMercerSimilarityFactory, TestSolrCloudWithSecureImpersonation, 
ImplicitSnitchTest, DocValuesMultiTest, TestStressReorder, 
PeerSyncReplicationTest, TestHalfAndHalfDocValues, DebugComponentTest, 
TestJsonFacetRefinement, PingRequestHandlerTest, TestTrie, 
DirectoryFactoryTest, InfixSuggestersTest, TestDefaultStatsCache, 
SolrXmlInZkTest, VMParamsZkACLAndCredentialsProvidersTest, 
AliasIntegrationTest, HLLUtilTest, BadCopyFieldTest, TestStressInPlaceUpdates, 
TestSystemCollAutoCreate, TestNumericRangeQuery64, TestElisionMultitermQuery, 
DistributedFacetExistsSmallTest, TestSizeLimitedDistributedMap, 
HdfsDirectoryFactoryTest, TestRemoteStreaming, 
TestEmbeddedSolrServerConstructors, SynonymTokenizerTest, MetricUtilsTest, 
CloudExitableDirectoryReaderTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestPerFieldSimilarityWithDefaultOverride, TestPayloadCheckQParserPlugin, 
NodeAddedTriggerTest, WrapperMergePolicyFactoryTest, HdfsRecoverLeaseTest, 
DistributedSuggestComponentTest, ConnectionManagerTest, TestMissingGroups, 
SolrCoreTest, TestXmlQParserPlugin, TestCustomSort, TestSort, 
TestSolrConfigHandlerCloud, SpellPossibilityIteratorTest, OverseerTest, 
LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, 
LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, 
ShardRoutingCustomTest, TestDistributedSearch, TestHashPartitioner, 
ZkControllerTest, TestReload, DistributedTermsComponentTest, TestRangeQuery, 
TestCoreContainer, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, 
ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, 
TestBadConfig, HighlighterTest, ShowFileRequestHandlerTest, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
TestExtendedDismaxParser, SpellCheckCollatorTest, SolrRequestParserTest, 
TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, 
SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, 
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, 
StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, 
TestSolrDeletionPolicy1, IndexBasedSpellCheckerTest, TestSurroundQueryParser, 
TestQueryUtils, TestOmitPositions, FileBasedSpellCheckerTest, 
TermsComponentTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, TestCollationField, 
TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, 
BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, 
TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, 
HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, 
AlternateDirectoryTest, TestQuerySenderNoQuery, SolrIndexConfigTest, 
TestStressRecovery, TestBinaryField, TestSearchPerf, NumericFieldsTest, 
TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, 
NotRequiredUniqueKeyTest, TestCodecSupport, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, 
TestLMDirichletSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, 
TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, 
TestDocumentBuilder, ZkNodePropsTest, FileUtilsTest, TestRTGBase, 
TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, 
TestLuceneIndexBackCompat, TestJettySolrRunner, AssignTest, 
AsyncCallRequestStatusResponseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
CleanupOldIndexTest, CollectionReloadTest, CollectionStateFormat2Test, 
CollectionTooManyReplicasTest, CollectionsAPISolrJTest, 
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, 
DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, 
DeleteReplicaTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, 
DistribJoinFromCollectionTest, DocValuesNotIndexedTest, HttpPartitionTest, 
LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest, 
MoveReplicaHDFSFailoverTest, MoveReplicaTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerRolesTest, OverseerStatusTest, OverseerTaskQueueTest, 
SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, 
TestAuthenticationFramework, TestCollectionAPI, 
TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPIZkFailure, 
TestCryptoKeys, TestDownShardTolerantSearch, TestLeaderInitiatedRecoveryThread, 
TestLockTree, TestMiniSolrCloudClusterSSL, TestRequestStatusCollectionAPI, 
TestSSLRandomization, TestSegmentSorting, TestSkipOverseerOperations, 
TestStressCloudBlindAtomicUpdates, TestTlogReplica, 
HdfsAutoAddReplicasIntegrationTest, TestClusterStateProvider]
   [junit4] Completed [582/767 (1!)] on J1 in 11.43s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 48699 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to