Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19374/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseG1GC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:44996","node_name":"127.0.0.1:44996_","state":"active","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:42068";,           
"core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:42068_"}, 
        "core_node2":{           "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:34105";,           "node_name":"127.0.0.1:34105_",  
         "state":"down"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:44996";,           "node_name":"127.0.0.1:44996_",  
         "state":"active",           "leader":"true"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "realtimeReplicas":"-1"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:44996","node_name":"127.0.0.1:44996_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:42068";,
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:42068_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:34105";,
          "node_name":"127.0.0.1:34105_",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:44996";,
          "node_name":"127.0.0.1:44996_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "realtimeReplicas":"-1"}
        at 
__randomizedtesting.SeedInfo.seed([AFA68A7724CB4C6B:27F2B5AD8A372193]: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:170)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults

Error Message:
mismatch: 'myid1'!='myid' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: 'myid1'!='myid' @ response/docs/[0]/id
        at 
__randomizedtesting.SeedInfo.seed([AFA68A7724CB4C6B:9D8C8DE9DC3568B2]:0)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:984)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:931)
        at 
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults(TestUseDocValuesAsStored.java:243)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11887 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/init-core-data-001
   [junit4]   2> 629027 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[AFA68A7724CB4C6B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 629028 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[AFA68A7724CB4C6B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 629029 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[AFA68A7724CB4C6B]-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> 629029 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[AFA68A7724CB4C6B]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 629030 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 629030 INFO  (Thread-1086) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 629030 INFO  (Thread-1086) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 629130 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43247
   [junit4]   2> 629137 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 629138 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 629139 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 629139 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 629140 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 629141 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 629141 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 629142 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 629143 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 629143 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 629144 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 629265 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/control-001/cores/collection1
   [junit4]   2> 629266 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 629267 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16227f3{/,null,AVAILABLE}
   [junit4]   2> 629267 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6459a5{HTTP/1.1,[http/1.1]}{127.0.0.1:43690}
   [junit4]   2> 629268 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.Server Started @631466ms
   [junit4]   2> 629268 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/tempDir-001/control/data,
 hostContext=/, hostPort=34105, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/control-001/cores}
   [junit4]   2> 629268 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629268 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 629268 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629268 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 629268 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-12T11:10:41.455Z
   [junit4]   2> 629270 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629270 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/control-001/solr.xml
   [junit4]   2> 629276 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629281 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43247/solr
   [junit4]   2> 629291 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:34105_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 629291 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:34105_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:34105_
   [junit4]   2> 629292 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:34105_    ] o.a.s.c.Overseer Overseer 
(id=97779413235662852-127.0.0.1:34105_-n_0000000000) starting
   [junit4]   2> 629295 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:34105_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34105_
   [junit4]   2> 629296 INFO  
(zkCallback-785-thread-1-processing-n:127.0.0.1:34105_) [n:127.0.0.1:34105_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 629555 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:34105_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 629558 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:34105_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 629559 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:34105_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 629560 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:34105_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/control-001/cores
   [junit4]   2> 629560 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:34105_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 629561 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 629562 INFO  
(OverseerStateUpdate-97779413235662852-127.0.0.1:34105_-n_0000000000) 
[n:127.0.0.1:34105_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 630571 WARN  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 630571 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 630581 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 630658 WARN  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ 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> 630660 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 630667 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 630667 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 630667 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 630667 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/control-001/cores/collection1/data/]
   [junit4]   2> 630670 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 630673 WARN  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 630715 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 630716 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 630717 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 630717 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 630719 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1107627098, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 630720 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@e5906c[collection1] main]
   [junit4]   2> 630721 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 630721 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 630722 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 630724 INFO  
