Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/73/

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_n3","base_url":"http://127.0.0.1:36014","node_name":"127.0.0.1:36014_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/28)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"c8n_1x3_lf_shard1_replica_n1",           
"base_url":"http://127.0.0.1:38254";,           "node_name":"127.0.0.1:38254_",  
         "state":"down",           "type":"NRT"},         "core_node2":{        
   "state":"down",           "base_url":"http://127.0.0.1:44778";,           
"core":"c8n_1x3_lf_shard1_replica_n2",           
"node_name":"127.0.0.1:44778_",           "type":"NRT"},         "core_node3":{ 
          "core":"c8n_1x3_lf_shard1_replica_n3",           
"base_url":"http://127.0.0.1:36014";,           "node_name":"127.0.0.1:36014_",  
         "state":"active",           "type":"NRT",           
"leader":"true"}}}},   "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_node3:{"core":"c8n_1x3_lf_shard1_replica_n3","base_url":"http://127.0.0.1:36014","node_name":"127.0.0.1:36014_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/28)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "base_url":"http://127.0.0.1:38254";,
          "node_name":"127.0.0.1:38254_",
          "state":"down",
          "type":"NRT"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:44778";,
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "node_name":"127.0.0.1:44778_",
          "type":"NRT"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "base_url":"http://127.0.0.1:36014";,
          "node_name":"127.0.0.1:36014_",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([269DA1D02135731E:AEC99E0A8FC91EE6]: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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 11137 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/init-core-data-001
   [junit4]   2> 153728 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[269DA1D02135731E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 153728 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[269DA1D02135731E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 153729 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[269DA1D02135731E]-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> 153729 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[269DA1D02135731E]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 153768 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 153769 INFO  (Thread-144) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 153769 INFO  (Thread-144) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 153776 ERROR (Thread-144) [    ] 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> 153869 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37832
   [junit4]   2> 153913 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 153915 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 153916 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 153918 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 153919 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 153920 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 153921 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 153923 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 153924 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 153925 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 153926 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 153927 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 154041 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 154067 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3cf69929{/,null,AVAILABLE}
   [junit4]   2> 154069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@690b4989{HTTP/1.1,[http/1.1]}{127.0.0.1:42534}
   [junit4]   2> 154069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.Server Started @156453ms
   [junit4]   2> 154069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=44778, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/control-001/cores}
   [junit4]   2> 154069 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 154069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 154069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 154069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 154069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-24T19:17:28.404Z
   [junit4]   2> 154072 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 154072 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/control-001/solr.xml
   [junit4]   2> 154077 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 154079 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37832/solr
   [junit4]   2> 154212 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:44778_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 154213 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:44778_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:44778_
   [junit4]   2> 154214 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:44778_    ] o.a.s.c.Overseer Overseer 
(id=98364545309409284-127.0.0.1:44778_-n_0000000000) starting
   [junit4]   2> 154221 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:44778_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44778_
   [junit4]   2> 154242 INFO  
(zkCallback-113-thread-1-processing-n:127.0.0.1:44778_) [n:127.0.0.1:44778_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 154380 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:44778_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 154383 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:44778_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 154383 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:44778_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 154384 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:44778_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/control-001/cores
   [junit4]   2> 154420 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 154442 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37832/solr ready
   [junit4]   2> 154443 INFO  (SocketProxy-Acceptor-44778) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36092,localport=44778], receiveBufferSize:531000
   [junit4]   2> 154457 INFO  (SocketProxy-Acceptor-44778) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42534,localport=58088], receiveBufferSize=530904
   [junit4]   2> 154458 INFO  (qtp778381558-876) [n:127.0.0.1:44778_    ] 
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:44778_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 154478 INFO  
(OverseerThreadFactory-285-thread-1-processing-n:127.0.0.1:44778_) 
[n:127.0.0.1:44778_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 154589 INFO  (SocketProxy-Acceptor-44778) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36098,localport=44778], receiveBufferSize:531000
   [junit4]   2> 154589 INFO  (SocketProxy-Acceptor-44778) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42534,localport=58094], receiveBufferSize=530904
   [junit4]   2> 154590 INFO  (qtp778381558-872) [n:127.0.0.1:44778_    ] 
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> 154591 INFO  (qtp778381558-872) [n:127.0.0.1:44778_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 154694 INFO  
(zkCallback-113-thread-1-processing-n:127.0.0.1:44778_) [n:127.0.0.1:44778_    
] 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> 155623 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 155635 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155747 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155800 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155801 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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@48e1a429
   [junit4]   2> 155802 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 155802 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 155811 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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=20, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=90.31640625, 
floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=28.17383000065107, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 155820 WARN  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155858 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155858 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155860 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 155860 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 155861 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.65234375, 
noCFSRatio=0.856006285126559]
   [junit4]   2> 155862 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f24c3bf[control_collection_shard1_replica_n1] main]
   [junit4]   2> 155863 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 155863 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155863 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 155865 INFO  
