Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/1808/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseSerialGC

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_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:45465","node_name":"127.0.0.1:45465_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:40681";,           
"core":"c8n_1x3_lf_shard1_replica3",           "node_name":"127.0.0.1:40681_"}, 
        "core_node2":{           "core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:45465";,           "node_name":"127.0.0.1:45465_",  
         "state":"active",           "leader":"true"},         "core_node3":{   
        "core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:39762";,           "node_name":"127.0.0.1:39762_",  
         "state":"down"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:45465","node_name":"127.0.0.1:45465_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/32)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:40681";,
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:40681_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:45465";,
          "node_name":"127.0.0.1:45465_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:39762";,
          "node_name":"127.0.0.1:39762_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([F10367AA37FB38BA:7957587099075542]: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:168)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.StatsComponentTest.testPercentiles

Error Message:
Unable to parse stats.field local params: percentiles=&v=stat_f due to: empty 
String

Stack Trace:
org.apache.solr.common.SolrException: Unable to parse stats.field local params: 
percentiles=&v=stat_f due to: empty String
        at 
__randomizedtesting.SeedInfo.seed([F10367AA37FB38BA:C5C4C79E719FB18E]:0)
        at 
org.apache.solr.handler.component.StatsField$Stat$1.parseParams(StatsField.java:111)
        at 
org.apache.solr.handler.component.StatsField.populateStatsSets(StatsField.java:534)
        at 
org.apache.solr.handler.component.StatsField.<init>(StatsField.java:289)
        at 
org.apache.solr.handler.component.StatsInfo.<init>(StatsComponent.java:188)
        at 
org.apache.solr.handler.component.StatsComponent.prepare(StatsComponent.java:47)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:269)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2088)
        at 
org.apache.solr.util.TestHarness.queryAndResponse(TestHarness.java:329)
        at 
org.apache.solr.handler.component.StatsComponentTest.testPercentiles(StatsComponentTest.java:1925)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NumberFormatException: empty String
        at 
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1842)
        at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
        at java.lang.Double.parseDouble(Double.java:538)
        at 
org.apache.solr.handler.component.StatsField$Stat$1.parseParams(StatsField.java:100)
        ... 48 more




Build Log:
[...truncated 10923 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/init-core-data-001
   [junit4]   2> 292443 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F10367AA37FB38BA]-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> 292443 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F10367AA37FB38BA]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 292445 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 292445 INFO  (Thread-685) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 292445 INFO  (Thread-685) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 292545 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43065
   [junit4]   2> 292547 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 292549 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 292553 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 292554 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 292556 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 292556 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 292557 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 292558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 292559 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 292560 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 292560 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 292561 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 292563 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 292661 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/control-001/cores/collection1
   [junit4]   2> 292664 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 292677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8747ac{/,null,AVAILABLE}
   [junit4]   2> 292679 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@773deb{HTTP/1.1,[http/1.1]}{127.0.0.1:33555}
   [junit4]   2> 292679 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.Server Started @294610ms
   [junit4]   2> 292679 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/tempDir-001/control/data,
 hostContext=/, hostPort=40681, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/control-001/cores}
   [junit4]   2> 292682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 292683 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 292683 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/control-001/solr.xml
   [junit4]   2> 292689 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 292690 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43065/solr
   [junit4]   2> 292691 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 292693 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:40681_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 292703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:40681_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 292703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:40681_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 292717 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:40681_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:40681_
   [junit4]   2> 292717 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:40681_    ] o.a.s.c.Overseer Overseer 
(id=96659496952332292-127.0.0.1:40681_-n_0000000000) starting
   [junit4]   2> 292723 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:40681_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40681_
   [junit4]   2> 292725 INFO  
