Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2221/

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_t3","base_url":"http://127.0.0.1:44695/_/u","node_name":"127.0.0.1:44695__%2Fu","state":"active","type":"TLOG","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/18)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "state":"down",           
"base_url":"http://127.0.0.1:37072/_/u";,           
"core":"c8n_1x3_lf_shard1_replica_t1",           
"node_name":"127.0.0.1:37072__%2Fu",           "type":"TLOG"},         
"core_node5":{           "core":"c8n_1x3_lf_shard1_replica_t3",           
"base_url":"http://127.0.0.1:44695/_/u";,           
"node_name":"127.0.0.1:44695__%2Fu",           "state":"active",           
"type":"TLOG",           "leader":"true"},         "core_node6":{           
"core":"c8n_1x3_lf_shard1_replica_t2",           
"base_url":"http://127.0.0.1:34418/_/u";,           
"node_name":"127.0.0.1:34418__%2Fu",           "state":"down",           
"type":"TLOG"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1", 
  "autoAddReplicas":"false",   "nrtReplicas":"0",   "tlogReplicas":"3"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_t3","base_url":"http://127.0.0.1:44695/_/u","node_name":"127.0.0.1:44695__%2Fu","state":"active","type":"TLOG","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/18)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "state":"down",
          "base_url":"http://127.0.0.1:37072/_/u";,
          "core":"c8n_1x3_lf_shard1_replica_t1",
          "node_name":"127.0.0.1:37072__%2Fu",
          "type":"TLOG"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_t3",
          "base_url":"http://127.0.0.1:44695/_/u";,
          "node_name":"127.0.0.1:44695__%2Fu",
          "state":"active",
          "type":"TLOG",
          "leader":"true"},
        "core_node6":{
          "core":"c8n_1x3_lf_shard1_replica_t2",
          "base_url":"http://127.0.0.1:34418/_/u";,
          "node_name":"127.0.0.1:34418__%2Fu",
          "state":"down",
          "type":"TLOG"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"0",
  "tlogReplicas":"3"}
        at 
