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

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:46248","node_name":"127.0.0.1:46248_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={   
"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:34302";,           "node_name":"127.0.0.1:34302_",  
         "state":"down",           "type":"NRT"},         "core_node2":{        
   "state":"down",           "base_url":"http://127.0.0.1:42338";,           
"core":"c8n_1x3_lf_shard1_replica_n2",           
"node_name":"127.0.0.1:42338_",           "type":"NRT"},         "core_node3":{ 
          "core":"c8n_1x3_lf_shard1_replica_n3",           
"base_url":"http://127.0.0.1:46248";,           "node_name":"127.0.0.1:46248_",  
         "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:46248","node_name":"127.0.0.1:46248_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
  "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:34302";,
          "node_name":"127.0.0.1:34302_",
          "state":"down",
          "type":"NRT"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:42338";,
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "node_name":"127.0.0.1:42338_",
          "type":"NRT"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "base_url":"http://127.0.0.1:46248";,
          "node_name":"127.0.0.1:46248_",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([E90DB851661CA74:86C4E45FB89DA78C]: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:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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 11167 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_E90DB851661CA74-001/init-core-data-001
   [junit4]   2> 462771 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[E90DB851661CA74]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 462772 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[E90DB851661CA74]-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> 462772 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[E90DB851661CA74]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 462867 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 462875 INFO  (Thread-440) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 462875 INFO  (Thread-440) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 462891 ERROR (Thread-440) [    ] 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> 462975 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45768
   [junit4]   2> 463178 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463207 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463208 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463209 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463209 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463210 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463211 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463224 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463224 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463225 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463226 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 463227 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 464275 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 464277 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7f5012fc{/,null,AVAILABLE}
   [junit4]   2> 464320 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@16866eb4{HTTP/1.1,[http/1.1]}{127.0.0.1:44828}
   [junit4]   2> 464320 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.Server Started @476126ms
   [junit4]   2> 464321 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/tempDir-001/control/data,
 hostContext=/, hostPort=37291, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E90DB851661CA74-001/control-001/cores}
   [junit4]   2> 464321 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 464321 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 464321 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 464321 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 464321 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T06:10:17.173Z
   [junit4]   2> 464499 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 464499 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/control-001/solr.xml
   [junit4]   2> 464548 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 464580 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45768/solr
   [junit4]   2> 464932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:37291_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 464932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:37291_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:37291_
   [junit4]   2> 464953 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:37291_    ] o.a.s.c.Overseer Overseer 
(id=98633240787550212-127.0.0.1:37291_-n_0000000000) starting
   [junit4]   2> 465014 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:37291_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37291_
   [junit4]   2> 465016 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:37291_) [n:127.0.0.1:37291_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 465503 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:37291_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 465587 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:37291_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 465587 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:37291_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 465589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:37291_    ] 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_E90DB851661CA74-001/control-001/cores
   [junit4]   2> 465729 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 465729 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45768/solr ready
   [junit4]   2> 465730 INFO  (SocketProxy-Acceptor-37291) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55702,localport=37291], receiveBufferSize:531000
   [junit4]   2> 465863 INFO  (SocketProxy-Acceptor-37291) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44828,localport=49152], receiveBufferSize=530904
   [junit4]   2> 465864 INFO  (qtp1530434230-1302) [n:127.0.0.1:37291_    ] 
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:37291_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 465878 INFO  
(OverseerThreadFactory-433-thread-1-processing-n:127.0.0.1:37291_) 
[n:127.0.0.1:37291_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 466013 INFO  (SocketProxy-Acceptor-37291) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55712,localport=37291], receiveBufferSize:531000
   [junit4]   2> 466045 INFO  (SocketProxy-Acceptor-37291) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44828,localport=49162], receiveBufferSize=530904
   [junit4]   2> 466140 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_    ] 
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> 466141 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 466282 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:37291_) [n:127.0.0.1:37291_    
] 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> 467335 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 467485 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 468312 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 468722 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 468723 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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@286776a1
   [junit4]   2> 468723 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 468723 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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_E90DB851661CA74-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_E90DB851661CA74-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 468818 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11959486981959443]
   [junit4]   2> 468886 WARN  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 469159 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 469159 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 469160 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 469160 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 469161 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=88.3232421875, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=3.2927754839359533, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11789839612533255
   [junit4]   2> 469175 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ebfcfa7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 469223 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 469240 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 469240 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 469241 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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 1578131859274989568
   [junit4]   2> 469371 INFO  