(OverseerStateUpdate-96659496952332292-127.0.0.1:40681_-n_0000000000) 
[n:127.0.0.1:40681_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 292726 INFO  
(zkCallback-429-thread-1-processing-n:127.0.0.1:40681_) [n:127.0.0.1:40681_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 292760 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:40681_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/control-001/cores
   [junit4]   2> 292760 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:40681_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 292764 INFO  
(OverseerStateUpdate-96659496952332292-127.0.0.1:40681_-n_0000000000) 
[n:127.0.0.1:40681_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 293774 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 293783 WARN  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 293785 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 293794 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 293800 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 293890 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 293891 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 293916 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 293916 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/control-001/cores/collection1/data/]
   [junit4]   2> 293916 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14763f6
   [junit4]   2> 293917 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/control-001/cores/collection1/data/index/
   [junit4]   2> 293917 WARN  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 293917 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8198872007672441]
   [junit4]   2> 293918 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:40681_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 293921 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 293921 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 293921 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 293921 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 293921 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 293921 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 293921 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 293921 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 293921 WARN  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 293927 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.PluginBag [collection1] Initialized 25 plugins of type requestHandler: 
[/update, /update/json, /update/csv, /update/json/docs, /config, /schema, 
/replication, /get, /admin/ping, /admin/segments, /admin/luke, /admin/system, 
/admin/mbeans, /admin/plugins, /admin/threads, /admin/properties, 
/admin/logging, /admin/file, /export, /graph, /stream, /sql, /terms, standard, 
/dump]
   [junit4]   2> 293927 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 293927 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 293927 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 293928 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 293928 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 293928 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=27.8251953125, 
floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=3.251624097526813, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13843327029499397
   [junit4]   2> 293929 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1edb20e[collection1] main]
   [junit4]   2> 293929 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 293929 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 293929 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 293929 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 293930 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 293930 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 293930 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 293930 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 293931 INFO  
