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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:38281","node_name":"127.0.0.1:38281_","state":"active","type":"TLOG","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"c8n_1x3_lf_shard1_replica_t1",           
"base_url":"http://127.0.0.1:38281";,           "node_name":"127.0.0.1:38281_",  
         "state":"active",           "type":"TLOG",           "leader":"true"}, 
        "core_node5":{           "core":"c8n_1x3_lf_shard1_replica_t2",         
  "base_url":"http://127.0.0.1:36549";,           
"node_name":"127.0.0.1:36549_",           "state":"down",           
"type":"TLOG"},         "core_node6":{           "state":"down",           
"base_url":"http://127.0.0.1:33925";,           
"core":"c8n_1x3_lf_shard1_replica_t3",           
"node_name":"127.0.0.1:33925_",           "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_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:38281","node_name":"127.0.0.1:38281_","state":"active","type":"TLOG","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_t1",
          "base_url":"http://127.0.0.1:38281";,
          "node_name":"127.0.0.1:38281_",
          "state":"active",
          "type":"TLOG",
          "leader":"true"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_t2",
          "base_url":"http://127.0.0.1:36549";,
          "node_name":"127.0.0.1:36549_",
          "state":"down",
          "type":"TLOG"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:33925";,
          "core":"c8n_1x3_lf_shard1_replica_t3",
          "node_name":"127.0.0.1:33925_",
          "type":"TLOG"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"0",
  "tlogReplicas":"3"}
        at 
__randomizedtesting.SeedInfo.seed([7A7827647FB35FC3:F22C18BED14F323B]: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.AutoAddReplicasPlanActionTest.testSimple

Error Message:
IOException occured when talking to server at: https://127.0.0.1:41749/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:41749/solr
        at 
__randomizedtesting.SeedInfo.seed([7A7827647FB35FC3:42CB039A58408B12]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108)
        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)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:41749 failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 48 more


FAILED:  
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at 
__randomizedtesting.SeedInfo.seed([7A7827647FB35FC3:6E307C315CB4E2DD]:0)
        at java.util.ArrayList.rangeCheck(ArrayList.java:653)
        at java.util.ArrayList.get(ArrayList.java:429)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
        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 12627 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/init-core-data-001
   [junit4]   2> 871530 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7A7827647FB35FC3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 871530 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7A7827647FB35FC3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 871532 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7A7827647FB35FC3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 871532 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7A7827647FB35FC3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 871532 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7A7827647FB35FC3]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 871533 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 871533 INFO  (Thread-1463) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 871533 INFO  (Thread-1463) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 871537 ERROR (Thread-1463) [    ] 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> 871633 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33261
   [junit4]   2> 871639 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 871640 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 871640 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 871641 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 871641 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 871642 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 871642 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 871642 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 871643 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 871643 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 871644 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 871644 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 871710 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 871728 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8832c1{/,null,AVAILABLE}
   [junit4]   2> 871729 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4c83c3{HTTP/1.1,[http/1.1]}{127.0.0.1:45305}
   [junit4]   2> 871729 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.Server Started @873962ms
   [junit4]   2> 871729 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=35483, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/control-001/cores}
   [junit4]   2> 871729 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 871730 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 871730 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 871730 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 871730 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-17T17:32:31.409Z
   [junit4]   2> 871738 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 871738 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/control-001/solr.xml
   [junit4]   2> 871742 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 871742 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 871744 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 871748 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33261/solr
   [junit4]   2> 871789 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:35483_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 871790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:35483_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:35483_
   [junit4]   2> 871790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:35483_    ] o.a.s.c.Overseer Overseer 
(id=99020960642695172-127.0.0.1:35483_-n_0000000000) starting
   [junit4]   2> 871802 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:35483_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35483_
   [junit4]   2> 871803 INFO  
