Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/850/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:61685","node_name":"127.0.0.1:61685_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/31)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:61701";,
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:61701_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:61685";,
          "node_name":"127.0.0.1:61685_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:61691";,
          "node_name":"127.0.0.1:61691_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([34D1B16033B852CD:BC858EBA9D443F35]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test

Error Message:
Shard shard1 replicas do not have same number of documents expected:<10> but 
was:<0>

Stack Trace:
java.lang.AssertionError: Shard shard1 replicas do not have same number of 
documents expected:<10> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([34D1B16033B852CD:BC858EBA9D443F35]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.assertConsistentReplicas(TestLeaderElectionWithEmptyReplica.java:119)
        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp

Error Message:
No such processor Template

Stack Trace:
org.apache.solr.common.SolrException: No such processor Template
        at 
__randomizedtesting.SeedInfo.seed([34D1B16033B852CD:9163F1A895F69B39]:0)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1413)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11251 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/init-core-data-001
   [junit4]   2> 269375 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[34D1B16033B852CD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 269376 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[34D1B16033B852CD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 269380 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[34D1B16033B852CD]-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)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 269380 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[34D1B16033B852CD]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 269382 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 269382 INFO  (Thread-195) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 269382 INFO  (Thread-195) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 269403 ERROR (Thread-195) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 269492 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:61682
   [junit4]   2> 269535 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 269539 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 269542 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 269545 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 269548 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 269551 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 269553 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 269556 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 269559 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 269562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 269565 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 270107 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/control-001/cores/collection1
   [junit4]   2> 270110 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 270112 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16a55ed0{/,null,AVAILABLE}
   [junit4]   2> 270116 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@9998495{HTTP/1.1,[http/1.1]}{127.0.0.1:61686}
   [junit4]   2> 270116 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.Server Started @275872ms
   [junit4]   2> 270116 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/tempDir-001/control/data,
 hostContext=/, hostPort=61685, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/control-001/cores}
   [junit4]   2> 270116 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 270116 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 270116 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 270116 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 270116 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T02:51:50.744Z
   [junit4]   2> 270122 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 270122 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/control-001/solr.xml
   [junit4]   2> 270131 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 270132 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61682/solr
   [junit4]   2> 270180 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61685_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 270182 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61685_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:61685_
   [junit4]   2> 270184 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61685_    ] o.a.s.c.Overseer Overseer 
(id=97907684804526084-127.0.0.1:61685_-n_0000000000) starting
   [junit4]   2> 270199 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61685_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61685_
   [junit4]   2> 270202 INFO  
(zkCallback-139-thread-1-processing-n:127.0.0.1:61685_) [n:127.0.0.1:61685_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 270275 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61685_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/control-001/cores
   [junit4]   2> 270275 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61685_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 270278 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 270281 INFO  
(OverseerStateUpdate-97907684804526084-127.0.0.1:61685_-n_0000000000) 
[n:127.0.0.1:61685_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 271313 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 271327 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 271432 WARN  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ 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> 271434 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 271462 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 271463 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 271463 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/control-001/cores/collection1/data/]
   [junit4]   2> 271463 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f09392a
   [junit4]   2> 271464 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.40423837741449564]
   [junit4]   2> 271471 WARN  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ 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> 271539 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 271539 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 271541 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 271541 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 271541 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ 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> 271542 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@61b4c8bc[collection1] main]
   [junit4]   2> 271544 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 271544 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 271544 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 271546 INFO  