(searcherExecutor-1958-thread-1-processing-n:127.0.0.1:34105_ x:collection1 
c:control_collection) [n:127.0.0.1:34105_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@e5906c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 630724 INFO  
(coreLoadExecutor-1957-thread-1-processing-n:127.0.0.1:34105_) 
[n:127.0.0.1:34105_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564470613545844736
   [junit4]   2> 630730 INFO  
(coreZkRegister-1950-thread-1-processing-n:127.0.0.1:34105_ x:collection1 
c:control_collection) [n:127.0.0.1:34105_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 630730 INFO  
(coreZkRegister-1950-thread-1-processing-n:127.0.0.1:34105_ x:collection1 
c:control_collection) [n:127.0.0.1:34105_ 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> 630730 INFO  
(coreZkRegister-1950-thread-1-processing-n:127.0.0.1:34105_ x:collection1 
c:control_collection) [n:127.0.0.1:34105_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34105/collection1/
   [junit4]   2> 630730 INFO  
(coreZkRegister-1950-thread-1-processing-n:127.0.0.1:34105_ x:collection1 
c:control_collection) [n:127.0.0.1:34105_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 630730 INFO  
(coreZkRegister-1950-thread-1-processing-n:127.0.0.1:34105_ x:collection1 
c:control_collection) [n:127.0.0.1:34105_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:34105/collection1/ has no replicas
   [junit4]   2> 630730 INFO  
(coreZkRegister-1950-thread-1-processing-n:127.0.0.1:34105_ x:collection1 
c:control_collection) [n:127.0.0.1:34105_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 630732 INFO  
(coreZkRegister-1950-thread-1-processing-n:127.0.0.1:34105_ x:collection1 
c:control_collection) [n:127.0.0.1:34105_ 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:34105/collection1/ shard1
   [junit4]   2> 630883 INFO  
(coreZkRegister-1950-thread-1-processing-n:127.0.0.1:34105_ x:collection1 
c:control_collection) [n:127.0.0.1:34105_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 631075 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 631076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43247/solr ready
   [junit4]   2> 631076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 631076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 631160 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-1-001/cores/collection1
   [junit4]   2> 631160 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-1-001
   [junit4]   2> 631161 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 631162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8b9a7e{/,null,AVAILABLE}
   [junit4]   2> 631162 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1083588{HTTP/1.1,[http/1.1]}{127.0.0.1:34080}
   [junit4]   2> 631163 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.Server Started @633361ms
   [junit4]   2> 631163 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=44996, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-1-001/cores}
   [junit4]   2> 631163 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 631163 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 631164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 631164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 631164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-12T11:10:43.351Z
   [junit4]   2> 631167 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 631167 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15b61dbb8420007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 631167 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-1-001/solr.xml
   [junit4]   2> 631172 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 631176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43247/solr
   [junit4]   2> 631182 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:44996_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 631183 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:44996_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 631184 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:44996_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44996_
   [junit4]   2> 631185 INFO  (zkCallback-789-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 631185 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 631185 INFO  
(zkCallback-785-thread-3-processing-n:127.0.0.1:34105_) [n:127.0.0.1:34105_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 631356 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:44996_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 631361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:44996_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 631362 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:44996_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 631363 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:44996_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-1-001/cores
   [junit4]   2> 631363 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:44996_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 631364 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 631365 INFO  
(OverseerStateUpdate-97779413235662852-127.0.0.1:34105_-n_0000000000) 
[n:127.0.0.1:34105_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 631466 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 632373 WARN  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 632373 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 632384 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 632480 WARN  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ 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> 632484 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 632491 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 632491 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 632491 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 632491 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 632493 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 632496 WARN  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 632532 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 632532 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 632533 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 632533 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 632534 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1107627098, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 632535 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@cd45c[collection1] main]
   [junit4]   2> 632536 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 632536 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 632537 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 632538 INFO  
(searcherExecutor-1969-thread-1-processing-n:127.0.0.1:44996_ x:collection1 
c:collection1) [n:127.0.0.1:44996_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@cd45c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 632538 INFO  
(coreLoadExecutor-1968-thread-1-processing-n:127.0.0.1:44996_) 
[n:127.0.0.1:44996_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1564470615447961600
   [junit4]   2> 632542 INFO  
(coreZkRegister-1963-thread-1-processing-n:127.0.0.1:44996_ x:collection1 
c:collection1) [n:127.0.0.1:44996_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 632542 INFO  
(coreZkRegister-1963-thread-1-processing-n:127.0.0.1:44996_ x:collection1 
c:collection1) [n:127.0.0.1:44996_ 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> 632542 INFO  
(coreZkRegister-1963-thread-1-processing-n:127.0.0.1:44996_ x:collection1 
c:collection1) [n:127.0.0.1:44996_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44996/collection1/
   [junit4]   2> 632543 INFO  
(coreZkRegister-1963-thread-1-processing-n:127.0.0.1:44996_ x:collection1 
c:collection1) [n:127.0.0.1:44996_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 632543 INFO  
(coreZkRegister-1963-thread-1-processing-n:127.0.0.1:44996_ x:collection1 
c:collection1) [n:127.0.0.1:44996_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:44996/collection1/ has no 
replicas
   [junit4]   2> 632543 INFO  
(coreZkRegister-1963-thread-1-processing-n:127.0.0.1:44996_ x:collection1 
c:collection1) [n:127.0.0.1:44996_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 632545 INFO  
(coreZkRegister-1963-thread-1-processing-n:127.0.0.1:44996_ x:collection1 
c:collection1) [n:127.0.0.1:44996_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44996/collection1/ shard2
   [junit4]   2> 632646 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 632695 INFO  
(coreZkRegister-1963-thread-1-processing-n:127.0.0.1:44996_ x:collection1 
c:collection1) [n:127.0.0.1:44996_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 632797 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 632961 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-2-001/cores/collection1
   [junit4]   2> 632962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-2-001
   [junit4]   2> 632962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 632964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@88bac2{/,null,AVAILABLE}
   [junit4]   2> 632964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d39aa9{HTTP/1.1,[http/1.1]}{127.0.0.1:38318}
   [junit4]   2> 632964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.Server Started @635162ms
   [junit4]   2> 632964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=42068, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-2-001/cores}
   [junit4]   2> 632965 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 632965 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 632965 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 632965 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 632965 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-12T11:10:45.152Z
   [junit4]   2> 632967 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 632967 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-2-001/solr.xml
   [junit4]   2> 632971 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 632973 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43247/solr
   [junit4]   2> 632979 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:42068_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 632980 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:42068_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 632981 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:42068_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42068_
   [junit4]   2> 632981 INFO  
(zkCallback-785-thread-3-processing-n:127.0.0.1:34105_) [n:127.0.0.1:34105_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 632981 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 632982 INFO  (zkCallback-789-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 632982 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:42068_) [n:127.0.0.1:42068_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 633069 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:42068_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 633074 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:42068_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 633074 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:42068_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 633076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:42068_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-2-001/cores
   [junit4]   2> 633076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:42068_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 633076 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 633077 INFO  
(OverseerStateUpdate-97779413235662852-127.0.0.1:34105_-n_0000000000) 
[n:127.0.0.1:34105_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 633178 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:42068_) [n:127.0.0.1:42068_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 633178 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 634086 WARN  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 634087 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 634097 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 634163 WARN  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ 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> 634165 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 634171 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 634171 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard1.core_node2' (registry 
'solr.core.collection1.shard1.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 634171 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 634172 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 634174 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 634176 WARN  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 634209 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 634210 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 634211 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 634211 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 634212 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1107627098, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 634212 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1b77c1d[collection1] main]
   [junit4]   2> 634213 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 634213 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 634214 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 634215 INFO  
(searcherExecutor-1980-thread-1-processing-n:127.0.0.1:42068_ x:collection1 
c:collection1) [n:127.0.0.1:42068_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b77c1d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 634215 INFO  
(coreLoadExecutor-1979-thread-1-processing-n:127.0.0.1:42068_) 
[n:127.0.0.1:42068_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1564470617206423552
   [junit4]   2> 634219 INFO  
(coreZkRegister-1974-thread-1-processing-n:127.0.0.1:42068_ x:collection1 
c:collection1) [n:127.0.0.1:42068_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 634219 INFO  
(coreZkRegister-1974-thread-1-processing-n:127.0.0.1:42068_ x:collection1 
c:collection1) [n:127.0.0.1:42068_ 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> 634219 INFO  
(coreZkRegister-1974-thread-1-processing-n:127.0.0.1:42068_ x:collection1 
c:collection1) [n:127.0.0.1:42068_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42068/collection1/
   [junit4]   2> 634219 INFO  
(coreZkRegister-1974-thread-1-processing-n:127.0.0.1:42068_ x:collection1 
c:collection1) [n:127.0.0.1:42068_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 634219 INFO  
(coreZkRegister-1974-thread-1-processing-n:127.0.0.1:42068_ x:collection1 
c:collection1) [n:127.0.0.1:42068_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:42068/collection1/ has no 
replicas
   [junit4]   2> 634219 INFO  
(coreZkRegister-1974-thread-1-processing-n:127.0.0.1:42068_ x:collection1 
c:collection1) [n:127.0.0.1:42068_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 634221 INFO  
(coreZkRegister-1974-thread-1-processing-n:127.0.0.1:42068_ x:collection1 
c:collection1) [n:127.0.0.1:42068_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42068/collection1/ shard1
   [junit4]   2> 634322 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 634322 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:42068_) [n:127.0.0.1:42068_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 634371 INFO  
(coreZkRegister-1974-thread-1-processing-n:127.0.0.1:42068_ x:collection1 
c:collection1) [n:127.0.0.1:42068_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 634474 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 634474 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:42068_) [n:127.0.0.1:42068_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 634675 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-3-001/cores/collection1
   [junit4]   2> 634675 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-3-001
   [junit4]   2> 634676 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 634677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cb29f8{/,null,AVAILABLE}
   [junit4]   2> 634677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7258d8{HTTP/1.1,[http/1.1]}{127.0.0.1:44605}
   [junit4]   2> 634677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.e.j.s.Server Started @636875ms
   [junit4]   2> 634677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=41445, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-3-001/cores}
   [junit4]   2> 634677 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 634678 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 634678 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 634678 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 634678 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-12T11:10:46.865Z
   [junit4]   2> 634680 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 634680 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-3-001/solr.xml
   [junit4]   2> 634684 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 634687 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43247/solr
   [junit4]   2> 634696 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:41445_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 634697 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:41445_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 634698 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:41445_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41445_
   [junit4]   2> 634698 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 634698 INFO  
(zkCallback-785-thread-3-processing-n:127.0.0.1:34105_) [n:127.0.0.1:34105_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 634698 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:42068_) [n:127.0.0.1:42068_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 634698 INFO  (zkCallback-789-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 634699 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:41445_) [n:127.0.0.1:41445_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 635108 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:41445_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 635113 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:41445_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 635113 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:41445_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 635115 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:41445_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-3-001/cores
   [junit4]   2> 635115 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) 
[n:127.0.0.1:41445_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 635116 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 635116 INFO  
(OverseerStateUpdate-97779413235662852-127.0.0.1:34105_-n_0000000000) 
[n:127.0.0.1:34105_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 635232 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:41445_) [n:127.0.0.1:41445_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 635232 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 635232 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:42068_) [n:127.0.0.1:42068_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 636125 WARN  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 636126 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 636137 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 636207 WARN  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ 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> 636209 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 636216 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 636216 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node3' (registry 
'solr.core.collection1.shard2.core_node3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@25efaa
   [junit4]   2> 636216 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 636216 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AFA68A7724CB4C6B-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 636219 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 636222 WARN  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 636257 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 636257 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 636258 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 636258 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 636258 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1107627098, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 636259 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@55c83a[collection1] main]
   [junit4]   2> 636260 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 636260 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 636261 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 636263 INFO  
(searcherExecutor-1991-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
c:collection1) [n:127.0.0.1:41445_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@55c83a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 636263 INFO  
(coreLoadExecutor-1990-thread-1-processing-n:127.0.0.1:41445_) 
[n:127.0.0.1:41445_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1564470619353907200
   [junit4]   2> 636266 INFO  
(coreZkRegister-1985-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
c:collection1) [n:127.0.0.1:41445_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 636266 INFO  
(updateExecutor-804-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 636266 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 636267 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 636267 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 636267 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 636267 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [http://127.0.0.1:44996/collection1/] 
and I am [http://127.0.0.1:41445/collection1/]
   [junit4]   2> 636268 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:44996]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:41445_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 636269 INFO  (SocketProxy-Acceptor-44996) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51300,localport=44996], receiveBufferSize:531000
   [junit4]   2> 636269 INFO  (SocketProxy-Acceptor-44996) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34080,localport=39060], receiveBufferSize=530904
   [junit4]   2> 636270 INFO  (qtp13182189-5468) [n:127.0.0.1:44996_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 636270 INFO  (qtp13182189-5468) [n:127.0.0.1:44996_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 636270 INFO  (qtp13182189-5468) [n:127.0.0.1:44996_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:41445_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:41445","node_name":"127.0.0.1:41445_","state":"down"}
   [junit4]   2> 636369 INFO  
(zkCallback-807-thread-1-processing-n:127.0.0.1:41445_) [n:127.0.0.1:41445_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 636369 INFO  
(zkCallback-795-thread-1-processing-n:127.0.0.1:44996_) [n:127.0.0.1:44996_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 636369 INFO  
(zkCallback-801-thread-1-processing-n:127.0.0.1:42068_) [n:127.0.0.1:42068_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 636662 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 636662 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 636662 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[AFA68A7724CB4C6B]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 637271 INFO  (qtp13182189-5468) [n:127.0.0.1:44996_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:41445_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:41445","node_name":"127.0.0.1:41445_","state":"recovering"}
   [junit4]   2> 637271 INFO  (qtp13182189-5468) [n:127.0.0.1:44996_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 637271 INFO  (qtp13182189-5468) [n:127.0.0.1:44996_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:41445_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 637771 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:44996/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 637772 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:41445 START replicas=[http://127.0.0.1:44996/collection1/] 
nUpdates=100
   [junit4]   2> 637772 INFO  (SocketProxy-Acceptor-44996) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51320,localport=44996], receiveBufferSize:531000
   [junit4]   2> 637772 INFO  (SocketProxy-Acceptor-44996) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34080,localport=39080], receiveBufferSize=530904
   [junit4]   2> 637773 INFO  (qtp13182189-5468) [n:127.0.0.1:44996_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 637774 INFO  (qtp13182189-5468) [n:127.0.0.1:44996_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 637775 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 637775 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to 
do a PeerSync 
   [junit4]   2> 637775 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 637775 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 637775 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 637775 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 637775 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:41445_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 637775 INFO  
(recoveryExecutor-805-thread-1-processing-n:127.0.0.1:41445_ x:collect

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

=null params={}{add=[myid1]} 0 0
   [junit4]   2> 1944187 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1944187 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1b2b9a2 commitCommandVersion:0
   [junit4]   2> 1944303 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c7014[collection1] main]
   [junit4]   2> 1944303 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1944304 INFO  (searcherExecutor-9632-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4c7014[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7n(7.0.0):C1)))}
   [junit4]   2> 1944306 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 119
   [junit4]   2> 1944307 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:myid*&fl=*&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1944307 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1944307 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1944307 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1944307 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=9335523
   [junit4]   2> 1944308 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1944309 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1944310 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1944310 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1944311 INFO  (coreCloseExecutor-9636-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@d4babd
   [junit4]   2> 1944311 INFO  (coreCloseExecutor-9636-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=13941437
   [junit4]   2> 1944314 INFO  
(TEST-TestUseDocValuesAsStored.testManagedSchema-seed#[AFA68A7724CB4C6B]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testManagedSchema
   [junit4]   2> 1944315 INFO  
(SUITE-TestUseDocValuesAsStored-seed#[AFA68A7724CB4C6B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestUseDocValuesAsStored_AFA68A7724CB4C6B-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-PA, timezone=Etc/GMT+7
   [junit4]   2> NOTE: Linux 4.4.0-72-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=312485504,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderListener, 
TestFunctionQuery, SolrCoreTest, BadCopyFieldTest, SolrJmxReporterTest, 
NumericFieldsTest, TestAuthorizationFramework, ResponseLogComponentTest, 
AliasIntegrationTest, StatsReloadRaceTest, TestHdfsBackupRestoreCore, 
TlogReplayBufferedWhileIndexingTest, CoreMergeIndexesAdminHandlerTest, 
TestCSVLoader, CursorMarkTest, TestSha256AuthenticationProvider, 
TestStressLucene, ManagedSchemaRoundRobinCloudTest, TimeZoneUtilsTest, 
TestValueSourceCache, TestLFUCache, TestSchemaManager, 
ClassificationUpdateProcessorIntegrationTest, TestBlendedInfixSuggestions, 
UniqFieldsUpdateProcessorFactoryTest, BitVectorTest, TestScoreJoinQPNoScore, 
BasicAuthIntegrationTest, DateMathParserTest, CheckHdfsIndexTest, 
TestInfoStreamLogging, TestCustomStream, TestCopyFieldCollectionResource, 
TestPseudoReturnFields, LeaderElectionIntegrationTest, 
TestBulkSchemaConcurrent, CloudMLTQParserTest, TestFastWriter, CopyFieldTest, 
TestNumericTerms64, TestUseDocValuesAsStored2, PingRequestHandlerTest, 
TestDocTermOrds, TestCloudSchemaless, TestHighFrequencyDictionaryFactory, 
MetricUtilsTest, CursorPagingTest, XsltUpdateRequestHandlerTest, PolyFieldTest, 
TestExactSharedStatsCache, TestFaceting, TestManagedSchemaAPI, TestRealTimeGet, 
RequiredFieldsTest, TestUniqueKeyFieldResource, BaseCdcrDistributedZkTest, 
TestSizeLimitedDistributedMap, TestGraphMLResponseWriter, 
DocValuesNotIndexedTest, PreAnalyzedFieldTest, TestCloudRecovery, 
TestSlowCompositeReaderWrapper, SimpleCollectionCreateDeleteTest, 
DistributedSuggestComponentTest, TestRestManager, DisMaxRequestHandlerTest, 
TestSolrXml, TestInPlaceUpdatesStandalone, TestOmitPositions, 
StandardRequestHandlerTest, UUIDFieldTest, HdfsRecoverLeaseTest, 
TestCrossCoreJoin, TestLMJelinekMercerSimilarityFactory, JavabinLoaderTest, 
MissingSegmentRecoveryTest, TestSolr4Spatial, SolrXmlInZkTest, TestRTimerTree, 
UtilsToolTest, SearchHandlerTest, SolrRequestParserTest, RollingRestartTest, 
FileBasedSpellCheckerTest, TestFieldCacheWithThreads, 
PathHierarchyTokenizerFactoryTest, CdcrReplicationHandlerTest, 
TestDocumentBuilder, TestDynamicFieldResource, TestMultiWordSynonyms, 
TestCloudInspectUtil, RankQueryTest, TestIntervalFaceting, TestCodecSupport, 
BasicZkTest, BasicDistributedZkTest, ReturnFieldsTest, 
BlockJoinFacetRandomTest, TestRandomFaceting, SyncSliceTest, 
FastVectorHighlighterTest, V2ApiIntegrationTest, TestReloadAndDeleteDocs, 
ReplaceNodeTest, TestRemoteStreaming, LeaderInitiatedRecoveryOnCommitTest, 
TestDownShardTolerantSearch, QueryEqualityTest, ShardSplitTest, 
TestFoldingMultitermQuery, OverseerRolesTest, BlobRepositoryCloudTest, 
TestConfigSetProperties, DistributedSpellCheckComponentTest, 
TermVectorComponentDistributedTest, TestReload, DistributedTermsComponentTest, 
TestCoreContainer, StatsComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, 
TestSort, TestLazyCores, TestBadConfig, CurrencyFieldOpenExchangeTest, 
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, 
SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SuggesterTSTTest, 
SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
SolrInfoBeanTest, CacheHeaderTest, IndexBasedSpellCheckerTest, 
LukeRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, 
TermsComponentTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, 
TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, 
RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, 
MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, 
UpdateParamsTest, BadComponentTest, TestSolrDeletionPolicy2, MultiTermTest, 
TestBinaryField, MinimalSchemaTest, TestSolrCoreProperties, 
TestPhraseSuggestions, OpenExchangeRatesOrgProviderTest, PrimUtilsTest, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, 
ZkNodePropsTest, CircularListTest, DistributedIntervalFacetingTest, 
CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, 
CdcrVersionReplicationTest, CollectionReloadTest, 
CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, 
ConfigSetsAPITest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, 
DeleteReplicaTest, DistributedQueueTest, LeaderFailureAfterFreshStartTest, 
RestartWhileUpdatingTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, 
SolrCLIZkUtilsTest, SolrCloudExampleTest, TestCryptoKeys, 
TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, 
TestLocalFSCloudBackupRestore, TestMiniSolrCloudCluster, TestStressLiveNodes, 
TestTolerantUpdateProcessorCloud, VMParamsZkACLAndCredentialsProvidersTest, 
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, 
HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, 
HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, 
RulesTest, TestImplicitCoreProperties, TestInitParams, TestNRTOpen, 
TestSolrConfigHandler, RequestLoggingTest, TestBlobHandler, 
TestSolrConfigHandlerCloud, SuggestComponentTest, 
WrapperMergePolicyFactoryTest, SolrCoreMetricManagerTest, 
SolrShardReporterTest, TestFieldResource, TestFieldTypeResource, 
TestSchemaResource, TestSchemaVersionResource, TestSolrQueryParserResource, 
ChangedSchemaMergeTest, DocValuesMissingTest, TestCollationFieldDocValues, 
TestUseDocValuesAsStored]
   [junit4] Completed [679/702 (2!)] on J0 in 79.28s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 39401 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to