(zkCallback-3406-thread-1-processing-n:127.0.0.1:35483_) [n:127.0.0.1:35483_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 872012 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:35483_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 872019 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:35483_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 872019 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:35483_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 872020 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:35483_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/control-001/cores
   [junit4]   2> 872036 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 872036 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33261/solr ready
   [junit4]   2> 872037 INFO  (SocketProxy-Acceptor-35483) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39336,localport=35483], receiveBufferSize:531000
   [junit4]   2> 872037 INFO  (SocketProxy-Acceptor-35483) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45305,localport=46058], receiveBufferSize=530904
   [junit4]   2> 872037 INFO  (qtp5052222-9874) [n:127.0.0.1:35483_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35483_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 872039 INFO  
(OverseerThreadFactory-3131-thread-1-processing-n:127.0.0.1:35483_) 
[n:127.0.0.1:35483_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 872141 INFO  (SocketProxy-Acceptor-35483) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39340,localport=35483], receiveBufferSize:531000
   [junit4]   2> 872141 INFO  (SocketProxy-Acceptor-35483) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45305,localport=46062], receiveBufferSize=530904
   [junit4]   2> 872142 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 872142 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 872255 INFO  
(zkCallback-3406-thread-1-processing-n:127.0.0.1:35483_) [n:127.0.0.1:35483_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 873222 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 873235 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 873373 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 873384 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 873385 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 873385 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 873385 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 873387 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.616798792641341]
   [junit4]   2> 873389 WARN  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 873415 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 873416 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 873416 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 873416 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 873417 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.21712641674357275]
   [junit4]   2> 873417 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a65fb0[control_collection_shard1_replica_n1] main]
   [junit4]   2> 873418 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 873418 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 873419 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 873419 INFO  
