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

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

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

Stack Trace:
java.lang.AssertionError: expected: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}> but was: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
  "cluster-preferences":[{"maximize":"freedisk"}],
  "triggers":{".auto_add_replicas":{
      "name":".auto_add_replicas",
      "event":"nodeLost",
      "waitFor":30,
      "actions":[
        {
          "name":"auto_add_replicas_plan",
          "class":"solr.AutoAddReplicasPlanAction"},
        {
          "name":"execute_plan",
          "class":"solr.ExecutePlanAction"}],
      "enabled":true}},
  "listeners":{".auto_add_replicas.system":{
      "trigger":".auto_add_replicas",
      "afterAction":[],
      "stage":[
        "STARTED",
        "ABORTED",
        "SUCCEEDED",
        "FAILED",
        "BEFORE_ACTION",
        "AFTER_ACTION",
        "IGNORED"],
      "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
      "beforeAction":[]}},
  "properties":{}}>
        at 
__randomizedtesting.SeedInfo.seed([A3C28CA11D439605:9C4A8F090A1566E2]: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 13523 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_A3C28CA11D439605-001/init-core-data-001
   [junit4]   2> 3057722 WARN  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 3057722 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3057724 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3057724 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3057724 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? false
   [junit4]   2> 3057724 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-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_A3C28CA11D439605-001/tempDir-001
   [junit4]   2> 3057724 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3057725 INFO  (Thread-6859) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3057725 INFO  (Thread-6859) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3057726 ERROR (Thread-6859) [    ] 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> 3057825 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35597
   [junit4]   2> 3057826 INFO  (zkConnectionManagerCallback-4666-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057829 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3057829 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3057829 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3057830 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b2f8bc{/solr,null,AVAILABLE}
   [junit4]   2> 3057830 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6d2ae5{/solr,null,AVAILABLE}
   [junit4]   2> 3057830 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@23ffc3{/solr,null,AVAILABLE}
   [junit4]   2> 3057831 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@be066b{HTTP/1.1,[http/1.1]}{127.0.0.1:42055}
   [junit4]   2> 3057831 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1b58c7d{HTTP/1.1,[http/1.1]}{127.0.0.1:39377}
   [junit4]   2> 3057831 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.e.j.s.Server Started @3060443ms
   [junit4]   2> 3057831 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.e.j.s.Server Started @3060443ms
   [junit4]   2> 3057831 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42055}
   [junit4]   2> 3057831 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39377}
   [junit4]   2> 3057831 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@49d2d2{HTTP/1.1,[http/1.1]}{127.0.0.1:45665}
   [junit4]   2> 3057831 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.e.j.s.Server Started @3060443ms
   [junit4]   2> 3057831 ERROR (jetty-launcher-4663-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3057831 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45665}
   [junit4]   2> 3057831 ERROR (jetty-launcher-4663-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3057832 ERROR (jetty-launcher-4663-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T15:48:56.004Z
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T15:48:56.004Z
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3057832 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T15:48:56.004Z
   [junit4]   2> 3057833 INFO  (zkConnectionManagerCallback-4672-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057833 INFO  (zkConnectionManagerCallback-4668-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057833 INFO  (zkConnectionManagerCallback-4670-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057833 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3057833 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3057833 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3057837 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 0x160f55c01d90002, 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> 3057838 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 0x160f55c01d90003, 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> 3057839 INFO  (jetty-launcher-4663-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35597/solr
   [junit4]   2> 3057839 INFO  (jetty-launcher-4663-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35597/solr
   [junit4]   2> 3057839 INFO  (jetty-launcher-4663-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35597/solr
   [junit4]   2> 3057840 INFO  (zkConnectionManagerCallback-4680-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057840 INFO  (zkConnectionManagerCallback-4682-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057840 INFO  (zkConnectionManagerCallback-4684-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057840 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 0x160f55c01d90005, 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> 3057840 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 0x160f55c01d90006, 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> 3057841 INFO  
(zkConnectionManagerCallback-4687-thread-1-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057841 INFO  
(zkConnectionManagerCallback-4688-thread-1-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057841 INFO  
(zkConnectionManagerCallback-4690-thread-1-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3057873 INFO  (jetty-launcher-4663-thread-2) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3057874 INFO  (jetty-launcher-4663-thread-3) 
[n:127.0.0.1:45665_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3057874 INFO  (jetty-launcher-4663-thread-1) 
[n:127.0.0.1:39377_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3057874 INFO  (jetty-launcher-4663-thread-2) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42055_solr
   [junit4]   2> 3057875 INFO  (jetty-launcher-4663-thread-1) 
[n:127.0.0.1:39377_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39377_solr
   [junit4]   2> 3057875 INFO  (jetty-launcher-4663-thread-3) 
[n:127.0.0.1:45665_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45665_solr
   [junit4]   2> 3057875 INFO  (jetty-launcher-4663-thread-2) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.Overseer Overseer 
(id=99348967318945801-127.0.0.1:42055_solr-n_0000000000) starting
   [junit4]   2> 3057875 INFO  
(zkCallback-4686-thread-1-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3057880 INFO  
(zkCallback-4685-thread-1-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3057880 INFO  
(zkCallback-4689-thread-1-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3057882 INFO  (jetty-launcher-4663-thread-2) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42055_solr
   [junit4]   2> 3057882 INFO  
(zkCallback-4689-thread-1-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3057882 INFO  
(zkCallback-4685-thread-1-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3057883 INFO  
(zkCallback-4686-thread-1-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3057942 INFO  (jetty-launcher-4663-thread-1) 
[n:127.0.0.1:39377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39377.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3057947 INFO  (jetty-launcher-4663-thread-1) 
[n:127.0.0.1:39377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39377.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3057947 INFO  (jetty-launcher-4663-thread-1) 
[n:127.0.0.1:39377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39377.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3057948 INFO  (jetty-launcher-4663-thread-1) 
[n:127.0.0.1:39377_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_A3C28CA11D439605-001/tempDir-001/node1/.
   [junit4]   2> 3057988 INFO  (jetty-launcher-4663-thread-2) 
[n:127.0.0.1:42055_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42055.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3057993 INFO  (jetty-launcher-4663-thread-3) 
[n:127.0.0.1:45665_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45665.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3057994 INFO  (jetty-launcher-4663-thread-2) 
[n:127.0.0.1:42055_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42055.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3057994 INFO  (jetty-launcher-4663-thread-2) 
[n:127.0.0.1:42055_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42055.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3057995 INFO  (jetty-launcher-4663-thread-2) 
[n:127.0.0.1:42055_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_A3C28CA11D439605-001/tempDir-001/node2/.
   [junit4]   2> 3057998 INFO  (jetty-launcher-4663-thread-3) 
[n:127.0.0.1:45665_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45665.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3057999 INFO  (jetty-launcher-4663-thread-3) 
[n:127.0.0.1:45665_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45665.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3057999 INFO  (jetty-launcher-4663-thread-3) 
[n:127.0.0.1:45665_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_A3C28CA11D439605-001/tempDir-001/node3/.
   [junit4]   2> 3058036 INFO  (zkConnectionManagerCallback-4698-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3058037 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 0x160f55c01d9000a, 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> 3058038 INFO  (zkConnectionManagerCallback-4702-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3058039 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3058039 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35597/solr ready
   [junit4]   2> 3058041 INFO  (qtp32264553-25225) [n:127.0.0.1:42055_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> 3058043 INFO  
(OverseerThreadFactory-9372-thread-1-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 3058146 INFO  
(OverseerStateUpdate-99348967318945801-127.0.0.1:42055_solr-n_0000000000) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42055/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3058146 INFO  
(OverseerStateUpdate-99348967318945801-127.0.0.1:42055_solr-n_0000000000) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45665/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3058147 INFO  
(OverseerStateUpdate-99348967318945801-127.0.0.1:42055_solr-n_0000000000) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39377/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3058349 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3058349 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3058349 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3058349 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3058349 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3058349 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3058452 INFO  
(zkCallback-4685-thread-1-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3058452 INFO  
(zkCallback-4689-thread-1-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3058452 INFO  
(zkCallback-4689-thread-2-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3058452 INFO  
(zkCallback-4686-thread-2-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3058452 INFO  
(zkCallback-4686-thread-1-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3058452 INFO  
(zkCallback-4685-thread-2-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3059361 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059362 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059362 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059367 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 3059371 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059371 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 3059371 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059374 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059375 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059377 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059379 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059379 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/.system/managed-schema
   [junit4]   2> 3059379 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 3059381 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
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> 3059381 WARN  (qtp25429372-25231) [n:127.0.0.1:39377_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchemaFactory Error persisting managed schema resource 
managed-schema
   [junit4]   2> org.apache.zookeeper.KeeperException$NoNodeException: 
KeeperErrorCode = NoNode for /configs/.system/schema.xml
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$delete$1(SolrZkClient.java:243)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:242)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.zkUgradeToManagedSchema(ManagedIndexSchemaFactory.java:349)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.upgradeToManagedSchema(ManagedIndexSchemaFactory.java:268)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:186)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:70)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1087)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1039)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:954)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3059382 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059382 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059381 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059383 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39377.solr.core..system.shard1.replica_p4' (registry 
'solr.core..system.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3059383 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3059383 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42055.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3059384 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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_A3C28CA11D439605-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_A3C28CA11D439605-001/tempDir-001/node1/./.system_shard1_replica_p4/data/]
   [junit4]   2> 3059384 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3059384 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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_A3C28CA11D439605-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_A3C28CA11D439605-001/tempDir-001/node2/./.system_shard1_replica_n1/data/]
   [junit4]   2> 3059383 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 3059386 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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, the non-managed schema /configs/.system/schema.xml no longer exists.
   [junit4]   2> 3059386 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059387 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45665.solr.core..system.shard1.replica_n2' (registry 
'solr.core..system.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3059387 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 3059387 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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_A3C28CA11D439605-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_A3C28CA11D439605-001/tempDir-001/node3/./.system_shard1_replica_n2/data/]
   [junit4]   2> 3059433 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059433 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059433 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059433 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059434 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059434 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059434 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3059434 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3059434 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059434 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3059435 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1819439[.system_shard1_replica_n2] 
main]
   [junit4]   2> 3059435 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1130d39[.system_shard1_replica_n1] 
main]
   [junit4]   2> 3059436 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@f68dd4[.system_shard1_replica_p4] 
main]
   [junit4]   2> 3059436 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059436 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059436 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059436 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059436 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059436 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059436 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059436 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059437 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059437 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059437 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 3059437 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 3059437 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059438 INFO  
(searcherExecutor-9380-thread-1-processing-n:127.0.0.1:42055_solr 
x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) 
[n:127.0.0.1:42055_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@1130d39[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3059438 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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 
1589583478899343360
   [junit4]   2> 3059439 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059439 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059441 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059441 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059441 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 4 ms
   [junit4]   2> 3059441 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 4 ms
   [junit4]   2> 3059441 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 3059442 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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> 3059442 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059442 INFO  
(searcherExecutor-9381-thread-1-processing-n:127.0.0.1:45665_solr 
x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) 
[n:127.0.0.1:45665_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@1819439[.system_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3059442 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059442 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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 
1589583478903537664
   [junit4]   2> 3059442 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059443 INFO  
(searcherExecutor-9379-thread-1-processing-n:127.0.0.1:39377_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:39377_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@f68dd4[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3059444 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059444 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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> 3059542 INFO  
(zkCallback-4685-thread-2-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3059542 INFO  
(zkCallback-4686-thread-1-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3059542 INFO  
(zkCallback-4685-thread-1-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3059542 INFO  
(zkCallback-4689-thread-1-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3059542 INFO  
(zkCallback-4689-thread-2-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3059542 INFO  
(zkCallback-4686-thread-2-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3059942 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3059942 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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> 3059942 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42055/solr/.system_shard1_replica_n1/
   [junit4]   2> 3059943 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:42055/solr START 
replicas=[http://127.0.0.1:45665/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 3059944 INFO  (qtp25809886-25238) [n:127.0.0.1:45665_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=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 3060243 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:42055/solr DONE.  
We have no versions.  sync failed.
   [junit4]   2> 3060243 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 3060244 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
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> 3060244 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 3060248 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42055/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 3060350 INFO  
(zkCallback-4689-thread-2-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3060350 INFO  
(zkCallback-4685-thread-2-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3060350 INFO  
(zkCallback-4686-thread-1-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3060350 INFO  
(zkCallback-4689-thread-1-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3060350 INFO  
(zkCallback-4686-thread-2-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3060350 INFO  
(zkCallback-4685-thread-1-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3060399 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 3060423 INFO  (qtp32264553-25229) [n:127.0.0.1:42055_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=2074
   [junit4]   2> 3060446 INFO  (qtp25429372-25231) [n:127.0.0.1:39377_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=2097
   [junit4]   2> 3060447 INFO  (qtp25809886-25235) [n:127.0.0.1:45665_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=2097
   [junit4]   2> 3060450 INFO  (qtp32264553-25225) [n:127.0.0.1:42055_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> 3060547 INFO  
(zkCallback-4689-thread-1-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3060547 INFO  
(zkCallback-4685-thread-2-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3060547 INFO  
(zkCallback-4685-thread-1-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3060547 INFO  
(zkCallback-4686-thread-1-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3060547 INFO  
(zkCallback-4686-thread-2-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3060547 INFO  
(zkCallback-4689-thread-2-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3061450 INFO  (qtp32264553-25225) [n:127.0.0.1:42055_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=3409
   [junit4]   2> 3061455 INFO  (qtp32264553-25217) [n:127.0.0.1:42055_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> 3061457 INFO  (qtp25809886-25223) [n:127.0.0.1:45665_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> 3061459 INFO  (qtp25429372-25236) [n:127.0.0.1:39377_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> 3061516 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testAddRemoveNode
   [junit4]   2> 3061517 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3061518 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1adbb20{/solr,null,AVAILABLE}
   [junit4]   2> 3061518 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.e.j.s.AbstractConnector Started 
ServerConnector@1b44057{HTTP/1.1,[http/1.1]}{127.0.0.1:45373}
   [junit4]   2> 3061518 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.e.j.s.Server Started @3064130ms
   [junit4]   2> 3061518 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45373}
   [junit4]   2> 3061518 ERROR 
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3061519 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 3061519 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 3061519 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3061519 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T15:48:59.691Z
   [junit4]   2> 3061520 INFO  (zkConnectionManagerCallback-4704-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3061521 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3061527 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35597/solr
   [junit4]   2> 3061529 INFO  (zkConnectionManagerCallback-4708-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3061531 INFO  
(zkConnectionManagerCallback-4710-thread-1-processing-n:127.0.0.1:45373_solr) 
[n:127.0.0.1:45373_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3061535 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) 
[n:127.0.0.1:45373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3061536 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) 
[n:127.0.0.1:45373_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3061537 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) 
[n:127.0.0.1:45373_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45373_solr
   [junit4]   2> 3061537 INFO  
(zkCallback-4689-thread-2-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3061537 INFO  
(zkCallback-4685-thread-1-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3061537 INFO  
(zkCallback-4709-thread-1-processing-n:127.0.0.1:45373_solr) 
[n:127.0.0.1:45373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3061537 INFO  
(zkCallback-4686-thread-2-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 3061537 INFO  (zkCallback-4701-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3061610 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) 
[n:127.0.0.1:45373_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45373.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3061617 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) 
[n:127.0.0.1:45373_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45373.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3061618 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) 
[n:127.0.0.1:45373_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45373.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1325d0a
   [junit4]   2> 3061619 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) 
[n:127.0.0.1:45373_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_A3C28CA11D439605-001/tempDir-001/node4/.
   [junit4]   2> 3062045 INFO  
(OverseerCollectionConfigSetProcessor-99348967318945801-127.0.0.1:42055_solr-n_0000000000)
 [n:127.0.0.1:42055_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> 3062329 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:42055/solr/.system_shard1_replica_n1/
   [junit4]   2> 3062330 INFO  (qtp32264553-25225) [n:127.0.0.1:42055_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=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 3062330 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 3062330 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 3062330 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 3062330 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 3062330 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_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> 3062330 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_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> 3062330 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_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@1790b88 commitCommandVersion:0
   [junit4]   2> 3062331 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a26125[.system_shard1_replica_p4] main]
   [junit4]   2> 3062331 INFO  (indexFetcher-9394-thread-1) 
[n:127.0.0.1:39377_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3062332 INFO  
(searcherExecutor-9379-thread-1-processing-n:127.0.0.1:39377_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:39377_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@a26125[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3063654 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.e.j.s.AbstractConnector Stopped 
ServerConnector@1b58c7d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3063654 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=8936937
   [junit4]   2> 3063655 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3063655 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1fa3670: rootName = 
solr_39377, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@181e82a
   [junit4]   2> 3063668 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3063668 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8065a1: rootName = 
solr_39377, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1b24b93
   [junit4]   2> 3063676 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3063676 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1413c1d: rootName = 
solr_39377, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@67ef81
   [junit4]   2> 3063677 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39377_solr
   [junit4]   2> 3063678 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3063678 INFO  
(zkCallback-4685-thread-1-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3063678 INFO  (zkCallback-4701-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3063678 INFO  
(zkCallback-4709-thread-1-processing-n:127.0.0.1:45373_solr) 
[n:127.0.0.1:45373_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3063678 INFO  
(zkCallback-4686-thread-2-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3063678 INFO  
(zkCallback-4689-thread-2-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 3063679 INFO  (coreCloseExecutor-9401-thread-1) 
[n:127.0.0.1:39377_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@d06d83
   [junit4]   2> 3063679 INFO  
(zkCallback-4686-thread-1-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3063679 INFO  (coreCloseExecutor-9401-thread-1) 
[n:127.0.0.1:39377_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=13659523
   [junit4]   2> 3063679 INFO  
(zkCallback-4685-thread-3-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3063679 INFO  (coreCloseExecutor-9401-thread-1) 
[n:127.0.0.1:39377_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@11c7194: rootName = 
solr_39377, 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@149d228
   [junit4]   2> 3063679 INFO  
(zkCallback-4686-thread-3-processing-n:127.0.0.1:45665_solr) 
[n:127.0.0.1:45665_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> 3063679 INFO  
(zkCallback-4685-thread-2-processing-n:127.0.0.1:39377_solr) 
[n:127.0.0.1:39377_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> 3063679 INFO  
(zkCallback-4689-thread-3-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3063679 INFO  
(zkCallback-4689-thread-1-processing-n:127.0.0.1:42055_solr) 
[n:127.0.0.1:42055_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> 3063691 INFO  (coreCloseExecutor-9401-thread-1) 
[n:127.0.0.1:39377_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=13659523
   [junit4]   2> 3063693 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6d2ae5{/solr,null,UNAVAILABLE}
   [junit4]   2> 3065694 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[A3C28CA11D439605]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testAddRemoveNode
   [junit4]   2> 3065736 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[A3C28CA11D439605]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testAutoScalingConfig
   [junit4]   2> 3065738 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[A3C28CA11D439605]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testAutoScalingConfig
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestClusterStateProvider -Dtests.method=testAutoScalingConfig 
-Dtests.seed=A3C28CA11D439605 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-SV -Dtests.timezone=America/Eirunepe -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.05s 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([A3C28CA11D439605:9C4A8F090A1566E2]: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> 3065744 INFO  (jetty-closer-4664-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@be066b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3065744 INFO  (jetty-closer-4664-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=10044488
   [junit4]   2> 3065744 INFO  (jetty-closer-4664-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1b44057{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3065744 INFO  (jetty-closer-4664-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@49d2d2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3065745 INFO  (jetty-closer-4664-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1093720
   [junit4]   2> 3065745 INFO  (jetty-closer-4664-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1675955
   [junit4]   2> 3065745 INFO  (jetty-closer-4664-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3065745 INFO  (jetty-closer-4664-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3065745 INFO  (jetty-closer-4664-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e3c048: rootName = 
solr_42055, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1074e8
   [junit4]   2> 3065746 INFO  (jetty-closer-4664-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@993cd5: rootName = 
solr_45373, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@9229ed
   [junit4]   2> 3065745 INFO  (jetty-closer-4664-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3065746 INFO  (jetty-closer-4664-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@730880: rootName = 
solr_45665, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1348ee2
   [junit4]   2> 3065759 INFO  (jetty-closer-4664-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3065759 INFO  (jetty-closer-4664-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@167cd75: rootName = 
solr_42055, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@1b24b93
   [junit4]   2> 3065761 INFO  (jetty-closer-4664-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3065761 INFO  (jetty-closer-4664-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3065761 INFO  (jetty-closer-4664-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c99448: rootName = 
solr_45373, domain = 

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

918271
   [junit4]   2> 3065773 INFO  (jetty-closer-4664-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b2f8bc{/solr,null,UNAVAILABLE}
   [junit4]   2> 3065776 INFO  (jetty-closer-4664-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@23ffc3{/solr,null,UNAVAILABLE}
   [junit4]   2> 3067266 WARN  
(zkCallback-4709-thread-1-processing-n:127.0.0.1:45373_solr) 
[n:127.0.0.1:45373_solr    ] o.a.s.c.ZkController Unable to register nodeLost 
path for 127.0.0.1:45665_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:45665_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> 3067267 INFO  (jetty-closer-4664-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1adbb20{/solr,null,UNAVAILABLE}
   [junit4]   2> 3067268 ERROR 
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-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> 3067269 INFO  
(SUITE-TestClusterStateProvider-seed#[A3C28CA11D439605]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35597 35597
   [junit4]   2> 3072372 INFO  (Thread-6859) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35597 35597
   [junit4]   2> 3072373 WARN  (Thread-6859) [    ] 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>        5       /solr/clusterprops.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>        23      /solr/collections/.system/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99348967318945799-127.0.0.1:45665_solr-n_0000000001
   [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> 
   [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_A3C28CA11D439605-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=698, maxMBSortInHeap=7.844275055467917, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@42d214),
 locale=es-SV, timezone=America/Eirunepe
   [junit4]   2> NOTE: Linux 4.13.0-26-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=257660032,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ConfigSetsAPITest, 
SuggesterTest, TestFieldSortValues, XsltUpdateRequestHandlerTest, 
BlockJoinFacetSimpleTest, HdfsUnloadDistributedZkTest, TestRestoreCore, 
TestTrie, TestSolrCloudWithKerberosAlt, DateRangeFieldTest, TestApiFramework, 
ReplicaListTransformerTest, TestMaxTokenLenTokenizer, TestSolrConfigHandler, 
SortSpecParsingTest, AsyncCallRequestStatusResponseTest, 
TestHdfsBackupRestoreCore, TestSSLRandomization, CdcrUpdateLogTest, 
TestSizeLimitedDistributedMap, TestDeleteCollectionOnDownNodes, 
TestFuzzyAnalyzedSuggestions, TestSolrCLIRunExample, TestConfigSetProperties, 
TestManagedResource, TestPayloadScoreQParserPlugin, TestSolrCoreSnapshots, 
TestHdfsUpdateLog, BlobRepositoryCloudTest, DisMaxRequestHandlerTest, 
ConnectionReuseTest, TestCSVResponseWriter, TestCloudRecovery, 
FieldMutatingUpdateProcessorTest, TestHalfAndHalfDocValues, TestBlobHandler, 
TestManagedSynonymFilterFactory, TestLockTree, BitVectorTest, 
TestDistributedMissingSort, PluginInfoTest, TestDistributedGrouping, 
LeaderFailureAfterFreshStartTest, DistributedSuggestComponentTest, 
BooleanFieldTest, TestClassicSimilarityFactory, AnalyticsMergeStrategyTest, 
TestCoreContainer, LargeFieldTest, ScriptEngineTest, 
TestAuthenticationFramework, RegexBytesRefFilterTest, 
TestBackupRepositoryFactory, MetricsConfigTest, TestReplicaProperties, 
TestFieldCacheSortRandom, SolrIndexMetricsTest, TestMacros, StatsComponentTest, 
InfoHandlerTest, TestLegacyFieldReuse, TestFiltering, TestSystemIdResolver, 
TestSolrCoreProperties, QueryElevationComponentTest, 
TestLeaderElectionZkExpiry, CSVRequestHandlerTest, TestNestedDocsSort, 
TestEmbeddedSolrServerConstructors, TestNoOpRegenerator, UUIDFieldTest, 
SolrCoreCheckLockOnStartupTest, SystemLogListenerTest, 
SpellPossibilityIteratorTest, SimplePostToolTest, BJQParserTest, TestLFUCache, 
CollectionReloadTest, UpdateLogTest, TimeZoneUtilsTest, 
FieldAnalysisRequestHandlerTest, OverseerTest, SolrMetricReporterTest, 
CollectionsAPIAsyncDistributedZkTest, FullSolrCloudDistribCmdsTest, 
ClassificationUpdateProcessorIntegrationTest, XmlUpdateRequestHandlerTest, 
CdcrBidirectionalTest, TestLMJelinekMercerSimilarityFactory, 
TestExecutePlanAction, TestExclusionRuleCollectionAccess, 
DistributedFacetSimpleRefinementLongTailTest, HdfsBasicDistributedZk2Test, 
SolrGraphiteReporterTest, HdfsRecoverLeaseTest, TestPushWriter, 
TestRuleBasedAuthorizationPlugin, TestExtendedDismaxParser, 
WrapperMergePolicyFactoryTest, TestMultiValuedNumericRangeQuery, 
MetricUtilsTest, RollingRestartTest, TestGroupingSearch, TestReload, 
TestManagedSchemaThreadSafety, TestRetrieveFieldsOptimizer, 
BasicDistributedZk2Test, TestSmileRequest, TestIndexSearcher, 
TestFileDictionaryLookup, MoveReplicaHDFSFailoverTest, TestReloadAndDeleteDocs, 
TestRealTimeGet, TestGeoJSONResponseWriter, NodeAddedTriggerTest, 
TestHashPartitioner, HLLSerializationTest, TestValueSourceCache, 
CdcrReplicationHandlerTest, DistanceFunctionTest, AliasIntegrationTest, 
ZkFailoverTest, SolrCLIZkUtilsTest, ConfigureRecoveryStrategyTest, 
TestSolrConfigHandlerCloud, TestRandomFlRTGCloud, ChaosMonkeySafeLeaderTest, 
CollectionsAPIDistributedZkTest, ShardRoutingTest, TestReplicationHandler, 
ZkSolrClientTest, ZkCLITest, TestJoin, SpellCheckComponentTest, 
BadIndexSchemaTest, TestSort, TestFunctionQuery, TestBadConfig, 
TestCoreDiscovery, SuggesterFSTTest, DocValuesTest, 
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, 
DebugComponentTest, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, 
PrimitiveFieldTypeTest, TestOmitPositions, RequestHandlersTest, 
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, 
TestSolrQueryParser, LoggingHandlerTest, IndexSchemaTest, TestCollationField, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, SearchHandlerTest, NumericFieldsTest, 
TestElisionMultitermQuery, TestPostingsSolrHighlighter, 
NotRequiredUniqueKeyTest, TestPhraseSuggestions, 
TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, 
ResourceLoaderTest, DateMathParserTest, PreAnalyzedFieldTest, DateFieldTest, 
ClusterStateTest, TestLRUCache, ZkNodePropsTest, SystemInfoHandlerTest, 
CircularListTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestTolerantSearch, 
TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, 
TestJettySolrRunner, ActionThrottleTest, AddReplicaTest, AssignTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
CustomCollectionTest, DeleteNodeTest, DistribJoinFromCollectionTest, 
DocValuesNotIndexedTest, HttpPartitionTest, MoveReplicaTest, 
MultiThreadedOCPTest, OverseerCollectionConfigSetProcessorTest, 
OverseerRolesTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, 
RemoteQueryErrorTest, ReplicationFactorTest, SaslZkACLProviderTest, 
ShardSplitTest, TestUtilizeNode, AutoAddReplicasIntegrationTest, 
TestClusterStateProvider]
   [junit4] Completed [569/767 (1!)] on J2 in 14.76s, 2 tests, 1 failure <<< 
FAILURES!

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

Reply via email to