(searcherExecutor-428-thread-1-processing-n:127.0.0.1:61685_ x:collection1 
c:control_collection) [n:127.0.0.1:61685_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@61b4c8bc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 271546 INFO  
(coreLoadExecutor-427-thread-1-processing-n:127.0.0.1:61685_) 
[n:127.0.0.1:61685_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1566522959120564224
   [junit4]   2> 271558 INFO  
(coreZkRegister-420-thread-1-processing-n:127.0.0.1:61685_ x:collection1 
c:control_collection) [n:127.0.0.1:61685_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 271558 INFO  
(coreZkRegister-420-thread-1-processing-n:127.0.0.1:61685_ x:collection1 
c:control_collection) [n:127.0.0.1:61685_ 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> 271558 INFO  
(coreZkRegister-420-thread-1-processing-n:127.0.0.1:61685_ x:collection1 
c:control_collection) [n:127.0.0.1:61685_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:61685/collection1/
   [junit4]   2> 271558 INFO  
(coreZkRegister-420-thread-1-processing-n:127.0.0.1:61685_ x:collection1 
c:control_collection) [n:127.0.0.1:61685_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 271558 INFO  
(coreZkRegister-420-thread-1-processing-n:127.0.0.1:61685_ x:collection1 
c:control_collection) [n:127.0.0.1:61685_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:61685/collection1/ has no replicas
   [junit4]   2> 271558 INFO  
(coreZkRegister-420-thread-1-processing-n:127.0.0.1:61685_ x:collection1 
c:control_collection) [n:127.0.0.1:61685_ 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> 271566 INFO  
(coreZkRegister-420-thread-1-processing-n:127.0.0.1:61685_ x:collection1 
c:control_collection) [n:127.0.0.1:61685_ 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:61685/collection1/ shard1
   [junit4]   2> 271736 INFO  
(coreZkRegister-420-thread-1-processing-n:127.0.0.1:61685_ x:collection1 
c:control_collection) [n:127.0.0.1:61685_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 271881 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 271883 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61682/solr ready
   [junit4]   2> 271883 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 272430 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-1-001/cores/collection1
   [junit4]   2> 272431 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-1-001
   [junit4]   2> 272432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 272434 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d61ff6e{/,null,AVAILABLE}
   [junit4]   2> 272435 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2ffc6b10{HTTP/1.1,[http/1.1]}{127.0.0.1:61692}
   [junit4]   2> 272435 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.Server Started @278192ms
   [junit4]   2> 272435 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=61691, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-1-001/cores}
   [junit4]   2> 272435 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 272444 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 272444 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 272444 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 272444 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T02:51:53.072Z
   [junit4]   2> 272453 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 272453 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-1-001/solr.xml
   [junit4]   2> 272476 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 272478 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61682/solr
   [junit4]   2> 272566 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61691_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 272572 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61691_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 272576 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61691_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61691_
   [junit4]   2> 272579 INFO  
(zkCallback-139-thread-1-processing-n:127.0.0.1:61685_) [n:127.0.0.1:61685_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 272580 INFO  (zkCallback-143-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 272580 INFO  
(zkCallback-148-thread-1-processing-n:127.0.0.1:61691_) [n:127.0.0.1:61691_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 272780 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61691_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-1-001/cores
   [junit4]   2> 272780 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61691_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 272782 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 272784 INFO  
(OverseerStateUpdate-97907684804526084-127.0.0.1:61685_-n_0000000000) 
[n:127.0.0.1:61685_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 273822 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 273835 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 273931 WARN  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ 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> 273934 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 273958 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 273958 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 273958 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 273958 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f09392a
   [junit4]   2> 273960 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.40423837741449564]
   [junit4]   2> 273970 WARN  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ 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> 274094 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 274094 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 274095 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 274095 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 274097 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ 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> 274097 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5171a6a7[collection1] main]
   [junit4]   2> 274100 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 274101 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 274102 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 274103 INFO  
(searcherExecutor-439-thread-1-processing-n:127.0.0.1:61691_ x:collection1 
c:collection1) [n:127.0.0.1:61691_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5171a6a7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 274124 INFO  
(coreLoadExecutor-438-thread-1-processing-n:127.0.0.1:61691_) 
[n:127.0.0.1:61691_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1566522961823793152
   [junit4]   2> 274138 INFO  
(coreZkRegister-433-thread-1-processing-n:127.0.0.1:61691_ x:collection1 
c:collection1) [n:127.0.0.1:61691_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 274138 INFO  
(coreZkRegister-433-thread-1-processing-n:127.0.0.1:61691_ x:collection1 
c:collection1) [n:127.0.0.1:61691_ 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> 274138 INFO  
(coreZkRegister-433-thread-1-processing-n:127.0.0.1:61691_ x:collection1 
c:collection1) [n:127.0.0.1:61691_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:61691/collection1/
   [junit4]   2> 274138 INFO  
(coreZkRegister-433-thread-1-processing-n:127.0.0.1:61691_ x:collection1 
c:collection1) [n:127.0.0.1:61691_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 274138 INFO  
(coreZkRegister-433-thread-1-processing-n:127.0.0.1:61691_ x:collection1 
c:collection1) [n:127.0.0.1:61691_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61691/collection1/ has no 
replicas
   [junit4]   2> 274138 INFO  
(coreZkRegister-433-thread-1-processing-n:127.0.0.1:61691_ x:collection1 
c:collection1) [n:127.0.0.1:61691_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 274149 INFO  
(coreZkRegister-433-thread-1-processing-n:127.0.0.1:61691_ x:collection1 
c:collection1) [n:127.0.0.1:61691_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:61691/collection1/ shard2
   [junit4]   2> 274314 INFO  
(coreZkRegister-433-thread-1-processing-n:127.0.0.1:61691_ x:collection1 
c:collection1) [n:127.0.0.1:61691_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 274823 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-2-001/cores/collection1
   [junit4]   2> 274824 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-2-001
   [junit4]   2> 274826 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 274829 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@53cdeb36{/,null,AVAILABLE}
   [junit4]   2> 274829 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1537e988{HTTP/1.1,[http/1.1]}{127.0.0.1:61697}
   [junit4]   2> 274829 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.Server Started @280586ms
   [junit4]   2> 274830 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=61696, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-2-001/cores}
   [junit4]   2> 274830 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 274831 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 274831 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 274831 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 274831 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T02:51:55.459Z
   [junit4]   2> 274836 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 274836 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-2-001/solr.xml
   [junit4]   2> 274862 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 274863 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61682/solr
   [junit4]   2> 274884 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61696_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 274889 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61696_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 274894 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61696_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61696_
   [junit4]   2> 274899 INFO  
(zkCallback-139-thread-1-processing-n:127.0.0.1:61685_) [n:127.0.0.1:61685_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 274911 INFO  
(zkCallback-154-thread-1-processing-n:127.0.0.1:61696_) [n:127.0.0.1:61696_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 274911 INFO  
(zkCallback-148-thread-1-processing-n:127.0.0.1:61691_) [n:127.0.0.1:61691_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 274912 INFO  (zkCallback-143-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 275076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61696_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-2-001/cores
   [junit4]   2> 275076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61696_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 275078 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 275080 INFO  
(OverseerStateUpdate-97907684804526084-127.0.0.1:61685_-n_0000000000) 
[n:127.0.0.1:61685_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 276113 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 276127 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 276239 WARN  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ 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> 276242 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 276271 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 276271 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 276272 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 276272 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f09392a
   [junit4]   2> 276274 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.40423837741449564]
   [junit4]   2> 276285 WARN  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ 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> 276393 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 276393 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 276394 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 276395 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 276399 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ 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> 276400 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6be8c1bf[collection1] main]
   [junit4]   2> 276402 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 276403 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 276403 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 276404 INFO  
(searcherExecutor-450-thread-1-processing-n:127.0.0.1:61696_ x:collection1 
c:collection1) [n:127.0.0.1:61696_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6be8c1bf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 276405 INFO  
(coreLoadExecutor-449-thread-1-processing-n:127.0.0.1:61696_) 
[n:127.0.0.1:61696_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1566522964215595008
   [junit4]   2> 276415 INFO  
(coreZkRegister-444-thread-1-processing-n:127.0.0.1:61696_ x:collection1 
c:collection1) [n:127.0.0.1:61696_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 276415 INFO  
(coreZkRegister-444-thread-1-processing-n:127.0.0.1:61696_ x:collection1 
c:collection1) [n:127.0.0.1:61696_ 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> 276415 INFO  
(coreZkRegister-444-thread-1-processing-n:127.0.0.1:61696_ x:collection1 
c:collection1) [n:127.0.0.1:61696_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:61696/collection1/
   [junit4]   2> 276415 INFO  
(coreZkRegister-444-thread-1-processing-n:127.0.0.1:61696_ x:collection1 
c:collection1) [n:127.0.0.1:61696_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 276415 INFO  
(coreZkRegister-444-thread-1-processing-n:127.0.0.1:61696_ x:collection1 
c:collection1) [n:127.0.0.1:61696_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61696/collection1/ has no 
replicas
   [junit4]   2> 276415 INFO  
(coreZkRegister-444-thread-1-processing-n:127.0.0.1:61696_ x:collection1 
c:collection1) [n:127.0.0.1:61696_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 276421 INFO  
(coreZkRegister-444-thread-1-processing-n:127.0.0.1:61696_ x:collection1 
c:collection1) [n:127.0.0.1:61696_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:61696/collection1/ shard1
   [junit4]   2> 276584 INFO  
(coreZkRegister-444-thread-1-processing-n:127.0.0.1:61696_ x:collection1 
c:collection1) [n:127.0.0.1:61696_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 277053 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-3-001/cores/collection1
   [junit4]   2> 277056 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-3-001
   [junit4]   2> 277057 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 277059 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36bb5dc7{/,null,AVAILABLE}
   [junit4]   2> 277060 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3b638d54{HTTP/1.1,[http/1.1]}{127.0.0.1:61702}
   [junit4]   2> 277060 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.e.j.s.Server Started @282817ms
   [junit4]   2> 277060 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=61701, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-3-001/cores}
   [junit4]   2> 277060 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 277061 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 277061 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 277061 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 277061 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-05T02:51:57.689Z
   [junit4]   2> 277067 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 277067 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-3-001/solr.xml
   [junit4]   2> 277088 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 277089 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61682/solr
   [junit4]   2> 277113 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61701_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 277119 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61701_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 277124 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61701_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:61701_
   [junit4]   2> 277127 INFO  
(zkCallback-148-thread-1-processing-n:127.0.0.1:61691_) [n:127.0.0.1:61691_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 277127 INFO  
(zkCallback-160-thread-1-processing-n:127.0.0.1:61701_) [n:127.0.0.1:61701_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 277127 INFO  (zkCallback-143-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 277127 INFO  
(zkCallback-154-thread-1-processing-n:127.0.0.1:61696_) [n:127.0.0.1:61696_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 277127 INFO  
(zkCallback-139-thread-1-processing-n:127.0.0.1:61685_) [n:127.0.0.1:61685_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 277281 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61701_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-3-001/cores
   [junit4]   2> 277281 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) 
[n:127.0.0.1:61701_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 277287 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 277292 INFO  
(OverseerStateUpdate-97907684804526084-127.0.0.1:61685_-n_0000000000) 
[n:127.0.0.1:61685_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 278329 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 278349 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 278548 WARN  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ 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> 278550 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 278577 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 278577 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 278577 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_34D1B16033B852CD-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 278578 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f09392a
   [junit4]   2> 278579 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.40423837741449564]
   [junit4]   2> 278592 WARN  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ 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> 278703 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 278703 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 278704 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 278704 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 278714 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ 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> 278715 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3a07435[collection1] main]
   [junit4]   2> 278717 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 278717 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 278718 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 278719 INFO  
(searcherExecutor-461-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
c:collection1) [n:127.0.0.1:61701_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3a07435[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278722 INFO  
(coreLoadExecutor-460-thread-1-processing-n:127.0.0.1:61701_) 
[n:127.0.0.1:61701_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1566522966645145600
   [junit4]   2> 278728 INFO  
(coreZkRegister-455-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
c:collection1) [n:127.0.0.1:61701_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 278729 INFO  
(updateExecutor-157-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 278730 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 278730 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 278730 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 278730 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ 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> 278730 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ 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:61691/collection1/] 
and I am [http://127.0.0.1:61701/collection1/]
   [junit4]   2> 278736 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:61691]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:61701_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 278738 INFO  (SocketProxy-Acceptor-61691) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=61706,localport=61691], receiveBufferSize:408300
   [junit4]   2> 278756 INFO  (SocketProxy-Acceptor-61691) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=61692,localport=61707], receiveBufferSize=408300
   [junit4]   2> 278760 INFO  (qtp884645235-895) [n:127.0.0.1:61691_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 278760 INFO  (qtp884645235-895) [n:127.0.0.1:61691_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 278760 INFO  (qtp884645235-895) [n:127.0.0.1:61691_    ] 
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:61701_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:61701","node_name":"127.0.0.1:61701_","state":"down"}
   [junit4]   2> 278886 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 278886 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 278886 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 279764 INFO  (qtp884645235-895) [n:127.0.0.1:61691_    ] 
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:61701_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:61701","node_name":"127.0.0.1:61701_","state":"recovering"}
   [junit4]   2> 279764 INFO  (qtp884645235-895) [n:127.0.0.1:61691_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 279764 INFO  (qtp884645235-895) [n:127.0.0.1:61691_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:61701_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1004
   [junit4]   2> 280268 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:61691/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 280268 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:61701 START replicas=[http://127.0.0.1:61691/collection1/] 
nUpdates=100
   [junit4]   2> 280270 INFO  (SocketProxy-Acceptor-61691) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=61708,localport=61691], receiveBufferSize:408300
   [junit4]   2> 280271 INFO  (SocketProxy-Acceptor-61691) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=61692,localport=61709], receiveBufferSize=408300
   [junit4]   2> 280276 INFO  (qtp884645235-898) [n:127.0.0.1:61691_ 
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> 280276 INFO  (qtp884645235-898) [n:127.0.0.1:61691_ 
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=1
   [junit4]   2> 280278 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:1.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 280278 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ 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> 280278 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ 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> 280278 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 280279 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 280279 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 280279 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 280280 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 280280 INFO  
(recoveryExecutor-158-thread-1-processing-n:127.0.0.1:61701_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61701_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 280890 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[34D1B16033B852CD]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 280891 INFO  (SocketProxy-Acceptor-61685) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=61715,localport=61685], receiveBufferSize:408300
   [junit4]   2> 280892 INFO  (SocketProxy-Acceptor-61685) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=61686,localport=61716], receiveBufferSize=408300
   [junit4]   2> 280895 INFO  (qtp33717922-860) [n:127.0.0.1:61685_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 280896 INFO  (qtp33717922-860) [n:127.0.0.1:61685_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 280896 INFO  (qtp33717922-860) [n:127.0.0.1:61685_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 280897 INFO  (qtp33717922-860) [n:127.0.0.1:61685_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 1
   [junit4]   2> 280900 INFO  (SocketProxy-Acceptor-61696) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=61717,localport=61696], receiveBufferSize:408300
   [junit4]   2> 280902 INFO  (SocketProxy-Acceptor-61696) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=61697,localport=61718], receiveBufferSize=408300
   [junit4]   2> 280911 INFO  (SocketProxy-Acceptor-61696) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=61719,localport=61696], receiveBufferSize:408300
   [junit4]   2> 280911 INFO  (SocketProxy-Acceptor-61691) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=61720,localport=61691], receiveBufferSize:408300
   [junit4]   2> 280912 INFO  (SocketProxy-Acceptor-61701) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=61721,localport=61701], receiveBufferSize:408300
   [junit4]   2> 280914 INFO  (SocketProxy-Acceptor-61691) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=61692,localport=61723], receiveBufferSize=408300
   [junit4]   2> 280916 INFO  (SocketProxy-Acceptor-61701) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=61702,localport=61724], receiveBufferSize=408300
   [junit4]   2> 280916 INFO  (SocketProxy-Acceptor-61696) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=61697,localport=61722], receiveBufferSize=408300
   [junit4]   2> 280918 INFO  (qtp884645235-899) [n:127.0.0.1:61691_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 280918 INFO  (qtp884645235-899) [n:127.0.0.1:61691_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 280919 INFO  (qtp1007901430-927) [n:127.0.0.1:61696_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 280922 INFO  (qtp884645235-899) [n:127.0.0.1:61691_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 280922 INFO  (qtp884645235-899) [n:127.0.0.1:61691_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:61696/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 4
   [junit4]   2> 280923 INFO  (qtp1007901430-927) [n:127.0.0.1:61696_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 280924 INFO  (qtp1007901430-927) [n:127.0.0.1:61696_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 280925 INFO  (qtp1007901430-927) [n:127.0.0.1:61696_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:61696/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 5
   [junit4]   2> 280926 INFO  (qtp155996298-954) [n:127.0.0.1:61701_ 
c:collection1 s:

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

eLoadExecutor-7095-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage 
Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2492382 INFO  (coreLoadExecutor-7095-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2492382 INFO  
(searcherExecutor-7096-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3f9e3ed1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2492383 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[34D1B16033B852CD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2492387 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[34D1B16033B852CD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 2492387 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[34D1B16033B852CD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 2492390 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[34D1B16033B852CD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 2492391 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[34D1B16033B852CD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> 2492394 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[34D1B16033B852CD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 2492396 WARN  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[34D1B16033B852CD])
 [    ] o.a.s.c.PluginBag runtime library loading is not enabled, start Solr 
with -Denable.runtime.lib=true
   [junit4]   2> 2492396 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[34D1B16033B852CD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testRequestTimeUrp 
-Dtests.seed=34D1B16033B852CD -Dtests.slow=true -Dtests.locale=ga 
-Dtests.timezone=PRT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | 
UpdateRequestProcessorFactoryTest.testRequestTimeUrp <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such 
processor Template
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([34D1B16033B852CD:9163F1A895F69B39]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:286)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:235)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1413)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:53)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2492397 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[34D1B16033B852CD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2492397 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[34D1B16033B852CD]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2019272361
   [junit4]   2> 2492398 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[34D1B16033B852CD]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2492399 INFO  (coreCloseExecutor-7100-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@18606189
   [junit4]   2> 2492401 INFO  (coreCloseExecutor-7100-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 2492403 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[34D1B16033B852CD]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_34D1B16033B852CD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1438, maxMBSortInHeap=7.599638442006712, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ga, timezone=PRT
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=328354064,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleTextCodec, 
TestDynamicFieldResource, TestAuthenticationFramework, TestSolrJ, 
TestCSVResponseWriter, AnalysisAfterCoreReloadTest, 
TestDistributedStatsComponentCardinality, FastVectorHighlighterTest, 
SOLR749Test, BadComponentTest, DOMUtilTest, TestJettySolrRunner, 
TestSQLHandlerNonCloud, TestFastLRUCache, UnloadDistributedZkTest, 
TestExportWriter, PreAnalyzedFieldManagedSchemaCloudTest, 
LeaderFailoverAfterPartitionTest, DataDrivenBlockJoinTest, TestGroupingSearch, 
SpatialFilterTest, TestQueryWrapperFilter, SharedFSAutoReplicaFailoverTest, 
TestExactSharedStatsCache, AtomicUpdatesTest, FileUtilsTest, 
TestUninvertingReader, TestConfigReload, TestExceedMaxTermLength, 
V2ApiIntegrationTest, TestBlendedInfixSuggestions, 
TestStressCloudBlindAtomicUpdates, SolrIndexMetricsTest, 
DistributedFacetExistsSmallTest, TestIBSimilarityFactory, 
TestSizeLimitedDistributedMap, TestNumericTerms32, TestCollectionAPI, 
BasicAuthStandaloneTest, ResponseHeaderTest, TestConfigSetImmutable, 
TestNestedDocsSort, TestWordDelimiterFilterFactory, PingRequestHandlerTest, 
DistributedQueryComponentCustomSortTest, SimpleCollectionCreateDeleteTest, 
TestFieldSortValues, TestDefaultSearchFieldResource, 
TestManagedSynonymFilterFactory, OutputWriterTest, TestRestoreCore, 
TestReplicaProperties, TestConfigSetsAPIExclusivity, JSONWriterTest, 
ZkNodePropsTest, DirectSolrConnectionTest, RequiredFieldsTest, 
TestFieldTypeResource, SuggestComponentContextFilterQueryTest, 
DeleteLastCustomShardedReplicaTest, TestCloudPivotFacet, 
TestSolrCloudWithHadoopAuthPlugin, SolrJmxReporterTest, 
CloudExitableDirectoryReaderTest, SuggesterFSTTest, 
SpellCheckCollatorWithCollapseTest, TestRawTransformer, 
UniqFieldsUpdateProcessorFactoryTest, TestCollationField, 
BigEndianAscendingWordSerializerTest, TestBinaryResponseWriter, 
SystemInfoHandlerTest, OpenExchangeRatesOrgProviderTest, ZkStateReaderTest, 
CloudMLTQParserTest, TestStressLucene, 
ClassificationUpdateProcessorIntegrationTest, MergeStrategyTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestReplicationHandlerBackup, 
TestClassicSimilarityFactory, TestFreeTextSuggestions, TestLockTree, 
TestReplicationHandler, NodeMutatorTest, SegmentsInfoRequestHandlerTest, 
TestInitQParser, EnumFieldTest, TestHashPartitioner, MoveReplicaTest, 
HdfsLockFactoryTest, DeleteStatusTest, TestCloudRecovery, 
TestCollationFieldDocValues, TestChildDocTransformer, 
TestHighlightDedupGrouping, TestFieldCacheSanityChecker, TestTolerantSearch, 
PeerSyncTest, RulesTest, BlockJoinFacetRandomTest, 
OverriddenZkACLAndCredentialsProvidersTest, ReplicationFactorTest, 
HdfsRestartWhileUpdatingTest, TestBulkSchemaConcurrent, SyncSliceTest, 
TestExtendedDismaxParser, TestRequestStatusCollectionAPI, 
BaseCdcrDistributedZkTest, SmileWriterTest, SolrPluginUtilsTest, 
TestSolrDeletionPolicy1, UtilsToolTest, TestPivotHelperCode, TestFieldCache, 
SynonymTokenizerTest, TestCursorMarkWithoutUniqueKey, SolrMetricReporterTest, 
TestUseDocValuesAsStored, TestFieldCacheSortRandom, TestSolrCloudSnapshots, 
PreAnalyzedUpdateProcessorTest, SaslZkACLProviderTest, JSONWriterTest, 
TestStressLiveNodes, TestClassNameShortening, TestCloudInspectUtil, 
TestElisionMultitermQuery, HdfsThreadLeakTest, 
TestEmbeddedSolrServerConstructors, ConnectionManagerTest, InfoHandlerTest, 
CloneFieldUpdateProcessorFactoryTest, TestConfigSets, DocValuesNotIndexedTest, 
HLLSerializationTest, TestSchemaResource, CoreAdminRequestStatusTest, 
BooleanFieldTest, TestLeaderElectionWithEmptyReplica, RollingRestartTest, 
TestRandomDVFaceting, SolrTestCaseJ4Test, TestGraphTermsQParserPlugin, 
DirectUpdateHandlerTest, TestPerFieldSimilarity, TestStressRecovery, 
TestXIncludeConfig, AnalyticsMergeStrategyTest, TestSearcherReuse, 
TestPartialUpdateDeduplication, TestBackupRepositoryFactory, DateFieldTest, 
TestSubQueryTransformerCrossCore, TestSweetSpotSimilarityFactory, 
HdfsCollectionsAPIDistributedZkTest, TestDocumentBuilder, HardAutoCommitTest, 
TestXmlQParserPlugin, PeerSyncReplicationTest, TestPostingsSolrHighlighter, 
CollectionStateFormat2Test, PropertiesRequestHandlerTest, SolrCloudExampleTest, 
DistributedSpellCheckComponentTest, TestFieldResource, TestMissingGroups, 
TestUniqueKeyFieldResource, TestSort, StressHdfsTest, SampleTest, 
TestBinaryResponseWriter, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, 
BasicDistributedZk2Test, OpenCloseCoreStressTest, OverseerTest, 
ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
ZkCLITest, TestFaceting, TestRecovery, ZkControllerTest, 
DistributedTermsComponentTest, TestSolr4Spatial, SolrCoreTest, 
QueryElevationComponentTest, BadIndexSchemaTest, TestFunctionQuery, 
TestLazyCores, SoftAutoCommitTest, TestAtomicUpdateErrorCases, 
DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, 
CacheHeaderTest, TestSurroundQueryParser, StandardRequestHandlerTest, 
TestReversedWildcardFilterFactory, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, IndexSchemaTest, 
UpdateRequestProcessorFactoryTest]
   [junit4] Completed [435/712 (3!)] on J0 in 0.58s, 3 tests, 1 error <<< 
FAILURES!

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

Reply via email to