Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20078/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_n3","base_url":"http://127.0.0.1:35281","node_name":"127.0.0.1:35281_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:36175";,           
"core":"c8n_1x3_lf_shard1_replica_n1",           
"node_name":"127.0.0.1:36175_",           "type":"NRT"},         "core_node2":{ 
          "core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:39183";,           "node_name":"127.0.0.1:39183_",  
         "state":"down",           "type":"NRT"},         "core_node3":{        
   "core":"c8n_1x3_lf_shard1_replica_n3",           
"base_url":"http://127.0.0.1:35281";,           "node_name":"127.0.0.1:35281_",  
         "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:35281","node_name":"127.0.0.1:35281_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:36175";,
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "node_name":"127.0.0.1:36175_",
          "type":"NRT"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:39183";,
          "node_name":"127.0.0.1:39183_",
          "state":"down",
          "type":"NRT"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "base_url":"http://127.0.0.1:35281";,
          "node_name":"127.0.0.1:35281_",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([14DE17C0D504C8DC:9C8A281A7BF8A524]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([14DE17C0D504C8DC:76B3E9811A8AA8E2]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at org.junit.Assert.assertNotNull(Assert.java:537)
        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
        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 
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 12455 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/init-core-data-001
   [junit4]   2> 1309725 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[14DE17C0D504C8DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1309725 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[14DE17C0D504C8DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1309726 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[14DE17C0D504C8DC]-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> 1309726 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[14DE17C0D504C8DC]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1309727 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1309727 INFO  (Thread-5877) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1309727 INFO  (Thread-5877) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1309730 ERROR (Thread-5877) [    ] 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> 1309827 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39627
   [junit4]   2> 1309832 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1309833 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1309834 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1309834 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1309835 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1309835 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1309835 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1309836 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1309836 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1309836 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1309837 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1309837 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1309887 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1309887 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@49139755{/,null,AVAILABLE}
   [junit4]   2> 1309888 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@35d75bf6{HTTP/1.1,[http/1.1]}{127.0.0.1:35159}
   [junit4]   2> 1309889 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.Server Started @1311403ms
   [junit4]   2> 1309889 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=39183, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/control-001/cores}
   [junit4]   2> 1309889 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1309889 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1309889 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1309889 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1309889 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T03:13:26.464Z
   [junit4]   2> 1309890 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1309890 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/control-001/solr.xml
   [junit4]   2> 1309893 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1309895 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39627/solr
   [junit4]   2> 1309945 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:39183_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1309945 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:39183_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:39183_
   [junit4]   2> 1309946 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:39183_    ] o.a.s.c.Overseer Overseer 
(id=98264495312273412-127.0.0.1:39183_-n_0000000000) starting
   [junit4]   2> 1309964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:39183_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39183_
   [junit4]   2> 1309968 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:39183_) [n:127.0.0.1:39183_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1310076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:39183_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1310079 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:39183_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1310079 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:39183_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1310080 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:39183_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/control-001/cores
   [junit4]   2> 1310096 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1310096 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39627/solr ready
   [junit4]   2> 1310097 INFO  (SocketProxy-Acceptor-39183) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=59748,localport=39183], receiveBufferSize:531000
   [junit4]   2> 1310097 INFO  (SocketProxy-Acceptor-39183) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35159,localport=60250], receiveBufferSize=530904
   [junit4]   2> 1310098 INFO  (qtp362024309-16151) [n:127.0.0.1:39183_    ] 
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:39183_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1310102 INFO  
(OverseerThreadFactory-5678-thread-1-processing-n:127.0.0.1:39183_) 
[n:127.0.0.1:39183_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1310204 INFO  (SocketProxy-Acceptor-39183) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=59752,localport=39183], receiveBufferSize:531000
   [junit4]   2> 1310204 INFO  (SocketProxy-Acceptor-39183) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35159,localport=60254], receiveBufferSize=530904
   [junit4]   2> 1310205 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_    ] 
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> 1310205 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1310312 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:39183_) [n:127.0.0.1:39183_    
] 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> 1311217 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1311225 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311309 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311321 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311322 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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@36a0e650
   [junit4]   2> 1311322 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1311322 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1311324 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=9.005859375, 
