Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/324/

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:39219/ewg/b","node_name":"127.0.0.1:39219_ewg%2Fb","state":"active","type":"NRT","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_n1",           
"base_url":"http://127.0.0.1:37277/ewg/b";,           
"node_name":"127.0.0.1:37277_ewg%2Fb",           "state":"down",           
"type":"NRT"},         "core_node5":{           
"core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:39219/ewg/b";,           
"node_name":"127.0.0.1:39219_ewg%2Fb",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node6":{           
"state":"down",           "base_url":"http://127.0.0.1:45392/ewg/b";,           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"node_name":"127.0.0.1:45392_ewg%2Fb",           "type":"NRT"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:39219/ewg/b","node_name":"127.0.0.1:39219_ewg%2Fb","state":"active","type":"NRT","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_n1",
          "base_url":"http://127.0.0.1:37277/ewg/b";,
          "node_name":"127.0.0.1:37277_ewg%2Fb",
          "state":"down",
          "type":"NRT"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:39219/ewg/b";,
          "node_name":"127.0.0.1:39219_ewg%2Fb",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:45392/ewg/b";,
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "node_name":"127.0.0.1:45392_ewg%2Fb",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([A968768CC0C871E9:213C49566E341C11]: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.TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([A968768CC0C871E9:7FB757D6F6D56271]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry(TestLeaderElectionZkExpiry.java:97)
        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 12309 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> 1405224 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[A968768CC0C871E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/init-core-data-001
   [junit4]   2> 1405224 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[A968768CC0C871E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=127 numCloses=127
   [junit4]   2> 1405225 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[A968768CC0C871E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1405226 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[A968768CC0C871E9]-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> 1405226 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[A968768CC0C871E9]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ewg/b
   [junit4]   2> 1405227 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1405228 INFO  (Thread-3578) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1405228 INFO  (Thread-3578) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1405229 ERROR (Thread-3578) [    ] 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> 1405328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37241
   [junit4]   2> 1405335 INFO  (zkConnectionManagerCallback-1499-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405338 INFO  (zkConnectionManagerCallback-1501-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405341 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1405342 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1405343 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1405344 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1405345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1405346 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1405346 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1405347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1405348 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1405349 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1405349 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1405350 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1405429 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1405430 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1405430 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1405430 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1405430 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48d86511{/ewg/b,null,AVAILABLE}
   [junit4]   2> 1405432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6605fe4c{HTTP/1.1,[http/1.1]}{127.0.0.1:41928}
   [junit4]   2> 1405432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.Server Started @1415450ms
   [junit4]   2> 1405432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/ewg/b, hostPort=37277, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/control-001/cores}
   [junit4]   2> 1405432 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1405432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1405432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1405432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1405432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-21T01:42:09.613Z
   [junit4]   2> 1405435 INFO  (zkConnectionManagerCallback-1503-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405435 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1405436 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/control-001/solr.xml
   [junit4]   2> 1405438 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1405438 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1405439 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1405448 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37241/solr
   [junit4]   2> 1405453 INFO  (zkConnectionManagerCallback-1507-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405455 INFO  
(zkConnectionManagerCallback-1509-thread-1-processing-n:127.0.0.1:37277_ewg%2Fb)
 [n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.c.ConnectionManager zkClient has 
connected
   [junit4]   2> 1405504 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1405506 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:37277_ewg%2Fb
   [junit4]   2> 1405506 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.Overseer Overseer 
(id=99385273837748228-127.0.0.1:37277_ewg%2Fb-n_0000000000) starting
   [junit4]   2> 1405511 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37277_ewg%2Fb
   [junit4]   2> 1405518 INFO  
(OverseerStateUpdate-99385273837748228-127.0.0.1:37277_ewg%2Fb-n_0000000000) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1405562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1405569 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1405570 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1405571 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/control-001/cores
   [junit4]   2> 1405585 INFO  (zkConnectionManagerCallback-1515-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405586 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1405587 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37241/solr ready
   [junit4]   2> 1405587 INFO  (SocketProxy-Acceptor-37277) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34738,localport=37277], receiveBufferSize:531000
   [junit4]   2> 1405588 INFO  (SocketProxy-Acceptor-37277) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41928,localport=40754], receiveBufferSize=530904
   [junit4]   2> 1405588 INFO  (qtp1146951461-9255) [n:127.0.0.1:37277_ewg%2Fb  
  ] 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:37277_ewg%252Fb&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1405590 INFO  
(OverseerThreadFactory-2599-thread-1-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 1405693 INFO  (SocketProxy-Acceptor-37277) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34742,localport=37277], receiveBufferSize:531000
   [junit4]   2> 1405694 INFO  (SocketProxy-Acceptor-37277) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41928,localport=40758], receiveBufferSize=530904
   [junit4]   2> 1405694 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb  
  ] 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> 1405694 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1405797 INFO  
(zkCallback-1508-thread-1-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] 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> 1406705 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1406717 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406813 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406825 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406825 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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@32f5f9f5
   [junit4]   2> 1406825 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1406826 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1406827 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=75.599609375, 
floorSegmentMB=0.9833984375, forceMergeDeletesPctAllowed=18.0012009186199, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8017608053400533
   [junit4]   2> 1406835 WARN  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406866 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406866 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406867 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1406867 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1406868 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=31.8720703125, 
floorSegmentMB=1.962890625, forceMergeDeletesPctAllowed=8.108726453753002, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4341503925610737
   [junit4]   2> 1406868 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3d1730d1[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1406869 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1406869 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406870 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1406871 INFO  
(searcherExecutor-2602-thread-1-processing-n:127.0.0.1:37277_ewg%2Fb 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:37277_ewg%2Fb 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@3d1730d1[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1406871 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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 1590164383126781952
   [junit4]   2> 1406875 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1406875 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406875 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37277/ewg/b/control_collection_shard1_replica_n1/
   [junit4]   2> 1406875 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406875 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:37277/ewg/b/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1406875 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1406877 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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:37277/ewg/b/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1406978 INFO  
(zkCallback-1508-thread-2-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] 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> 1407028 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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> 1407029 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb 
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=1335
   [junit4]   2> 1407031 INFO  (qtp1146951461-9255) [n:127.0.0.1:37277_ewg%2Fb  
  ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 1407129 INFO  
(zkCallback-1508-thread-2-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] 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> 1407591 INFO  
(OverseerCollectionConfigSetProcessor-99385273837748228-127.0.0.1:37277_ewg%2Fb-n_0000000000)
 [n:127.0.0.1:37277_ewg%2Fb    ] 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> 1408031 INFO  (qtp1146951461-9255) [n:127.0.0.1:37277_ewg%2Fb  
  ] 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:37277_ewg%252Fb&wt=javabin&version=2}
 status=0 QTime=2442
   [junit4]   2> 1408034 INFO  (zkConnectionManagerCallback-1519-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408035 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1408035 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37241/solr ready
   [junit4]   2> 1408035 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1408036 INFO  (SocketProxy-Acceptor-37277) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34748,localport=37277], receiveBufferSize:531000
   [junit4]   2> 1408036 INFO  (SocketProxy-Acceptor-37277) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41928,localport=40764], receiveBufferSize=530904
   [junit4]   2> 1408036 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb  
  ] 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> 1408037 INFO  
(OverseerThreadFactory-2599-thread-2-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 1408038 WARN  
(OverseerThreadFactory-2599-thread-2-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual 
to create a collection (collection1) without cores.
   [junit4]   2> 1408241 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb  
  ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 1408241 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb  
  ] 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=204
   [junit4]   2> 1408314 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-1-001
 of type NRT
   [junit4]   2> 1408315 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1408316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1408316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1408316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1408316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17a4573f{/ewg/b,null,AVAILABLE}
   [junit4]   2> 1408316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4473ccc8{HTTP/1.1,[http/1.1]}{127.0.0.1:34939}
   [junit4]   2> 1408316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.Server Started @1418334ms
   [junit4]   2> 1408316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/ewg/b, hostPort=39219, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-1-001/cores}
   [junit4]   2> 1408316 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1408316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1408317 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1408317 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1408317 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-21T01:42:12.498Z
   [junit4]   2> 1408318 INFO  (zkConnectionManagerCallback-1521-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408319 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1408319 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-1-001/solr.xml
   [junit4]   2> 1408322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1408322 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1408323 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1408325 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37241/solr
   [junit4]   2> 1408326 INFO  (zkConnectionManagerCallback-1525-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1408331 INFO  
(zkConnectionManagerCallback-1527-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb)
 [n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.c.c.ConnectionManager zkClient has 
connected
   [junit4]   2> 1408334 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1408335 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1408337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39219_ewg%2Fb
   [junit4]   2> 1408337 INFO  
(zkCallback-1508-thread-2-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1408338 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1408338 INFO  (zkCallback-1518-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1408373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1408381 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1408381 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1408382 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-1-001/cores
   [junit4]   2> 1408404 INFO  (qtp1146951461-9257) [n:127.0.0.1:37277_ewg%2Fb  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:39219_ewg%252Fb&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1408405 INFO  
(OverseerCollectionConfigSetProcessor-99385273837748228-127.0.0.1:37277_ewg%2Fb-n_0000000000)
 [n:127.0.0.1:37277_ewg%2Fb    ] 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> 1408407 INFO  
(OverseerThreadFactory-2599-thread-3-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:39219_ewg%2Fb for creating new replica
   [junit4]   2> 1408409 INFO  (SocketProxy-Acceptor-39219) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49140,localport=39219], receiveBufferSize:531000
   [junit4]   2> 1408409 INFO  (SocketProxy-Acceptor-39219) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34939,localport=58528], receiveBufferSize=530904
   [junit4]   2> 1408409 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1408410 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1408514 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] 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> 1409421 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1409440 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1409533 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1409542 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1409543 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1409543 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1409543 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1409545 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=75.599609375, 
floorSegmentMB=0.9833984375, forceMergeDeletesPctAllowed=18.0012009186199, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8017608053400533
   [junit4]   2> 1409547 WARN  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
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> 1409585 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1409585 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1409586 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1409586 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1409587 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=31.8720703125, 
floorSegmentMB=1.962890625, forceMergeDeletesPctAllowed=8.108726453753002, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4341503925610737
   [junit4]   2> 1409588 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5f40340e[collection1_shard2_replica_n41] main]
   [junit4]   2> 1409594 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1409594 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1409595 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1409595 INFO  
(searcherExecutor-2613-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) 
[n:127.0.0.1:39219_ewg%2Fb c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@5f40340e[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1409596 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1590164385984151552
   [junit4]   2> 1409601 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1409601 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1409601 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:39219/ewg/b/collection1_shard2_replica_n41/
   [junit4]   2> 1409601 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1409601 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:39219/ewg/b/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 1409601 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1409603 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39219/ewg/b/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1409704 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] 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> 1409753 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1409755 INFO  (qtp20271120-9310) [n:127.0.0.1:39219_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1345
   [junit4]   2> 1409756 INFO  (qtp1146951461-9257) [n:127.0.0.1:37277_ewg%2Fb  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:39219_ewg%252Fb&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1352
   [junit4]   2> 1409836 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-2-001
 of type NRT
   [junit4]   2> 1409836 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1409837 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1409837 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1409837 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1409837 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@192fb9a4{/ewg/b,null,AVAILABLE}
   [junit4]   2> 1409838 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7f38b0f7{HTTP/1.1,[http/1.1]}{127.0.0.1:42220}
   [junit4]   2> 1409838 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.Server Started @1419856ms
   [junit4]   2> 1409838 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/ewg/b, hostPort=45392, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-2-001/cores}
   [junit4]   2> 1409838 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1409838 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1409838 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1409838 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1409839 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-21T01:42:14.020Z
   [junit4]   2> 1409840 INFO  (zkConnectionManagerCallback-1531-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409841 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1409841 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-2-001/solr.xml
   [junit4]   2> 1409844 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1409844 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1409845 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1409847 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37241/solr
   [junit4]   2> 1409848 INFO  (zkConnectionManagerCallback-1535-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409850 INFO  
(zkConnectionManagerCallback-1537-thread-1-processing-n:127.0.0.1:45392_ewg%2Fb)
 [n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.c.c.ConnectionManager zkClient has 
connected
   [junit4]   2> 1409853 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1409855 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] 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> 1409855 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1409857 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45392_ewg%2Fb
   [junit4]   2> 1409858 INFO  (zkCallback-1518-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1409858 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1409858 INFO  
(zkCallback-1508-thread-2-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1409866 INFO  
(zkCallback-1536-thread-1-processing-n:127.0.0.1:45392_ewg%2Fb) 
[n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1409893 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1409902 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1409902 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1409903 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-2-001/cores
   [junit4]   2> 1409931 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:45392_ewg%252Fb&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1409933 INFO  
(OverseerCollectionConfigSetProcessor-99385273837748228-127.0.0.1:37277_ewg%2Fb-n_0000000000)
 [n:127.0.0.1:37277_ewg%2Fb    ] 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> 1409933 INFO  
(OverseerThreadFactory-2599-thread-4-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:45392_ewg%2Fb for creating new replica
   [junit4]   2> 1409935 INFO  (SocketProxy-Acceptor-45392) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57062,localport=45392], receiveBufferSize:531000
   [junit4]   2> 1409935 INFO  (SocketProxy-Acceptor-45392) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42220,localport=45988], receiveBufferSize=530904
   [junit4]   2> 1409935 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb   
 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1409936 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb   
 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1410038 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] 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> 1410038 INFO  
(zkCallback-1536-thread-1-processing-n:127.0.0.1:45392_ewg%2Fb) 
[n:127.0.0.1:45392_ewg%2Fb    ] 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> 1410949 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1410961 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1411061 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1411071 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1411071 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1411071 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1411072 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 1411074 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=75.599609375, 
floorSegmentMB=0.9833984375, forceMergeDeletesPctAllowed=18.0012009186199, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8017608053400533
   [junit4]   2> 1411076 WARN  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
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> 1411108 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1411108 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1411109 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1411109 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1411110 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=31.8720703125, 
floorSegmentMB=1.962890625, forceMergeDeletesPctAllowed=8.108726453753002, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4341503925610737
   [junit4]   2> 1411110 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6d04332[collection1_shard1_replica_n43] main]
   [junit4]   2> 1411111 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1411111 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1411111 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1411112 INFO  
(searcherExecutor-2624-thread-1-processing-n:127.0.0.1:45392_ewg%2Fb 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) 
[n:127.0.0.1:45392_ewg%2Fb c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@6d04332[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1411112 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1590164387573792768
   [junit4]   2> 1411117 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1411117 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1411117 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:45392/ewg/b/collection1_shard1_replica_n43/
   [junit4]   2> 1411117 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1411117 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:45392/ewg/b/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 1411117 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1411119 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45392/ewg/b/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1411220 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] 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> 1411220 INFO  
(zkCallback-1536-thread-1-processing-n:127.0.0.1:45392_ewg%2Fb) 
[n:127.0.0.1:45392_ewg%2Fb    ] 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> 1411270 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1411271 INFO  (qtp452165889-9345) [n:127.0.0.1:45392_ewg%2Fb 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1335
   [junit4]   2> 1411273 INFO  (qtp1146951461-9259) [n:127.0.0.1:37277_ewg%2Fb  
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:45392_ewg%252Fb&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1341
   [junit4]   2> 1411346 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-3-001
 of type NRT
   [junit4]   2> 1411347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1411347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1411347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1411347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1411348 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54820b6{/ewg/b,null,AVAILABLE}
   [junit4]   2> 1411348 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@52d51bc3{HTTP/1.1,[http/1.1]}{127.0.0.1:40063}
   [junit4]   2> 1411348 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.e.j.s.Server Started @1421366ms
   [junit4]   2> 1411348 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/ewg/b, 
hostPort=39642, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-3-001/cores}
   [junit4]   2> 1411348 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1411349 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 1411349 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1411349 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1411349 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-01-21T01:42:15.530Z
   [junit4]   2> 1411350 INFO  (zkConnectionManagerCallback-1541-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411351 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1411351 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-3-001/solr.xml
   [junit4]   2> 1411354 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1411354 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1411355 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1411357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37241/solr
   [junit4]   2> 1411358 INFO  (zkConnectionManagerCallback-1545-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411360 INFO  
(zkConnectionManagerCallback-1547-thread-1-processing-n:127.0.0.1:39642_ewg%2Fb)
 [n:127.0.0.1:39642_ewg%2Fb    ] o.a.s.c.c.ConnectionManager zkClient has 
connected
   [junit4]   2> 1411363 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39642_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1411364 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39642_ewg%2Fb    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1411365 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39642_ewg%2Fb    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39642_ewg%2Fb
   [junit4]   2> 1411366 INFO  (zkCallback-1518-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1411366 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1411366 INFO  
(zkCallback-1536-thread-1-processing-n:127.0.0.1:45392_ewg%2Fb) 
[n:127.0.0.1:45392_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1411366 INFO  
(zkCallback-1508-thread-2-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1411367 INFO  
(zkCallback-1546-thread-1-processing-n:127.0.0.1:39642_ewg%2Fb) 
[n:127.0.0.1:39642_ewg%2Fb    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1411412 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39642_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1411429 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39642_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1411429 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39642_ewg%2Fb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1411430 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A968768CC0C871E9]) 
[n:127.0.0.1:39642_ewg%2Fb    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-3-001/cores
   [junit4]   2> 1411466 INFO  (qtp1146951461-9257) [n:127.0.0.1:37277_ewg%2Fb  
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:39642_ewg%252Fb&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1411466 INFO  
(zkCallback-1536-thread-1-processing-n:127.0.0.1:45392_ewg%2Fb) 
[n:127.0.0.1:45392_ewg%2Fb    ] 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> 1411466 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] 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> 1411467 INFO  
(OverseerCollectionConfigSetProcessor-99385273837748228-127.0.0.1:37277_ewg%2Fb-n_0000000000)
 [n:127.0.0.1:37277_ewg%2Fb    ] 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> 1411468 INFO  
(OverseerThreadFactory-2599-thread-5-processing-n:127.0.0.1:37277_ewg%2Fb) 
[n:127.0.0.1:37277_ewg%2Fb    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:39642_ewg%2Fb for creating new replica
   [junit4]   2> 1411469 INFO  (SocketProxy-Acceptor-39642) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57246,localport=39642], receiveBufferSize:531000
   [junit4]   2> 1411469 INFO  (SocketProxy-Acceptor-39642) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40063,localport=42066], receiveBufferSize=530904
   [junit4]   2> 1411470 INFO  (qtp1607874106-9379) [n:127.0.0.1:39642_ewg%2Fb  
  ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1411470 INFO  (qtp1607874106-9379) [n:127.0.0.1:39642_ewg%2Fb  
  ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1411573 INFO  
(zkCallback-1536-thread-1-processing-n:127.0.0.1:45392_ewg%2Fb) 
[n:127.0.0.1:45392_ewg%2Fb    ] 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> 1411573 INFO  
(zkCallback-1546-thread-1-processing-n:127.0.0.1:39642_ewg%2Fb) 
[n:127.0.0.1:39642_ewg%2Fb    ] 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> 1411573 INFO  
(zkCallback-1526-thread-1-processing-n:127.0.0.1:39219_ewg%2Fb) 
[n:127.0.0.1:39219_ewg%2Fb    ] 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> 1412482 INFO  (qtp1607874106-9379) [n:127.0.0.1:39642_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1412493 INFO  (qtp1607874106-9379) [n:127.0.0.1:39642_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 1412590 INFO  (qtp1607874106-9379) [n:127.0.0.1:39642_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1412600 INFO  (qtp1607874106-9379) [n:127.0.0.1:39642_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1412601 INFO  (qtp1607874106-9379) [n:127.0.0.1:39642_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@32f5f9f5
   [junit4]   2> 1412601 INFO  (qtp1607874106-9379) [n:127.0.0.1:39642_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1412601 INFO  (qtp1607874106-9379) [n:127.0.0.1:39642_ewg%2Fb 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A968768CC0C871E9-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 1412603 INFO  (qtp1607874106-9379

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

kExpiry-seed#[A968768CC0C871E9]) [n:dummy.host.com:8984_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3161986 ERROR 
(TEST-TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry-seed#[A968768CC0C871E9])
 [n:dummy.host.com:8984_solr    ] 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> 3161987 INFO  
(TEST-TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry-seed#[A968768CC0C871E9])
 [n:dummy.host.com:8984_solr    ] o.a.s.c.ZkTestServer connecting to 
127.0.0.1:39632 39632
   [junit4]   2> 3162056 INFO  (Thread-5981) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39632 39632
   [junit4]   2> 3162056 WARN  (Thread-5981) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 3162056 INFO  
(TEST-TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry-seed#[A968768CC0C871E9])
 [n:dummy.host.com:8984_solr    ] o.a.s.SolrTestCaseJ4 ###Ending 
testLeaderElectionWithZkExpiry
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLeaderElectionZkExpiry 
-Dtests.method=testLeaderElectionWithZkExpiry -Dtests.seed=A968768CC0C871E9 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=tr 
-Dtests.timezone=Atlantic/St_Helena -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 70.3s J2 | 
TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A968768CC0C871E9:7FB757D6F6D56271]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry(TestLeaderElectionZkExpiry.java:97)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3162058 INFO  
(SUITE-TestLeaderElectionZkExpiry-seed#[A968768CC0C871E9]-worker) 
[n:dummy.host.com:8984_solr    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 3162058 INFO  
(SUITE-TestLeaderElectionZkExpiry-seed#[A968768CC0C871E9]-worker) 
[n:dummy.host.com:8984_solr    ] o.a.s.c.CoreContainer Shutting down 
CoreContainer instance=701830636
   [junit4]   2> 3162058 INFO  
(SUITE-TestLeaderElectionZkExpiry-seed#[A968768CC0C871E9]-worker) 
[n:dummy.host.com:8984_solr    ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.node, tag=null
   [junit4]   2> 3162058 INFO  
(SUITE-TestLeaderElectionZkExpiry-seed#[A968768CC0C871E9]-worker) 
[n:dummy.host.com:8984_solr    ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3162058 INFO  
(SUITE-TestLeaderElectionZkExpiry-seed#[A968768CC0C871E9]-worker) 
[n:dummy.host.com:8984_solr    ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestLeaderElectionZkExpiry_A968768CC0C871E9-001
   [junit4]   2> Jan 21, 2018 2:11:24 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1375, maxMBSortInHeap=7.326094758302894, 
sim=RandomSimilarity(queryNorm=true): {}, locale=tr, timezone=Atlantic/St_Helena
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=216369112,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: [TestReloadAndDeleteDocs, 
HdfsUnloadDistributedZkTest, RegexBoostProcessorTest, 
DistributedSpellCheckComponentTest, SSLMigrationTest, TestRTimerTree, 
BasicDistributedZk2Test, TestLFUCache, MoreLikeThisHandlerTest, CursorMarkTest, 
CleanupOldIndexTest, AnalyticsMergeStrategyTest, TestBadConfig, 
TestStressInPlaceUpdates, TestUnifiedSolrHighlighter, BasicAuthStandaloneTest, 
ExitableDirectoryReaderTest, ClassificationUpdateProcessorFactoryTest, 
TestNumericTerms64, TestSolrCloudWithKerberosAlt, TestZkAclsWithHadoopAuth, 
LeaderInitiatedRecoveryOnCommitTest, TestHighFrequencyDictionaryFactory, 
DistributedSuggestComponentTest, TestSolrCoreProperties, ReplicationFactorTest, 
DistributedFacetPivotWhiteBoxTest, DateRangeFieldTest, 
TestSortByMinMaxFunction, BlobRepositoryCloudTest, 
AutoAddReplicasPlanActionTest, TestFastWriter, MetricsConfigTest, 
TestAtomicUpdateErrorCases, TestRandomCollapseQParserPlugin, 
CollectionsAPISolrJTest, TestLazyCores, SolrTestCaseJ4Test, 
TestConfigSetProperties, SolrCmdDistributorTest, TriggerIntegrationTest, 
CdcrReplicationDistributedZkTest, CopyFieldTest, 
TestLMJelinekMercerSimilarityFactory, SolrGraphiteReporterTest, 
TestCloudManagedSchema, TestBlobHandler, OverseerStatusTest, MultiTermTest, 
UtilsToolTest, TestCollectionsAPIViaSolrCloudCluster, 
LeaderElectionIntegrationTest, SuggesterTSTTest, UnloadDistributedZkTest, 
ConjunctionSolrSpellCheckerTest, BooleanFieldTest, DeleteStatusTest, 
BufferStoreTest, TestDownShardTolerantSearch, TestCloudNestedDocsSort, 
DirectSolrSpellCheckerTest, TestPullReplica, TestPayloadCheckQParserPlugin, 
MetricTriggerTest, ReplicaListTransformerTest, TestStressUserVersions, 
DistributedFacetPivotLongTailTest, TestDefaultStatsCache, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestBulkSchemaAPI, TestRestoreCore, 
TestLegacyFieldReuse, TestPushWriter, TestRealTimeGet, 
TestNonDefinedSimilarityFactory, CreateCollectionCleanupTest, 
DistribJoinFromCollectionTest, TestPolicyCloud, TestRetrieveFieldsOptimizer, 
TestCustomStream, TestExceedMaxTermLength, TestDocTermOrds, 
MigrateRouteKeyTest, ShowFileRequestHandlerTest, TestCoreContainer, TestUpdate, 
TestSchemaResource, TestGeoJSONResponseWriter, TestTolerantSearch, 
TemplateUpdateProcessorTest, TestJmxIntegration, SimpleMLTQParserTest, 
CloneFieldUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, 
DateMathParserTest, FullHLLTest, TestHalfAndHalfDocValues, LeaderElectionTest, 
TestNumericTokenStream, URLClassifyProcessorTest, TestFaceting, 
TestFieldCacheSort, TestAuthenticationFramework, 
BigEndianAscendingWordSerializerTest, TestDelegationWithHadoopAuth, 
UniqFieldsUpdateProcessorFactoryTest, SuggestComponentContextFilterQueryTest, 
ExecutePlanActionTest, TimeZoneUtilsTest, NumberUtilsTest, TestRangeQuery, 
TestSolrConfigHandler, SolrCLIZkUtilsTest, SecurityConfHandlerTest, 
TlogReplayBufferedWhileIndexingTest, TestTolerantUpdateProcessorCloud, 
TestMultiWordSynonyms, MoveReplicaHDFSTest, TestHdfsBackupRestoreCore, 
TestTrackingShardHandlerFactory, TestRandomDVFaceting, 
TestSolrConfigHandlerCloud, DistanceFunctionTest, TestFieldCacheWithThreads, 
ParsingFieldUpdateProcessorsTest, ZkCLITest, ShardRoutingCustomTest, 
TestDistributedGrouping, TestHashPartitioner, 
TermVectorComponentDistributedTest, TestStressReorder, TestReload, 
StatsComponentTest, BadIndexSchemaTest, TestSort, TestFunctionQuery, 
DirectUpdateHandlerTest, TestIndexSearcher, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, 
SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, 
TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, SpatialFilterTest, 
SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, 
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
SolrInfoBeanTest, DebugComponentTest, LukeRequestHandlerTest, 
TestOmitPositions, TermsComponentTest, FastVectorHighlighterTest, 
LoggingHandlerTest, IndexSchemaTest, TestCSVResponseWriter, JsonLoaderTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, HighlighterConfigTest, 
TestQuerySenderListener, UpdateParamsTest, ResponseLogComponentTest, 
TestMergePolicyConfig, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, 
TestFuzzyAnalyzedSuggestions, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, 
SynonymTokenizerTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, 
ScriptEngineTest, TestFastLRUCache, PreAnalyzedFieldTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, DateFieldTest, TestSolrJ, TestDocumentBuilder, 
FileUtilsTest, TestRTGBase, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, 
ActionThrottleTest, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, DistributedQueueTest, 
DistributedVersionInfoTest, LeaderElectionContextKeyTest, 
MissingSegmentRecoveryTest, NodeMutatorTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, SolrXmlInZkTest, 
TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestConfigSetsAPI, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestLeaderElectionZkExpiry]
   [junit4] Completed [550/767 (2!)] on J2 in 70.81s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to