Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1175/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

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([AD8379163A9815C6:920B7ABE2DCEE521]: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 13649 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
   [junit4]   2> 2512342 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/init-core-data-001
   [junit4]   2> 2512343 WARN  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=30 numCloses=30
   [junit4]   2> 2512343 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2512344 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2512344 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? false
   [junit4]   2> 2512345 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001
   [junit4]   2> 2512345 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2512345 INFO  (Thread-7906) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2512345 INFO  (Thread-7906) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2512347 ERROR (Thread-7906) [    ] 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> 2512445 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34945
   [junit4]   2> 2512448 INFO  (zkConnectionManagerCallback-11863-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512452 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2512452 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2512452 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2512453 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e6a319{/solr,null,AVAILABLE}
   [junit4]   2> 2512453 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9d76fe{/solr,null,AVAILABLE}
   [junit4]   2> 2512453 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d9b54e{/solr,null,AVAILABLE}
   [junit4]   2> 2512454 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@184c615{HTTP/1.1,[http/1.1]}{127.0.0.1:35949}
   [junit4]   2> 2512454 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1997688{HTTP/1.1,[http/1.1]}{127.0.0.1:44321}
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@69392b{HTTP/1.1,[http/1.1]}{127.0.0.1:43861}
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.e.j.s.Server Started @2513527ms
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.e.j.s.Server Started @2513527ms
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35949}
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43861}
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.e.j.s.Server Started @2513527ms
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44321}
   [junit4]   2> 2512455 ERROR (jetty-launcher-11860-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2512455 ERROR (jetty-launcher-11860-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2512455 ERROR (jetty-launcher-11860-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T03:28:30.489Z
   [junit4]   2> 2512456 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T03:28:30.489Z
   [junit4]   2> 2512455 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2512456 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2512456 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2512456 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T03:28:30.490Z
   [junit4]   2> 2512457 INFO  (zkConnectionManagerCallback-11866-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512457 INFO  (zkConnectionManagerCallback-11867-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512457 INFO  (zkConnectionManagerCallback-11869-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512458 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2512458 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2512458 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2512466 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 0x160f2b620ac0002, 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> 2512467 INFO  (jetty-launcher-11860-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34945/solr
   [junit4]   2> 2512467 INFO  (jetty-launcher-11860-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34945/solr
   [junit4]   2> 2512468 INFO  (jetty-launcher-11860-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34945/solr
   [junit4]   2> 2512468 INFO  (zkConnectionManagerCallback-11876-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512469 INFO  (zkConnectionManagerCallback-11878-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512469 INFO  (zkConnectionManagerCallback-11881-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512469 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 0x160f2b620ac0004, 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> 2512471 INFO  
(zkConnectionManagerCallback-11884-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512471 INFO  
(zkConnectionManagerCallback-11885-thread-1-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512471 INFO  
(zkConnectionManagerCallback-11887-thread-1-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512519 INFO  (jetty-launcher-11860-thread-1) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2512519 INFO  (jetty-launcher-11860-thread-3) 
[n:127.0.0.1:44321_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2512519 INFO  (jetty-launcher-11860-thread-2) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2512520 INFO  (jetty-launcher-11860-thread-1) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35949_solr
   [junit4]   2> 2512520 INFO  (jetty-launcher-11860-thread-2) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43861_solr
   [junit4]   2> 2512520 INFO  (jetty-launcher-11860-thread-3) 
[n:127.0.0.1:44321_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44321_solr
   [junit4]   2> 2512521 INFO  (jetty-launcher-11860-thread-1) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.Overseer Overseer 
(id=99346055848263687-127.0.0.1:35949_solr-n_0000000000) starting
   [junit4]   2> 2512521 INFO  
(zkCallback-11882-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2512521 INFO  
(zkCallback-11886-thread-1-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2512525 INFO  (jetty-launcher-11860-thread-1) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35949_solr
   [junit4]   2> 2512526 INFO  
(zkCallback-11883-thread-1-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2512526 INFO  
(zkCallback-11882-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2512526 INFO  
(zkCallback-11886-thread-1-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2512528 INFO  
(zkCallback-11883-thread-1-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2512626 INFO  (jetty-launcher-11860-thread-3) 
[n:127.0.0.1:44321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44321.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2512636 INFO  (jetty-launcher-11860-thread-3) 
[n:127.0.0.1:44321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44321.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2512636 INFO  (jetty-launcher-11860-thread-3) 
[n:127.0.0.1:44321_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44321.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2512638 INFO  (jetty-launcher-11860-thread-3) 
[n:127.0.0.1:44321_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node3/.
   [junit4]   2> 2512680 INFO  (jetty-launcher-11860-thread-2) 
[n:127.0.0.1:43861_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43861.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2512700 INFO  (jetty-launcher-11860-thread-1) 
[n:127.0.0.1:35949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35949.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2512703 INFO  (jetty-launcher-11860-thread-2) 
[n:127.0.0.1:43861_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43861.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2512704 INFO  (jetty-launcher-11860-thread-2) 
[n:127.0.0.1:43861_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43861.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2512705 INFO  (jetty-launcher-11860-thread-2) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node2/.
   [junit4]   2> 2512710 INFO  (jetty-launcher-11860-thread-1) 
[n:127.0.0.1:35949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35949.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2512710 INFO  (jetty-launcher-11860-thread-1) 
[n:127.0.0.1:35949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35949.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2512712 INFO  (jetty-launcher-11860-thread-1) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node1/.
   [junit4]   2> 2512768 INFO  (zkConnectionManagerCallback-11895-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512772 INFO  (zkConnectionManagerCallback-11899-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2512773 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2512773 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34945/solr ready
   [junit4]   2> 2512776 INFO  (qtp2625242-36528) [n:127.0.0.1:35949_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> 2512780 INFO  
(OverseerThreadFactory-9801-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 2512885 INFO  
(OverseerStateUpdate-99346055848263687-127.0.0.1:35949_solr-n_0000000000) 
[n:127.0.0.1:35949_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:35949/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2512886 INFO  
(OverseerStateUpdate-99346055848263687-127.0.0.1:35949_solr-n_0000000000) 
[n:127.0.0.1:35949_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:43861/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2512887 INFO  
(OverseerStateUpdate-99346055848263687-127.0.0.1:35949_solr-n_0000000000) 
[n:127.0.0.1:35949_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:44321/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2513091 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2513091 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2513091 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2513092 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2513092 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2513092 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2513199 INFO  
(zkCallback-11883-thread-1-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2513199 INFO  
(zkCallback-11886-thread-1-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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> 2513199 INFO  
(zkCallback-11886-thread-2-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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> 2513199 INFO  
(zkCallback-11882-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2513199 INFO  
(zkCallback-11883-thread-2-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2513199 INFO  
(zkCallback-11882-thread-2-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2514105 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2514105 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2514107 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2514124 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514124 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514126 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514129 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514130 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514132 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514133 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514134 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514135 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514135 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514136 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514136 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514136 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514136 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514136 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35949.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2514136 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43861.solr.core..system.shard1.replica_n2' (registry 
'solr.core..system.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2514137 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2514137 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2514137 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node1/.system_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node1/./.system_shard1_replica_n1/data/]
   [junit4]   2> 2514137 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node2/.system_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 2514137 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514138 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514138 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
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> 2514138 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514139 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44321.solr.core..system.shard1.replica_p4' (registry 
'solr.core..system.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2514139 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2514139 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node3/.system_shard1_replica_p4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node3/./.system_shard1_replica_p4/data/]
   [junit4]   2> 2514189 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514189 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514190 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514190 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2514192 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19891f2[.system_shard1_replica_n1] 
main]
   [junit4]   2> 2514193 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514193 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2514193 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514194 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514194 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514194 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514195 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514195 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1ec8be5[.system_shard1_replica_p4] 
main]
   [junit4]   2> 2514196 INFO  
(searcherExecutor-9808-thread-1-processing-n:127.0.0.1:35949_solr 
x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) 
[n:127.0.0.1:35949_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@19891f2[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2514196 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514196 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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 
1589536895512084480
   [junit4]   2> 2514196 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514196 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514197 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514201 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514201 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514225 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514225 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 27 ms
   [junit4]   2> 2514225 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514225 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514226 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514227 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514227 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514227 INFO  
(searcherExecutor-9810-thread-1-processing-n:127.0.0.1:44321_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:44321_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@1ec8be5[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2514228 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514228 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2514229 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514229 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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> 2514231 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1579cf5[.system_shard1_replica_n2] 
main]
   [junit4]   2> 2514232 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514232 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514232 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514233 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514237 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514243 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514243 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 10 ms
   [junit4]   2> 2514244 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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> 2514246 INFO  
(searcherExecutor-9809-thread-1-processing-n:127.0.0.1:43861_solr 
x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) 
[n:127.0.0.1:43861_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@1579cf5[.system_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2514246 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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 
1589536895564513280
   [junit4]   2> 2514302 INFO  
(zkCallback-11883-thread-2-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2514302 INFO  
(zkCallback-11882-thread-2-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2514302 INFO  
(zkCallback-11883-thread-1-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2514302 INFO  
(zkCallback-11886-thread-1-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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> 2514302 INFO  
(zkCallback-11886-thread-2-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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> 2514302 INFO  
(zkCallback-11882-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2514701 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514701 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2514701 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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:35949/solr/.system_shard1_replica_n1/
   [junit4]   2> 2514702 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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:35949/solr START 
replicas=[http://127.0.0.1:43861/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 2514704 INFO  (qtp12782877-36529) [n:127.0.0.1:43861_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> 2515002 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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:35949/solr DONE.  
We have no versions.  sync failed.
   [junit4]   2> 2515003 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2515003 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2515003 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2515008 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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:35949/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 2515109 INFO  
(zkCallback-11883-thread-1-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2515109 INFO  
(zkCallback-11886-thread-1-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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> 2515109 INFO  
(zkCallback-11883-thread-2-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2515109 INFO  
(zkCallback-11886-thread-2-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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> 2515110 INFO  
(zkCallback-11882-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2515110 INFO  
(zkCallback-11882-thread-2-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2515159 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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> 2515228 INFO  (qtp2625242-36516) [n:127.0.0.1:35949_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=2137
   [junit4]   2> 2515231 INFO  (qtp26545010-36527) [n:127.0.0.1:44321_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=2140
   [junit4]   2> 2515252 INFO  (qtp12782877-36524) [n:127.0.0.1:43861_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=2160
   [junit4]   2> 2515259 INFO  (qtp2625242-36528) [n:127.0.0.1:35949_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> 2515308 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Replica core_node3 is leader 
but it's state is down, skipping replication
   [junit4]   2> 2515357 INFO  
(zkCallback-11883-thread-1-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2515357 INFO  
(zkCallback-11886-thread-1-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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> 2515357 INFO  
(zkCallback-11882-thread-2-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2515357 INFO  
(zkCallback-11886-thread-2-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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> 2515357 INFO  
(zkCallback-11882-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2515357 INFO  
(zkCallback-11883-thread-2-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2516260 INFO  (qtp2625242-36528) [n:127.0.0.1:35949_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=3483
   [junit4]   2> 2516263 INFO  (qtp2625242-36533) [n:127.0.0.1:35949_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> 2516266 INFO  (qtp12782877-36513) [n:127.0.0.1:43861_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> 2516269 INFO  (qtp26545010-36532) [n:127.0.0.1:44321_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> 2516295 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[AD8379163A9815C6]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testAutoScalingConfig
   [junit4]   2> 2516297 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[AD8379163A9815C6]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testAutoScalingConfig
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestClusterStateProvider -Dtests.method=testAutoScalingConfig 
-Dtests.seed=AD8379163A9815C6 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-VE -Dtests.timezone=America/Dominica -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.03s 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([AD8379163A9815C6:920B7ABE2DCEE521]: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> 2516325 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testAddRemoveNode
   [junit4]   2> 2516326 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2516327 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3dcc1c{/solr,null,AVAILABLE}
   [junit4]   2> 2516328 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.e.j.s.AbstractConnector Started 
ServerConnector@1aa8af4{HTTP/1.1,[http/1.1]}{127.0.0.1:40769}
   [junit4]   2> 2516328 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.e.j.s.Server Started @2517400ms
   [junit4]   2> 2516328 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40769}
   [junit4]   2> 2516328 ERROR 
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2516328 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2516328 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 2516328 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2516328 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-14T03:28:34.362Z
   [junit4]   2> 2516330 INFO  (zkConnectionManagerCallback-11901-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516331 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2516339 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34945/solr
   [junit4]   2> 2516340 INFO  (zkConnectionManagerCallback-11905-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516342 INFO  
(zkConnectionManagerCallback-11907-thread-1-processing-n:127.0.0.1:40769_solr) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516345 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2516346 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2516347 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40769_solr
   [junit4]   2> 2516348 INFO  
(zkCallback-11883-thread-2-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2516348 INFO  
(zkCallback-11886-thread-2-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2516348 INFO  
(zkCallback-11882-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2516348 INFO  (zkCallback-11898-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2516350 INFO  
(zkCallback-11906-thread-1-processing-n:127.0.0.1:40769_solr) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 2516603 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) 
[n:127.0.0.1:40769_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40769.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2516614 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) 
[n:127.0.0.1:40769_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40769.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2516615 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) 
[n:127.0.0.1:40769_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40769.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2c3125
   [junit4]   2> 2516616 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001/tempDir-001/node4/.
   [junit4]   2> 2516782 INFO  
(OverseerCollectionConfigSetProcessor-99346055848263687-127.0.0.1:35949_solr-n_0000000000)
 [n:127.0.0.1:35949_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> 2518308 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Last replication failed, so 
I'll force replication
   [junit4]   2> 2518308 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_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:35949/solr/.system_shard1_replica_n1/
   [junit4]   2> 2518310 INFO  (qtp2625242-36528) [n:127.0.0.1:35949_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> 2518310 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2518310 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2518310 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2518310 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2518310 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_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> 2518310 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_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> 2518310 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_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@ea6539 commitCommandVersion:0
   [junit4]   2> 2518311 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@cf0442[.system_shard1_replica_p4] main]
   [junit4]   2> 2518311 INFO  (indexFetcher-9823-thread-1) 
[n:127.0.0.1:44321_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2518313 INFO  
(searcherExecutor-9810-thread-1-processing-n:127.0.0.1:44321_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:44321_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@cf0442[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2518667 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.e.j.s.AbstractConnector Stopped 
ServerConnector@1997688{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2518667 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31539556
   [junit4]   2> 2518667 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2518668 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1458d3b: rootName = 
solr_44321, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@c74954
   [junit4]   2> 2518674 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2518674 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@176b74e: rootName = 
solr_44321, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@715421
   [junit4]   2> 2518679 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2518679 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d34c5: rootName = 
solr_44321, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@16732b9
   [junit4]   2> 2518680 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44321_solr
   [junit4]   2> 2518681 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2518681 INFO  
(zkCallback-11882-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2518681 INFO  
(zkCallback-11883-thread-2-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2518681 INFO  (zkCallback-11898-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2518681 INFO  
(zkCallback-11883-thread-1-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2518682 INFO  
(zkCallback-11886-thread-1-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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: [4])
   [junit4]   2> 2518682 INFO  
(zkCallback-11882-thread-3-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2518682 INFO  
(zkCallback-11883-thread-3-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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> 2518682 INFO  
(zkCallback-11882-thread-2-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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> 2518682 INFO  
(zkCallback-11886-thread-2-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2518682 INFO  
(zkCallback-11886-thread-3-processing-n:127.0.0.1:44321_solr) 
[n:127.0.0.1:44321_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> 2518682 INFO  
(zkCallback-11906-thread-1-processing-n:127.0.0.1:40769_solr) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2518682 INFO  (coreCloseExecutor-9830-thread-1) 
[n:127.0.0.1:44321_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@14efd0b
   [junit4]   2> 2518682 INFO  (coreCloseExecutor-9830-thread-1) 
[n:127.0.0.1:44321_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=21953803
   [junit4]   2> 2518682 INFO  (coreCloseExecutor-9830-thread-1) 
[n:127.0.0.1:44321_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@f79f8f: rootName = 
solr_44321, 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@16e7f41
   [junit4]   2> 2518691 INFO  (coreCloseExecutor-9830-thread-1) 
[n:127.0.0.1:44321_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=21953803
   [junit4]   2> 2518693 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9d76fe{/solr,null,UNAVAILABLE}
   [junit4]   2> 2520694 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[AD8379163A9815C6]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testAddRemoveNode
   [junit4]   2> 2520696 INFO  (jetty-closer-11861-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@184c615{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2520696 INFO  (jetty-closer-11861-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1aa8af4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2520696 INFO  (jetty-closer-11861-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@69392b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2520697 INFO  (jetty-closer-11861-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=12627609
   [junit4]   2> 2520697 INFO  (jetty-closer-11861-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=11302514
   [junit4]   2> 2520696 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=22771292
   [junit4]   2> 2520697 INFO  (jetty-closer-11861-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2520697 INFO  (jetty-closer-11861-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2520697 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2520697 INFO  (jetty-closer-11861-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a15215: rootName = 
solr_40769, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@c04f75
   [junit4]   2> 2520697 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@99408c: rootName = 
solr_35949, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@5f3281
   [junit4]   2> 2520697 INFO  (jetty-closer-11861-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a40839: rootName = 
solr_43861, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@674f3d
   [junit4]   2> 2520703 INFO  (jetty-closer-11861-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2520704 INFO  (jetty-closer-11861-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d4c44c: rootName = 
solr_43861, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@715421
   [junit4]   2> 2520704 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2520704 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@91820b: rootName = 
solr_35949, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@715421
   [junit4]   2> 2520706 INFO  (jetty-closer-11861-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2520706 INFO  (jetty-closer-11861-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@f704e6: rootName = 
solr_40769, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@715421
   [junit4]   2> 2520727 INFO  (jetty-closer-11861-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2520727 INFO  (jetty-closer-11861-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5f4ccc: rootName = 
solr_43861, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@16732b9
   [junit4]   2> 2520727 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2520727 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1df23e5: rootName = 
solr_35949, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@16732b9
   [junit4]   2> 2520728 INFO  (jetty-closer-11861-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43861_solr
   [junit4]   2> 2520729 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35949_solr
   [junit4]   2> 2520729 INFO  (jetty-closer-11861-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2520729 INFO  
(zkCallback-11906-thread-1-processing-n:127.0.0.1:40769_solr) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 2520729 INFO  
(zkCallback-11883-thread-3-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 2520729 INFO  (coreCloseExecutor-9832-thread-1) 
[n:127.0.0.1:43861_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.c.SolrCore [.system_shard1_replica_n2]  
CLOSING SolrCore org.apache.solr.core.SolrCore@165991e
   [junit4]   2> 2520729 INFO  (coreCloseExecutor-9832-thread-1) 
[n:127.0.0.1:43861_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_n2, tag=23435550
   [junit4]   2> 2520729 INFO  (coreCloseExecutor-9832-thread-1) 
[n:127.0.0.1:43861_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b0321: rootName = 
solr_43861, domain = solr.core..system.shard1.replica_n2, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@3723d0
   [junit4]   2> 2520730 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2520730 INFO  
(zkCallback-11882-thread-2-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (1)
   [junit4]   2> 2520730 INFO  
(zkCallback-11883-thread-2-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2520730 INFO  (coreCloseExecutor-9833-thread-1) 
[n:127.0.0.1:35949_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@1e9c900
   [junit4]   2> 2520730 INFO  (coreCloseExecutor-9833-thread-1) 
[n:127.0.0.1:35949_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_n1, tag=32098560
   [junit4]   2> 2520730 INFO  (coreCloseExecutor-9833-thread-1) 
[n:127.0.0.1:35949_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@170b47c: rootName = 
solr_35949, domain = solr.core..system.shard1.replica_n1, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@7a89c6
   [junit4]   2> 2520731 INFO  
(zkCallback-11883-thread-3-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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: [1])
   [junit4]   2> 2520731 INFO  
(zkCallback-11882-thread-1-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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: [1])
   [junit4]   2> 2520731 INFO  
(zkCallback-11882-thread-3-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_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: [1])
   [junit4]   2> 2520731 INFO  
(zkCallback-11883-thread-2-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_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: [1])
   [junit4]   2> 2520732 INFO  
(zkCallback-11906-thread-2-processing-n:127.0.0.1:40769_solr) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 252073

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

, service url = null, agent id = null] for registry solr.jetty / 
com.codahale.metrics.MetricRegistry@16732b9
   [junit4]   2> 2520736 INFO  (jetty-closer-11861-thread-3) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40769_solr
   [junit4]   2> 2520736 INFO  
(zkCallback-11883-thread-2-processing-n:127.0.0.1:43861_solr) 
[n:127.0.0.1:43861_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 2520736 INFO  (jetty-closer-11861-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2520736 INFO  
(zkCallback-11906-thread-2-processing-n:127.0.0.1:40769_solr) 
[n:127.0.0.1:40769_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 2520736 INFO  
(zkCallback-11882-thread-2-processing-n:127.0.0.1:35949_solr) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 2520737 INFO  (jetty-closer-11861-thread-3) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2520738 INFO  (jetty-closer-11861-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3dcc1c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2520745 INFO  (coreCloseExecutor-9832-thread-1) 
[n:127.0.0.1:43861_solr c:.system s:shard1 r:core_node5 
x:.system_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=23435550
   [junit4]   2> 2520746 INFO  (coreCloseExecutor-9833-thread-1) 
[n:127.0.0.1:35949_solr c:.system s:shard1 r:core_node3 
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=32098560
   [junit4]   2> 2520747 INFO  (jetty-closer-11861-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d9b54e{/solr,null,UNAVAILABLE}
   [junit4]   2> 2520747 INFO  (jetty-closer-11861-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=99346055848263687-127.0.0.1:35949_solr-n_0000000000) closing
   [junit4]   2> 2520747 INFO  
(OverseerStateUpdate-99346055848263687-127.0.0.1:35949_solr-n_0000000000) 
[n:127.0.0.1:35949_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:35949_solr
   [junit4]   2> 2520747 WARN  
(OverseerAutoScalingTriggerThread-99346055848263687-127.0.0.1:35949_solr-n_0000000000)
 [n:127.0.0.1:35949_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2520748 INFO  (jetty-closer-11861-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@e6a319{/solr,null,UNAVAILABLE}
   [junit4]   2> 2520749 ERROR 
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-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> 2520749 INFO  
(SUITE-TestClusterStateProvider-seed#[AD8379163A9815C6]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34945 34945
   [junit4]   2> 2532092 INFO  (Thread-7906) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34945 34945
   [junit4]   2> 2532093 WARN  (Thread-7906) [    ] 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/99346055848263687-127.0.0.1:35949_solr-n_0000000000
   [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-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_AD8379163A9815C6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1796, maxMBSortInHeap=6.306408729668066, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-VE, 
timezone=America/Dominica
   [junit4]   2> NOTE: Linux 4.13.0-26-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=221853776,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryResponse, 
TestMissingGroups, FieldAnalysisRequestHandlerTest, RequiredFieldsTest, 
TestLMDirichletSimilarityFactory, TestJsonFacetRefinement, LeaderElectionTest, 
TestCloudPivotFacet, DefaultValueUpdateProcessorTest, TestLRUCache, 
TestSolrCoreProperties, TestConfigSets, HttpTriggerListenerTest, 
TestCollectionAPIs, DistanceUnitsTest, DocValuesMissingTest, 
UniqFieldsUpdateProcessorFactoryTest, TestTestInjection, TestFiltering, 
TestXmlQParser, MoveReplicaHDFSTest, HdfsWriteToMultipleCollectionsTest, 
RuleEngineTest, TestFieldTypeResource, CoreAdminRequestStatusTest, 
CustomCollectionTest, JavabinLoaderTest, TestSQLHandler, DeleteStatusTest, 
SolrJmxReporterCloudTest, TimeRoutedAliasUpdateProcessorTest, 
BasicDistributedZk2Test, TestLegacyNumericUtils, DisMaxRequestHandlerTest, 
TestSearchPerf, ReturnFieldsTest, QueryElevationComponentTest, 
TimeZoneUtilsTest, AtomicUpdatesTest, TestConfigOverlay, TestLFUCache, 
AliasIntegrationTest, ComputePlanActionTest, TestInitQParser, 
TestSlowCompositeReaderWrapper, TestCoreContainer, CSVRequestHandlerTest, 
TestFreeTextSuggestions, TestManagedResourceStorage, PluginInfoTest, 
UnloadDistributedZkTest, SSLMigrationTest, SuggesterTest, 
TestNumericRangeQuery32, CollectionsAPIAsyncDistributedZkTest, ZkNodePropsTest, 
AddBlockUpdateTest, TestMiniSolrCloudClusterSSL, 
OverseerCollectionConfigSetProcessorTest, MigrateRouteKeyTest, 
TestShardHandlerFactory, DocValuesNotIndexedTest, TestCharFilters, 
SolrCloudReportersTest, MetricsHandlerTest, VersionInfoTest, 
CdcrRequestHandlerTest, MergeStrategyTest, ScriptEngineTest, BadComponentTest, 
DistribJoinFromCollectionTest, TestCSVResponseWriter, TestDynamicLoading, 
TestSolrConfigHandlerConcurrent, AutoAddReplicasIntegrationTest, 
NodeLostTriggerTest, IndexBasedSpellCheckerTest, SolrCloudExampleTest, 
TestScoreJoinQPNoScore, HdfsBasicDistributedZkTest, BlockDirectoryTest, 
TestQueryTypes, DataDrivenBlockJoinTest, TestCustomDocTransformer, 
DeleteNodeTest, TestSystemIdResolver, CloudMLTQParserTest, IndexSchemaTest, 
TestSegmentSorting, JSONWriterTest, TestFunctionQuery, TestAddFieldRealTimeGet, 
RecoveryAfterSoftCommitTest, ChaosMonkeyNothingIsSafeTest, 
TestRandomRequestDistribution, RequestLoggingTest, HdfsLockFactoryTest, 
TestFieldCollectionResource, HdfsRecoveryZkTest, RecoveryZkTest, 
CustomHighlightComponentTest, TestComputePlanAction, 
TestCollectionsAPIViaSolrCloudCluster, HdfsCollectionsAPIDistributedZkTest, 
TestSkipOverseerOperations, TestFieldCacheVsDocValues, 
TestPartialUpdateDeduplication, SuggesterWFSTTest, FacetPivotSmallTest, 
TestLeaderInitiatedRecoveryThread, SystemInfoHandlerTest, 
TestTolerantUpdateProcessorRandomCloud, TestTriggerIntegration, 
TestDistributedMissingSort, TestSchemaSimilarityResource, 
SolrCoreMetricManagerTest, SpellPossibilityIteratorTest, 
ShufflingReplicaListTransformerTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
DistributedQueryComponentCustomSortTest, TestLMJelinekMercerSimilarityFactory, 
TestSearcherReuse, TestManagedSchema, BasicDistributedZkTest, 
OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestZkChroot, 
TestRandomDVFaceting, TestDistributedGrouping, TestHashPartitioner, 
DistributedSpellCheckComponentTest, TestRealTimeGet, TestReload, 
TestSolr4Spatial, SpellCheckComponentTest, TestGroupingSearch, 
BadIndexSchemaTest, TestSort, TestLazyCores, 
DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, 
TestExtendedDismaxParser, CoreAdminHandlerTest, TestCSVLoader, 
SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, 
TestAtomicUpdateErrorCases, StatelessScriptUpdateProcessorFactoryTest, 
TestRemoteStreaming, XsltUpdateRequestHandlerTest, CacheHeaderTest, 
TestQueryUtils, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, 
FileBasedSpellCheckerTest, DocumentBuilderTest, 
PathHierarchyTokenizerFactoryTest, LoggingHandlerTest, 
UpdateRequestProcessorFactoryTest, JsonLoaderTest, 
TestPHPSerializedResponseWriter, PingRequestHandlerTest, HighlighterConfigTest, 
UpdateParamsTest, CopyFieldTest, TestMergePolicyConfig, TestDocSet, 
TestBinaryField, OutputWriterTest, ExternalFileFieldSortTest, 
TestPhraseSuggestions, SynonymTokenizerTest, EchoParamsTest, 
TestIBSimilarityFactory, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, 
TestFastLRUCache, DateMathParserTest, TestSuggestSpellingConverter, 
SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, 
ClusterStateTest, TestUtils, UUIDFieldTest, CursorPagingTest, 
CollectionTooManyReplicasTest, DeleteLastCustomShardedReplicaTest, 
DeleteReplicaTest, DistributedQueueTest, HttpPartitionTest, 
MissingSegmentRecoveryTest, MultiThreadedOCPTest, ReplaceNodeTest, 
SolrXmlInZkTest, TestCloudJSONFacetJoinDomain, TestConfigSetsAPI, 
TestRebalanceLeaders, TestReplicaProperties, TestSizeLimitedDistributedMap, 
TestStressLiveNodes, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, ExecutePlanActionTest, MetricTriggerTest, 
TestPolicyCloud, TestClusterStateProvider]
   [junit4] Completed [581/766 (1!)] on J2 in 20.85s, 2 tests, 1 failure <<< 
FAILURES!

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

Reply via email to