Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1172/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -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([7512B513737E3A18:4A9AB6BB6428CAFF]: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 12536 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.sim.TestClusterStateProvider
   [junit4]   2> 1038433 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-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/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/init-core-data-001
   [junit4]   2> 1038434 WARN  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1038434 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1038435 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1038436 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-worker) [    ] 
o.a.s.c.a.s.TestClusterStateProvider ####### Using simulated components? true
   [junit4]   2> 1038437 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-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/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001
   [junit4]   2> 1038437 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1038437 INFO  (Thread-1301) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1038438 INFO  (Thread-1301) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1038446 ERROR (Thread-1301) [    ] 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> 1038538 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38005
   [junit4]   2> 1038540 INFO  (zkConnectionManagerCallback-1112-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038547 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1038547 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1038547 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1038548 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@51c1abc6{/solr,null,AVAILABLE}
   [junit4]   2> 1038548 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4fda0cc8{/solr,null,AVAILABLE}
   [junit4]   2> 1038548 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4f6e19cd{SSL,[ssl, 
http/1.1]}{127.0.0.1:37667}
   [junit4]   2> 1038548 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7b7b46c7{SSL,[ssl, 
http/1.1]}{127.0.0.1:36273}
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.e.j.s.Server Started @1040407ms
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.e.j.s.Server Started @1040407ms
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37667}
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36273}
   [junit4]   2> 1038549 ERROR (jetty-launcher-1109-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1038549 ERROR (jetty-launcher-1109-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-13T11:56:36.083Z
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-13T11:56:36.083Z
   [junit4]   2> 1038549 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55ec741{/solr,null,AVAILABLE}
   [junit4]   2> 1038559 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@54785b0d{SSL,[ssl, 
http/1.1]}{127.0.0.1:42563}
   [junit4]   2> 1038560 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.e.j.s.Server Started @1040417ms
   [junit4]   2> 1038560 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42563}
   [junit4]   2> 1038560 ERROR (jetty-launcher-1109-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1038560 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1038560 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1038560 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1038560 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-13T11:56:36.094Z
   [junit4]   2> 1038560 INFO  (zkConnectionManagerCallback-1114-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038560 INFO  (zkConnectionManagerCallback-1116-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038561 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1038561 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1038564 INFO  (zkConnectionManagerCallback-1118-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038571 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1038576 INFO  (jetty-launcher-1109-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38005/solr
   [junit4]   2> 1038576 INFO  (jetty-launcher-1109-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38005/solr
   [junit4]   2> 1038588 INFO  (jetty-launcher-1109-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38005/solr
   [junit4]   2> 1038593 INFO  (zkConnectionManagerCallback-1123-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038606 INFO  (zkConnectionManagerCallback-1126-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038619 INFO  (zkConnectionManagerCallback-1130-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038634 INFO  
(zkConnectionManagerCallback-1132-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038661 INFO  
(zkConnectionManagerCallback-1134-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038665 INFO  
(zkConnectionManagerCallback-1136-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038671 INFO  (jetty-launcher-1109-thread-2) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1038674 INFO  (jetty-launcher-1109-thread-2) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42563_solr
   [junit4]   2> 1038675 INFO  (jetty-launcher-1109-thread-2) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.Overseer Overseer 
(id=99342391441883145-127.0.0.1:42563_solr-n_0000000000) starting
   [junit4]   2> 1038675 INFO  (jetty-launcher-1109-thread-1) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1038677 INFO  (jetty-launcher-1109-thread-1) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36273_solr
   [junit4]   2> 1038698 INFO  
(zkCallback-1133-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1038706 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1038708 INFO  (jetty-launcher-1109-thread-2) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42563_solr
   [junit4]   2> 1038713 INFO  
(zkCallback-1133-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1038715 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1038720 INFO  (jetty-launcher-1109-thread-3) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1038721 INFO  (jetty-launcher-1109-thread-3) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1038722 INFO  (jetty-launcher-1109-thread-3) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37667_solr
   [junit4]   2> 1038722 INFO  
(zkCallback-1133-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1038744 INFO  
(zkCallback-1135-thread-2-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1038758 INFO  
(zkCallback-1131-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1038785 INFO  (jetty-launcher-1109-thread-2) 
[n:127.0.0.1:42563_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42563.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1038794 INFO  (jetty-launcher-1109-thread-2) 
[n:127.0.0.1:42563_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42563.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1038794 INFO  (jetty-launcher-1109-thread-2) 
[n:127.0.0.1:42563_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42563.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1038795 INFO  (jetty-launcher-1109-thread-2) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node2/.
   [junit4]   2> 1038796 INFO  (jetty-launcher-1109-thread-3) 
[n:127.0.0.1:37667_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37667.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1038797 INFO  (jetty-launcher-1109-thread-1) 
[n:127.0.0.1:36273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36273.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1038801 INFO  (jetty-launcher-1109-thread-3) 
[n:127.0.0.1:37667_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37667.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1038802 INFO  (jetty-launcher-1109-thread-3) 
[n:127.0.0.1:37667_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37667.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1038802 INFO  (jetty-launcher-1109-thread-3) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node3/.
   [junit4]   2> 1038804 INFO  (jetty-launcher-1109-thread-1) 
[n:127.0.0.1:36273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36273.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1038805 INFO  (jetty-launcher-1109-thread-1) 
[n:127.0.0.1:36273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36273.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1038806 INFO  (jetty-launcher-1109-thread-1) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node1/.
   [junit4]   2> 1038875 INFO  (zkConnectionManagerCallback-1144-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038878 INFO  (zkConnectionManagerCallback-1148-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1038879 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1038879 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38005/solr ready
   [junit4]   2> 1038903 INFO  (qtp685815183-6393) [n:127.0.0.1:37667_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> 1038906 INFO  
(OverseerThreadFactory-2715-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 1039010 INFO  
(OverseerStateUpdate-99342391441883145-127.0.0.1:42563_solr-n_0000000000) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42563/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1039011 INFO  
(OverseerStateUpdate-99342391441883145-127.0.0.1:42563_solr-n_0000000000) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37667/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1039012 INFO  
(OverseerStateUpdate-99342391441883145-127.0.0.1:42563_solr-n_0000000000) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36273/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1039217 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1039217 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1039240 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1039240 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1039241 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1039241 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1039343 INFO  
(zkCallback-1133-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1039343 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_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> 1039343 INFO  
(zkCallback-1135-thread-2-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_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> 1039343 INFO  
(zkCallback-1131-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1039343 INFO  
(zkCallback-1133-thread-2-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1039343 INFO  
(zkCallback-1131-thread-2-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1040227 WARN  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.Config You 
should not use LATEST as luceneMatchVersion property: if you use this setting, 
and then Solr upgrades to a newer release of Lucene, sizable changes may 
happen. If precise back compatibility is important then you should instead 
explicitly specify an actual Lucene version.
   [junit4]   2> 1040228 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040231 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040233 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040254 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040254 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/.system/managed-schema
   [junit4]   2> 1040257 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040260 WARN  (qtp191069380-6394) [n:127.0.0.1:36273_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ManagedIndexSchemaFactory The schema has been upgraded to managed, but 
the non-managed schema schema.xml is still loadable.  PLEASE REMOVE THIS FILE.
   [junit4]   2> 1040262 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040263 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040265 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to 
/configs/.system/schema.xml.bak
   [junit4]   2> 1040265 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040265 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37667.solr.core..system.shard1.replica_n2' (registry 
'solr.core..system.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1040266 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1040266 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node3/.system_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node3/./.system_shard1_replica_n2/data/]
   [junit4]   2> 1040266 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040266 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040266 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040266 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36273.solr.core..system.shard1.replica_p4' (registry 
'solr.core..system.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1040266 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1040266 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node1/.system_shard1_replica_p4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node1/./.system_shard1_replica_p4/data/]
   [junit4]   2> 1040269 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040269 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040269 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42563.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1040269 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1040269 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node2/.system_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node2/./.system_shard1_replica_n1/data/]
   [junit4]   2> 1040309 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040310 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040310 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040310 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1040310 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040310 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1040312 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4211d4f4[.system_shard1_replica_n2] 
main]
   [junit4]   2> 1040312 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040312 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040312 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@64691d3e[.system_shard1_replica_p4] 
main]
   [junit4]   2> 1040339 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040339 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040339 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040339 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040339 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040339 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040339 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040339 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1040339 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1040339 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_p4] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1040340 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1040340 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040340 INFO  
(searcherExecutor-2722-thread-1-processing-n:127.0.0.1:37667_solr 
x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) 
[n:127.0.0.1:37667_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@4211d4f4[.system_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1040341 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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 
1589478265061376000
   [junit4]   2> 1040341 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040341 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040341 INFO  
(searcherExecutor-2723-thread-1-processing-n:127.0.0.1:36273_solr 
x:.system_shard1_replica_p4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:36273_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@64691d3e[.system_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1040341 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@326fde5e[.system_shard1_replica_n1] 
main]
   [junit4]   2> 1040341 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040342 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040342 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040342 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040342 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040342 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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> 1040342 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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> 1040343 INFO  
(searcherExecutor-2724-thread-1-processing-n:127.0.0.1:42563_solr 
x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) 
[n:127.0.0.1:42563_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@326fde5e[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1040343 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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 
1589478265063473152
   [junit4]   2> 1040344 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1040444 INFO  
(zkCallback-1135-thread-2-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_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> 1040444 INFO  
(zkCallback-1133-thread-2-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1040444 INFO  
(zkCallback-1133-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1040444 INFO  
(zkCallback-1131-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1040444 INFO  
(zkCallback-1131-thread-2-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1040444 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_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> 1040844 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1040844 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1040844 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37667/solr/.system_shard1_replica_n2/
   [junit4]   2> 1040845 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n2 url=https://127.0.0.1:37667/solr START 
replicas=[https://127.0.0.1:42563/solr/.system_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1040847 INFO  (qtp1896886098-6398) [n:127.0.0.1:42563_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.S.Request 
[.system_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1041145 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n2 url=https://127.0.0.1:37667/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 1041145 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1041145 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1041145 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1041147 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37667/solr/.system_shard1_replica_n2/ shard1
   [junit4]   2> 1041248 INFO  
(zkCallback-1135-thread-2-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_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> 1041248 INFO  
(zkCallback-1133-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1041248 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_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> 1041248 INFO  
(zkCallback-1133-thread-2-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1041248 INFO  
(zkCallback-1131-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1041248 INFO  
(zkCallback-1131-thread-2-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1041293 INFO  (indexFetcher-2737-thread-1) 
[n:127.0.0.1:36273_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_p4] o.a.s.h.IndexFetcher Replica core_node5 is leader 
but it's state is down, skipping replication
   [junit4]   2> 1041298 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1041299 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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=2082
   [junit4]   2> 1041344 INFO  (qtp191069380-6394) [n:127.0.0.1:36273_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=2103
   [junit4]   2> 1041347 INFO  (qtp1896886098-6396) [n:127.0.0.1:42563_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=2106
   [junit4]   2> 1041348 INFO  (qtp685815183-6393) [n:127.0.0.1:37667_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> 1041447 INFO  
(zkCallback-1135-thread-2-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_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> 1041447 INFO  
(zkCallback-1133-thread-2-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1041447 INFO  
(zkCallback-1133-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1041447 INFO  
(zkCallback-1131-thread-2-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1041447 INFO  
(zkCallback-1131-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1041450 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_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> 1042349 INFO  (qtp685815183-6393) [n:127.0.0.1:37667_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=3445
   [junit4]   2> 1042352 INFO  (qtp685815183-6414) [n:127.0.0.1:37667_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> 1042355 INFO  (qtp1896886098-6398) [n:127.0.0.1:42563_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> 1042358 INFO  (qtp191069380-6416) [n:127.0.0.1:36273_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> 1042382 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[7512B513737E3A18]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testAutoScalingConfig
   [junit4]   2> 1042385 INFO  
(TEST-TestClusterStateProvider.testAutoScalingConfig-seed#[7512B513737E3A18]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testAutoScalingConfig
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestClusterStateProvider -Dtests.method=testAutoScalingConfig 
-Dtests.seed=7512B513737E3A18 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es -Dtests.timezone=America/Campo_Grande -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.03s J1 | TestClusterStateProvider.testAutoScalingConfig 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
   [junit4]    >   "cluster-preferences":[{"maximize":"freedisk"}],
   [junit4]    >   "triggers":{".auto_add_replicas":{
   [junit4]    >       "name":".auto_add_replicas",
   [junit4]    >       "event":"nodeLost",
   [junit4]    >       "waitFor":30,
   [junit4]    >       "actions":[
   [junit4]    >         {
   [junit4]    >           "name":"auto_add_replicas_plan",
   [junit4]    >           "class":"solr.AutoAddReplicasPlanAction"},
   [junit4]    >         {
   [junit4]    >           "name":"execute_plan",
   [junit4]    >           "class":"solr.ExecutePlanAction"}],
   [junit4]    >       "enabled":true}},
   [junit4]    >   "listeners":{".auto_add_replicas.system":{
   [junit4]    >       "trigger":".auto_add_replicas",
   [junit4]    >       "afterAction":[],
   [junit4]    >       "stage":[
   [junit4]    >         "STARTED",
   [junit4]    >         "ABORTED",
   [junit4]    >         "SUCCEEDED",
   [junit4]    >         "FAILED",
   [junit4]    >         "BEFORE_ACTION",
   [junit4]    >         "AFTER_ACTION",
   [junit4]    >         "IGNORED"],
   [junit4]    >       
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
   [junit4]    >       "beforeAction":[]}},
   [junit4]    >   "properties":{}}> but was: 
org.apache.solr.client.solrj.cloud.autoscaling.AutoScalingConfig<{
   [junit4]    >   "cluster-preferences":[{"maximize":"freedisk"}],
   [junit4]    >   "triggers":{".auto_add_replicas":{
   [junit4]    >       "name":".auto_add_replicas",
   [junit4]    >       "event":"nodeLost",
   [junit4]    >       "waitFor":30,
   [junit4]    >       "actions":[
   [junit4]    >         {
   [junit4]    >           "name":"auto_add_replicas_plan",
   [junit4]    >           "class":"solr.AutoAddReplicasPlanAction"},
   [junit4]    >         {
   [junit4]    >           "name":"execute_plan",
   [junit4]    >           "class":"solr.ExecutePlanAction"}],
   [junit4]    >       "enabled":true}},
   [junit4]    >   "listeners":{".auto_add_replicas.system":{
   [junit4]    >       "trigger":".auto_add_replicas",
   [junit4]    >       "afterAction":[],
   [junit4]    >       "stage":[
   [junit4]    >         "STARTED",
   [junit4]    >         "ABORTED",
   [junit4]    >         "SUCCEEDED",
   [junit4]    >         "FAILED",
   [junit4]    >         "BEFORE_ACTION",
   [junit4]    >         "AFTER_ACTION",
   [junit4]    >         "IGNORED"],
   [junit4]    >       
"class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
   [junit4]    >       "beforeAction":[]}},
   [junit4]    >   "properties":{}}>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7512B513737E3A18:4A9AB6BB6428CAFF]: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> 1042403 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testAddRemoveNode
   [junit4]   2> 1042404 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1042405 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@49231cbb{/solr,null,AVAILABLE}
   [junit4]   2> 1042405 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.e.j.s.AbstractConnector Started ServerConnector@1d8f3d72{SSL,[ssl, 
http/1.1]}{127.0.0.1:33905}
   [junit4]   2> 1042406 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.e.j.s.Server Started @1044264ms
   [junit4]   2> 1042406 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33905}
   [junit4]   2> 1042406 ERROR 
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1042406 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1042406 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1042406 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1042406 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-13T11:56:39.940Z
   [junit4]   2> 1042408 INFO  (zkConnectionManagerCallback-1150-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042408 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1042415 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38005/solr
   [junit4]   2> 1042416 INFO  (zkConnectionManagerCallback-1154-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042419 INFO  
(zkConnectionManagerCallback-1156-thread-1-processing-n:127.0.0.1:33905_solr) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1042421 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1042422 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1042423 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33905_solr
   [junit4]   2> 1042424 INFO  (zkCallback-1147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1042424 INFO  
(zkCallback-1131-thread-2-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1042424 INFO  
(zkCallback-1133-thread-2-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1042424 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1042427 INFO  
(zkCallback-1155-thread-1-processing-n:127.0.0.1:33905_solr) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1042514 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) 
[n:127.0.0.1:33905_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33905.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1042525 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) 
[n:127.0.0.1:33905_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33905.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1042525 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) 
[n:127.0.0.1:33905_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33905.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7bae56ba
   [junit4]   2> 1042527 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001/tempDir-001/node4/.
   [junit4]   2> 1042763 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.e.j.s.AbstractConnector Stopped ServerConnector@54785b0d{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1042764 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=520718042
   [junit4]   2> 1042764 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1042764 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@285ee0a2: rootName = 
solr_42563, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7921e617
   [junit4]   2> 1042769 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1042769 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f3f08d9: rootName = 
solr_42563, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@229c6981
   [junit4]   2> 1042772 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1042772 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@20dbe6ea: rootName = 
solr_42563, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6aaf733d
   [junit4]   2> 1042773 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42563_solr
   [junit4]   2> 1042774 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1042774 INFO  (zkCallback-1147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1042774 INFO  
(zkCallback-1155-thread-1-processing-n:127.0.0.1:33905_solr) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1042774 INFO  
(zkCallback-1131-thread-2-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1042774 INFO  
(zkCallback-1133-thread-2-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1042774 INFO  
(zkCallback-1135-thread-1-processing-n:127.0.0.1:42563_solr) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 1042775 INFO  (coreCloseExecutor-2748-thread-1) 
[n:127.0.0.1:42563_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@3b518fce
   [junit4]   2> 1042775 INFO  (coreCloseExecutor-2748-thread-1) 
[n:127.0.0.1:42563_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=995200974
   [junit4]   2> 1042775 INFO  (coreCloseExecutor-2748-thread-1) 
[n:127.0.0.1:42563_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@406b63a9: rootName = 
solr_42563, 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@57e0dbe6
   [junit4]   2> 1042781 INFO  (coreCloseExecutor-2748-thread-1) 
[n:127.0.0.1:42563_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=995200974
   [junit4]   2> 1042783 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.c.Overseer Overseer 
(id=99342391441883145-127.0.0.1:42563_solr-n_0000000000) closing
   [junit4]   2> 1042783 INFO  
(OverseerStateUpdate-99342391441883145-127.0.0.1:42563_solr-n_0000000000) 
[n:127.0.0.1:42563_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42563_solr
   [junit4]   2> 1042783 WARN  
(OverseerAutoScalingTriggerThread-99342391441883145-127.0.0.1:42563_solr-n_0000000000)
 [n:127.0.0.1:42563_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1042784 INFO  
(zkCallback-1133-thread-2-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36273_solr
   [junit4]   2> 1042784 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@55ec741{/solr,null,UNAVAILABLE}
   [junit4]   2> 1042790 INFO  
(zkCallback-1133-thread-2-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.Overseer Overseer 
(id=99342391441883144-127.0.0.1:36273_solr-n_0000000001) starting
   [junit4]   2> 1042793 INFO  
(zkCallback-1131-thread-2-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1042793 INFO  
(zkCallback-1131-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_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> 1042793 INFO  
(zkCallback-1133-thread-2-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1042793 INFO  
(zkCallback-1133-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_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> 1042985 INFO  
(TEST-TestClusterStateProvider.testAddRemoveNode-seed#[7512B513737E3A18]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testAddRemoveNode
   [junit4]   2> 1042985 WARN  (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 1042988 INFO  (jetty-closer-1110-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4f6e19cd{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1042990 INFO  (jetty-closer-1110-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=981804225
   [junit4]   2> 1042990 INFO  (jetty-closer-1110-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1d8f3d72{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1042990 INFO  (jetty-closer-1110-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1042991 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1865155148
   [junit4]   2> 1042991 INFO  (jetty-closer-1110-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3d3d02ec: rootName = 
solr_37667, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@6a0bae82
   [junit4]   2> 1042990 INFO  (jetty-closer-1110-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7b7b46c7{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1042991 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1042991 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1505700394
   [junit4]   2> 1042991 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@28835a01: rootName = 
solr_33905, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@3af89334
   [junit4]   2> 1042991 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1042991 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4a83093c: rootName = 
solr_36273, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@2b24e3ce
   [junit4]   2> 1042995 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1042996 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@306c9ecf: rootName = 
solr_36273, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@229c6981
   [junit4]   2> 1042997 INFO  (jetty-closer-1110-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1042997 INFO  (jetty-closer-1110-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@417d892b: rootName = 
solr_37667, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@229c6981
   [junit4]   2> 1042998 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1042998 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e3703df: rootName = 
solr_33905, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@229c6981
   [junit4]   2> 1043000 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1043000 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@11943473: rootName = 
solr_36273, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6aaf733d
   [junit4]   2> 1043001 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36273_solr
   [junit4]   2> 1043001 INFO  (jetty-closer-1110-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1043001 INFO  (jetty-closer-1110-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1bd669a5: rootName = 
solr_37667, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6aaf733d
   [junit4]   2> 1043001 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1043002 INFO  
(zkCallback-1131-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 1043002 INFO  
(zkCallback-1155-thread-1-processing-n:127.0.0.1:33905_solr) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 1043002 INFO  
(zkCallback-1133-thread-3-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 1043002 INFO  (coreCloseExecutor-2754-thread-1) 
[n:127.0.0.1:36273_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@4053db4e
   [junit4]   2> 1043003 INFO  (coreCloseExecutor-2754-thread-1) 
[n:127.0.0.1:36273_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=1079237454
   [junit4]   2> 1043003 INFO  (coreCloseExecutor-2754-thread-1) 
[n:127.0.0.1:36273_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@2e84cf2c: rootName = 
solr_36273, 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@a79740c
   [junit4]   2> 1043003 INFO  (jetty-closer-1110-thread-2) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37667_solr
   [junit4]   2> 1043003 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1043003 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@686131e3: rootName = 
solr_33905, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6aaf733d
   [junit4]   2> 1043004 INFO  
(zkCallback-1155-thread-1-processing-n:127.0.0.1:33905_solr) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1043004 INFO  
(zkCallback-1131-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1043004 INFO  
(zkCallback-1133-thread-3-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1043004 INFO  (jetty-closer-1110-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1043005 INFO  (coreCloseExecutor-2755-thread-1) 
[n:127.0.0.1:37667_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@62c37516
   [junit4]   2> 1043005 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33905_solr
   [junit4]   2> 1043005 INFO  (coreCloseExecutor-2755-thread-1) 
[n:127.0.0.1:37667_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=1656976662
   [junit4]   2> 1043005 INFO  (coreCloseExecutor-2755-thread-1) 
[n:127.0.0.1:37667_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@3436dd2a: rootName = 
solr_37667, 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@7b21fda3
   [junit4]   2> 1043005 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1043006 INFO  (jetty-closer-1110-thread-3) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1043006 INFO  
(zkCallback-1131-thread-1-processing-n:127.0.0.1:37667_solr) 
[n:127.0.0.1:37667_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 1043006 INFO  
(zkCallback-1155-thread-1-processing-n:127.0.0.1:33905_solr) 
[n:127.0.0.1:33905_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 1043006 INFO  
(zkCallback-1133-thread-1-processing-n:127.0.0.1:36273_solr) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 1043007 INFO  (jetty-closer-1110-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@49231cbb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1043012 INFO  (coreCloseExecutor-2755-thread-1) 
[n:127.0.0.1:37667_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=1656976662
   [junit4]   2> 1043014 INFO  (coreCloseExecutor-2754-thread-1) 
[n:127.0.0.1:36273_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=1079237454
   [junit4]   2> 1043014 INFO  (jetty-closer-1110-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99342391441883144-127.0.0.1:36273_solr-n_0000000001) closing
   [junit4]   2> 1043015 INFO  
(OverseerStateUpdate-99342391441883144-127.0.0.1:36273_solr-n_0000000001) 
[n:127.0.0.1:36273_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36273_solr
   [junit4]   2> 1043015 WARN  
(OverseerAutoScalingTriggerThread-99342391441883144-127.0.0.1:36273_solr-n_0000000001)
 [n:127.0.0.1:36273_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1043015 INFO  (jetty-closer-1110-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@51c1abc6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1043017 INFO  (jetty-closer-1110-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4fda0cc8{/solr,null,UNAVAILABLE}
   [junit4]   2> 1043017 ERROR 
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-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> 1043017 INFO  
(SUITE-TestClusterStateProvider-seed#[7512B513737E3A18]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38005 38005
   [junit4]   2> 1043540 INFO  (Thread-1301) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38005 38005
   [junit4]   2> 1043540 WARN  (Thread-1301) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/configs/.system
   [junit4]   2>        3       /solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        20      /solr/collections/.system/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.sim.TestClusterStateProvider_7512B513737E3A18-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=357, maxMBSortInHeap=5.546100398192273, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es, 
timezone=America/Campo_Grande
   [junit4]   2> NOTE: Linux 4.13.0-26-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=121482584,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestIntervalFaceting, 
MultiThreadedOCPTest, TestSchemaResource, ShardSplitTest, 
TestSurroundQueryParser, TestBinaryResponseWriter, LukeRequestHandlerTest, 
LegacyCloudClusterPropTest, TestMaxScoreQueryParser, TestStressInPlaceUpdates, 
OpenCloseCoreStressTest, TestImpersonationWithHadoopAuth, 
SolrGraphiteReporterTest, PeerSyncReplicationTest, 
DistributedFacetSimpleRefinementLongTailTest, TestBulkSchemaAPI, 
TestJmxIntegration, ShardRoutingCustomTest, TestEmbeddedSolrServerAdminHandler, 
CreateCollectionCleanupTest, TestRTGBase, TestCursorMarkWithoutUniqueKey, 
TestSmileRequest, ManagedSchemaRoundRobinCloudTest, ShowFileRequestHandlerTest, 
TestMultiValuedNumericRangeQuery, ExitableDirectoryReaderTest, 
TestExecutePlanAction, TestCloudRecovery, ZkSolrClientTest, 
TestInfoStreamLogging, TestMinMaxOnMultiValuedField, SecurityConfHandlerTest, 
TestFieldCache, TestFieldCacheSortRandom, TestUnifiedSolrHighlighter, 
TestRangeQuery, PrimUtilsTest, HdfsSyncSliceTest, DistributedVersionInfoTest, 
TestAtomicUpdateErrorCases, TestNoOpRegenerator, TestLRUStatsCache, 
TestComplexPhraseLeadingWildcard, WrapperMergePolicyFactoryTest, 
SolrIndexMetricsTest, TestFaceting, SolrCmdDistributorTest, 
TestRandomFlRTGCloud, TestSimpleTrackingShardHandler, BlockJoinFacetSimpleTest, 
PreAnalyzedUpdateProcessorTest, TestSolrQueryParser, SynonymTokenizerTest, 
BJQParserTest, BitVectorTest, TestClusterStateProvider]
   [junit4] Completed [251/766 (1!)] on J1 in 5.13s, 2 tests, 1 failure <<< 
FAILURES!

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

Reply via email to