floorSegmentMB=0.8916015625, forceMergeDeletesPctAllowed=24.805869291248275, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1311326 WARN  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311363 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311363 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311364 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1311364 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1311365 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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=12, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=3.306640625, 
floorSegmentMB=0.3818359375, forceMergeDeletesPctAllowed=14.757329858831323, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1311365 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@58e2d689[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1311366 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1311366 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311367 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1311367 INFO  
(searcherExecutor-5681-thread-1-processing-n:127.0.0.1:39183_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:39183_ 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@58e2d689[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1311367 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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 1572231926714990592
   [junit4]   2> 1311370 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1311370 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311370 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39183/control_collection_shard1_replica_n1/
   [junit4]   2> 1311370 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311371 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:39183/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1311371 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311375 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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:39183/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1311476 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:39183_) [n:127.0.0.1:39183_    
] 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> 1311525 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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> 1311527 INFO  (qtp362024309-16153) [n:127.0.0.1:39183_ 
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=1321
   [junit4]   2> 1311528 INFO  (qtp362024309-16151) [n:127.0.0.1:39183_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1311627 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:39183_) [n:127.0.0.1:39183_    
] 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> 1312102 INFO  
(OverseerCollectionConfigSetProcessor-98264495312273412-127.0.0.1:39183_-n_0000000000)
 [n:127.0.0.1:39183_    ] 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> 1312528 INFO  (qtp362024309-16151) [n:127.0.0.1:39183_    ] 
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:39183_&wt=javabin&version=2}
 status=0 QTime=2429
   [junit4]   2> 1312532 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1312532 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39627/solr ready
   [junit4]   2> 1312532 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1312532 INFO  (SocketProxy-Acceptor-39183) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=59774,localport=39183], receiveBufferSize:531000
   [junit4]   2> 1312533 INFO  (qtp362024309-16151) [n:127.0.0.1:39183_    ] 
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> 1312533 INFO  (SocketProxy-Acceptor-39183) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35159,localport=60276], receiveBufferSize=530904
   [junit4]   2> 1312534 INFO  
