Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21270/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC

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([47DFD082391574BE:7857D32A2E438459]: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 13535 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
   [junit4]   2> 3164106 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/init-core-data-001
   [junit4]   2> 3164107 WARN  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 3164107 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3164108 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3164109 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? false
   [junit4]   2> 3164109 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001
   [junit4]   2> 3164109 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3164110 INFO  (Thread-4302) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3164110 INFO  (Thread-4302) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3164113 ERROR (Thread-4302) [    ] 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> 3164210 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38457
   [junit4]   2> 3164213 INFO  (zkConnectionManagerCallback-4540-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164220 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3164221 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3164221 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3164238 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ca7174{/solr,null,AVAILABLE}
   [junit4]   2> 3164239 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1661bce{SSL,[ssl, 
http/1.1]}{127.0.0.1:37169}
   [junit4]   2> 3164239 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.e.j.s.Server Started @3166964ms
   [junit4]   2> 3164239 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37169}
   [junit4]   2> 3164239 ERROR (jetty-launcher-4537-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3164239 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3164240 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3164240 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3164240 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T00:51:24.345Z
   [junit4]   2> 3164240 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9cd8b9{/solr,null,AVAILABLE}
   [junit4]   2> 3164244 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14fbcc2{/solr,null,AVAILABLE}
   [junit4]   2> 3164245 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@f417ad{SSL,[ssl, 
http/1.1]}{127.0.0.1:44205}
   [junit4]   2> 3164246 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@115f05a{SSL,[ssl, 
http/1.1]}{127.0.0.1:45101}
   [junit4]   2> 3164246 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.e.j.s.Server Started @3166971ms
   [junit4]   2> 3164246 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45101}
   [junit4]   2> 3164246 ERROR (jetty-launcher-4537-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3164247 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3164247 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3164247 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3164247 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T00:51:24.352Z
   [junit4]   2> 3164249 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.e.j.s.Server Started @3166975ms
   [junit4]   2> 3164250 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44205}
   [junit4]   2> 3164250 ERROR (jetty-launcher-4537-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3164250 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3164250 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3164250 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3164250 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T00:51:24.355Z
   [junit4]   2> 3164254 INFO  (zkConnectionManagerCallback-4542-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164254 INFO  (zkConnectionManagerCallback-4544-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164254 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3164255 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3164260 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x160f2264bb80001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3164262 INFO  (zkConnectionManagerCallback-4546-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164263 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3164267 INFO  (jetty-launcher-4537-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38457/solr
   [junit4]   2> 3164267 INFO  (jetty-launcher-4537-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38457/solr
   [junit4]   2> 3164280 INFO  (zkConnectionManagerCallback-4552-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164280 INFO  (jetty-launcher-4537-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38457/solr
   [junit4]   2> 3164280 INFO  (zkConnectionManagerCallback-4554-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164291 INFO  (zkConnectionManagerCallback-4558-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164291 INFO  
(zkConnectionManagerCallback-4560-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164291 INFO  
(zkConnectionManagerCallback-4562-thread-1-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164292 INFO  
(zkConnectionManagerCallback-4564-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164321 INFO  (jetty-launcher-4537-thread-3) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3164321 INFO  (jetty-launcher-4537-thread-2) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3164321 INFO  (jetty-launcher-4537-thread-1) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3164321 INFO  (jetty-launcher-4537-thread-3) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37169_solr
   [junit4]   2> 3164321 INFO  (jetty-launcher-4537-thread-2) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44205_solr
   [junit4]   2> 3164321 INFO  (jetty-launcher-4537-thread-1) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45101_solr
   [junit4]   2> 3164321 INFO  (jetty-launcher-4537-thread-3) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.Overseer Overseer 
(id=99345438095179784-127.0.0.1:37169_solr-n_0000000000) starting
   [junit4]   2> 3164323 INFO  
(zkCallback-4561-thread-1-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3164323 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3164323 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3164325 INFO  (jetty-launcher-4537-thread-3) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37169_solr
   [junit4]   2> 3164325 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3164325 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3164325 INFO  
(zkCallback-4561-thread-1-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3164406 INFO  (jetty-launcher-4537-thread-1) 
[n:127.0.0.1:45101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45101.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3164406 INFO  (jetty-launcher-4537-thread-3) 
[n:127.0.0.1:37169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37169.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3164414 INFO  (jetty-launcher-4537-thread-3) 
[n:127.0.0.1:37169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37169.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3164414 INFO  (jetty-launcher-4537-thread-1) 
[n:127.0.0.1:45101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45101.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3164414 INFO  (jetty-launcher-4537-thread-3) 
[n:127.0.0.1:37169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37169.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3164414 INFO  (jetty-launcher-4537-thread-1) 
[n:127.0.0.1:45101_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45101.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3164416 INFO  (jetty-launcher-4537-thread-1) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node1/.
   [junit4]   2> 3164416 INFO  (jetty-launcher-4537-thread-3) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node3/.
   [junit4]   2> 3164442 INFO  (jetty-launcher-4537-thread-2) 
[n:127.0.0.1:44205_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44205.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3164448 INFO  (jetty-launcher-4537-thread-2) 
[n:127.0.0.1:44205_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44205.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3164448 INFO  (jetty-launcher-4537-thread-2) 
[n:127.0.0.1:44205_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44205.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3164449 INFO  (jetty-launcher-4537-thread-2) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node2/.
   [junit4]   2> 3164477 INFO  (zkConnectionManagerCallback-4572-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164479 INFO  (zkConnectionManagerCallback-4576-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3164480 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3164480 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38457/solr ready
   [junit4]   2> 3164505 INFO  (qtp23656748-21273) [n:127.0.0.1:37169_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> 3164508 INFO  
(OverseerThreadFactory-7668-thread-1-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 3164611 INFO  
(OverseerStateUpdate-99345438095179784-127.0.0.1:37169_solr-n_0000000000) 
[n:127.0.0.1:37169_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":"https://127.0.0.1:44205/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3164612 INFO  
(OverseerStateUpdate-99345438095179784-127.0.0.1:37169_solr-n_0000000000) 
[n:127.0.0.1:37169_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":"https://127.0.0.1:37169/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3164613 INFO  
(OverseerStateUpdate-99345438095179784-127.0.0.1:37169_solr-n_0000000000) 
[n:127.0.0.1:37169_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":"https://127.0.0.1:45101/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3164820 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3164821 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3164855 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3164855 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3164856 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3164856 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3164958 INFO  
(zkCallback-4561-thread-1-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3164958 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3164958 INFO  
(zkCallback-4561-thread-2-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3164958 INFO  
(zkCallback-4559-thread-2-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3164958 INFO  
(zkCallback-4563-thread-2-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3164958 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3165836 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165842 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165845 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165862 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165862 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/.system/managed-schema
   [junit4]   2> 3165863 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165864 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165864 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37169.solr.core..system.shard1.replica_n2' (registry 
'solr.core..system.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3165864 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3165864 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node3/.system_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node3/./.system_shard1_replica_n2/data/]
   [junit4]   2> 3165866 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165866 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165871 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165871 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165873 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165874 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165874 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45101.solr.core..system.shard1.replica_p4' (registry 
'solr.core..system.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3165874 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3165874 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node1/.system_shard1_replica_p4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node1/./.system_shard1_replica_p4/data/]
   [junit4]   2> 3165875 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165875 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165875 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44205.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3165875 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3165875 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node2/.system_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node2/./.system_shard1_replica_n1/data/]
   [junit4]   2> 3165901 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165902 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165903 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165903 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3165904 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@101ad00[.system_shard1_replica_n2] 
main]
   [junit4]   2> 3165905 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165905 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165905 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165905 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3165906 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165906 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165906 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3165906 INFO  
(searcherExecutor-7675-thread-1-processing-n:127.0.0.1:37169_solr 
x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) 
[n:127.0.0.1:37169_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@101ad00[.system_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3165906 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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 
1589527011405070336
   [junit4]   2> 3165907 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18d6f40[.system_shard1_replica_p4] 
main]
   [junit4]   2> 3165908 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165908 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165908 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165908 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165909 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165909 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3165910 INFO  
(searcherExecutor-7676-thread-1-processing-n:127.0.0.1:45101_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:45101_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@18d6f40[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3165910 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165910 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165912 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165912 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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> 3165921 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165921 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165923 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165923 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3165925 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1e2c2a6[.system_shard1_replica_n1] 
main]
   [junit4]   2> 3165926 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165926 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165926 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165926 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 3165927 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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> 3165927 INFO  
(searcherExecutor-7677-thread-1-processing-n:127.0.0.1:44205_solr 
x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) 
[n:127.0.0.1:44205_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@1e2c2a6[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3165927 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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 
1589527011427090432
   [junit4]   2> 3166010 INFO  
(zkCallback-4561-thread-3-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3166010 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3166010 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3166010 INFO  
(zkCallback-4559-thread-2-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3166010 INFO  
(zkCallback-4561-thread-2-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3166010 INFO  
(zkCallback-4563-thread-2-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3166410 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3166410 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3166410 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37169/solr/.system_shard1_replica_n2/
   [junit4]   2> 3166411 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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=https://127.0.0.1:37169/solr START 
replicas=[https://127.0.0.1:44205/solr/.system_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 3166416 INFO  (qtp14252717-21264) [n:127.0.0.1:44205_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> 3166711 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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=https://127.0.0.1:37169/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 3166711 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3166712 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3166712 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3166716 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37169/solr/.system_shard1_replica_n2/ shard1
   [junit4]   2> 3166817 INFO  
(zkCallback-4561-thread-2-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3166817 INFO  
(zkCallback-4561-thread-3-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3166817 INFO  
(zkCallback-4559-thread-2-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3166817 INFO  
(zkCallback-4563-thread-2-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3166817 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3166817 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3166840 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_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> 3166867 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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> 3166874 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_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=2053
   [junit4]   2> 3166918 INFO  (qtp20910434-21282) [n:127.0.0.1:45101_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=2063
   [junit4]   2> 3166936 INFO  (qtp14252717-21283) [n:127.0.0.1:44205_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=2080
   [junit4]   2> 3166941 INFO  (qtp23656748-21273) [n:127.0.0.1:37169_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> 3167033 INFO  
(zkCallback-4561-thread-2-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3167033 INFO  
(zkCallback-4559-thread-2-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3167033 INFO  
(zkCallback-4563-thread-2-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3167033 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3167033 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3167033 INFO  
(zkCallback-4561-thread-3-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3167941 INFO  (qtp23656748-21273) [n:127.0.0.1:37169_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=3436
   [junit4]   2> 3167947 INFO  (qtp23656748-21266) [n:127.0.0.1:37169_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3167953 INFO  (qtp20910434-21279) [n:127.0.0.1:45101_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3167958 INFO  (qtp14252717-21264) [n:127.0.0.1:44205_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 3168015 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[47DFD082391574BE]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testAutoScalingConfig
   [junit4]   2> 3168019 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[47DFD082391574BE]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testAutoScalingConfig
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestClusterStateProvider -Dtests.method=testAutoScalingConfig 
-Dtests.seed=47DFD082391574BE -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=lt-LT -Dtests.timezone=Asia/Novokuznetsk -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J2 | 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([47DFD082391574BE:7857D32A2E438459]: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> 3168064 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testAddRemoveNode
   [junit4]   2> 3168066 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3168067 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13a8ec8{/solr,null,AVAILABLE}
   [junit4]   2> 3168068 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.e.j.s.AbstractConnector Started ServerConnector@1b8c442{SSL,[ssl, 
http/1.1]}{127.0.0.1:40167}
   [junit4]   2> 3168069 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.e.j.s.Server Started @3170794ms
   [junit4]   2> 3168069 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40167}
   [junit4]   2> 3168069 ERROR 
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3168069 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3168069 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 3168069 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3168069 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T00:51:28.174Z
   [junit4]   2> 3168071 INFO  (zkConnectionManagerCallback-4578-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3168072 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3168081 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38457/solr
   [junit4]   2> 3168082 INFO  (zkConnectionManagerCallback-4582-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3168086 INFO  
(zkConnectionManagerCallback-4584-thread-1-processing-n:127.0.0.1:40167_solr) 
[n:127.0.0.1:40167_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3168090 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) 
[n:127.0.0.1:40167_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3168091 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) 
[n:127.0.0.1:40167_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3168092 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) 
[n:127.0.0.1:40167_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40167_solr
   [junit4]   2> 3168093 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3168093 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3168093 INFO  
(zkCallback-4583-thread-1-processing-n:127.0.0.1:40167_solr) 
[n:127.0.0.1:40167_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3168093 INFO  (zkCallback-4575-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3168093 INFO  
(zkCallback-4561-thread-3-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3168235 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) 
[n:127.0.0.1:40167_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40167.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3168242 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) 
[n:127.0.0.1:40167_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40167.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3168242 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) 
[n:127.0.0.1:40167_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40167.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1122312
   [junit4]   2> 3168243 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) 
[n:127.0.0.1:40167_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001/tempDir-001/node4/.
   [junit4]   2> 3168511 INFO  
(OverseerCollectionConfigSetProcessor-99345438095179784-127.0.0.1:37169_solr-n_0000000000)
 [n:127.0.0.1:37169_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> 3169640 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_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> 3169640 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:37169/solr/.system_shard1_replica_n2/
   [junit4]   2> 3169641 INFO  (qtp23656748-21262) [n:127.0.0.1:37169_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.S.Request 
[.system_shard1_replica_n2]  webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 3169642 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 3169642 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 3169642 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 3169642 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 3169642 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher New index in Master. Deleting 
mine...
   [junit4]   2> 3169642 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3169642 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1e1cfae commitCommandVersion:0
   [junit4]   2> 3169643 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1fb959d[.system_shard1_replica_p4] main]
   [junit4]   2> 3169643 INFO  (indexFetcher-7687-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3169645 INFO  
(searcherExecutor-7676-thread-1-processing-n:127.0.0.1:45101_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:45101_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@1fb959d[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3170281 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.e.j.s.AbstractConnector Stopped ServerConnector@1661bce{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3170282 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=25637985
   [junit4]   2> 3170282 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3170282 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a8297a: rootName = 
solr_37169, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1af965e
   [junit4]   2> 3170292 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3170292 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1fd624: rootName = 
solr_37169, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@ca508c
   [junit4]   2> 3170298 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3170298 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b4ce2d: rootName = 
solr_37169, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1841ec0
   [junit4]   2> 3170298 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37169_solr
   [junit4]   2> 3170299 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3170299 INFO  
(zkCallback-4561-thread-3-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3170299 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3170299 INFO  
(zkCallback-4559-thread-2-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3170299 INFO  
(zkCallback-4561-thread-2-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3170299 INFO  
(zkCallback-4563-thread-2-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3170299 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3170299 INFO  
(zkCallback-4559-thread-3-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3170299 INFO  (zkCallback-4575-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3170299 INFO  
(zkCallback-4583-thread-1-processing-n:127.0.0.1:40167_solr) 
[n:127.0.0.1:40167_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3170299 INFO  
(zkCallback-4561-thread-1-processing-n:127.0.0.1:37169_solr) 
[n:127.0.0.1:37169_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> 3170300 INFO  
(zkCallback-4563-thread-3-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3170300 INFO  (coreCloseExecutor-7697-thread-1) 
[n:127.0.0.1:37169_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@b723ed
   [junit4]   2> 3170300 INFO  (coreCloseExecutor-7697-thread-1) 
[n:127.0.0.1:37169_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=12002285
   [junit4]   2> 3170300 INFO  (coreCloseExecutor-7697-thread-1) 
[n:127.0.0.1:37169_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@c6c44: rootName = 
solr_37169, 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@d136b1
   [junit4]   2> 3170306 INFO  (coreCloseExecutor-7697-thread-1) 
[n:127.0.0.1:37169_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=12002285
   [junit4]   2> 3170307 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.c.Overseer Overseer 
(id=99345438095179784-127.0.0.1:37169_solr-n_0000000000) closing
   [junit4]   2> 3170307 INFO  
(OverseerStateUpdate-99345438095179784-127.0.0.1:37169_solr-n_0000000000) 
[n:127.0.0.1:37169_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37169_solr
   [junit4]   2> 3170307 WARN  
(OverseerAutoScalingTriggerThread-99345438095179784-127.0.0.1:37169_solr-n_0000000000)
 [n:127.0.0.1:37169_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3170310 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1ca7174{/solr,null,UNAVAILABLE}
   [junit4]   2> 3170310 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44205_solr
   [junit4]   2> 3170311 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.Overseer Overseer 
(id=99345438095179785-127.0.0.1:44205_solr-n_0000000001) starting
   [junit4]   2> 3170311 INFO  
(zkCallback-4563-thread-3-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3170313 INFO  
(zkCallback-4563-thread-2-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3170314 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3170313 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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> 3170314 INFO  
(zkCallback-4559-thread-3-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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> 3172311 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[47DFD082391574BE]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testAddRemoveNode
   [junit4]   2> 3172312 INFO  (jetty-closer-4538-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@115f05a{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3172312 INFO  (jetty-closer-4538-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@f417ad{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3172313 INFO  (jetty-closer-4538-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17033060
   [junit4]   2> 3172314 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=15443891
   [junit4]   2> 3172313 INFO  (jetty-closer-4538-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1b8c442{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3172314 INFO  (jetty-closer-4538-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3172314 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3172314 INFO  (jetty-closer-4538-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@f3996b: rootName = 
solr_45101, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@a9a3a3
   [junit4]   2> 3172314 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3d57e4: rootName = 
solr_44205, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1e08ec6
   [junit4]   2> 3172314 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=7690464
   [junit4]   2> 3172314 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3172315 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@97be22: rootName = 
solr_40167, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@ef911d
   [junit4]   2> 3172321 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3172321 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@645d8e: rootName = 
solr_44205, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@ca508c
   [junit4]   2> 3172321 INFO  (jetty-closer-4538-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3172321 INFO  (jetty-closer-4538-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1721bfa: rootName = 
solr_45101, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@ca508c
   [junit4]   2> 3172321 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3172321 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e9970f: rootName = 
solr_40167, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@ca508c
   [junit4]   2> 3172325 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3172326 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@9a6087: rootName = 
solr_44205, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1841ec0
   [junit4]   2> 3172326 INFO  (jetty-closer-4538-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3172326 INFO  (jetty-closer-4538-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@383df3: rootName = 
solr_45101, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1841ec0
   [junit4]   2> 3172326 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3172326 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b17085: rootName = 
solr_40167, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1841ec0
   [junit4]   2> 3172326 INFO  (jetty-closer-4538-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45101_solr
   [junit4]   2> 3172326 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44205_solr
   [junit4]   2> 3172326 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40167_solr
   [junit4]   2> 3172327 INFO  (jetty-closer-4538-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3172327 INFO  
(zkCallback-4563-thread-2-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (0)
   [junit4]   2> 3172327 INFO  
(zkCallback-4559-thread-3-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (0)
   [junit4]   2> 3172327 INFO  
(zkCallback-4583-thread-1-processing-n:127.0.0.1:40167_solr) 
[n:127.0.0.1:40167_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (0)
   [junit4]   2> 3172327 INFO  (coreCloseExecutor-7703-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.c.SolrCore [.system_shard1_replica_p4]  
CLOSING SolrCore org.apache.solr.core.SolrCore@1b46fe1
   [junit4]   2> 3172327 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3172327 INFO  (coreCloseExecutor-7703-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_p4, tag=28602337
   [junit4]   2> 3172328 INFO  (jetty-closer-4538-thread-3) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3172327 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3172328 INFO  (coreCloseExecutor-7703-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1550a2b: rootName = 
solr_45101, domain = solr.core..system.shard1.replica_p4, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_p4 / 
com.codahale.metrics.MetricRegistry@1a5cb47
   [junit4]   2> 3172328 INFO  
(zkCallback-4563-thread-1-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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: [0])
   [junit4]   2> 3172329 INFO  
(zkCallback-4559-thread-1-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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: [0])
   [junit4]   2> 3172329 INFO  
(zkCallback-4559-thread-2-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_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: [0])
   [junit4]   2> 3172329 INFO  
(zkCallback-4563-thread-4-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_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: [0])
   [junit4]   2> 3172329 INFO  (jetty-closer-4538-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=99345438095179785-127.0.0.1:44205_solr-n_0000000001) closing
   [junit4]   2> 3172329 INFO  
(OverseerStateUpdate-99345438095179785-127.0.0.1:44205_solr-n_0000000001) 
[n:127.0.0.1:44205_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:44205_solr
   [junit4]   2> 3172329 WARN  
(OverseerAutoScalingTriggerThread-99345438095179785-127.0.0.1:44205_solr-n_0000000001)
 [n:127.0.0.1:44205_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3172331 INFO  
(zkCallback-4559-thread-3-processing-n:127.0.0.1:45101_solr) 
[n:127.0.0.1:45101_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45101_solr
   [junit4]   2> 3172337 INFO  (coreCloseExecutor-7703-thread-1) 
[n:127.0.0.1:45101_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=28602337
   [junit4]   2> 3172339 INFO  (jetty-closer-4538-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@14fbcc2{/solr,null,UNAVAILABLE}
   [junit4]   2> 3172811 WARN  
(zkCallback-4563-thread-3-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr c:.system s:

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

ng-n:127.0.0.1:44205_solr) [n:127.0.0.1:44205_solr c:.system s:shard1 
r:core_node3 x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@183b62a: rootName = 
solr_44205, domain = solr.core..system.shard1.replica_n1, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@f2b076
   [junit4]   2> 3172821 INFO  
(zkCallback-4563-thread-3-processing-n:127.0.0.1:44205_solr) 
[n:127.0.0.1:44205_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=17815299
   [junit4]   2> 3172823 INFO  (jetty-closer-4538-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9cd8b9{/solr,null,UNAVAILABLE}
   [junit4]   2> 3173829 WARN  
(zkCallback-4583-thread-1-processing-n:127.0.0.1:40167_solr) 
[n:127.0.0.1:40167_solr    ] o.a.s.c.ZkController Unable to register nodeLost 
path for 127.0.0.1:45101_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:45101_solr
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:364)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:364)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2>        at 
java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:268)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3173829 INFO  (jetty-closer-4538-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@13a8ec8{/solr,null,UNAVAILABLE}
   [junit4]   2> 3173830 ERROR 
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3173830 INFO  
(SUITE-TestClusterStateProvider-seed#[47DFD082391574BE]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38457 38457
   [junit4]   2> 3173935 INFO  (Thread-4302) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38457 38457
   [junit4]   2> 3173936 WARN  (Thread-4302) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/configs/.system
   [junit4]   2>        3       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/collections/.system/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        2       /solr/autoscaling.json
   [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>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_47DFD082391574BE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@16c6eb),
 locale=lt-LT, timezone=Asia/Novokuznetsk
   [junit4]   2> NOTE: Linux 4.13.0-26-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=314147784,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomFlRTGCloud, 
TestLFUCache, MetricsConfigTest, TestEmbeddedSolrServerConstructors, 
TestRestoreCore, AliasIntegrationTest, DirectSolrConnectionTest, 
TestFunctionQuery, TestReload, ConnectionReuseTest, TestHdfsBackupRestoreCore, 
CdcrUpdateLogTest, DeleteNodeTest, TestNumericTokenStream, 
TestDistributedMissingSort, SuggestComponentContextFilterQueryTest, 
BitVectorTest, TestLeaderElectionZkExpiry, TestCloudRecovery, UpdateLogTest, 
TestSolrCloudWithKerberosAlt, TestSizeLimitedDistributedMap, 
DistributedFacetPivotWhiteBoxTest, TestFieldCache, 
HdfsAutoAddReplicasIntegrationTest, CustomCollectionTest, 
TestGeoJSONResponseWriter, DocExpirationUpdateProcessorFactoryTest, 
TestCoreContainer, TestLMJelinekMercerSimilarityFactory, 
ConfigureRecoveryStrategyTest, OverseerTest, TestSearchPerf, 
HttpSolrCallGetCoreTest, PeerSyncReplicationTest, DirectSolrSpellCheckerTest, 
ScriptEngineTest, TestClusterStateMutator, ExitableDirectoryReaderTest, 
UUIDUpdateProcessorFallbackTest, TestHashQParserPlugin, MultiThreadedOCPTest, 
DisMaxRequestHandlerTest, AtomicUpdateProcessorFactoryTest, 
DistanceFunctionTest, HdfsBasicDistributedZk2Test, TestStressInPlaceUpdates, 
SortByFunctionTest, HdfsDirectoryTest, BooleanFieldTest, 
DefaultValueUpdateProcessorTest, HttpPartitionTest, IndexSchemaTest, 
TestPrepRecovery, SolrGraphiteReporterTest, TestRetrieveFieldsOptimizer, 
TestTrieFacet, TestMaxTokenLenTokenizer, ReplaceNodeTest, 
SecurityConfHandlerTest, FullSolrCloudDistribCmdsTest, RecoveryZkTest, 
RegexBytesRefFilterTest, ReplicaListTransformerTest, V2ApiIntegrationTest, 
TestSystemIdResolver, TestPartialUpdateDeduplication, HdfsRecoverLeaseTest, 
AlternateDirectoryTest, TestHalfAndHalfDocValues, TestInfoStreamLogging, 
WrapperMergePolicyFactoryTest, LeaderFailureAfterFreshStartTest, 
TestClassicSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, 
CdcrBidirectionalTest, TestReplicaProperties, EchoParamsTest, 
TestSolrCLIRunExample, CdcrReplicationHandlerTest, 
SpellPossibilityIteratorTest, FieldAnalysisRequestHandlerTest, 
TestCoreAdminApis, FieldMutatingUpdateProcessorTest, LeaderElectionTest, 
TestUnifiedSolrHighlighter, TestManagedResource, BlobRepositoryCloudTest, 
SolrSlf4jReporterTest, DistributedFacetPivotLongTailTest, 
TestMinMaxOnMultiValuedField, SolrCoreCheckLockOnStartupTest, TestRealTimeGet, 
TestHashPartitioner, SolrCLIZkUtilsTest, ShardSplitTest, TestExecutePlanAction, 
TestRuleBasedAuthorizationPlugin, TestUninvertingReader, TestReloadDeadlock, 
StatsComponentTest, TestNoOpRegenerator, TestSSLRandomization, 
BadComponentTest, DistributedSuggestComponentTest, OverseerRolesTest, 
SolrIndexMetricsTest, TestPushWriter, RequiredFieldsTest, 
AsyncCallRequestStatusResponseTest, TestAuthenticationFramework, SuggesterTest, 
TestTrackingShardHandlerFactory, TestFiltering, BlockCacheTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestTrie, 
TlogReplayBufferedWhileIndexingTest, AnalyticsMergeStrategyTest, 
TestSolrCoreSnapshots, TestSimDistributedQueue, TestLegacyFieldCache, 
TestSchemalessBufferedUpdates, TestBinaryResponseWriter, 
CollectionsAPIDistributedZkTest, TestZkChroot, ZkCLITest, 
TermVectorComponentDistributedTest, TestSolr4Spatial, SpellCheckComponentTest, 
PeerSyncTest, DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, 
SoftAutoCommitTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, 
MultiTermTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, 
TestSolrCoreProperties, TestPostingsSolrHighlighter, TestPhraseSuggestions, 
TestCharFilters, TestCodecSupport, TestPerFieldSimilarity, 
TestBM25SimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, 
TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
CollectionsAPIAsyncDistributedZkTest, DeleteLastCustomShardedReplicaTest, 
DeleteStatusTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, 
DocValuesNotIndexedTest, HealthCheckHandlerTest, 
LeaderFailoverAfterPartitionTest, SolrCloudExampleTest, TestClusterProperties, 
TestCollectionAPI, TestCollectionsAPIViaSolrCloudCluster, 
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestLeaderElectionWithEmptyReplica, TestRandomRequestDistribution, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
TriLevelCompositeIdRoutingTest, AutoAddReplicasIntegrationTest, 
TestClusterStateProvider]
   [junit4] Completed [582/767 (1!)] on J2 in 9.99s, 2 tests, 1 failure <<< 
FAILURES!

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

Reply via email to