__randomizedtesting.SeedInfo.seed([FFE3902E94B3D2C4:77B7AFF43A4FBF3C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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)


FAILED:  org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test

Error Message:
wrong number of events added to .system expected:<9> but was:<10>

Stack Trace:
java.lang.AssertionError: wrong number of events added to .system expected:<9> 
but was:<10>
        at 
__randomizedtesting.SeedInfo.seed([FFE3902E94B3D2C4:77B7AFF43A4FBF3C]: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:472)
        at 
org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test(SystemLogListenerTest.java:166)
        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 11900 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SystemLogListenerTest
   [junit4]   2> 1056005 INFO  
(SUITE-SystemLogListenerTest-seed#[FFE3902E94B3D2C4]-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/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/init-core-data-001
   [junit4]   2> 1056006 WARN  
(SUITE-SystemLogListenerTest-seed#[FFE3902E94B3D2C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=44 numCloses=44
   [junit4]   2> 1056006 INFO  
(SUITE-SystemLogListenerTest-seed#[FFE3902E94B3D2C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1056007 INFO  
(SUITE-SystemLogListenerTest-seed#[FFE3902E94B3D2C4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1056008 INFO  
(SUITE-SystemLogListenerTest-seed#[FFE3902E94B3D2C4]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001
   [junit4]   2> 1056008 INFO  
(SUITE-SystemLogListenerTest-seed#[FFE3902E94B3D2C4]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1056033 INFO  (Thread-681) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1056033 INFO  (Thread-681) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1056074 ERROR (Thread-681) [    ] 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> 1056135 INFO  
(SUITE-SystemLogListenerTest-seed#[FFE3902E94B3D2C4]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35859
   [junit4]   2> 1056261 INFO  (zkConnectionManagerCallback-889-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1056332 INFO  (jetty-launcher-886-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1056333 INFO  (jetty-launcher-886-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1056379 INFO  (jetty-launcher-886-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1dac28a7{/solr,null,AVAILABLE}
   [junit4]   2> 1056381 INFO  (jetty-launcher-886-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@f24c3eb{SSL,[ssl, 
http/1.1]}{127.0.0.1:42349}
   [junit4]   2> 1056381 INFO  (jetty-launcher-886-thread-3) [    ] 
o.e.j.s.Server Started @1068808ms
   [junit4]   2> 1056381 INFO  (jetty-launcher-886-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42349}
   [junit4]   2> 1056381 ERROR (jetty-launcher-886-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1056381 INFO  (jetty-launcher-886-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1056381 INFO  (jetty-launcher-886-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1056382 INFO  (jetty-launcher-886-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1056382 INFO  (jetty-launcher-886-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-15T17:44:37.809Z
   [junit4]   2> 1056424 INFO  (zkConnectionManagerCallback-891-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1056441 INFO  (jetty-launcher-886-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1056441 INFO  (jetty-launcher-886-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1056790 INFO  (jetty-launcher-886-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e03b72d{/solr,null,AVAILABLE}
   [junit4]   2> 1056790 INFO  (jetty-launcher-886-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@35d26bb4{SSL,[ssl, 
http/1.1]}{127.0.0.1:43456}
   [junit4]   2> 1056791 INFO  (jetty-launcher-886-thread-2) [    ] 
o.e.j.s.Server Started @1069218ms
   [junit4]   2> 1056791 INFO  (jetty-launcher-886-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43456}
   [junit4]   2> 1056791 ERROR (jetty-launcher-886-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1056791 INFO  (jetty-launcher-886-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1056791 INFO  (jetty-launcher-886-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1056791 INFO  (jetty-launcher-886-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1056791 INFO  (jetty-launcher-886-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-15T17:44:38.218Z
   [junit4]   2> 1056880 INFO  (jetty-launcher-886-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62d98515{/solr,null,AVAILABLE}
   [junit4]   2> 1056880 INFO  (jetty-launcher-886-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@70685d14{SSL,[ssl, 
http/1.1]}{127.0.0.1:36460}
   [junit4]   2> 1056880 INFO  (jetty-launcher-886-thread-1) [    ] 
o.e.j.s.Server Started @1069307ms
   [junit4]   2> 1056880 INFO  (jetty-launcher-886-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36460}
   [junit4]   2> 1056881 ERROR (jetty-launcher-886-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1056881 INFO  (jetty-launcher-886-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1056881 INFO  (jetty-launcher-886-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1056881 INFO  (jetty-launcher-886-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1056881 INFO  (jetty-launcher-886-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-15T17:44:38.308Z
   [junit4]   2> 1056920 INFO  (zkConnectionManagerCallback-893-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1056933 INFO  (zkConnectionManagerCallback-895-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1056937 INFO  (jetty-launcher-886-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1056940 INFO  (jetty-launcher-886-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1056953 INFO  (jetty-launcher-886-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35859/solr
   [junit4]   2> 1057046 INFO  (zkConnectionManagerCallback-899-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1057072 INFO  (jetty-launcher-886-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35859/solr
   [junit4]   2> 1057105 INFO  (jetty-launcher-886-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35859/solr
   [junit4]   2> 1057120 INFO  (zkConnectionManagerCallback-903-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1057144 INFO  
(zkConnectionManagerCallback-907-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1057180 INFO  (zkConnectionManagerCallback-909-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1057254 INFO  
(zkConnectionManagerCallback-911-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1057274 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 0x1605b4725550007, 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> 1057326 INFO  
(zkConnectionManagerCallback-913-thread-1-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1057813 INFO  (jetty-launcher-886-thread-2) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1057814 INFO  (jetty-launcher-886-thread-2) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43456_solr
   [junit4]   2> 1057832 INFO  (jetty-launcher-886-thread-2) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.Overseer Overseer 
(id=99179552929284104-127.0.0.1:43456_solr-n_0000000000) starting
   [junit4]   2> 1057982 INFO  (jetty-launcher-886-thread-2) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43456_solr
   [junit4]   2> 1057999 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 1057999 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 1058000 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 1058000 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1058000 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 1058081 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1058082 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1058082 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1058096 DEBUG (ScheduledTrigger-1359-thread-1) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1058451 INFO  (jetty-launcher-886-thread-3) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1058452 INFO  (jetty-launcher-886-thread-3) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1058463 INFO  (jetty-launcher-886-thread-2) 
[n:127.0.0.1:43456_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43456.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1058499 INFO  (jetty-launcher-886-thread-2) 
[n:127.0.0.1:43456_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43456.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1058499 INFO  (jetty-launcher-886-thread-2) 
[n:127.0.0.1:43456_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43456.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1058500 INFO  (jetty-launcher-886-thread-2) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node2/.
   [junit4]   2> 1058538 INFO  (jetty-launcher-886-thread-3) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42349_solr
   [junit4]   2> 1058645 INFO  
(zkCallback-910-thread-2-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1058673 INFO  
(zkCallback-906-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1059078 INFO  (jetty-launcher-886-thread-3) 
[n:127.0.0.1:42349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42349.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1059122 INFO  (jetty-launcher-886-thread-3) 
[n:127.0.0.1:42349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42349.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1059122 INFO  (jetty-launcher-886-thread-3) 
[n:127.0.0.1:42349_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42349.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1059123 INFO  (jetty-launcher-886-thread-3) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node3/.
   [junit4]   2> 1059205 DEBUG (ScheduledTrigger-1359-thread-1) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1059462 INFO  (jetty-launcher-886-thread-1) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1059463 INFO  (jetty-launcher-886-thread-1) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1059498 INFO  (jetty-launcher-886-thread-1) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36460_solr
   [junit4]   2> 1059538 INFO  
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1059565 INFO  
(zkCallback-912-thread-1-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1059591 INFO  
(zkCallback-906-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1059821 INFO  (jetty-launcher-886-thread-1) 
[n:127.0.0.1:36460_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36460.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1059860 INFO  (jetty-launcher-886-thread-1) 
[n:127.0.0.1:36460_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36460.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1059861 INFO  (jetty-launcher-886-thread-1) 
[n:127.0.0.1:36460_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36460.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1059862 INFO  (jetty-launcher-886-thread-1) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node1/.
   [junit4]   2> 1060283 DEBUG (ScheduledTrigger-1359-thread-1) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1060303 INFO  (zkConnectionManagerCallback-921-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1060401 INFO  (zkConnectionManagerCallback-925-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1060450 INFO  
(SUITE-SystemLogListenerTest-seed#[FFE3902E94B3D2C4]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1060451 INFO  
(SUITE-SystemLogListenerTest-seed#[FFE3902E94B3D2C4]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35859/solr ready
   [junit4]   2> 1060614 INFO  (qtp716932182-3280) [n:127.0.0.1:36460_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&name=.system&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1060661 INFO  
(OverseerThreadFactory-1361-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 1060867 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_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:42349/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1060870 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_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:43456/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1060872 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_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_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36460/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1061308 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1061308 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1061346 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1061346 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1061355 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_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_n4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1061356 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1061377 DEBUG (ScheduledTrigger-1359-thread-3) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1061485 INFO  
(zkCallback-910-thread-2-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1061485 INFO  
(zkCallback-912-thread-1-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1061485 INFO  
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1061485 INFO  
(zkCallback-906-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1061485 INFO  
(zkCallback-906-thread-2-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1061485 INFO  
(zkCallback-912-thread-2-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1062390 DEBUG (ScheduledTrigger-1359-thread-3) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1062450 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1062463 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1062497 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1062500 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1062503 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1062520 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1062522 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1062538 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1062539 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1062539 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1062557 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1062557 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1062558 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43456.solr.core..system.shard1.replica_n2' (registry 
'solr.core..system.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1062558 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1062558 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node2/.system_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 1062574 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Managed schema znode at 
/configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 1062574 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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, the non-managed schema /configs/.system/schema.xml no longer exists.
   [junit4]   2> 1062574 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1062575 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42349.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1062575 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1062576 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node3/.system_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node3/./.system_shard1_replica_n1/data/]
   [junit4]   2> 1062593 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.s.IndexSchema [.system_shard1_replica_n4] Schema name=_system collection 
or core
   [junit4]   2> 1062597 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 1062597 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n4' using 
configuration from collection .system, trusted=true
   [junit4]   2> 1062630 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36460.solr.core..system.shard1.replica_n4' (registry 
'solr.core..system.shard1.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1062630 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1062630 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.c.SolrCore 
[[.system_shard1_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node1/.system_shard1_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node1/./.system_shard1_replica_n4/data/]
   [junit4]   2> 1063362 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1063362 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1063363 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1063363 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1063378 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@48553d55[.system_shard1_replica_n1] 
main]
   [junit4]   2> 1063379 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1063380 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1063380 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1063380 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 1063398 DEBUG (ScheduledTrigger-1359-thread-3) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1063447 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1063447 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1063449 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1063449 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1063450 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_solr 
c:.system s:shard1 r:core_node5 x:.system_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@626aef2b[.system_shard1_replica_n2] 
main]
   [junit4]   2> 1063453 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1063472 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1063472 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1063473 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommited docs 
   [junit4]   2> 1063473 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1063488 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4de97bdb[.system_shard1_replica_n4] 
main]
   [junit4]   2> 1063489 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 1063489 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1063489 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 1063490 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1063490 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1063525 INFO  
(searcherExecutor-1370-thread-1-processing-n:127.0.0.1:36460_solr 
x:.system_shard1_replica_n4 s:shard1 c:.system r:core_node6) 
[n:127.0.0.1:36460_solr c:.system s:shard1 r:core_node6 
x:.system_shard1_replica_n4] o.a.s.c.SolrCore [.system_shard1_replica_n4] 
Registered new searcher Searcher@4de97bdb[.system_shard1_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1063528 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1063528 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 147 ms
   [junit4]   2> 1063545 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1586872854743351296
   [junit4]   2> 1063581 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1063584 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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> 1063584 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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 
1586872854785294336
   [junit4]   2> 1063622 INFO  
(searcherExecutor-1369-thread-1-processing-n:127.0.0.1:42349_solr 
x:.system_shard1_replica_n1 s:shard1 c:.system r:core_node3) 
[n:127.0.0.1:42349_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@48553d55[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1063630 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1063630 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1063635 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1063635 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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> 1063636 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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 
1586872854839820288
   [junit4]   2> 1063862 INFO  
(searcherExecutor-1368-thread-1-processing-n:127.0.0.1:43456_solr 
x:.system_shard1_replica_n2 s:shard1 c:.system r:core_node5) 
[n:127.0.0.1:43456_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@626aef2b[.system_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1063877 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1063877 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1063877 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:36460/solr/.system_shard1_replica_n4/
   [junit4]   2> 1063877 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n4 url=https://127.0.0.1:36460/solr START 
replicas=[https://127.0.0.1:42349/solr/.system_shard1_replica_n1/, 
https://127.0.0.1:43456/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1064239 INFO  (qtp58738448-3262) [n:127.0.0.1:42349_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> 1064364 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] o.a.s.u.PeerSync 
PeerSync: core=.system_shard1_replica_n4 url=https://127.0.0.1:36460/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 1064399 INFO  
(zkCallback-906-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1064403 INFO  
(zkCallback-906-thread-2-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1064403 INFO  
(zkCallback-912-thread-2-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1064403 INFO  
(zkCallback-912-thread-1-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1064403 INFO  
(zkCallback-910-thread-3-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1064403 INFO  
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1064414 DEBUG (ScheduledTrigger-1359-thread-3) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1064464 INFO  (qtp1968414768-3283) [n:127.0.0.1:43456_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=65
   [junit4]   2> 1064466 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1064466 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
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> 1064466 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1064538 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36460/solr/.system_shard1_replica_n4/ shard1
   [junit4]   2> 1064660 INFO  
(zkCallback-912-thread-1-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1064660 INFO  
(zkCallback-912-thread-2-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1064660 INFO  
(zkCallback-910-thread-2-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1064661 INFO  
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1064671 INFO  
(zkCallback-906-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1064675 INFO  
(zkCallback-906-thread-2-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1064704 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1064751 INFO  (qtp716932182-3275) [n:127.0.0.1:36460_solr 
c:.system s:shard1 r:core_node6 x:.system_shard1_replica_n4] 
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_n4&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3395
   [junit4]   2> 1064843 INFO  
(zkCallback-912-thread-1-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1064843 INFO  
(zkCallback-912-thread-2-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1064843 INFO  
(zkCallback-910-thread-2-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1064843 INFO  
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1064852 INFO  
(zkCallback-906-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1064852 INFO  
(zkCallback-906-thread-2-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1064889 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_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=3543
   [junit4]   2> 1065015 INFO  (qtp1968414768-3287) [n:127.0.0.1:43456_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=3707
   [junit4]   2> 1065063 INFO  (qtp716932182-3280) [n:127.0.0.1:36460_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> 1065160 INFO  
(zkCallback-906-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1065160 INFO  
(zkCallback-906-thread-2-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_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> 1065160 INFO  
(zkCallback-910-thread-2-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1065160 INFO  
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_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> 1065171 INFO  
(zkCallback-912-thread-1-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1065172 INFO  
(zkCallback-912-thread-2-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_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> 1065414 DEBUG (ScheduledTrigger-1359-thread-3) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1066074 INFO  (qtp716932182-3280) [n:127.0.0.1:36460_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=3&name=.system&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=5460
   [junit4]   2> 1066159 INFO  
(TEST-SystemLogListenerTest.test-seed#[FFE3902E94B3D2C4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1066420 DEBUG (ScheduledTrigger-1359-thread-3) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1066612 INFO  (qtp716932182-3281) [n:127.0.0.1:36460_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=109
   [junit4]   2> 1066697 INFO  (qtp58738448-3265) [n:127.0.0.1:42349_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=34
   [junit4]   2> 1066758 INFO  
(OverseerCollectionConfigSetProcessor-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_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> 1066804 INFO  (qtp1968414768-3282) [n:127.0.0.1:43456_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=1
   [junit4]   2> 1066839 DEBUG (qtp58738448-3269) [n:127.0.0.1:42349_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1066841 INFO  (qtp58738448-3269) [n:127.0.0.1:42349_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=528
   [junit4]   2> 1066862 DEBUG 
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 1066863 DEBUG 
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:42349_solr, 127.0.0.1:43456_solr, 127.0.0.1:36460_solr]
   [junit4]   2> 1066875 DEBUG 
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:42349_solr, 127.0.0.1:43456_solr, 127.0.0.1:36460_solr]
   [junit4]   2> 1066875 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 1066877 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1066877 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1066883 DEBUG (ScheduledTrigger-1359-thread-2) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 3
   [junit4]   2> 1066886 INFO  (qtp716932182-3279) [n:127.0.0.1:36460_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=0
   [junit4]   2> 1066942 INFO  (qtp58738448-3266) [n:127.0.0.1:42349_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=0
   [junit4]   2> 1066963 INFO  (qtp1968414768-3289) [n:127.0.0.1:43456_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=0
   [junit4]   2> 1066964 DEBUG (qtp716932182-3278) [n:127.0.0.1:36460_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1066964 INFO  (qtp716932182-3278) [n:127.0.0.1:36460_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=108
   [junit4]   2> 1066977 INFO  (qtp716932182-3276) [n:127.0.0.1:36460_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=3&name=test&nrtReplicas=2&action=CREATE&numShards=3&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1066988 DEBUG 
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 3
   [junit4]   2> 1066988 DEBUG 
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:42349_solr, 127.0.0.1:43456_solr, 127.0.0.1:36460_solr]
   [junit4]   2> 1066989 DEBUG 
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: 
[127.0.0.1:42349_solr, 127.0.0.1:43456_solr, 127.0.0.1:36460_solr]
   [junit4]   2> 1066989 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 3
   [junit4]   2> 1067005 INFO  
(OverseerThreadFactory-1361-thread-2-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.CreateCollectionCmd Create collection test
   [junit4]   2> 1067006 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1067007 DEBUG 
(OverseerAutoScalingTriggerThread-99179552929284104-127.0.0.1:43456_solr-n_0000000000)
 [n:127.0.0.1:43456_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1067227 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43456/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1067263 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42349/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1067279 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36460/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1067316 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43456/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1067317 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_shard3_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42349/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1067351 INFO  
(OverseerStateUpdate-99179552929284104-127.0.0.1:43456_solr-n_0000000000) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36460/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1067424 DEBUG (ScheduledTrigger-1359-thread-3) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1067540 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=test_shard1_replica_n2&action=CREATE&numShards=3&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1067578 INFO  (qtp716932182-3274) [n:127.0.0.1:36460_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=test_shard3_replica_n8&action=CREATE&numShards=3&collection=test&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1067747 INFO  (qtp1968414768-3288) [n:127.0.0.1:43456_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=3&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1067748 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=test_shard3_replica_n7&action=CREATE&numShards=3&collection=test&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1067756 INFO  
(zkCallback-906-thread-2-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1067756 INFO  
(zkCallback-906-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1067756 INFO  
(zkCallback-912-thread-2-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1067884 INFO  (qtp716932182-3279) [n:127.0.0.1:36460_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=test_shard2_replica_n4&action=CREATE&numShards=3&collection=test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1067957 DEBUG (ScheduledTrigger-1359-thread-1) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 3
   [junit4]   2> 1067958 INFO  (qtp1968414768-3282) [n:127.0.0.1:43456_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&newCollection=true&name=test_shard2_replica_n6&action=CREATE&numShards=3&collection=test&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1068084 INFO  
(zkCallback-906-thread-2-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1068084 INFO  
(zkCallback-912-thread-1-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1068084 INFO  
(zkCallback-912-thread-2-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1068084 INFO  
(zkCallback-906-thread-1-processing-n:127.0.0.1:42349_solr) 
[n:127.0.0.1:42349_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1068084 INFO  
(zkCallback-910-thread-1-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1068084 INFO  
(zkCallback-910-thread-2-processing-n:127.0.0.1:43456_solr) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1068091 INFO  
(zkCallback-912-thread-3-processing-n:127.0.0.1:36460_solr) 
[n:127.0.0.1:36460_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/test/state.json] for collection [test] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 1068440 DEBUG (ScheduledTrigger-1359-thread-4) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1068661 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 1068691 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.s.IndexSchema 
[test_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1068726 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1068726 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.c.CoreContainer 
Creating SolrCore 'test_shard1_replica_n2' using configuration from collection 
test, trusted=true
   [junit4]   2> 1068727 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42349.solr.core.test.shard1.replica_n2' (registry 
'solr.core.test.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1068727 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1068727 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.c.SolrCore 
[[test_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node3/test_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node3/./test_shard1_replica_n2/data/]
   [junit4]   2> 1068928 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:test s:shard3 r:core_node11 x:test_shard3_replica_n7] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1069083 DEBUG (ScheduledTrigger-1359-thread-4) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
node_lost_trigger with currently live nodes: 3
   [junit4]   2> 1069130 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:test s:shard3 r:core_node11 x:test_shard3_replica_n7] o.a.s.s.IndexSchema 
[test_shard3_replica_n7] Schema name=minimal
   [junit4]   2> 1069142 INFO  (qtp1968414768-3288) [n:127.0.0.1:43456_solr 
c:test s:shard1 r:core_node3 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 1069401 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:test s:shard3 r:core_node11 x:test_shard3_replica_n7] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1069401 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:test s:shard3 r:core_node11 x:test_shard3_replica_n7] o.a.s.c.CoreContainer 
Creating SolrCore 'test_shard3_replica_n7' using configuration from collection 
test, trusted=true
   [junit4]   2> 1069402 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:test s:shard3 r:core_node11 x:test_shard3_replica_n7] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42349.solr.core.test.shard3.replica_n7' (registry 
'solr.core.test.shard3.replica_n7') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b86ddba
   [junit4]   2> 1069402 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:test s:shard3 r:core_node11 x:test_shard3_replica_n7] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1069402 INFO  (qtp58738448-3267) [n:127.0.0.1:42349_solr 
c:test s:shard3 r:core_node11 x:test_shard3_replica_n7] o.a.s.c.SolrCore 
[[test_shard3_replica_n7] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node3/test_shard3_replica_n7],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SystemLogListenerTest_FFE3902E94B3D2C4-001/tempDir-001/node3/./test_shard3_replica_n7/data/]
   [junit4]   2> 1069433 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1069433 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1069435 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1069435 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1069437 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@441a93db[test_shard1_replica_n2] 
main]
   [junit4]   2> 1069453 DEBUG (ScheduledTrigger-1359-thread-4) 
[n:127.0.0.1:43456_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1069496 INFO  (qtp716932182-3279) [n:127.0.0.1:36460_solr 
c:test s:shard2 r:core_node9 x:test_shard2_replica_n4] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.0.0
   [junit4]   2> 1069511 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1069511 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1069512 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1069512 INFO  (qtp58738448-3263) [n:127.0.0.1:42349_solr 
c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1586872861001252864
   [junit4]   2> 1069512 INFO  (qtp716932182-3274) [n:127.0.0.1:36460_solr 
c:test s:shard3 r:core_node12 x:test_shard3_replica_n8] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1069557 INFO  (qtp1968414768-3282) [n:127.0.0.1:43456_solr 
c:test s:shard2 r:core_node10 x:test_shard2_replica_n6] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1069565 INFO  (qtp716932182-3274) [n:127.0.0.1:36460_solr 
c:test s:shard3 r:core_node12 x:test_shard3_replica_n8] o.a.s.s.IndexSchema 
[test_shard3_replica_n8] Schema name=minimal
   [junit4]   2> 1069577 INFO  (qtp1968414768-3288) [n:127.0.0.1:43456_solr 
c:test s:shard1 r:core_node3 x:test_shard1_replica_n1] o.a.s.s.IndexSchema 
[test_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1069579 INFO  (qtp1968414768-3288) [n:127.0.0.1:43456_solr 
c:test s:shard1 r:core_node3 x:test_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1069579 INFO  (qtp1968414768-3288) [n:127.0.0.1:43456_solr 
c:test s:shard1 r:core_node3 x:test_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'test_shard1_replica_n1' using configuration from collection 
test, trusted=true
   [junit4]   2> 1069587 INFO  (qtp716932182-3279) [n:127.0.0.1:36460_solr 
c:test s:shard2 r:core_node9 x:test_shard2_replica_n4] o.a.s.s.IndexSchema 
[test_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1069601 INFO  (qtp716932182-3274) [n:127.0.0.1:36460_solr 
c:test s:shard3 r:core_node12 x:test_shard3_replica_n8] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1069601 INFO  (qtp716932182-3274) [n:127.0.0.1:36460_solr 
c:test s:shard3 r:core_node12 x:test_shard3_replica_n8] o.a.s.c.CoreContainer 
Creating SolrCore 'test_shard3_replica_n8' using configuration from collection 
test

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

_replica_t45] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard2.leader, tag=1429808068
   [junit4]   2> 2875956 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[FFE3902E94B3D2C4]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7cc447a9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2875956 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[FFE3902E94B3D2C4]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7cf31cb4{/_/u,null,UNAVAILABLE}
   [junit4]   2> 2875957 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[FFE3902E94B3D2C4]) [    ] 
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> 2875990 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[FFE3902E94B3D2C4]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35568 35568
   [junit4]   2> 2876153 INFO  (Thread-2128) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35568 35568
   [junit4]   2> 2876153 WARN  (Thread-2128) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99179660252217353-127.0.0.1:37072__%2Fu-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2876154 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[FFE3902E94B3D2C4]) [    ] 
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:44695/_/u, 
target: http://127.0.0.1:45964/_/u
   [junit4]   2> 2876154 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[FFE3902E94B3D2C4]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:39421/_/u, 
target: http://127.0.0.1:43469/_/u
   [junit4]   2> 2876154 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[FFE3902E94B3D2C4]) [    ] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:37072/_/u, 
target: http://127.0.0.1:40875/_/u
   [junit4]   2> 2876154 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[FFE3902E94B3D2C4]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:34418/_/u, 
target: http://127.0.0.1:35613/_/u
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=FFE3902E94B3D2C4 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ar-JO -Dtests.timezone=Africa/Tunis -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  183s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_t3","base_url":"http://127.0.0.1:44695/_/u","node_name":"127.0.0.1:44695__%2Fu","state":"active","type":"TLOG","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/18)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node4":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:37072/_/u";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t1",
   [junit4]    >           "node_name":"127.0.0.1:37072__%2Fu",
   [junit4]    >           "type":"TLOG"},
   [junit4]    >         "core_node5":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t3",
   [junit4]    >           "base_url":"http://127.0.0.1:44695/_/u";,
   [junit4]    >           "node_name":"127.0.0.1:44695__%2Fu",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"TLOG",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node6":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_t2",
   [junit4]    >           "base_url":"http://127.0.0.1:34418/_/u";,
   [junit4]    >           "node_name":"127.0.0.1:34418__%2Fu",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"TLOG"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"0",
   [junit4]    >   "tlogReplicas":"3"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FFE3902E94B3D2C4:77B7AFF43A4FBF3C]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FFE3902E94B3D2C4-001
   [junit4]   2> Dec 15, 2017 6:14:57 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7ab75879),
 locale=ar-JO, timezone=Africa/Tunis
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=215158872,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestNonDefinedSimilarityFactory, TestSimpleQParserPlugin, 
TestUseDocValuesAsStored2, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestStressLucene, CreateCollectionCleanupTest, 
TermVectorComponentDistributedTest, TestMultiWordSynonyms, 
ConcurrentDeleteAndCreateCollectionTest, AddReplicaTest, 
MoreLikeThisHandlerTest, TestRebalanceLeaders, TestOmitPositions, 
PeerSyncWithIndexFingerprintCachingTest, TestGraphTermsQParserPlugin, 
BigEndianAscendingWordSerializerTest, SOLR749Test, 
TestSolrCloudWithDelegationTokens, TestCustomStream, 
SpellingQueryConverterTest, PingRequestHandlerTest, TestGraphMLResponseWriter, 
MBeansHandlerTest, AnalysisErrorHandlingTest, PolyFieldTest, TestRTGBase, 
DocValuesMultiTest, TestManagedResourceStorage, DirectUpdateHandlerTest, 
SynonymTokenizerTest, TestConfigSetProperties, TestCursorMarkWithoutUniqueKey, 
SolrCoreMetricManagerTest, TestBM25SimilarityFactory, CursorMarkTest, 
SolrIndexSplitterTest, BufferStoreTest, DocValuesMissingTest, 
DistributedTermsComponentTest, DistributedFacetPivotSmallAdvancedTest, 
TestStressRecovery, DeleteLastCustomShardedReplicaTest, OverseerTaskQueueTest, 
NumberUtilsTest, RestartWhileUpdatingTest, ShardRoutingCustomTest, 
InfoHandlerTest, TestClusterStateMutator, ChangedSchemaMergeTest, 
TestHighFrequencyDictionaryFactory, TestConfigSetsAPI, SuggestComponentTest, 
SystemLogListenerTest, DistributedIntervalFacetingTest, 
TestSolrConfigHandlerCloud, LukeRequestHandlerTest, SampleTest, 
TestSubQueryTransformerCrossCore, RegexBoostProcessorTest, 
TestNumericRangeQuery32, HdfsChaosMonkeySafeLeaderTest, 
SubstringBytesRefFilterTest, HighlighterConfigTest, TestCollapseQParserPlugin, 
TestStressUserVersions, BasicAuthStandaloneTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestJsonFacets, TestCustomSort, 
TestFieldTypeResource, TestBlendedInfixSuggestions, 
HdfsUnloadDistributedZkTest, NumericFieldsTest, DistributedVersionInfoTest, 
ConvertedLegacyTest, SolrIndexConfigTest, TestFieldCacheWithThreads, 
TestExceedMaxTermLength, TestTlogReplica, TestCloudInspectUtil, 
TestPerFieldSimilarity, TestCryptoKeys, TestWriterPerf, TestFastWriter, 
TestDocTermOrds, TestRangeQuery, OpenExchangeRatesOrgProviderTest, 
TestFieldCacheSort, TestSolrCoreSnapshots, RequestHandlersTest, 
CircularListTest, TestManagedSchemaAPI, TestHttpShardHandlerFactory, 
TestSortByMinMaxFunction, TestAtomicUpdateErrorCases, 
TestPayloadCheckQParserPlugin, ExecutePlanActionTest, TestReloadAndDeleteDocs, 
DocumentAnalysisRequestHandlerTest, TestCloudNestedDocsSort, TestUtilizeNode, 
TestUniqueKeyFieldResource, SolrMetricsIntegrationTest, TestExactStatsCache, 
TestClusterStateProvider, TestAnalyzedSuggestions, HdfsRecoverLeaseTest, 
TolerantUpdateProcessorTest, TestPseudoReturnFields, TestXIncludeConfig, 
CdcrBidirectionalTest, BlockJoinFacetRandomTest, NodeAddedTriggerTest, 
TestApiFramework, FacetPivotSmallTest, HdfsBasicDistributedZk2Test, 
TestZkAclsWithHadoopAuth, TestQuerySenderNoQuery, ZkCLITest, 
ConjunctionSolrSpellCheckerTest, JavabinLoaderTest, 
TestPKIAuthenticationPlugin, SchemaVersionSpecificBehaviorTest, RankQueryTest, 
DistributedFacetExistsSmallTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [319/764 (2!)] on J1 in 183.31s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to