(searcherExecutor-436-thread-1-processing-n:127.0.0.1:37291_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:37291_ 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@6ebfcfa7[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 469376 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 469376 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 469376 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37291/control_collection_shard1_replica_n1/
   [junit4]   2> 469376 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 469376 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:37291/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 469376 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 469409 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:37291_) [n:127.0.0.1:37291_    
] 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> 469425 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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:37291/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 469605 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:37291_) [n:127.0.0.1:37291_    
] 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> 469670 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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> 469671 INFO  (qtp1530434230-1300) [n:127.0.0.1:37291_ 
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=3530
   [junit4]   2> 469845 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:37291_) [n:127.0.0.1:37291_    
] 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> 469926 INFO  (qtp1530434230-1302) [n:127.0.0.1:37291_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 469926 INFO  (qtp1530434230-1302) [n:127.0.0.1:37291_    ] 
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:37291_&wt=javabin&version=2}
 status=0 QTime=4062
   [junit4]   2> 469927 INFO  
(OverseerCollectionConfigSetProcessor-98633240787550212-127.0.0.1:37291_-n_0000000000)
 [n:127.0.0.1:37291_    ] 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> 470312 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 470312 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45768/solr ready
   [junit4]   2> 470312 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 470313 INFO  (SocketProxy-Acceptor-37291) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55720,localport=37291], receiveBufferSize:531000
   [junit4]   2> 470313 INFO  (SocketProxy-Acceptor-37291) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44828,localport=49170], receiveBufferSize=530904
   [junit4]   2> 470356 INFO  (qtp1530434230-1303) [n:127.0.0.1:37291_    ] 
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> 470474 INFO  
(OverseerThreadFactory-433-thread-2-processing-n:127.0.0.1:37291_) 
[n:127.0.0.1:37291_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 470475 WARN  
(OverseerThreadFactory-433-thread-2-processing-n:127.0.0.1:37291_) 
[n:127.0.0.1:37291_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 470836 INFO  (qtp1530434230-1303) [n:127.0.0.1:37291_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 470836 INFO  (qtp1530434230-1303) [n:127.0.0.1:37291_    ] 
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=480
   [junit4]   2> 471434 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/shard-1-001
 of type NRT
   [junit4]   2> 471435 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 471665 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5670fdf7{/,null,AVAILABLE}
   [junit4]   2> 471665 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6c204588{HTTP/1.1,[http/1.1]}{127.0.0.1:33266}
   [junit4]   2> 471665 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.Server Started @483470ms
   [junit4]   2> 471665 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=42338, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E90DB851661CA74-001/shard-1-001/cores}
   [junit4]   2> 471665 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 471665 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 471665 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 471665 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 471666 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T06:10:24.517Z
   [junit4]   2> 471731 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 471731 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/shard-1-001/solr.xml
   [junit4]   2> 471781 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 471806 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45768/solr
   [junit4]   2> 471994 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:42338_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 471995 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:42338_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 472027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:42338_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42338_
   [junit4]   2> 472056 INFO  (zkCallback-173-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 472158 INFO  
(zkCallback-178-thread-1-processing-n:127.0.0.1:42338_) [n:127.0.0.1:42338_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 472197 INFO  
(zkCallback-166-thread-2-processing-n:127.0.0.1:37291_) [n:127.0.0.1:37291_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 472454 INFO  
(OverseerCollectionConfigSetProcessor-98633240787550212-127.0.0.1:37291_-n_0000000000)
 [n:127.0.0.1:37291_    ] 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> 472613 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:42338_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 472726 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:42338_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 472726 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:42338_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 472727 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:42338_    ] 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_E90DB851661CA74-001/shard-1-001/cores
   [junit4]   2> 473068 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45230,localport=42338], receiveBufferSize:531000
   [junit4]   2> 473119 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33266,localport=48382], receiveBufferSize=530904
   [junit4]   2> 473181 INFO  (qtp370504570-1350) [n:127.0.0.1:42338_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:42338_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 473184 INFO  
(OverseerThreadFactory-433-thread-3-processing-n:127.0.0.1:37291_) 
[n:127.0.0.1:37291_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:42338_ 
for creating new replica
   [junit4]   2> 473229 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45234,localport=42338], receiveBufferSize:531000
   [junit4]   2> 473229 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33266,localport=48386], receiveBufferSize=530904
   [junit4]   2> 473262 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_    ] 
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> 473262 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 474363 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 474444 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 475099 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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> 475219 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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> 475220 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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@286776a1
   [junit4]   2> 475220 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 475220 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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_E90DB851661CA74-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_E90DB851661CA74-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
   [junit4]   2> 475291 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11959486981959443]
   [junit4]   2> 475308 WARN  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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> 475708 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 475708 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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> 475709 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 475709 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 475710 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=88.3232421875, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=3.2927754839359533, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11789839612533255
   [junit4]   2> 475710 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@46d8e9cd[collection1_shard2_replica_n0] main]
   [junit4]   2> 475711 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 475724 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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> 475724 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 475725 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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 