(searcherExecutor-3134-thread-1-processing-n:127.0.0.1:35483_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:35483_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@1a65fb0[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 873420 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1584335372260737024
   [junit4]   2> 873422 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 873422 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 873422 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35483/control_collection_shard1_replica_n1/
   [junit4]   2> 873422 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 873422 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:35483/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 873422 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 873423 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35483/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 873524 INFO  
(zkCallback-3406-thread-2-processing-n:127.0.0.1:35483_) [n:127.0.0.1:35483_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 873574 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 873632 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1490
   [junit4]   2> 873635 INFO  (qtp5052222-9874) [n:127.0.0.1:35483_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 873675 INFO  
(zkCallback-3406-thread-2-processing-n:127.0.0.1:35483_) [n:127.0.0.1:35483_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 874044 INFO  
(OverseerCollectionConfigSetProcessor-99020960642695172-127.0.0.1:35483_-n_0000000000)
 [n:127.0.0.1:35483_    ] 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> 874635 INFO  (qtp5052222-9874) [n:127.0.0.1:35483_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35483_&wt=javabin&version=2}
 status=0 QTime=2597
   [junit4]   2> 874639 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 874639 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33261/solr ready
   [junit4]   2> 874639 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 874639 INFO  (SocketProxy-Acceptor-35483) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39366,localport=35483], receiveBufferSize:531000
   [junit4]   2> 874640 INFO  (qtp5052222-9871) [n:127.0.0.1:35483_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 874640 INFO  (SocketProxy-Acceptor-35483) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45305,localport=46088], receiveBufferSize=530904
   [junit4]   2> 874641 INFO  
(OverseerThreadFactory-3131-thread-2-processing-n:127.0.0.1:35483_) 
[n:127.0.0.1:35483_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 874641 WARN  
(OverseerThreadFactory-3131-thread-2-processing-n:127.0.0.1:35483_) 
[n:127.0.0.1:35483_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 874843 INFO  (qtp5052222-9871) [n:127.0.0.1:35483_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 874843 INFO  (qtp5052222-9871) [n:127.0.0.1:35483_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=202
   [junit4]   2> 874917 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-1-001
 of type TLOG
   [junit4]   2> 874918 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 874919 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@883673{/,null,AVAILABLE}
   [junit4]   2> 874919 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@259494{HTTP/1.1,[http/1.1]}{127.0.0.1:33063}
   [junit4]   2> 874919 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.Server Started @877153ms
   [junit4]   2> 874920 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=38281, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-1-001/cores}
   [junit4]   2> 874920 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 874920 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 874920 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 874920 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 874920 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-17T17:32:34.599Z
   [junit4]   2> 874922 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 874922 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-1-001/solr.xml
   [junit4]   2> 874925 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 874926 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 874926 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 874929 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33261/solr
   [junit4]   2> 874933 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:38281_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 874934 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:38281_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 874935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:38281_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38281_
   [junit4]   2> 874935 INFO  
(zkCallback-3406-thread-2-processing-n:127.0.0.1:35483_) [n:127.0.0.1:35483_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 874935 INFO  
(zkCallback-3419-thread-1-processing-n:127.0.0.1:38281_) [n:127.0.0.1:38281_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 874939 INFO  (zkCallback-3414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 874984 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:38281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 874992 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:38281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 874992 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:38281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 874993 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:38281_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-1-001/cores
   [junit4]   2> 875011 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:38281_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 875012 INFO  
(OverseerCollectionConfigSetProcessor-99020960642695172-127.0.0.1:35483_-n_0000000000)
 [n:127.0.0.1:35483_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 875012 INFO  
(OverseerThreadFactory-3131-thread-3-processing-n:127.0.0.1:35483_) 
[n:127.0.0.1:35483_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38281_ 
for creating new replica
   [junit4]   2> 875013 INFO  (SocketProxy-Acceptor-38281) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=47332,localport=38281], receiveBufferSize:531000
   [junit4]   2> 875013 INFO  (SocketProxy-Acceptor-38281) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33063,localport=48034], receiveBufferSize=530904
   [junit4]   2> 875013 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 875013 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 875115 INFO  
(zkCallback-3419-thread-1-processing-n:127.0.0.1:38281_) [n:127.0.0.1:38281_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 876033 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 876041 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 876122 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 876137 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 876137 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 876137 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 876138 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 876140 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.616798792641341]
   [junit4]   2> 876142 WARN  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 876174 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 876174 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 876175 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 876175 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 876176 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.21712641674357275]
   [junit4]   2> 876176 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18bc267[collection1_shard2_replica_t41] main]
   [junit4]   2> 876177 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 876177 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 876177 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 876178 INFO  
(searcherExecutor-3145-thread-1-processing-n:127.0.0.1:38281_ 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@18bc267[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 876178 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1584335375152709632
   [junit4]   2> 876181 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 876181 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 876181 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:38281/collection1_shard2_replica_t41/
   [junit4]   2> 876181 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 876181 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:38281/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 876181 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 876181 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 876182 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38281/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 876292 INFO  
(zkCallback-3419-thread-1-processing-n:127.0.0.1:38281_) [n:127.0.0.1:38281_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 876333 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 876335 INFO  (qtp31520644-9928) [n:127.0.0.1:38281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1321
   [junit4]   2> 876337 INFO  (qtp5052222-9876) [n:127.0.0.1:35483_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:38281_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1326
   [junit4]   2> 876435 INFO  
(zkCallback-3419-thread-1-processing-n:127.0.0.1:38281_) [n:127.0.0.1:38281_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 876467 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-2-001
 of type TLOG
   [junit4]   2> 876467 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 876468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ae51f3{/,null,AVAILABLE}
   [junit4]   2> 876468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@f02f9a{HTTP/1.1,[http/1.1]}{127.0.0.1:38633}
   [junit4]   2> 876468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.Server Started @878701ms
   [junit4]   2> 876468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=36549, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-2-001/cores}
   [junit4]   2> 876468 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 876468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 876468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 876469 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 876469 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-17T17:32:36.148Z
   [junit4]   2> 876470 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 876470 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-2-001/solr.xml
   [junit4]   2> 876473 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 876473 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 876473 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 876475 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33261/solr
   [junit4]   2> 876479 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:36549_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 876480 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:36549_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 876480 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:36549_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36549_
   [junit4]   2> 876481 INFO  
(zkCallback-3419-thread-1-processing-n:127.0.0.1:38281_) [n:127.0.0.1:38281_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 876481 INFO  (zkCallback-3414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 876481 INFO  
(zkCallback-3406-thread-2-processing-n:127.0.0.1:35483_) [n:127.0.0.1:35483_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 876481 INFO  
(zkCallback-3425-thread-1-processing-n:127.0.0.1:36549_) [n:127.0.0.1:36549_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 876590 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:36549_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 876598 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:36549_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 876598 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:36549_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 876599 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:36549_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-2-001/cores
   [junit4]   2> 876624 INFO  (qtp5052222-9874) [n:127.0.0.1:35483_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36549_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 876625 INFO  
(OverseerCollectionConfigSetProcessor-99020960642695172-127.0.0.1:35483_-n_0000000000)
 [n:127.0.0.1:35483_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 876626 INFO  
(OverseerThreadFactory-3131-thread-4-processing-n:127.0.0.1:35483_) 
[n:127.0.0.1:35483_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36549_ 
for creating new replica
   [junit4]   2> 876626 INFO  (SocketProxy-Acceptor-36549) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53164,localport=36549], receiveBufferSize:531000
   [junit4]   2> 876626 INFO  (SocketProxy-Acceptor-36549) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38633,localport=52570], receiveBufferSize=530904
   [junit4]   2> 876627 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 876627 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 876729 INFO  
(zkCallback-3419-thread-1-processing-n:127.0.0.1:38281_) [n:127.0.0.1:38281_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 876729 INFO  
(zkCallback-3425-thread-1-processing-n:127.0.0.1:36549_) [n:127.0.0.1:36549_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 877642 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 877650 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 877745 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 877752 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 877752 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t43' (registry 
'solr.core.collection1.shard1.replica_t43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 877752 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 877752 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 877754 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.616798792641341]
   [junit4]   2> 877756 WARN  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 877785 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 877785 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 877786 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 877786 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 877787 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.21712641674357275]
   [junit4]   2> 877787 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a851e4[collection1_shard1_replica_t43] main]
   [junit4]   2> 877787 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 877788 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 877788 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 877789 INFO  
(searcherExecutor-3156-thread-1-processing-n:127.0.0.1:36549_ 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@1a851e4[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 877789 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1584335376841965568
   [junit4]   2> 877792 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 877792 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 877792 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:36549/collection1_shard1_replica_t43/
   [junit4]   2> 877792 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 877792 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:36549/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 877792 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 877792 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 877793 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36549/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 877894 INFO  
(zkCallback-3425-thread-1-processing-n:127.0.0.1:36549_) [n:127.0.0.1:36549_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 877894 INFO  
(zkCallback-3419-thread-1-processing-n:127.0.0.1:38281_) [n:127.0.0.1:38281_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 877943 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 877951 INFO  (qtp26309737-9960) [n:127.0.0.1:36549_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1324
   [junit4]   2> 877953 INFO  (qtp5052222-9874) [n:127.0.0.1:35483_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:36549_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1329
   [junit4]   2> 878014 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-3-001
 of type TLOG
   [junit4]   2> 878015 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 878016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@199989e{/,null,AVAILABLE}
   [junit4]   2> 878016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2251c4{HTTP/1.1,[http/1.1]}{127.0.0.1:35807}
   [junit4]   2> 878016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.e.j.s.Server Started @880249ms
   [junit4]   2> 878016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=33925, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-3-001/cores}
   [junit4]   2> 878017 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 878017 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 878017 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 878017 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 878017 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-17T17:32:37.696Z
   [junit4]   2> 878018 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 878018 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-3-001/solr.xml
   [junit4]   2> 878020 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 878020 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 878021 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 878023 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33261/solr
   [junit4]   2> 878027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:33925_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 878028 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:33925_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 878028 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:33925_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33925_
   [junit4]   2> 878029 INFO  (zkCallback-3414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 878029 INFO  
(zkCallback-3425-thread-1-processing-n:127.0.0.1:36549_) [n:127.0.0.1:36549_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 878029 INFO  
(zkCallback-3419-thread-1-processing-n:127.0.0.1:38281_) [n:127.0.0.1:38281_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 878029 INFO  
(zkCallback-3406-thread-2-processing-n:127.0.0.1:35483_) [n:127.0.0.1:35483_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 878029 INFO  
(zkCallback-3431-thread-1-processing-n:127.0.0.1:33925_) [n:127.0.0.1:33925_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 878081 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:33925_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 878089 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:33925_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 878089 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:33925_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 878090 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7A7827647FB35FC3]) 
[n:127.0.0.1:33925_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-3-001/cores
   [junit4]   2> 878121 INFO  (SocketProxy-Acceptor-33925) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60354,localport=33925], receiveBufferSize:531000
   [junit4]   2> 878121 INFO  (SocketProxy-Acceptor-33925) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35807,localport=60506], receiveBufferSize=530904
   [junit4]   2> 878121 INFO  (qtp10842577-9992) [n:127.0.0.1:33925_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33925_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 878122 INFO  
(OverseerCollectionConfigSetProcessor-99020960642695172-127.0.0.1:35483_-n_0000000000)
 [n:127.0.0.1:35483_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 878123 INFO  
(OverseerThreadFactory-3131-thread-5-processing-n:127.0.0.1:35483_) 
[n:127.0.0.1:35483_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33925_ 
for creating new replica
   [junit4]   2> 878123 INFO  (SocketProxy-Acceptor-33925) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60358,localport=33925], receiveBufferSize:531000
   [junit4]   2> 878123 INFO  (SocketProxy-Acceptor-33925) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35807,localport=60510], receiveBufferSize=530904
   [junit4]   2> 878124 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 878124 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 878225 INFO  
(zkCallback-3431-thread-1-processing-n:127.0.0.1:33925_) [n:127.0.0.1:33925_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 878226 INFO  
(zkCallback-3425-thread-1-processing-n:127.0.0.1:36549_) [n:127.0.0.1:36549_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 878225 INFO  
(zkCallback-3419-thread-1-processing-n:127.0.0.1:38281_) [n:127.0.0.1:38281_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 879139 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 879148 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 879235 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 879244 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 879244 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t45' (registry 
'solr.core.collection1.shard2.replica_t45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1efc14e
   [junit4]   2> 879244 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 879244 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-3-001/cores/collection1_shard2_replica_t45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7A7827647FB35FC3-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 879246 INFO  (qtp10842577-9994) [n:127.0.0.1:33925_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.616798792641341]
   [junit4]   2> 879248 WARN  (qtp10842577-9994) [n:127.0.0.1:33925_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2>

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

.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.testSimple2.shard1.leader, tag=10932277
   [junit4]   2> 2605588 INFO  (coreCloseExecutor-10039-thread-1) 
[n:127.0.0.1:44171_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple1.shard1.leader, tag=17119093
   [junit4]   2> 2605589 INFO  (jetty-closer-5689-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=99021073412587529-127.0.0.1:44171_solr-n_0000000000) closing
   [junit4]   2> 2605589 INFO  
(OverseerStateUpdate-99021073412587529-127.0.0.1:44171_solr-n_0000000000) 
[n:127.0.0.1:44171_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:44171_solr
   [junit4]   2> 2605589 WARN  
(OverseerAutoScalingTriggerThread-99021073412587529-127.0.0.1:44171_solr-n_0000000000)
 [n:127.0.0.1:44171_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2605590 INFO  
(zkCallback-5722-thread-2-processing-n:127.0.0.1:41749_solr) 
[n:127.0.0.1:41749_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41749_solr
   [junit4]   2> 2605591 INFO  (jetty-closer-5689-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15d3f9d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2605593 INFO  (coreCloseExecutor-10037-thread-5) 
[n:127.0.0.1:41749_solr c:testSimple3 s:shard2 r:core_node5 
x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple3.shard2.replica_n2, tag=17660992
   [junit4]   2> 2605593 INFO  (coreCloseExecutor-10037-thread-5) 
[n:127.0.0.1:41749_solr c:testSimple3 s:shard2 r:core_node5 
x:testSimple3_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3dc2bb: rootName = 
solr_41749, domain = solr.core.testSimple3.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.testSimple3.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@154eab5
   [junit4]   2> 2605598 INFO  (coreCloseExecutor-10037-thread-5) 
[n:127.0.0.1:41749_solr c:testSimple3 s:shard2 r:core_node5 
x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard2.leader, tag=17660992
   [junit4]   2> 2605598 INFO  (coreCloseExecutor-10037-thread-4) 
[n:127.0.0.1:41749_solr c:testSimple3 s:shard3 r:core_node6 
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple3.shard3.leader, tag=33503936
   [junit4]   2> 2605599 INFO  (jetty-closer-5689-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@96990{/solr,null,UNAVAILABLE}
   [junit4]   2> 2605600 ERROR 
(SUITE-AutoAddReplicasPlanActionTest-seed#[7A7827647FB35FC3]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2605600 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[7A7827647FB35FC3]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33259 33259
   [junit4]   2> 2612054 INFO  (Thread-10098) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33259 33259
   [junit4]   2> 2612055 WARN  (Thread-10098) [    ] 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/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        13      /solr/collections/testSimple1/state.json
   [junit4]   2>        12      /solr/collections/testSimple2/state.json
   [junit4]   2>        8       /solr/collections/testSimple3/state.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/99021073412587529-127.0.0.1:44171_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard2/election/99021073412587529-core_node7-n_0000000000
   [junit4]   2>        2       
/solr/collections/testSimple1/leader_elect/shard1/election/99021073412587529-core_node3-n_0000000000
   [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> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_7A7827647FB35FC3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1681, maxMBSortInHeap=6.880619456587736, 
sim=RandomSimilarity(queryNorm=true): {}, locale=sl, timezone=Asia/Kuwait
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=222961072,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CoreAdminCreateDiscoverTest, 
EchoParamsTest, TestHdfsUpdateLog, TestLeaderInitiatedRecoveryThread, 
DirectoryFactoryTest, TestManagedResourceStorage, PluginInfoTest, 
TestSimpleTextCodec, SimplePostToolTest, TestDistributedMissingSort, 
ShufflingReplicaListTransformerTest, TestReload, TestSimpleQParserPlugin, 
XmlUpdateRequestHandlerTest, TestSolrCloudWithSecureImpersonation, 
MetricUtilsTest, HLLSerializationTest, TestRecoveryHdfs, TestRestoreCore, 
BJQParserTest, JSONWriterTest, TestStressUserVersions, 
PKIAuthenticationIntegrationTest, TestFunctionQuery, TestCoreAdminApis, 
RankQueryTest, IndexBasedSpellCheckerTest, ZkNodePropsTest, 
DistanceFunctionTest, TestCustomDocTransformer, TestMaxTokenLenTokenizer, 
TestGraphTermsQParserPlugin, TestIndexSearcher, TestSystemIdResolver, 
TestZkChroot, DistributedFacetPivotSmallAdvancedTest, 
TestRandomRequestDistribution, TestSegmentSorting, 
TestEmbeddedSolrServerConstructors, TestTolerantSearch, TestFiltering, 
TestTolerantUpdateProcessorRandomCloud, TestLRUCache, CollectionReloadTest, 
SpellPossibilityIteratorTest, LeaderElectionContextKeyTest, 
TestLMJelinekMercerSimilarityFactory, AsyncCallRequestStatusResponseTest, 
TestCharFilters, ZkStateWriterTest, TestMinMaxOnMultiValuedField, 
LoggingHandlerTest, OverseerTest, TestSolrQueryResponse, 
DistributedQueryComponentCustomSortTest, SystemLogListenerTest, 
BaseCdcrDistributedZkTest, TestNRTOpen, TestDistribDocBasedVersion, 
DirectSolrConnectionTest, TestCollapseQParserPlugin, 
TestImplicitCoreProperties, HdfsNNFailoverTest, ReturnFieldsTest, 
TestPayloadCheckQParserPlugin, DisMaxRequestHandlerTest, 
SpellCheckCollatorWithCollapseTest, SearchHandlerTest, 
SolrCoreMetricManagerTest, TestManagedSchemaAPI, SolrCloudExampleTest, 
ClassificationUpdateProcessorIntegrationTest, OverseerStatusTest, 
SolrMetricsIntegrationTest, TestQueryTypes, TestFieldCacheSortRandom, 
TestHdfsCloudBackupRestore, DistributedSpellCheckComponentTest, 
UUIDUpdateProcessorFallbackTest, FieldAnalysisRequestHandlerTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestCoreContainer, 
SolrIndexMetricsTest, BadComponentTest, TestConfigSetImmutable, TestTrie, 
FieldMutatingUpdateProcessorTest, CheckHdfsIndexTest, 
TestSlowCompositeReaderWrapper, DirectSolrSpellCheckerTest, TestLRUStatsCache, 
MigrateRouteKeyTest, DocExpirationUpdateProcessorFactoryTest, 
TestSchemaSimilarityResource, TestRandomCollapseQParserPlugin, 
TimeZoneUtilsTest, TestConfigSetsAPIZkFailure, CdcrVersionReplicationTest, 
CachingDirectoryFactoryTest, TestCloudPivotFacet, ChaosMonkeyNothingIsSafeTest, 
TestRealTimeGet, ConfigSetsAPITest, TestHashPartitioner, CdcrUpdateLogTest, 
HighlighterTest, TestDistribIDF, DefaultValueUpdateProcessorTest, 
DocValuesNotIndexedTest, VMParamsZkACLAndCredentialsProvidersTest, 
StatsComponentTest, TestHttpShardHandlerFactory, SystemInfoHandlerTest, 
TestRequestForwarding, UUIDFieldTest, TestApiFramework, TestLFUCache, 
TestFileDictionaryLookup, TestRawResponseWriter, TestClassicSimilarityFactory, 
TestSubQueryTransformerCrossCore, ScriptEngineTest, BasicDistributedZk2Test, 
UnloadDistributedZkTest, OpenCloseCoreStressTest, 
LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, TestReplicationHandler, ZkSolrClientTest, 
ShardRoutingCustomTest, TestDistributedGrouping, ZkControllerTest, 
TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, 
QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, 
BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, 
SoftAutoCommitTest, SolrTestCaseJ4Test, TestHighlightDedupGrouping, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, 
ConnectionReuseTest, AssignBackwardCompatibilityTest, CleanupOldIndexTest, 
CollectionsAPIAsyncDistributedZkTest, CreateCollectionCleanupTest, 
DeleteNodeTest, DeleteStatusTest, DistribJoinFromCollectionTest, 
LeaderInitiatedRecoveryOnCommitTest, MoveReplicaHDFSTest, MultiThreadedOCPTest, 
RecoveryAfterSoftCommitTest, ReplicationFactorTest, RestartWhileUpdatingTest, 
SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, 
SolrCLIZkUtilsTest, TestAuthenticationFramework, TestCloudDeleteByQuery, 
TestCloudPseudoReturnFields, TestCloudRecovery, TestCloudSearcherWarming, 
TestClusterProperties, TestCollectionsAPIViaSolrCloudCluster, TestCryptoKeys, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, 
TestLocalFSCloudBackupRestore, TestMiniSolrCloudClusterSSL, 
TestOnReconnectListenerSupport, TestPrepRecovery, TestRandomFlRTGCloud, 
TestReplicaProperties, TestSSLRandomization, TestSkipOverseerOperations, 
TestStressLiveNodes, TestTlogReplica, AutoAddReplicasPlanActionTest]
   [junit4] Completed [549/749 (3!)] on J2 in 19.06s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to