(OverseerThreadFactory-5678-thread-2-processing-n:127.0.0.1:39183_) 
[n:127.0.0.1:39183_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1312534 WARN  
(OverseerThreadFactory-5678-thread-2-processing-n:127.0.0.1:39183_) 
[n:127.0.0.1:39183_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 1312736 INFO  (qtp362024309-16151) [n:127.0.0.1:39183_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1312736 INFO  (qtp362024309-16151) [n:127.0.0.1:39183_    ] 
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=203
   [junit4]   2> 1312796 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-1-001
 of type NRT
   [junit4]   2> 1312797 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1312797 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@66be2a8d{/,null,AVAILABLE}
   [junit4]   2> 1312798 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@766d32b6{HTTP/1.1,[http/1.1]}{127.0.0.1:34263}
   [junit4]   2> 1312798 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.Server Started @1314312ms
   [junit4]   2> 1312798 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34803, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-1-001/cores}
   [junit4]   2> 1312798 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1312798 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1312798 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1312798 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1312798 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T03:13:29.373Z
   [junit4]   2> 1312800 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1312800 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-1-001/solr.xml
   [junit4]   2> 1312803 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1312804 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39627/solr
   [junit4]   2> 1312810 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:34803_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1312810 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:34803_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1312811 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:34803_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34803_
   [junit4]   2> 1312811 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:39183_) [n:127.0.0.1:39183_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1312812 INFO  (zkCallback-2161-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1312814 INFO  
(zkCallback-2166-thread-1-processing-n:127.0.0.1:34803_) [n:127.0.0.1:34803_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1312893 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:34803_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1312896 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:34803_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1312896 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:34803_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1312897 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:34803_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-1-001/cores
   [junit4]   2> 1312909 INFO  (qtp362024309-16152) [n:127.0.0.1:39183_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:34803_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1312910 INFO  
(OverseerCollectionConfigSetProcessor-98264495312273412-127.0.0.1:39183_-n_0000000000)
 [n:127.0.0.1:39183_    ] 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> 1312910 INFO  
(OverseerThreadFactory-5678-thread-3-processing-n:127.0.0.1:39183_) 
[n:127.0.0.1:39183_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34803_ 
for creating new replica
   [junit4]   2> 1312911 INFO  (SocketProxy-Acceptor-34803) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55540,localport=34803], receiveBufferSize:531000
   [junit4]   2> 1312911 INFO  (SocketProxy-Acceptor-34803) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34263,localport=48678], receiveBufferSize=530904
   [junit4]   2> 1312911 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_    ] 
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> 1312912 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1313919 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1313927 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 1314032 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
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> 1314040 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
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> 1314040 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
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@36a0e650
   [junit4]   2> 1314040 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1314040 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-1-001/cores/collection1_shard2_replica_n0],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
   [junit4]   2> 1314042 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=9.005859375, 
floorSegmentMB=0.8916015625, forceMergeDeletesPctAllowed=24.805869291248275, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1314043 WARN  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
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> 1314067 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1314067 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
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> 1314068 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1314068 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1314069 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=3.306640625, 
floorSegmentMB=0.3818359375, forceMergeDeletesPctAllowed=14.757329858831323, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1314069 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@430640fb[collection1_shard2_replica_n0] main]
   [junit4]   2> 1314070 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1314070 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
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> 1314070 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1314070 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
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 
1572231929549291520
   [junit4]   2> 1314071 INFO  
(searcherExecutor-5692-thread-1-processing-n:127.0.0.1:34803_ 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@430640fb[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1314073 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1314073 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
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> 1314073 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:34803/collection1_shard2_replica_n0/
   [junit4]   2> 1314073 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1314073 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:34803/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 1314073 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1314074 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34803/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 1314225 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1314226 INFO  (qtp2028655362-16199) [n:127.0.0.1:34803_ 
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=1314
   [junit4]   2> 1314227 INFO  (qtp362024309-16152) [n:127.0.0.1:39183_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:34803_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1318
   [junit4]   2> 1314288 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-2-001
 of type NRT
   [junit4]   2> 1314288 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1314289 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6effecbe{/,null,AVAILABLE}
   [junit4]   2> 1314289 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7b85cd4f{HTTP/1.1,[http/1.1]}{127.0.0.1:32829}
   [junit4]   2> 1314289 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.Server Started @1315803ms
   [junit4]   2> 1314289 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=36175, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-2-001/cores}
   [junit4]   2> 1314290 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1314290 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1314290 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1314290 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1314290 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T03:13:30.865Z
   [junit4]   2> 1314291 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1314291 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-2-001/solr.xml
   [junit4]   2> 1314294 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1314296 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39627/solr
   [junit4]   2> 1314299 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:36175_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1314299 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:36175_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1314300 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:36175_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36175_
   [junit4]   2> 1314301 INFO  
(zkCallback-2166-thread-1-processing-n:127.0.0.1:34803_) [n:127.0.0.1:34803_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1314301 INFO  (zkCallback-2161-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1314301 INFO  
(zkCallback-2154-thread-1-processing-n:127.0.0.1:39183_) [n:127.0.0.1:39183_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1314301 INFO  
(zkCallback-2172-thread-1-processing-n:127.0.0.1:36175_) [n:127.0.0.1:36175_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1314353 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:36175_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1314357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:36175_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1314357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:36175_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1314358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:36175_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-2-001/cores
   [junit4]   2> 1314374 INFO  (qtp362024309-16147) [n:127.0.0.1:39183_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36175_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1314375 INFO  
(OverseerCollectionConfigSetProcessor-98264495312273412-127.0.0.1:39183_-n_0000000000)
 [n:127.0.0.1:39183_    ] 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> 1314375 INFO  
(OverseerThreadFactory-5678-thread-4-processing-n:127.0.0.1:39183_) 
[n:127.0.0.1:39183_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36175_ 
for creating new replica
   [junit4]   2> 1314376 INFO  (SocketProxy-Acceptor-36175) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=54836,localport=36175], receiveBufferSize:531000
   [junit4]   2> 1314376 INFO  (SocketProxy-Acceptor-36175) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=32829,localport=51556], receiveBufferSize=530904
   [junit4]   2> 1314376 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_    ] 
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> 1314377 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1315386 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1315396 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 1315476 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
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> 1315483 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
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> 1315483 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
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@36a0e650
   [junit4]   2> 1315483 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1315483 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-2-001/cores/collection1_shard1_replica_n0],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
   [junit4]   2> 1315485 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=9.005859375, 
floorSegmentMB=0.8916015625, forceMergeDeletesPctAllowed=24.805869291248275, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1315486 WARN  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
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> 1315512 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1315512 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
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> 1315513 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1315513 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1315514 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=3.306640625, 
floorSegmentMB=0.3818359375, forceMergeDeletesPctAllowed=14.757329858831323, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1315514 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76b7edad[collection1_shard1_replica_n0] main]
   [junit4]   2> 1315514 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1315515 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
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> 1315515 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1315515 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
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 
1572231931064483840
   [junit4]   2> 1315516 INFO  
(searcherExecutor-5703-thread-1-processing-n:127.0.0.1:36175_ 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@76b7edad[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1315517 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1315517 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
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> 1315517 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:36175/collection1_shard1_replica_n0/
   [junit4]   2> 1315518 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1315518 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:36175/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 1315518 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1315519 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36175/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 1315669 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1315670 INFO  (qtp1507480528-16231) [n:127.0.0.1:36175_ 
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=1293
   [junit4]   2> 1315671 INFO  (qtp362024309-16147) [n:127.0.0.1:39183_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:36175_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1296
   [junit4]   2> 1315723 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-3-001
 of type NRT
   [junit4]   2> 1315723 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1315724 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@be326af{/,null,AVAILABLE}
   [junit4]   2> 1315725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@62c8237{HTTP/1.1,[http/1.1]}{127.0.0.1:33059}
   [junit4]   2> 1315725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.e.j.s.Server Started @1317239ms
   [junit4]   2> 1315725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=35281, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-3-001/cores}
   [junit4]   2> 1315725 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1315725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1315725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1315725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1315725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T03:13:32.300Z
   [junit4]   2> 1315727 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1315727 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-3-001/solr.xml
   [junit4]   2> 1315731 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1315734 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39627/solr
   [junit4]   2> 1315740 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:35281_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1315740 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:35281_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1315741 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:35281_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35281_
   [junit4]   2> 1315742 INFO  
(zkCallback-2166-thread-1-processing-n:127.0.0.1:34803_) [n:127.0.0.1:34803_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1315742 INFO  (zkCallback-2161-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1315742 INFO  
(zkCallback-2172-thread-1-processing-n:127.0.0.1:36175_) [n:127.0.0.1:36175_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1315742 INFO  
(zkCallback-2154-thread-2-processing-n:127.0.0.1:39183_) [n:127.0.0.1:39183_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1315746 INFO  
(zkCallback-2178-thread-1-processing-n:127.0.0.1:35281_) [n:127.0.0.1:35281_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1315805 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:35281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1315811 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:35281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1315811 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:35281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36a0e650
   [junit4]   2> 1315812 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) 
[n:127.0.0.1:35281_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-3-001/cores
   [junit4]   2> 1315846 INFO  (qtp362024309-16148) [n:127.0.0.1:39183_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35281_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1315852 INFO  
(OverseerCollectionConfigSetProcessor-98264495312273412-127.0.0.1:39183_-n_0000000000)
 [n:127.0.0.1:39183_    ] 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> 1315852 INFO  
(OverseerThreadFactory-5678-thread-5-processing-n:127.0.0.1:39183_) 
[n:127.0.0.1:39183_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35281_ 
for creating new replica
   [junit4]   2> 1315853 INFO  (SocketProxy-Acceptor-35281) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=40838,localport=35281], receiveBufferSize:531000
   [junit4]   2> 1315854 INFO  (SocketProxy-Acceptor-35281) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33059,localport=51952], receiveBufferSize=530904
   [junit4]   2> 1315857 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_    ] 
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> 1315857 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1316865 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1316873 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 1316972 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
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> 1316979 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
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> 1316979 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
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@36a0e650
   [junit4]   2> 1316980 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1316980 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-3-001/cores/collection1_shard2_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_14DE17C0D504C8DC-001/shard-3-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 1316982 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=9.005859375, 
floorSegmentMB=0.8916015625, forceMergeDeletesPctAllowed=24.805869291248275, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1316984 WARN  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
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> 1317017 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1317017 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
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> 1317017 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1317017 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1317018 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=3.306640625, 
floorSegmentMB=0.3818359375, forceMergeDeletesPctAllowed=14.757329858831323, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1317018 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3cedacaf[collection1_shard2_replica_n1] main]
   [junit4]   2> 1317019 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1317019 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
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> 1317019 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1317020 INFO  
(searcherExecutor-5714-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@3cedacaf[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1317020 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
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 
1572231932642590720
   [junit4]   2> 1317022 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n1
   [junit4]   2> 1317023 INFO  
(updateExecutor-2175-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:35281_ 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_n1] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1317023 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:35281_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1317023 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:35281_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1317023 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:35281_ 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> 1317023 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:35281_ 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> 1317023 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:35281_ 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:34803/collection1_shard2_replica_n0/] and I am 
[http://127.0.0.1:35281/collection1_shard2_replica_n1/]
   [junit4]   2> 1317023 INFO  (qtp1799898305-16264) [n:127.0.0.1:35281_ 
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=1166
   [junit4]   2> 1317024 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:35281_ 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:34803]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n0&nodeName=127.0.0.1:35281_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1317025 INFO  (SocketProxy-Acceptor-34803) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55606,localport=34803], receiveBufferSize:531000
   [junit4]   2> 1317025 INFO  (SocketProxy-Acceptor-34803) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34263,localport=48744], receiveBufferSize=530904
   [junit4]   2> 1317025 INFO  (qtp2028655362-16195) [n:127.0.0.1:34803_    ] 
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> 1317025 INFO  (qtp362024309-16148) [n:127.0.0.1:39183_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35281_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1179
   [junit4]   2> 1317026 INFO  (qtp2028655362-16195) [n:127.0.0.1:34803_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:35281_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_n1","base_url":"http://127.0.0.1:35281","node_name":"127.0.0.1:35281_","state":"down","type":"NRT"}
   [junit4]   2> 1317027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1317027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1317027 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1317854 INFO  
(OverseerCollectionConfigSetProcessor-98264495312273412-127.0.0.1:39183_-n_0000000000)
 [n:127.0.0.1:39183_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1318026 INFO  (qtp2028655362-16195) [n:127.0.0.1:34803_    ] 
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:35281_, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1_shard2_replica_n1","base_url":"http://127.0.0.1:35281","node_name":"127.0.0.1:35281_","state":"recovering","type":"NRT"}
   [junit4]   2> 1318026 INFO  (qtp2028655362-16195) [n:127.0.0.1:34803_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1318026 INFO  (qtp2028655362-16195) [n:127.0.0.1:34803_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:35281_&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=1000
   [junit4]   2> 1318526 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:35281_ 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:34803/collection1_shard2_replica_n0/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1318526 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:35281_ 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:35281 START 
replicas=[http://127.0.0.1:34803/collection1_shard2_replica_n0/] nUpdates=100
   [junit4]   2> 1318527 INFO  (SocketProxy-Acceptor-34803) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55648,localport=34803], receiveBufferSize:531000
   [junit4]   2> 1318527 INFO  (SocketProxy-Acceptor-34803) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34263,localport=48786], receiveBufferSize=530904
   [junit4]   2> 1318527 INFO  (qtp2028655362-16195) [n:127.0.0.1:34803_ 
c:collection1 s:shard2 r:core_node1 x:collection1_shard2_replica_n0] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1318527 INFO  (qtp2028655362-16195) [n:127.0.0.1:34803_ 
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=0
   [junit4]   2> 1318528 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:35281_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1318528 INFO  
(recoveryExecutor-2176-thread-1-processing-n:127.0.0.1:35281_ 
x:collection1_shard2_replica_n1 s:shard2 c:collec

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

-6686-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1422802[collection1] main]
   [junit4]   2> 1702138 INFO  (coreLoadExecutor-6686-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1702155 INFO  (coreLoadExecutor-6686-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1702209 INFO  (coreLoadExecutor-6686-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1702210 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1702210 INFO  (coreLoadExecutor-6686-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1572232336543580160
   [junit4]   2> 1702210 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1702212 INFO  
(SUITE-MetricsHandlerTest-seed#[14DE17C0D504C8DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1702216 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1702217 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1702217 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1702218 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1702219 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPropertyFilter
   [junit4]   2> 1702226 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1702226 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1702226 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1702227 INFO  
(searcherExecutor-6687-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1422802[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1702236 INFO  
(TEST-MetricsHandlerTest.testPropertyFilter-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPropertyFilter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MetricsHandlerTest 
-Dtests.method=testPropertyFilter -Dtests.seed=14DE17C0D504C8DC 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hr 
-Dtests.timezone=America/Miquelon -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.02s J1 | MetricsHandlerTest.testPropertyFilter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([14DE17C0D504C8DC:76B3E9811A8AA8E2]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MetricsHandlerTest.testPropertyFilter(MetricsHandlerTest.java:201)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1702249 INFO  
(TEST-MetricsHandlerTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1702260 INFO  
(TEST-MetricsHandlerTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1702314 INFO  
(TEST-MetricsHandlerTest.test-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 1702320 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCompact
   [junit4]   2> 1702326 INFO  
(TEST-MetricsHandlerTest.testCompact-seed#[14DE17C0D504C8DC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCompact
   [junit4]   2> 1702326 INFO  
(SUITE-MetricsHandlerTest-seed#[14DE17C0D504C8DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1702326 INFO  
(SUITE-MetricsHandlerTest-seed#[14DE17C0D504C8DC]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=643175102
   [junit4]   2> 1702326 INFO  
(SUITE-MetricsHandlerTest-seed#[14DE17C0D504C8DC]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1702328 INFO  
(SUITE-MetricsHandlerTest-seed#[14DE17C0D504C8DC]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1702329 INFO  
(SUITE-MetricsHandlerTest-seed#[14DE17C0D504C8DC]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1702329 INFO  (coreCloseExecutor-6692-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@60419ceb
   [junit4]   2> 1702330 INFO  (coreCloseExecutor-6692-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1614912747
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.MetricsHandlerTest_14DE17C0D504C8DC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=hr, timezone=America/Miquelon
   [junit4]   2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=251236736,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetImmutable, 
TestEmbeddedSolrServerSchemaAPI, SampleTest, OpenCloseCoreStressTest, 
ShardSplitTest, TestRTGBase, TestSolrConfigHandlerCloud, StressHdfsTest, 
TestValueSourceCache, PreAnalyzedFieldManagedSchemaCloudTest, 
TestCollectionAPI, PreAnalyzedUpdateProcessorTest, UpdateLogTest, 
SliceStateTest, CSVRequestHandlerTest, TestRawResponseWriter, JSONWriterTest, 
HdfsNNFailoverTest, DeleteStatusTest, TestFilteredDocIdSet, 
TestMiniSolrCloudCluster, ChaosMonkeySafeLeaderTest, RulesTest, TestUpdate, 
TestHdfsUpdateLog, DocValuesMissingTest, TestSolrCloudWithKerberosAlt, 
TestSchemaSimilarityResource, TestManagedSynonymGraphFilterFactory, 
AtomicUpdateProcessorFactoryTest, TestSolrCloudSnapshots, 
SchemaVersionSpecificBehaviorTest, TestJsonFacets, TestShortCircuitedRequests, 
DirectSolrConnectionTest, SimpleCollectionCreateDeleteTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestHdfsBackupRestoreCore, 
TestSolr4Spatial2, UninvertDocValuesMergePolicyTest, PrimUtilsTest, 
TestBM25SimilarityFactory, SolrCmdDistributorTest, SystemInfoHandlerTest, 
TestPivotHelperCode, ClassificationUpdateProcessorIntegrationTest, 
RollingRestartTest, TestStressVersions, BigEndianAscendingWordSerializerTest, 
TestConfigSetsAPIZkFailure, SpellCheckCollatorWithCollapseTest, 
TestLegacyField, QueryResultKeyTest, TestReRankQParserPlugin, 
TestCloudNestedDocsSort, TestUninvertingReader, HighlighterMaxOffsetTest, 
TestSearchPerf, ZkCLITest, TestCopyFieldCollectionResource, 
TestDistribDocBasedVersion, UpdateRequestProcessorFactoryTest, 
DistributedFacetPivotLargeTest, TestFieldCache, TestSystemIdResolver, 
TestOverriddenPrefixQueryForCustomFieldType, ZkControllerTest, 
SegmentsInfoRequestHandlerTest, JsonLoaderTest, OverseerRolesTest, 
TestLeaderInitiatedRecoveryThread, TestRestoreCore, TestSolrIndexConfig, 
TestAtomicUpdateErrorCases, ResourceLoaderTest, TestCharFilters, 
TestDistributedGrouping, TestRebalanceLeaders, 
HdfsTlogReplayBufferedWhileIndexingTest, TestFastLRUCache, 
PeerSyncReplicationTest, MergeStrategyTest, SoftAutoCommitTest, 
SpatialFilterTest, SpellCheckComponentTest, DocValuesMultiTest, 
LeaderInitiatedRecoveryOnCommitTest, ChangedSchemaMergeTest, 
TestImplicitCoreProperties, TestPKIAuthenticationPlugin, 
CdcrVersionReplicationTest, TestCollectionAPIs, TestPostingsSolrHighlighter, 
TestElisionMultitermQuery, TestFieldCollectionResource, TestLegacyTerms, 
DistributedTermsComponentTest, TestChildDocTransformer, TestQueryTypes, 
HdfsDirectoryTest, BasicAuthStandaloneTest, TestFiltering, ZkSolrClientTest, 
DistributedIntervalFacetingTest, SpatialHeatmapFacetsTest, ActionThrottleTest, 
LukeRequestHandlerTest, DistributedMLTComponentTest, TestFieldTypeResource, 
TestSortByMinMaxFunction, TestCloudInspectUtil, ConvertedLegacyTest, 
TestCustomDocTransformer, TestMissingGroups, TestGraphMLResponseWriter, 
BasicFunctionalityTest, TestSimpleTrackingShardHandler, TestExactStatsCache, 
LeaderElectionContextKeyTest, TestOnReconnectListenerSupport, 
TestNamedUpdateProcessors, IndexSchemaRuntimeFieldTest, ConfigSetsAPITest, 
CustomCollectionTest, DeleteShardTest, DistribDocExpirationUpdateProcessorTest, 
LeaderFailoverAfterPartitionTest, NodeMutatorTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
OverseerTaskQueueTest, RemoteQueryErrorTest, ReplaceNodeTest, 
TestConfigSetsAPIExclusivity, TestExclusionRuleCollectionAccess, 
TestLeaderElectionZkExpiry, TestPullReplicaErrorHandling, 
TestRequestForwarding, TestSizeLimitedDistributedMap, 
TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates, 
TestTlogReplica, MetricsHandlerTest]
   [junit4] Completed [584/727 (2!)] on J1 in 0.55s, 3 tests, 1 failure <<< 
FAILURES!

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

Reply via email to