1578131866073956352
   [junit4]   2> 475757 INFO  
(searcherExecutor-447-thread-1-processing-n:127.0.0.1:42338_ 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@46d8e9cd[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 475791 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 475791 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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> 475791 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:42338/collection1_shard2_replica_n0/
   [junit4]   2> 475791 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 475791 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:42338/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 475791 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 475823 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42338/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 475936 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 475937 INFO  (qtp370504570-1349) [n:127.0.0.1:42338_ 
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=2674
   [junit4]   2> 475971 INFO  (qtp370504570-1350) [n:127.0.0.1:42338_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:42338_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=2790
   [junit4]   2> 476753 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/shard-2-001
 of type NRT
   [junit4]   2> 476772 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 476787 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@736245e3{/,null,AVAILABLE}
   [junit4]   2> 476787 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@792f9311{HTTP/1.1,[http/1.1]}{127.0.0.1:44314}
   [junit4]   2> 476787 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.Server Started @488593ms
   [junit4]   2> 476787 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=34302, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E90DB851661CA74-001/shard-2-001/cores}
   [junit4]   2> 476788 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 476835 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 476835 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 476835 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 476835 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T06:10:29.687Z
   [junit4]   2> 476916 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 476916 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/shard-2-001/solr.xml
   [junit4]   2> 476932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 476953 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45768/solr
   [junit4]   2> 477068 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:34302_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 477082 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:34302_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 477084 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:34302_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34302_
   [junit4]   2> 477196 INFO  
(zkCallback-184-thread-1-processing-n:127.0.0.1:34302_) [n:127.0.0.1:34302_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 477265 INFO  (zkCallback-173-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 477269 INFO  
(zkCallback-178-thread-1-processing-n:127.0.0.1:42338_) [n:127.0.0.1:42338_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 477241 INFO  
(zkCallback-166-thread-1-processing-n:127.0.0.1:37291_) [n:127.0.0.1:37291_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 477273 INFO  
(OverseerCollectionConfigSetProcessor-98633240787550212-127.0.0.1:37291_-n_0000000000)
 [n:127.0.0.1:37291_    ] 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> 477783 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:34302_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 477879 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:34302_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 477880 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:34302_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 477897 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:34302_    ] 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_E90DB851661CA74-001/shard-2-001/cores
   [junit4]   2> 478115 INFO  (qtp370504570-1352) [n:127.0.0.1:42338_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:34302_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 478170 INFO  
(OverseerThreadFactory-433-thread-4-processing-n:127.0.0.1:37291_) 
[n:127.0.0.1:37291_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34302_ 
for creating new replica
   [junit4]   2> 478185 INFO  (SocketProxy-Acceptor-34302) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36224,localport=34302], receiveBufferSize:531000
   [junit4]   2> 478201 INFO  (SocketProxy-Acceptor-34302) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44314,localport=45134], receiveBufferSize=530904
   [junit4]   2> 478268 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_    ] 
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> 478268 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 478539 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 478637 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 479258 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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> 479343 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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> 479343 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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@286776a1
   [junit4]   2> 479343 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 479343 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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_E90DB851661CA74-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_E90DB851661CA74-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
   [junit4]   2> 479374 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11959486981959443]
   [junit4]   2> 479390 WARN  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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> 479682 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 479682 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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> 479683 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 479683 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 479684 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=88.3232421875, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=3.2927754839359533, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11789839612533255
   [junit4]   2> 479684 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6afdae64[collection1_shard1_replica_n0] main]
   [junit4]   2> 479685 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 479685 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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> 479698 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 479700 INFO  
(searcherExecutor-458-thread-1-processing-n:127.0.0.1:34302_ 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@6afdae64[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 479700 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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 
1578131870242045952
   [junit4]   2> 479752 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 479752 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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> 479752 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:34302/collection1_shard1_replica_n0/
   [junit4]   2> 479752 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 479752 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:34302/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 479752 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 479783 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34302/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 479953 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 479955 INFO  (qtp203611945-1385) [n:127.0.0.1:34302_ 
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=1687
   [junit4]   2> 480007 INFO  (qtp370504570-1352) [n:127.0.0.1:42338_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:34302_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1891
   [junit4]   2> 480193 INFO  
(OverseerCollectionConfigSetProcessor-98633240787550212-127.0.0.1:37291_-n_0000000000)
 [n:127.0.0.1:37291_    ] 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> 480809 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/shard-3-001
 of type NRT
   [junit4]   2> 480854 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 480921 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6559da52{/,null,AVAILABLE}
   [junit4]   2> 480922 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@11727971{HTTP/1.1,[http/1.1]}{127.0.0.1:42279}
   [junit4]   2> 480922 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.Server Started @492727ms
   [junit4]   2> 480922 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=46248, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E90DB851661CA74-001/shard-3-001/cores}
   [junit4]   2> 480922 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 480922 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 480922 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 480923 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 480923 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-10T06:10:33.775Z
   [junit4]   2> 481098 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 481098 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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_E90DB851661CA74-001/shard-3-001/solr.xml
   [junit4]   2> 481176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 481192 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45768/solr
   [junit4]   2> 481381 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:46248_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 481395 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:46248_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 481396 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:46248_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46248_
   [junit4]   2> 481419 INFO  (zkCallback-173-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 481536 INFO  
(zkCallback-190-thread-1-processing-n:127.0.0.1:46248_) [n:127.0.0.1:46248_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 481500 INFO  
(zkCallback-178-thread-1-processing-n:127.0.0.1:42338_) [n:127.0.0.1:42338_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 481419 INFO  
(zkCallback-166-thread-2-processing-n:127.0.0.1:37291_) [n:127.0.0.1:37291_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 481552 INFO  
(zkCallback-184-thread-1-processing-n:127.0.0.1:34302_) [n:127.0.0.1:34302_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 482251 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:46248_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 482316 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:46248_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 482317 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:46248_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@286776a1
   [junit4]   2> 482318 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) 
[n:127.0.0.1:46248_    ] 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_E90DB851661CA74-001/shard-3-001/cores
   [junit4]   2> 482739 INFO  (qtp370504570-1355) [n:127.0.0.1:42338_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:46248_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 482771 INFO  
(OverseerThreadFactory-433-thread-5-processing-n:127.0.0.1:37291_) 
[n:127.0.0.1:37291_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:46248_ 
for creating new replica
   [junit4]   2> 482782 INFO  (SocketProxy-Acceptor-46248) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=54902,localport=46248], receiveBufferSize:531000
   [junit4]   2> 482785 INFO  (SocketProxy-Acceptor-46248) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42279,localport=41290], receiveBufferSize=530904
   [junit4]   2> 482816 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_    ] 
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> 482817 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 483989 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 484086 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 484557 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
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> 484616 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
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> 484657 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
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@286776a1
   [junit4]   2> 484670 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 484670 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
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_E90DB851661CA74-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_E90DB851661CA74-001/shard-3-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 484673 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11959486981959443]
   [junit4]   2> 484722 WARN  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
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> 485092 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 485093 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
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> 485094 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 485094 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 485095 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=88.3232421875, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=3.2927754839359533, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11789839612533255
   [junit4]   2> 485095 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6d3b30d9[collection1_shard2_replica_n1] main]
   [junit4]   2> 485109 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 485109 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
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> 485110 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 485110 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
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 
1578131875914842112
   [junit4]   2> 485112 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n1
   [junit4]   2> 485134 INFO  
(searcherExecutor-469-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:46248_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@6d3b30d9[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 485174 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_ 
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=2357
   [junit4]   2> 485198 INFO  
(updateExecutor-187-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:46248_ 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_n1] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 485207 INFO  (qtp370504570-1355) [n:127.0.0.1:42338_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:46248_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=2468
   [junit4]   2> 485214 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 485263 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 485263 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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> 485263 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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> 485263 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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:42338/collection1_shard2_replica_n0/] and I am 
[http://127.0.0.1:46248/collection1_shard2_replica_n1/]
   [junit4]   2> 485295 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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:42338]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n0&nodeName=127.0.0.1:46248_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 485296 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 485296 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 485296 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 485300 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45270,localport=42338], receiveBufferSize:531000
   [junit4]   2> 485328 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33266,localport=48422], receiveBufferSize=530904
   [junit4]   2> 485414 INFO  (qtp370504570-1354) [n:127.0.0.1:42338_    ] 
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> 485494 INFO  (qtp370504570-1354) [n:127.0.0.1:42338_    ] 
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:46248_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_n1","base_url":"http://127.0.0.1:46248","node_name":"127.0.0.1:46248_","state":"recovering","type":"NRT"}
   [junit4]   2> 485495 INFO  (qtp370504570-1354) [n:127.0.0.1:42338_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 485495 INFO  (qtp370504570-1354) [n:127.0.0.1:42338_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:46248_&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=81
   [junit4]   2> 486042 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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:42338/collection1_shard2_replica_n0/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 486043 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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:46248 START 
replicas=[http://127.0.0.1:42338/collection1_shard2_replica_n0/] nUpdates=100
   [junit4]   2> 486079 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45274,localport=42338], receiveBufferSize:531000
   [junit4]   2> 486091 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33266,localport=48426], receiveBufferSize=530904
   [junit4]   2> 486095 INFO  (qtp370504570-1352) [n:127.0.0.1:42338_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n0] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 486124 INFO  (qtp370504570-1352) [n:127.0.0.1:42338_ 
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=2
   [junit4]   2> 486157 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:29.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 486157 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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> 486157 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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> 486157 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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> 486157 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 486160 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ 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> 486160 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 486160 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 486160 INFO  
(recoveryExecutor-188-thread-1-processing-n:127.0.0.1:46248_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:46248_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 486306 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 486351 INFO  (qtp1530434230-1305) [n:127.0.0.1:37291_ 
c:control_collection s:shard1 r:core_node1 
x:control_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578131877216124928,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 486353 INFO  (qtp1530434230-1305) [n:127.0.0.1:37291_ 
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> 486353 INFO  (qtp1530434230-1305) [n:127.0.0.1:37291_ 
c:control_collection s:shard1 r:core_node1 
x:control_collection_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 486501 INFO  (qtp1530434230-1305) [n:127.0.0.1:37291_ 
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 182
   [junit4]   2> 486550 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45282,localport=42338], receiveBufferSize:531000
   [junit4]   2> 486554 INFO  (SocketProxy-Acceptor-34302) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=36248,localport=34302], receiveBufferSize:531000
   [junit4]   2> 486567 INFO  (SocketProxy-Acceptor-46248) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=54924,localport=46248], receiveBufferSize:531000
   [junit4]   2> 486583 INFO  (SocketProxy-Acceptor-42338) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33266,localport=48434], receiveBufferSize=530904
   [junit4]   2> 486599 INFO  (qtp370504570-1353) [n:127.0.0.1:42338_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n0] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578131877476171776,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 486600 INFO  (qtp370504570-1353) [n:127.0.0.1:423

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

xtHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 614570 INFO  (qtp2061232499-1420) [n:127.0.0.1:46248_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:42338_&onlyIfLeaderActive=true&core=c8n_1x3_lf_shard1_replica_n3&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=400 QTime=98677
   [junit4]   2> 614678 INFO  
(zkCallback-190-thread-3-processing-n:127.0.0.1:46248_) [n:127.0.0.1:46248_ 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard2.leader, tag=1123290381
   [junit4]   2> 614773 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@11727971{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 614773 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6559da52{/,null,UNAVAILABLE}
   [junit4]   2> 614805 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
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> 614806 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45768 45768
   [junit4]   2> 615020 INFO  (Thread-440) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45768 45768
   [junit4]   2> 615021 WARN  (Thread-440) [    ] 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>        2       
/solr/overseer_elect/election/98633240787550217-127.0.0.1:42338_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 615021 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:37291/, target: 
http://127.0.0.1:44828/
   [junit4]   2> 615021 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:46248/, target: 
http://127.0.0.1:42279/
   [junit4]   2> 615021 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:42338/, target: 
http://127.0.0.1:33266/
   [junit4]   2> 615021 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[E90DB851661CA74]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:34302/, target: 
http://127.0.0.1:44314/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=E90DB851661CA74 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=he -Dtests.timezone=Canada/East-Saskatchewan 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  152s 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:46248","node_name":"127.0.0.1:46248_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
   [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:34302";,
   [junit4]    >           "node_name":"127.0.0.1:34302_",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:42338";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n2",
   [junit4]    >           "node_name":"127.0.0.1:42338_",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n3",
   [junit4]    >           "base_url":"http://127.0.0.1:46248";,
   [junit4]    >           "node_name":"127.0.0.1:46248_",
   [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([E90DB851661CA74:86C4E45FB89DA78C]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_E90DB851661CA74-001
   [junit4]   2> Sep 10, 2017 6:12:47 AM 
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=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_t=Lucene50(blocksize=128), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
text=Lucene50(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Memory), id_i1=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Direct), 
range_facet_l=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1672, 
maxMBSortInHeap=7.861229395664168, sim=RandomSimilarity(queryNorm=true): {}, 
locale=he, timezone=Canada/East-Saskatchewan
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=196718000,total=445644800
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetImmutable, 
MinimalSchemaTest, PreAnalyzedFieldTest, TestDistribDocBasedVersion, 
PathHierarchyTokenizerFactoryTest, TestSolrCloudWithKerberosAlt, 
JvmMetricsTest, TestSolrDeletionPolicy2, DistributedFacetPivotSmallTest, 
SolrCoreCheckLockOnStartupTest, TestHdfsBackupRestoreCore, TestStressReorder, 
PreAnalyzedFieldManagedSchemaCloudTest, SolrGangliaReporterTest, 
BaseCdcrDistributedZkTest, DistributedQueryComponentOptimizationTest, 
TestAddFieldRealTimeGet, BigEndianAscendingWordDeserializerTest, 
BlockJoinFacetRandomTest, TestPKIAuthenticationPlugin, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [86/729 (1!)] on J2 in 152.94s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to