(searcherExecutor-1285-thread-1-processing-n:127.0.0.1:40681_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40681_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@1edb20e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 293931 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 293931 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 293931 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 293931 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1546551952793403392
   [junit4]   2> 293933 INFO  
(coreLoadExecutor-1284-thread-1-processing-n:127.0.0.1:40681_) 
[n:127.0.0.1:40681_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1546551952793403392
   [junit4]   2> 293938 INFO  
(coreZkRegister-1277-thread-1-processing-n:127.0.0.1:40681_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40681_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 293938 INFO  
(coreZkRegister-1277-thread-1-processing-n:127.0.0.1:40681_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40681_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 293938 INFO  
(coreZkRegister-1277-thread-1-processing-n:127.0.0.1:40681_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40681_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:40681/collection1/
   [junit4]   2> 293938 INFO  
(coreZkRegister-1277-thread-1-processing-n:127.0.0.1:40681_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40681_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 293938 INFO  
(coreZkRegister-1277-thread-1-processing-n:127.0.0.1:40681_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40681_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:40681/collection1/ has no replicas
   [junit4]   2> 293941 INFO  
(coreZkRegister-1277-thread-1-processing-n:127.0.0.1:40681_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40681_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40681/collection1/ shard1
   [junit4]   2> 294092 INFO  
(coreZkRegister-1277-thread-1-processing-n:127.0.0.1:40681_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:40681_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 294269 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 294269 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 294270 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 294271 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 294363 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001/cores/collection1
   [junit4]   2> 294364 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001
   [junit4]   2> 294365 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 294366 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1df7e8d{/,null,AVAILABLE}
   [junit4]   2> 294367 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@15ba050{HTTP/1.1,[http/1.1]}{127.0.0.1:34887}
   [junit4]   2> 294367 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.Server Started @296298ms
   [junit4]   2> 294367 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=36434, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001/cores}
   [junit4]   2> 294369 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 294370 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 294370 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001/solr.xml
   [junit4]   2> 294379 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 294379 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43065/solr
   [junit4]   2> 294381 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 294385 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:36434_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 294390 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:36434_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 294391 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:36434_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 294394 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:36434_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36434_
   [junit4]   2> 294395 INFO  
(zkCallback-429-thread-2-processing-n:127.0.0.1:40681_) [n:127.0.0.1:40681_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 294396 INFO  (zkCallback-433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 294396 INFO  
(zkCallback-438-thread-1-processing-n:127.0.0.1:36434_) [n:127.0.0.1:36434_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 294415 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:36434_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001/cores
   [junit4]   2> 294415 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:36434_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 294417 INFO  
(OverseerStateUpdate-96659496952332292-127.0.0.1:40681_-n_0000000000) 
[n:127.0.0.1:40681_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 295421 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1   x:collection1] o.a.s.c.Config loaded config 
solrconfig.xml with version 0 
   [junit4]   2> 295428 WARN  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 295429 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 295437 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 295441 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 295550 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 295551 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 295596 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 295597 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 295597 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14763f6
   [junit4]   2> 295598 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 295598 WARN  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 295598 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8198872007672441]
   [junit4]   2> 295599 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:36434_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-1-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 295605 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 295605 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 295605 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 295605 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 295605 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 295605 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 295605 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 295605 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 295606 WARN  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 295616 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.PluginBag [collection1] Initialized 25 plugins of type requestHandler: 
[/update, /update/json, /update/csv, /update/json/docs, /config, /schema, 
/replication, /get, /admin/ping, /admin/segments, /admin/luke, /admin/system, 
/admin/mbeans, /admin/plugins, /admin/threads, /admin/properties, 
/admin/logging, /admin/file, /export, /graph, /stream, /sql, /terms, standard, 
/dump]
   [junit4]   2> 295616 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 295618 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 295618 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 295619 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 295619 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 295619 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=27.8251953125, 
floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=3.251624097526813, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13843327029499397
   [junit4]   2> 295619 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d0e1[collection1] main]
   [junit4]   2> 295621 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 295621 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 295621 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 295621 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 295622 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 295622 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 295622 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 295622 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 295623 INFO  
(searcherExecutor-1296-thread-1-processing-n:127.0.0.1:36434_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36434_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@4d0e1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 295624 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 295624 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 295624 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 295624 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1546551954568642560
   [junit4]   2> 295626 INFO  
(coreLoadExecutor-1295-thread-1-processing-n:127.0.0.1:36434_) 
[n:127.0.0.1:36434_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1546551954568642560
   [junit4]   2> 295634 INFO  
(coreZkRegister-1290-thread-1-processing-n:127.0.0.1:36434_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36434_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 295634 INFO  
(coreZkRegister-1290-thread-1-processing-n:127.0.0.1:36434_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36434_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 295634 INFO  
(coreZkRegister-1290-thread-1-processing-n:127.0.0.1:36434_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36434_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36434/collection1/
   [junit4]   2> 295634 INFO  
(coreZkRegister-1290-thread-1-processing-n:127.0.0.1:36434_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36434_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 295634 INFO  
(coreZkRegister-1290-thread-1-processing-n:127.0.0.1:36434_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36434_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36434/collection1/ has no replicas
   [junit4]   2> 295638 INFO  
(coreZkRegister-1290-thread-1-processing-n:127.0.0.1:36434_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36434_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:36434/collection1/ shard2
   [junit4]   2> 295788 INFO  
(coreZkRegister-1290-thread-1-processing-n:127.0.0.1:36434_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36434_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 296024 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001/cores/collection1
   [junit4]   2> 296025 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001
   [junit4]   2> 296026 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 296028 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c4ce43{/,null,AVAILABLE}
   [junit4]   2> 296029 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@19fb029{HTTP/1.1,[http/1.1]}{127.0.0.1:35358}
   [junit4]   2> 296029 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.Server Started @297960ms
   [junit4]   2> 296029 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=39762, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001/cores}
   [junit4]   2> 296033 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 296034 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 296034 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001/solr.xml
   [junit4]   2> 296041 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 296041 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43065/solr
   [junit4]   2> 296051 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 296054 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:39762_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 296066 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:39762_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 296066 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:39762_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 296070 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:39762_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39762_
   [junit4]   2> 296071 INFO  (zkCallback-433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 296071 INFO  
(zkCallback-429-thread-2-processing-n:127.0.0.1:40681_) [n:127.0.0.1:40681_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 296071 INFO  
(zkCallback-444-thread-1-processing-n:127.0.0.1:39762_) [n:127.0.0.1:39762_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 296071 INFO  
(zkCallback-438-thread-1-processing-n:127.0.0.1:36434_) [n:127.0.0.1:36434_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 296093 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:39762_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001/cores
   [junit4]   2> 296093 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:39762_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 296096 INFO  
(OverseerStateUpdate-96659496952332292-127.0.0.1:40681_-n_0000000000) 
[n:127.0.0.1:40681_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 297100 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1   x:collection1] o.a.s.c.Config loaded config 
solrconfig.xml with version 0 
   [junit4]   2> 297106 WARN  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 297107 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 297114 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 297118 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 297246 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 297248 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 297263 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 297263 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 297263 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14763f6
   [junit4]   2> 297264 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 297264 WARN  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 297265 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8198872007672441]
   [junit4]   2> 297265 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:39762_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-2-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 297270 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 297271 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 297271 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 297271 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 297271 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 297271 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 297271 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 297271 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 297271 WARN  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 297279 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.PluginBag [collection1] Initialized 25 plugins of type requestHandler: 
[/update, /update/json, /update/csv, /update/json/docs, /config, /schema, 
/replication, /get, /admin/ping, /admin/segments, /admin/luke, /admin/system, 
/admin/mbeans, /admin/plugins, /admin/threads, /admin/properties, 
/admin/logging, /admin/file, /export, /graph, /stream, /sql, /terms, standard, 
/dump]
   [junit4]   2> 297279 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 297280 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 297280 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 297281 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 297281 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 297282 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=27.8251953125, 
floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=3.251624097526813, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13843327029499397
   [junit4]   2> 297282 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1427f8a[collection1] main]
   [junit4]   2> 297283 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 297283 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 297283 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 297283 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 297283 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 297283 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 297283 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 297284 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 297284 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 297284 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 297284 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 297284 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1546551956309278720
   [junit4]   2> 297286 INFO  
(coreLoadExecutor-1306-thread-1-processing-n:127.0.0.1:39762_) 
[n:127.0.0.1:39762_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1546551956309278720
   [junit4]   2> 297286 INFO  
(searcherExecutor-1307-thread-1-processing-n:127.0.0.1:39762_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39762_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@1427f8a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 297290 INFO  
(coreZkRegister-1301-thread-1-processing-n:127.0.0.1:39762_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39762_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 297290 INFO  
(coreZkRegister-1301-thread-1-processing-n:127.0.0.1:39762_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39762_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 297290 INFO  
(coreZkRegister-1301-thread-1-processing-n:127.0.0.1:39762_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39762_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39762/collection1/
   [junit4]   2> 297290 INFO  
(coreZkRegister-1301-thread-1-processing-n:127.0.0.1:39762_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39762_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 297290 INFO  
(coreZkRegister-1301-thread-1-processing-n:127.0.0.1:39762_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39762_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:39762/collection1/ has no replicas
   [junit4]   2> 297296 INFO  
(coreZkRegister-1301-thread-1-processing-n:127.0.0.1:39762_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39762_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:39762/collection1/ shard1
   [junit4]   2> 297400 INFO  
(coreZkRegister-1301-thread-1-processing-n:127.0.0.1:39762_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:39762_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 297673 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001/cores/collection1
   [junit4]   2> 297674 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001
   [junit4]   2> 297674 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 297676 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@99da57{/,null,AVAILABLE}
   [junit4]   2> 297677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@10a27bc{HTTP/1.1,[http/1.1]}{127.0.0.1:33459}
   [junit4]   2> 297677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.e.j.s.Server Started @299608ms
   [junit4]   2> 297677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=45465, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001/cores}
   [junit4]   2> 297679 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297680 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 297680 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001/solr.xml
   [junit4]   2> 297685 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 297685 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43065/solr
   [junit4]   2> 297687 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297691 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:45465_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 297694 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:45465_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 297694 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:45465_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 297697 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:45465_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45465_
   [junit4]   2> 297698 INFO  
(zkCallback-429-thread-2-processing-n:127.0.0.1:40681_) [n:127.0.0.1:40681_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297698 INFO  
(zkCallback-438-thread-1-processing-n:127.0.0.1:36434_) [n:127.0.0.1:36434_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297699 INFO  
(zkCallback-444-thread-1-processing-n:127.0.0.1:39762_) [n:127.0.0.1:39762_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297699 INFO  (zkCallback-433-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297700 INFO  
(zkCallback-450-thread-1-processing-n:127.0.0.1:45465_) [n:127.0.0.1:45465_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297729 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:45465_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001/cores
   [junit4]   2> 297729 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F10367AA37FB38BA]) 
[n:127.0.0.1:45465_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 297730 INFO  
(OverseerStateUpdate-96659496952332292-127.0.0.1:40681_-n_0000000000) 
[n:127.0.0.1:40681_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 298732 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1   x:collection1] o.a.s.c.Config loaded config 
solrconfig.xml with version 0 
   [junit4]   2> 298741 WARN  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 298742 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.3.0
   [junit4]   2> 298753 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 298759 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 298858 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 298859 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 298867 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 298868 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 298868 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14763f6
   [junit4]   2> 298869 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001/cores/collection1/data/index/
   [junit4]   2> 298869 WARN  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 298869 INFO  
(coreLoadExecutor-1317-thread-1-processing-n:127.0.0.1:45465_) 
[n:127.0.0.1:45465_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8198872007672441]
   [junit4]   2> 298870 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:45465_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F10367AA37FB38BA-001/shard-3-001/cores/collection1/data/
 does not point to 

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

ING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/core/HdfsDirectoryFactory.java
 (at line 227)
 [ecj-lint]     dir = new BlockDirectory(path, hdfsDir, cache, null, 
blockCacheReadEnabled, false, cacheMerges, cacheReadOnce);
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'dir' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java
 (at line 120)
 [ecj-lint]     reader = cfiltfac.create(reader);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerBase.java
 (at line 144)
 [ecj-lint]     return namedList;
 [ecj-lint]     ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java
 (at line 1245)
 [ecj-lint]     DirectoryReader reader = s==null ? null : 
s.get().getIndexReader();
 [ecj-lint]                     ^^^^^^
 [ecj-lint] Resource leak: 'reader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/handler/SQLHandler.java
 (at line 253)
 [ecj-lint]     ParallelStream parallelStream = new 
ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint]                    ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/handler/SQLHandler.java
 (at line 392)
 [ecj-lint]     ParallelStream parallelStream = new 
ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, comp);
 [ecj-lint]                    ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'parallelStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/handler/component/ExpandComponent.java
 (at line 223)
 [ecj-lint]     UninvertingReader uninvertingReader = new UninvertingReader(new 
ReaderWrapper(searcher.getLeafReader(), field), mapping);
 [ecj-lint]                       ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.java
 (at line 544)
 [ecj-lint]     tvWindowStream = new OffsetWindowTokenFilter(tvStream);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tvWindowStream' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/request/SimpleFacets.java
 (at line 857)
 [ecj-lint]     fastForRandomSet = new HashDocSet(sset.getDocs(), 0, 
sset.size());
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fastForRandomSet' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgProvider.java
 (at line 146)
 [ecj-lint]     ratesJsonStream = 
resourceLoader.openResource(ratesFileLocation);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java
 (at line 1185)
 [ecj-lint]     UninvertingReader uninvertingReader = new UninvertingReader(new 
ReaderWrapper(searcher.getLeafReader(), collapseField), mapping);
 [ecj-lint]                       ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/search/DocSlice.java
 (at line 145)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/search/DocSlice.java
 (at line 154)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/search/DocSlice.java
 (at line 163)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java
 (at line 78)
 [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint]                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java
 (at line 78)
 [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint]                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java
 (at line 198)
 [ecj-lint]     throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred 
while loading solr.xml from zookeeper", e);
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java
 (at line 98)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java
 (at line 226)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java
 (at line 226)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
 (at line 640)
 [ecj-lint]     BAOS bos =  new BAOS();
 [ecj-lint]          ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
 (at line 640)
 [ecj-lint]     BAOS bos =  new BAOS();
 [ecj-lint]          ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java
 (at line 149)
 [ecj-lint]     SolrQueryRequest req = requestInfo == null ? null : 
requestInfo.getReq();
 [ecj-lint]                      ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 30. ERROR in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/java/org/apache/solr/util/SolrPluginUtils.java
 (at line 87)
 [ecj-lint]     import static java.util.Collections.singletonList;
 [ecj-lint]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections.singletonList is never used
 [ecj-lint] ----------
 [ecj-lint] 30 problems (1 error, 29 warnings)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:763: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:101: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:671: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1992: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:2031: 
Compile failed; see the compiler error output for details.

Total time: 69 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to