(searcherExecutor-288-thread-1-processing-n:127.0.0.1:44778_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:44778_ 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@f24c3bf[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155865 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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 1573832727147315200
   [junit4]   2> 155870 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 155870 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155870 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44778/control_collection_shard1_replica_n1/
   [junit4]   2> 155870 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155870 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:44778/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 155870 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 155873 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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:44778/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 155975 INFO  
(zkCallback-113-thread-1-processing-n:127.0.0.1:44778_) [n:127.0.0.1:44778_    
] 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> 156024 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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> 156026 INFO  (qtp778381558-872) [n:127.0.0.1:44778_ 
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=1436
   [junit4]   2> 156030 INFO  (qtp778381558-876) [n:127.0.0.1:44778_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 156131 INFO  
(zkCallback-113-thread-1-processing-n:127.0.0.1:44778_) [n:127.0.0.1:44778_    
] 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> 156480 INFO  
(OverseerCollectionConfigSetProcessor-98364545309409284-127.0.0.1:44778_-n_0000000000)
 [n:127.0.0.1:44778_    ] 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> 157030 INFO  (qtp778381558-876) [n:127.0.0.1:44778_    ] 
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:44778_&wt=javabin&version=2}
 status=0 QTime=2572
   [junit4]   2> 157036 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 157037 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37832/solr ready
   [junit4]   2> 157037 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 157038 INFO  (SocketProxy-Acceptor-44778) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36168,localport=44778], receiveBufferSize:531000
   [junit4]   2> 157038 INFO  (SocketProxy-Acceptor-44778) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42534,localport=58164], receiveBufferSize=530904
   [junit4]   2> 157039 INFO  (qtp778381558-879) [n:127.0.0.1:44778_    ] 
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=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 157040 INFO  
(OverseerThreadFactory-285-thread-2-processing-n:127.0.0.1:44778_) 
[n:127.0.0.1:44778_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 157041 WARN  
(OverseerThreadFactory-285-thread-2-processing-n:127.0.0.1:44778_) 
[n:127.0.0.1:44778_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 157244 INFO  (qtp778381558-879) [n:127.0.0.1:44778_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 157244 INFO  (qtp778381558-879) [n:127.0.0.1:44778_    ] 
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=1&wt=javabin&version=2}
 status=0 QTime=205
   [junit4]   2> 157329 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-1-001
 of type NRT
   [junit4]   2> 157330 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 157331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16cc3ba5{/,null,AVAILABLE}
   [junit4]   2> 157331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@36108655{HTTP/1.1,[http/1.1]}{127.0.0.1:34400}
   [junit4]   2> 157331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.Server Started @159715ms
   [junit4]   2> 157331 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36014, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-1-001/cores}
   [junit4]   2> 157332 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 157332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 157332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 157332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 157332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-24T19:17:31.667Z
   [junit4]   2> 157337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 157337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-1-001/solr.xml
   [junit4]   2> 157341 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 157344 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37832/solr
   [junit4]   2> 157358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:36014_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 157360 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:36014_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 157361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:36014_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36014_
   [junit4]   2> 157363 INFO  
(zkCallback-113-thread-1-processing-n:127.0.0.1:44778_) [n:127.0.0.1:44778_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 157363 INFO  
(zkCallback-125-thread-1-processing-n:127.0.0.1:36014_) [n:127.0.0.1:36014_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 157374 INFO  (zkCallback-120-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 157411 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:36014_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 157414 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:36014_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 157414 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:36014_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 157415 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:36014_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-1-001/cores
   [junit4]   2> 157433 INFO  (qtp778381558-875) [n:127.0.0.1:44778_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36014_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 157440 INFO  
(OverseerThreadFactory-285-thread-3-processing-n:127.0.0.1:44778_) 
[n:127.0.0.1:44778_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36014_ 
for creating new replica
   [junit4]   2> 157440 INFO  
(OverseerCollectionConfigSetProcessor-98364545309409284-127.0.0.1:44778_-n_0000000000)
 [n:127.0.0.1:44778_    ] 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> 157442 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38408,localport=36014], receiveBufferSize:531000
   [junit4]   2> 157442 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34400,localport=43936], receiveBufferSize=530904
   [junit4]   2> 157444 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 157444 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 158456 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 158466 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 158550 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 158563 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 158564 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 158564 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 158564 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-1-001/cores/collection1_shard2_replica_n0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
   [junit4]   2> 158566 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=90.31640625, 
floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=28.17383000065107, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 158569 WARN  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
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> 158600 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 158600 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 158601 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 158601 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 158602 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.65234375, 
noCFSRatio=0.856006285126559]
   [junit4]   2> 158603 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5b3ee9f9[collection1_shard2_replica_n0] main]
   [junit4]   2> 158604 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 158604 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 158605 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 158606 INFO  
(searcherExecutor-299-thread-1-processing-n:127.0.0.1:36014_ 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@5b3ee9f9[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 158606 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573832730021462016
   [junit4]   2> 158611 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 158611 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 158611 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:36014/collection1_shard2_replica_n0/
   [junit4]   2> 158611 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 158611 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:36014/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 158612 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 158614 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36014/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 158765 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 158767 INFO  (qtp1495649864-923) [n:127.0.0.1:36014_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1323
   [junit4]   2> 158769 INFO  (qtp778381558-875) [n:127.0.0.1:44778_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:36014_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1336
   [junit4]   2> 158842 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-2-001
 of type NRT
   [junit4]   2> 158842 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 158843 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e1a1672{/,null,AVAILABLE}
   [junit4]   2> 158844 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4fced2b2{HTTP/1.1,[http/1.1]}{127.0.0.1:34916}
   [junit4]   2> 158844 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.Server Started @161228ms
   [junit4]   2> 158844 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43275, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-2-001/cores}
   [junit4]   2> 158844 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 158845 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 158845 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 158845 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 158845 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-24T19:17:33.180Z
   [junit4]   2> 158848 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 158848 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-2-001/solr.xml
   [junit4]   2> 158852 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 158854 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37832/solr
   [junit4]   2> 158869 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:43275_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 158871 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:43275_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 158872 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:43275_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43275_
   [junit4]   2> 158873 INFO  
(zkCallback-125-thread-1-processing-n:127.0.0.1:36014_) [n:127.0.0.1:36014_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 158873 INFO  
(zkCallback-113-thread-1-processing-n:127.0.0.1:44778_) [n:127.0.0.1:44778_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 158874 INFO  (zkCallback-120-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 158874 INFO  
(zkCallback-131-thread-1-processing-n:127.0.0.1:43275_) [n:127.0.0.1:43275_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 158924 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:43275_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 158928 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:43275_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 158928 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:43275_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 158929 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:43275_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-2-001/cores
   [junit4]   2> 158948 INFO  (qtp778381558-872) [n:127.0.0.1:44778_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43275_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 158950 INFO  
(OverseerThreadFactory-285-thread-4-processing-n:127.0.0.1:44778_) 
[n:127.0.0.1:44778_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43275_ 
for creating new replica
   [junit4]   2> 158950 INFO  
(OverseerCollectionConfigSetProcessor-98364545309409284-127.0.0.1:44778_-n_0000000000)
 [n:127.0.0.1:44778_    ] 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> 158951 INFO  (SocketProxy-Acceptor-43275) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56922,localport=43275], receiveBufferSize:531000
   [junit4]   2> 158952 INFO  (SocketProxy-Acceptor-43275) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34916,localport=45210], receiveBufferSize=530904
   [junit4]   2> 158953 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 158954 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 159965 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 159983 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 160059 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 160074 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 160075 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n0' (registry 
'solr.core.collection1.shard1.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 160075 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 160075 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-2-001/cores/collection1_shard1_replica_n0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
   [junit4]   2> 160077 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=90.31640625, 
floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=28.17383000065107, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 160079 WARN  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
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> 160109 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 160109 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 160110 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 160110 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 160111 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.65234375, 
noCFSRatio=0.856006285126559]
   [junit4]   2> 160112 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@591e31ee[collection1_shard1_replica_n0] main]
   [junit4]   2> 160112 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 160113 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 160113 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 160115 INFO  
(searcherExecutor-310-thread-1-processing-n:127.0.0.1:43275_ 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@591e31ee[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 160115 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573832731603763200
   [junit4]   2> 160119 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 160119 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 160119 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:43275/collection1_shard1_replica_n0/
   [junit4]   2> 160119 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 160119 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:43275/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 160119 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 160126 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43275/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 160277 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 160278 INFO  (qtp1239973955-956) [n:127.0.0.1:43275_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1325
   [junit4]   2> 160280 INFO  (qtp778381558-872) [n:127.0.0.1:44778_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:43275_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1332
   [junit4]   2> 160355 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-3-001
 of type NRT
   [junit4]   2> 160356 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 160357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@59c630d{/,null,AVAILABLE}
   [junit4]   2> 160358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@67efc99d{HTTP/1.1,[http/1.1]}{127.0.0.1:45155}
   [junit4]   2> 160358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.Server Started @162742ms
   [junit4]   2> 160358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=38254, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-3-001/cores}
   [junit4]   2> 160358 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 160358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 160358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 160358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 160358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-24T19:17:34.693Z
   [junit4]   2> 160361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 160361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-3-001/solr.xml
   [junit4]   2> 160366 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 160368 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37832/solr
   [junit4]   2> 160376 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:38254_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 160378 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:38254_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 160379 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:38254_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38254_
   [junit4]   2> 160380 INFO  
(zkCallback-125-thread-1-processing-n:127.0.0.1:36014_) [n:127.0.0.1:36014_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 160380 INFO  
(zkCallback-113-thread-1-processing-n:127.0.0.1:44778_) [n:127.0.0.1:44778_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 160380 INFO  (zkCallback-120-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 160380 INFO  
(zkCallback-131-thread-1-processing-n:127.0.0.1:43275_) [n:127.0.0.1:43275_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 160381 INFO  
(zkCallback-137-thread-1-processing-n:127.0.0.1:38254_) [n:127.0.0.1:38254_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 160482 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:38254_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 160486 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:38254_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 160486 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:38254_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 160487 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) 
[n:127.0.0.1:38254_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-3-001/cores
   [junit4]   2> 160511 INFO  (qtp778381558-876) [n:127.0.0.1:44778_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:38254_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 160513 INFO  
(OverseerThreadFactory-285-thread-5-processing-n:127.0.0.1:44778_) 
[n:127.0.0.1:44778_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38254_ 
for creating new replica
   [junit4]   2> 160513 INFO  
(OverseerCollectionConfigSetProcessor-98364545309409284-127.0.0.1:44778_-n_0000000000)
 [n:127.0.0.1:44778_    ] 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> 160514 INFO  (SocketProxy-Acceptor-38254) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=43298,localport=38254], receiveBufferSize:531000
   [junit4]   2> 160515 INFO  (SocketProxy-Acceptor-38254) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45155,localport=36980], receiveBufferSize=530904
   [junit4]   2> 160516 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 160517 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 161528 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 161539 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 161620 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 161642 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 161642 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@48e1a429
   [junit4]   2> 161642 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 161642 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-3-001/cores/collection1_shard2_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001/shard-3-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 161644 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=90.31640625, 
floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=28.17383000065107, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 161647 WARN  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_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> 161677 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 161677 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 161678 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 161678 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 161679 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.65234375, 
noCFSRatio=0.856006285126559]
   [junit4]   2> 161680 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6d4221f3[collection1_shard2_replica_n1] main]
   [junit4]   2> 161681 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 161682 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 161682 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 161684 INFO  
(searcherExecutor-321-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@6d4221f3[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 161684 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573832733248978944
   [junit4]   2> 161687 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n1
   [junit4]   2> 161688 INFO  
(updateExecutor-134-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:38254_ 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_n1] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 161688 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 161688 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 161689 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_n1]
   [junit4]   2> 161689 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 161689 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_n1] as recovering, leader is 
[http://127.0.0.1:36014/collection1_shard2_replica_n0/] and I am 
[http://127.0.0.1:38254/collection1_shard2_replica_n1/]
   [junit4]   2> 161689 INFO  (qtp1154138998-988) [n:127.0.0.1:38254_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1173
   [junit4]   2> 161691 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:36014]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n0&nodeName=127.0.0.1:38254_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 161692 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38464,localport=36014], receiveBufferSize:531000
   [junit4]   2> 161692 INFO  (qtp778381558-876) [n:127.0.0.1:44778_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:38254_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1181
   [junit4]   2> 161692 INFO  (qtp1495649864-921) [n:127.0.0.1:36014_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 161699 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34400,localport=43992], receiveBufferSize=530904
   [junit4]   2> 161710 INFO  (qtp1495649864-921) [n:127.0.0.1:36014_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:38254_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_n1","base_url":"http://127.0.0.1:38254","node_name":"127.0.0.1:38254_","state":"down","type":"NRT"}
   [junit4]   2> 161712 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 161712 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 161712 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 162514 INFO  
(OverseerCollectionConfigSetProcessor-98364545309409284-127.0.0.1:44778_-n_0000000000)
 [n:127.0.0.1:44778_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 162711 INFO  (qtp1495649864-921) [n:127.0.0.1:36014_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:38254_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_n1","base_url":"http://127.0.0.1:38254","node_name":"127.0.0.1:38254_","state":"recovering","type":"NRT"}
   [junit4]   2> 162711 INFO  (qtp1495649864-921) [n:127.0.0.1:36014_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 162711 INFO  (qtp1495649864-921) [n:127.0.0.1:36014_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:38254_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n0&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1018
   [junit4]   2> 163215 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:36014/collection1_shard2_replica_n0/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 163215 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=collection1_shard2_replica_n1 url=http://127.0.0.1:38254 START 
replicas=[http://127.0.0.1:36014/collection1_shard2_replica_n0/] nUpdates=100
   [junit4]   2> 163216 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38468,localport=36014], receiveBufferSize:531000
   [junit4]   2> 163216 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34400,localport=43996], receiveBufferSize=530904
   [junit4]   2> 163218 INFO  (qtp1495649864-926) [n:127.0.0.1:36014_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n0] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 163218 INFO  (qtp1495649864-926) [n:127.0.0.1:36014_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n0] 
o.a.s.c.S.Request [collection1_shard2_replica_n0]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 163219 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 163219 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.PeerSync We are already in sync. No 
need to do a PeerSync 
   [junit4]   2> 163219 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 163219 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 163220 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 163220 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 163220 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 163220 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 163220 INFO  
(recoveryExecutor-135-thread-1-processing-n:127.0.0.1:38254_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:38254_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 163712 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 163715 INFO  (qtp778381558-877) [n:127.0.0.1:44778_ 
c:control_collection s:shard1 r:core_node1 
x:control_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1573832735378636800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 163716 INFO  (qtp778381558-877) [n:127.0.0.1:44778_ 
c:control_collection s:shard1 r:core_node1 
x:control_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 163716 INFO  (qtp778381558-877) [n:127.0.0.1:44778_ 
c:control_collection s:shard1 r:core_node1 
x:control_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 163716 INFO  (qtp778381558-877) [n:127.0.0.1:44778_ 
c:control_collection s:shard1 r:core_node1 
x:control_collection_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory 
[control_collection_shard1_replica_n1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 163717 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38474,localport=36014], receiveBufferSize:531000
   [junit4]   2> 163718 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34400,localport=44002], receiveBufferSize=530904
   [junit4]   2> 163736 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38478,localport=36014], receiveBufferSize:531000
   [junit4]   2> 163736 INFO  (SocketProxy-Acceptor-36014) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34400,localport=44006], receiveBufferSize=530904
   [junit4]   2> 163737 INFO  (qtp1495649864-925) [n:127.0.0.1:36014_ 
c:collection1 s:sha

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

xtHandler Stopped o.e.j.s.ServletContextHandler@16cc3ba5{/,null,UNAVAILABLE}
   [junit4]   2> 285528 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop jetty! 43275
   [junit4]   2> 285528 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=125252553
   [junit4]   2> 285528 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 285528 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 285528 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 285529 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 285530 INFO  (coreCloseExecutor-351-thread-1) 
[n:127.0.0.1:43275_ c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@197aa1d5
   [junit4]   2> 285543 INFO  (coreCloseExecutor-351-thread-1) 
[n:127.0.0.1:43275_ c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n0] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n0, tag=427467221
   [junit4]   2> 285551 INFO  (coreCloseExecutor-351-thread-1) 
[n:127.0.0.1:43275_ c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n0] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=427467221
   [junit4]   2> 285552 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.Overseer Overseer (id=98364545309409292-127.0.0.1:43275_-n_0000000002) 
closing
   [junit4]   2> 285553 INFO  
(OverseerStateUpdate-98364545309409292-127.0.0.1:43275_-n_0000000002) 
[n:127.0.0.1:43275_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43275_
   [junit4]   2> 287060 WARN  
(zkCallback-131-thread-3-processing-n:127.0.0.1:43275_) [n:127.0.0.1:43275_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 287061 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@4fced2b2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 287061 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1e1a1672{/,null,UNAVAILABLE}
   [junit4]   2> 287063 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop jetty! 38254
   [junit4]   2> 287063 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
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> 287064 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37832 37832
   [junit4]   2> 287161 INFO  (Thread-144) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37832 37832
   [junit4]   2> 287162 WARN  (Thread-144) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 287162 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:38254/, target: 
http://127.0.0.1:45155/
   [junit4]   2> 287162 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:36014/, target: 
http://127.0.0.1:34400/
   [junit4]   2> 287162 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:44778/, target: 
http://127.0.0.1:42534/
   [junit4]   2> 287163 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[269DA1D02135731E]) [    ] 
o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:43275/, target: 
http://127.0.0.1:34916/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=269DA1D02135731E -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=et -Dtests.timezone=America/Los_Angeles -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  133s J2 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_n3","base_url":"http://127.0.0.1:36014","node_name":"127.0.0.1:36014_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/28)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:38254";,
   [junit4]    >           "node_name":"127.0.0.1:38254_",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:44778";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n2",
   [junit4]    >           "node_name":"127.0.0.1:44778_",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n3",
   [junit4]    >           "base_url":"http://127.0.0.1:36014";,
   [junit4]    >           "node_name":"127.0.0.1:36014_",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"3",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([269DA1D02135731E:AEC99E0A8FC91EE6]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_269DA1D02135731E-001
   [junit4]   2> Jul 24, 2017 7:19:41 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_t=PostingsFormat(name=Asserting), id=PostingsFormat(name=Memory), 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), id_i1=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Memory), 
range_facet_l=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1455, 
maxMBSortInHeap=6.757453497356465, sim=RandomSimilarity(queryNorm=false): {}, 
locale=et, timezone=America/Los_Angeles
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=79545536,total=332922880
   [junit4]   2> NOTE: All tests run in this JVM: [TestFreeTextSuggestions, 
CdcrReplicationHandlerTest, TestConfigSetImmutable, ForceLeaderTest, 
TestCorePropertiesReload, PKIAuthenticationIntegrationTest, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [107/727 (1!)] on J2 in 133.96s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to